/* Responsive Design */

/*max-width: 1576px*/
@media (max-width: 1576px) {
    .testimonials-grid, .blog-grid, .features-grid, .test-grid {
        margin: 46px 60px 0;
    }
    .container {
        padding: 0 16px;
    }
    .footer-bottom {
        padding: 0 16px;
    }
}


/*max-width: 992px*/
@media (max-width: 992px) {
    body {
        padding: 0;
    }

    .navbar {
        top: 30px;
    }
    .nav-menu {
        gap: 10px;
    }
    .nav-link {
        padding: 11px 9px;
    }
    .nav-actions .btn-primary {
        padding: 11px 14px;
    }
    .nav-actions .btn__sign {
        display: none;
    }

    .hero-container {
        /*padding: 200px 0 120px;*/
        /*min-height: 100vh;*/
        /*height: 100vh;*/
        min-height: 100dvh;
        height: auto;
        display: flex;
        padding: 15% 0 12%;
    }
    .hero.residental-hero .hero-container {
        min-height: 100dvh;
        height: auto;
        display: flex;
        padding: 15% 0 12%;
    }
    .hero .container {
        /*height: 100%;*/
        height: auto;
    }
    .hero__wr {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        padding: 20px 4px;
    }
    .hero-leveler {
        display: block;
    }
    .hero-arrow {
        display: none;
    }
    .hero-cards__wr {
        width: 100%;
        max-width: 100%;
    }

    .features {
        border: none;
        padding: 50px 16px 66px;
    }
    .features.residental-features {
        padding-bottom: 100px;
    }

    .business-solutions {
        padding: 50px 0;
    }

    .pricing {
        padding: 50px 0;
    }
    .pricing-footer {
        display: none;
    }

    .global-network {
        padding: 40px 16px;
    }
    .mobile-network__wr {
        display: block;
    }
    .country-stats {
        display: none;
    }
    .mobile-network__wr .country-stats {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
    .network-info {
        max-width: 100%;
        width: 100%;
    }
    .network-map {
        position: relative;
        transform: none;
        width: 100%;
        max-width: 100%;
    }

    .testimonials {
        padding: 70px 0 50px;
    }

    .faq {
        padding: 50px 0 80px;
        border: none;
    }
    .faq.residental-faq {
        padding-bottom: 150px;
    }

    .blog {
        padding: 50px 0 100px;
    }
    .blog-card {
        /*width: 343px!important;*/
        /*max-width: 343px;*/
        /*min-width: 343px;*/
        margin: 0 9px!important;
    }
    .blog.blog-page {
        padding: 104px 0;
    }
    .blog-page .pagination_wr {
        display: none;
    }
    .category-tab {
        padding: 9px 14px;
    }
    .blog-page_header .section-subtitle {
        margin: 16px 0 30px;
    }
    .blog-categories__wr {
        overflow-x: auto;
        margin-bottom: 0;
        padding: 0 0 5px;
    }

    .footer {
        padding: 50px 0;
    }

    .publication-categories .category-tab {
        padding: 14px;
    }
}


/*max-width: 768px*/
@media (max-width: 768px) {

    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }

    section {
        margin-bottom: 0;
    }
    .section-badge {
        margin-bottom: 16px;
    }
    .section-title {
        font-family: "Geist", sans-serif;
        font-size: 30px;
        line-height: 38px;
        letter-spacing: 0;
    }
    .section-subtitle {
        font-family: "Geist", sans-serif;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
    }
    .slider-btn {
        display: none!important;
    }

    .nav-menu {
        display: none;
    }

    .nav-actions {
        display: none;
    }

    .mobile-menu-toggle {
        display: flex;
    }

    .navbar {
        width: calc(100% - 32px);
        top: 10px;
    }

    .nav-container {
        padding: 10px 6px 10px 16px;
    }

    .nav-brand .logo {
        gap: 5px;
    }

    .logo-icon {
        width: 21px;
        height: 21px;
        /*border: 4px solid rgba(0, 188, 114, 1);*/
    }

    .logo-text {
        font-size: 17px;
        line-height: 19px;
    }

    .hero.residental-hero .hero-container {
        padding: 70px 0 34px;
    }
    .hero-badge {
        padding: 5px 14px;
        border-radius: 16px;
        margin-bottom: 12px;
    }
    .hero-badge .badge-text {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0;
    }
    .hero-title {
        font-size: 30px;
        line-height: 38px;
        letter-spacing: 0;
        margin-bottom: 16px;
    }
    .hero-subtitle {
        font-family: "Geist", sans-serif;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .hero-actions .btn-primary {
        padding: 11px 30px 11px 40px;
        width: 100%;
    }
    .user-avatars {
        order: -1;
    }

    .hero-actions {
        flex-direction: column;
        gap: 24px;
    }

    .features .section-title {
        margin-bottom: 16px;
    }
    .features .section-subtitle {
        margin-bottom: 4px;
    }
    .feature-card {
        width: 319px!important;
        max-width: 319px;
        min-width: 319px;
    }

    .business-solutions {
        padding: 40px 0 100px;
        z-index: 1;
        position: relative;
    }
    .business-solutions .section-subtitle {
        display: none;
    }
    .business-solutions .section-title {
        margin-bottom: 22px;
    }
    .business-solutions.residental-business-solutions {
        padding: 149px 0 31px;
    }

    .business-offer {
        padding: 40px 0 156px;
        z-index: 2;
        position: relative;
    }

    .use-cases-grid {
        gap: 8px;
    }
    .use-case-card {
        flex-direction: row;
        align-items: center;
        padding: 15px 16px;
        min-height: auto;
        width: 100%;
    }
    .use-case-icon {
        margin: 0;
    }
    .use-case-title {
        order: -1;
        font-size: 18px;
        line-height: 28px;
    }

    .cta-banner {
        position: absolute;
        bottom: -10px;
        left: 16px;
        transform: translateY(50%)!important;
        width: calc(100% - 32px);
        padding: 18px 25px 30px 30px;
    }
    .cta-content {
        flex-direction: column;
        gap: 39px;
        align-items: flex-start;
    }

    .pricing {
        padding: 200px 0 100px;
        margin-top: -50px;
    }
    .pricing .section-badge {
        margin-bottom: 24px;
    }
    .pricing-header {
        margin-bottom: 25px;
    }
    .pricing-title {
        font-family: "Geist", sans-serif;
        font-weight: 500;
        font-size: 30px;
        line-height: 38px;
        letter-spacing: 0;
        text-align: center;
    }
    .pricing-subtitle {
        display: none;
    }
    .pricing-cards {
        flex-wrap: wrap;
        gap: 20px;
    }
    .pricing-card {
        padding: 32px 20px 37px 30px;
    }
    .pricing-background {
        /*background: url('../images/pricing-banner-mobile_min.png') center/cover no-repeat;*/
    }
    .pricing-background {
        padding: 262px 0 0;
    }
    .pricing-background:before {
        max-width: 100%;
        height: auto;
        min-height: 293px;
        border-top-left-radius: 22px;
        border-top-right-radius: 22px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .pricing-background .pricing-card{
        width: 100%;
        max-width: 100%;
    }
    .pricing.residental-pricing {
        padding: 40px 0 15px;
    }
    .residental-pricing .pricing-cards {
        margin-top: 40px;
    }

    .features-list li {
        font-size: 12px;
        line-height: 18px;
    }

    .pricing-note {
        flex-direction: column;
        gap: 4px;
    }

    .global-network {
        margin-top: -65px;
    }

    .network-title {
        font-family: "Geist", sans-serif;
        font-weight: 500;
        font-size: 30px;
        line-height: 38px;
        letter-spacing: 0;
        margin-bottom: 4px;
    }
    .network-description {
        margin-bottom: 0;
    }
    .network-map {
        padding: 0 0 10px;
        width: calc(100% + 32px);
        max-width: calc(100% + 32px);
        margin-left: -16px;
        overflow-x: auto;
    }
    .country-stats {
        margin: 0 auto;
        min-width: auto;
        gap: 8px 18px;
    }
    .country-item {
        min-width: calc(50% - 9px);
        width: calc(50% - 9px);
        gap: 12px;
        padding: 24px 5px 20px 17px;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .country-info {
        flex-grow: 1;
    }
    .country-name {
        margin-top: -7px;
    }
    .country-flag {
        order: -1;
        width: auto;
        height: auto;
    }
    .country-flag img {
        width: auto;
        height: auto;
        max-width: 100%;
    }

    .world-map {
        min-width: 485px;
    }

    .map-tooltip {
        padding: 6px 12px;
    }
    .map-tooltip_country {
        font-size: 16px;
        line-height: 22px;
    }
    .map-tooltip_value {
        font-size: 12px;
        line-height: 16px;
    }

    .testimonials {
        margin-top: -45px;
    }
    .testimonials .section-title {
        margin-bottom: 16px;
    }
    .testimonials .section-subtitle {
        margin-bottom: 18px;
    }
    .testimonials-grid {

    }
    .testimonial-card {
        box-shadow: none!important;
        transform: none!important;
        width: 323px!important;
        max-width: 323px;
        min-width: 323px;
        padding: 52px 20px 35px 33px;
        margin: 0 9px!important;
    }

    .faq-sidebar {
        width: 100%;
        position: unset;
        max-width: 100%;
    }
    .faq-sidebar .section-badge {
        margin-bottom: 16px;
    }
    .faq-sidebar * {
        text-align: center!important;
    }
    .faq-sidebar .btn-primary {
        display: none;
    }
    .faq-sidebar .section-subtitle {
        margin-bottom: 14px;
        margin-top: 16px;
    }
    .faq-item {
        background: white;
        padding: 12px 13px 12px 22px;
    }
    .faq-content {
        gap: 10px;
    }
    .faq-mobile__btn {
        display: block;
    }
    .faq-questions {
        width: 100%;
    }
    .faq-question {
        font-size: 18px;
        line-height: 28px;
    }
    .faq.residental-faq {
        padding-bottom: 0;
        padding-top: 37px;
    }

    .blog {
        border-bottom-left-radius: unset;
        border-bottom-right-radius: unset;
        padding: 39px 4px 10px;
    }
    .blog-header {
        margin-bottom: 9px;
    }
    .blog-header .section-title {
        max-width: 80%;
    }
    .blog-header .btn-regular {
        display: none;
    }
    .blog-card {
        box-shadow: none!important;
        transform: none!important;
        width: 343px!important;
        max-width: 343px;
        min-width: 343px;
        margin: 0 9px!important;
    }
    .blog-card__logo {
        font-size: 12px;
        line-height: 14px;
    }
    .blog-logo__icon {
        width: 14px;
        height: 14px;
    }
    .blog-card__btn {
        font-size: 8px;
        line-height: 9px;
        padding: 3px;
        border-radius: 4px;
    }
    .blog-card__btn img {
        width: 8px;
    }
    .blog-image {
        margin-bottom: 45px;
    }
    .blog-content {
        padding: 0 19px 0 18px;
        margin-top: auto;
    }
    .blog-card__descr {
        font-size: 15px;
        line-height: 18px;
    }
    .blog-card-title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 19px;
    }
    .blog-excerpt {
        max-height: 71px;
        overflow: hidden;
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .blog-card {
        padding-bottom: 43px;
    }
    .mobile-link {
        display: block;
        margin-top: 50px;
    }
    .btn-regular {
        display: block;
        text-align: center;
    }
    .blog.blog-page {
        padding: 104px 0 0;
    }

    .footer {
        border-radius: unset;
    }
    .cta-card {
        transform: none;
        padding: 48px 36px 40px;
    }
    .cta-badge.section-badge {
        margin-bottom: 17px;
    }
    .footer-content {
        margin-top: 40px;
    }
    .cta-title {
        font-weight: 500;
        font-size: 30px;
        line-height: 38px;
        letter-spacing: 0;
        margin-bottom: 20px;
    }
    .cta-description {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0;
        margin-bottom: 90px;
    }
    .cta-avatars {
        order: -1;
    }
    .cta-actions {
        flex-direction: column;
        gap: 36px;
    }
    .cta-main-button {
        width: 100%;
        padding: 11px 30px;
    }
    .cta-card::before {
        background: url(../icons/mini-mask.svg) center/cover no-repeat;
        opacity: 1;
        background-position-y: top;
    }

    .footer-content {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .footer-bottom {
        margin-top: 35px;
        padding: 0 16px;
        gap: 24px;
    }
    .footer-logo {
        gap: 12px;
        width: 100%;
    }
    .footer-link {
        max-height: 24px;
        overflow: hidden;
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        max-width: 230px;
    }
    .footer-legal-link {
        font-family: "Geist", sans-serif;
        font-weight: 500;
        font-size: 12px;
        line-height: 20px;
        padding: 0 20px;
    }
    .footer-legal-link:nth-child(1) {
        padding-left: 0;
    }
    .footer-legal-link:nth-last-child(1) {
        padding-right: 0;
    }
    .footer-cta {
        width: 100%;
    }
    .footer-cta .btn-primary {
        width: 100%;
        justify-content: flex-start;
    }

    .publication {
        padding: 103px 0 40px;
    }
    .publication-header .section-title {
        margin-bottom: 30px;
    }
    .publication-header {
        margin-bottom: 30px;
    }
    .publication-banner .blog-card__logo {
        gap: 5px;
        font-size: 11px;
        line-height: 14px;
    }
    .publication-banner .blog-logo__text {
        font-size: 11px;
    }
    .publication-banner .blog-logo__icon {
        width: 14px;
        height: 14px;
    }
    .publication-banner .blog-image__content {
        padding: 17px 23px 21px;
    }
    .publication-banner .blog-card__footer {
        gap: 8px;
    }
    .publication-banner .blog-card__btn {
        font-size: 8px;
        line-height: 9px;
        padding: 3px;
        border-radius: 4px;
    }
    .detail-page .blog-image {
        margin-bottom: 40px;
    }
    .detail-page .blog-card__descr {
        font-size: 14px;
        line-height: 19px;
        letter-spacing: -1px;
        max-width: 80%;
    }
    .publication-title {
        font-size: 22px;
        line-height: 30px;
    }
    .publication-categories {
        gap: 21px;
    }
    .chapter .title {
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 0;
        color: rgba(0, 71, 70, 1);
        margin-bottom: 16px;
    }
    .chapter .chapter-img {
        margin-top: 5px;
    }
    .chapter .img-block {
        gap: 12px;
    }
    .chapter .sub-chapter__title {
        margin-bottom: 16px;
    }
    .chapter blockquote {
        padding: 5px 0 5px 34px;
        font-size: 20px;
        line-height: 30px;
    }
    .table-desktop {
        display: none;
    }
    .table-mobile {
        display: table;
    }
    .chapter thead td {
        padding: 22px 5px;
        width: 100%;
    }
    .chapter tbody td {
        padding: 11px 5px;
        vertical-align: top;

    }
    .chapter tbody td div {
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }
    .chapter tbody td div:first-child {
        font-size: 18px;
        line-height: 28px;
        font-weight: 500;
    }
    .chapter td:first-child {
        padding-left: 21px;
    }
    .chapter td:last-child {
        padding-right: 12px;
        text-align: right;
        min-width: 126px;
    }
    #faqs.chapter .sub-chapter__title {
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0;
        color: rgba(0, 71, 70, 1);
        margin-bottom: 16px;
    }
    .chapter ol li {
        margin-bottom: 10px;
    }
    .chapter .blockquote-block {
        padding: 20px 34px 20px 26px;
    }
    .chapter .blockquote-icon {
        margin-bottom: 20px;
    }
    .chapter .blockquote-text {
        font-size: 20px;
        line-height: 30px;
    }
    .chapter .blockquote-text + .blockquote-footer {
        margin-top: 30px;
    }
    .chapter .blockquote-footer {
        padding-top: 20px;
    }

    .mini-cta-card__wr {
        flex-direction: column;
        margin-bottom: 10px;
    }
    .mini-cta-card {
        position: relative;
        top: auto;
        bottom: 0;
        width: 100%;
        border-radius: 15px;
        transform: translateY(-26px);
        padding: 30px 43px 31px 26px;
    }
    .mini-cta-card__wr + .sub-chapter {
        margin-top: 14px!important;
    }
    .mini-cta-card__img {
        order: -1;
    }
    .mini-cta-badge.section-badge .badge-text {
        padding: 3px 12px;
    }
    .mini-cta-title {
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 0;
        max-width: 100%;
    }
    .mini-cta-description {
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        max-width: 100%;
        margin: 0 auto 110px;
    }
    .mini-cta-card__img img {
        display: block;
        width: 100%;
        height: auto;
        /* object-fit: contain; */
        margin-left: 0;
    }
    .mini-cta-card::before {
        background: url('../icons/mini-mask.svg') center/cover no-repeat;
    }
    .contacts-card {
        margin-top: 40px;
    }

    .pricing.pricing-page {
        padding: 102px 0 2px;
        background: #f8fafc;
        margin-top: 0;
    }
    .pricing.pricing-page .section-badge {
        margin-bottom: 12px;
    }
    .pricing.pricing-page .section-badge .badge-text {
        padding: 5px 14px;
        border: none;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.7px;
        font-family: "Geist", sans-serif;
    }
    .pricing.pricing-page .pricing-header {
        margin-bottom: 40px;
    }

    .faq.faq-page {
        padding: 102px 0 0;
    }
    .faq.faq-page .section-title {
        margin-bottom: 16px;
    }
    .faq.faq-page .section-subtitle {
        margin-bottom: 31px;
    }

    .policy {
        padding: 119px 0 40px;
    }
    .policy .categories__wr {
        display: none;
    }
    .mobile-categories__wr {
        display: block;
    }
    .mobile-categories__wr.dropdown-menu .category-tab {
        width: 100%;
    }
    .policy-header {
        margin-bottom: 40px;
    }

    table.table-primary {
        margin: 40px 0 17px;
        border-spacing: 0;
    }
    .table-primary thead td {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0;
        padding: 17px 10px 17px 20px;
    }
    .table-primary tbody td {
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
        color: rgba(23, 23, 23, 1);
        padding: 12px 20px 12px 20px;
        border-top: 1px solid rgba(229, 229, 234, 1);
    }
    .table-primary tbody td:first-child {
        font-family: "Poppins", sans-serif;
        font-weight: 400;
    }
    .table-primary tbody td:first-child div:first-child {
        font-family: "Geist", sans-serif;
        font-weight: 600;
    }
    .table-primary tbody td div + div {
        margin-top: 5px;
    }
    .table-primary td:last-child {
        text-align: right;
    }
    .table-mobile__confirm {
        margin-top: 17px;
    }
    .table-mobile__confirm .btn-primary {
        width: 100%;
        max-width: 100%;
    }

    .cookies__wr {
        flex-direction: column;
        padding: 20px 26px 28px;
    }
    .cookies__descr {
        flex-direction: column;
    }
    .cookies__text {
        text-align: center;
        padding: 0 20px;
    }
    .cookies__actions {
        gap: 10px;
        justify-content: center;
    }
}


@media (max-width: 480px) {

    .section-badge .badge-text {
        padding: 5px 14px;
        border-radius: 16px;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0.6px;
        font-family: "Geist", sans-serif;
    }

    .nav-actions .btn__sign {
        display: none;
    }

    .nav-actions .btn-primary {
        padding-right: 14px;
    }

    .hero-container {
        /*padding: 110px 0 45px;*/
        display: flex;
        padding: 15% 0 12%;
    }
    .hero.residental-hero .hero-container {
        /*padding: 110px 0 45px;*/
        display: flex;
        padding: 15% 0 12%;
    }
    .hero-actions .btn-primary {
        width: 100%;
    }
    .hero-arrow {
        bottom: 10px;
    }
    .hero-card {
        margin: 0 5px;
    }

    .testimonials-grid, .blog-grid, .features-grid, .test-grid {
        margin: 0 0;
        padding: 0 10px;
    }

    .features .section-title .text-gradient {
        display: block;
        width: 100%;
    }

    .feature-card {
        margin: 0 5px;
    }
    .feature-descr {
        margin-top: auto;
    }
    .feature-description {
        margin-top: 11px;
    }

    .business-solutions {
        padding: 40px 0 120px;
    }
    .cta-banner {
        bottom: 0;
    }

    .tooltip {
        max-width: 275px;
    }

    .faq-questions {
        width: 100%;
    }

    .blog-header {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .pricing-background:before {
        background: url(../images/pricing-banner-mobile_min.png) left/cover no-repeat;
        max-width: 100%;
        height: auto;
        min-height: 293px;
        border-top-left-radius: 22px;
        border-top-right-radius: 22px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .datacenter-pricing .pricing-background:before {
        background: url(../images/pricing-banner2-mobile_min.png) left/cover no-repeat;
    }
}