@media (min-width: 767px) {
    .modal {
        --bs-modal-width: 700px;
    } 
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 940px;
    }
}

@media (min-width: 1500px) {
    .home #hero {
        padding-top: 300px;
    }

    #why .container,
    #opportunity .container {
        max-width: 1400px;
    }
}

@media (max-width: 1599px) {
    #header {
        padding-left: 45px;
        padding-right: 45px;
    }

    #hero .slogan {
        font-size: 32px;
    }
    #hero .title {
        font-size: 70px;
        letter-spacing: -1.4px;
    }

    #solution .photo {
        width: calc(50% + 65px);
        margin-left: -65px;
    }
    #solution .photo > div {
        height: 480px;
    }
}

@media (max-width: 1499px) {
    #header .logo img {
        height: 48px;
    }
    .navbar .navbar-nav > li {
        margin: 0 10px;
    }

    #hero {
        padding-top: 250px;
    }
    #hero::after {
        width: 900px;
    }
    #hero .slogan {
        font-size: 30px;
        letter-spacing: -0.6px;
    }
    #hero .title {
        font-size: 66px;
        letter-spacing: -1.32px;
    }

    #solution .photo {
        width: calc(50% + 25px);
        margin-left: -25px;
    }
    #solution .content {
        padding-top: 45px;
        padding-left: 40px;
    }

    #app {
        overflow: hidden;
    }
    #app .phone img {
        height: 670px;
    }
}

@media (max-width: 1399px) {
    #header {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 45px;
        padding-bottom: 45px;
    }
    #header .logo, #header .contact {
        width: 265px;
    }
    #header .logo img {
        height: 44px;
    }

    #hero {
        padding-top: 230px;
    }
    #hero .slogan {
        font-size: 28px;
        letter-spacing: -0.58px;
    }
    #hero .title {
        font-size: 60px;
        letter-spacing: -1.2px;
    }

    .h-title {
        font-size: 56px;
        padding: 20px 0 30px 0;
    }

    #problem .box {
        padding: 35px 20px 30px 30px;
    }

    #solution .photo > div {
        height: 440px;
    }
    #solution .photo > div::before {
        font-size: 100px;
    }
    #solution .content ul {
        padding: 15px 0 0 25px;
    }
    #solution .content ul li {
        font-size: 22px;
        padding: 20px 0 20px 50px;
    }
    #solution .content ul li::before {
        font-size: 23px;
    }

    #opportunity .box {
        padding: 50px 20px 30px 30px;
    }
    #opportunity .box .icon::before {
        top: -20px;
        left: -12px;
    }

    #app .phone img {
        height: 595px;
    }
    #app .content {
        padding-top: 40px;
        padding-left: 40px;
    }
    #app .content ul {
        padding-top: 20px;
    }
    #app .content li {
        padding-left: 50px;
    }
    #app .content li::before {
        font-size: 27px;
    }

    #team .headline p {
        font-size: 22px;
        line-height: 29px;
        padding-bottom: 25px;
    }

    /* SUBPAGES */

    .entry-content h1, .entry-content h2, .post-title {
        font-size: 32px;
        line-height: 38px;
    }
    .entry-content blockquote p {
        line-height: 34px;
    }

    /* WIDGETS */

    #sidebar-area {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        margin-right: 0;
    }

    /* FAQ */

    #faq-wrapper .accordion-header h3 {
        font-size: 21px;
        line-height: 30px;
    }
    #faq-wrapper .accordion-header h3[aria-expanded="true"] {
        font-size: 23px;
        line-height: 32px;
    }

    /* BLOG */

    .news > a .photo {
        height: 250px;
    }
    .news .content {
        padding: 35px 40px 130px 40px;
    }
    .news .content h2 {
        font-size: 25px;
        line-height: 29px;
    }
    .news .content p {
        font-size: 17px;
    }
    .news .content .more {
        width: calc(100% - 80px);
        left: 40px;
    }
}

@media (max-width: 1199px) {
    .wrapper {
        padding-top: 65px;
        padding-bottom: 65px;
    }  

    #header {
        padding-left: 25px;
        padding-right: 25px;
    }

    #header .navigation {
        position: absolute;
        right: 230px;
    }
    .navbar {
        margin-right: 0;
    }
    .icon-bar {
        background-color: #fff;
    }
    #header.sticky .icon-bar {
        background-color: var(--main);
    }
    .navbar-collapse #main-menu {
        display: flex;
        flex-direction: column;
        position: absolute;
        width: 240px;
        max-height: 80vh;
        top: 50px;
        right: -10px;
        padding: 20px;
        background-color: #FFF;
        box-shadow: 0 8px 15px rgba(0, 0, 0, .15);
        transform-origin: 50% 0;
        transform: scaleY(0);
        transition-duration: 250ms;
        overflow-y: auto;
    }
    .navbar-collapse.show #main-menu {
        transform: scaleY(1);
    }

    .navbar-collapse #main-menu > li {
        width: 100%;
        height: auto;
        margin: 0;    
    }
    .navbar-collapse #main-menu > li:first-of-type {
        display: block;
    }
    .navbar-collapse #main-menu > li > a {
        color: #000;
        padding: 12px 15px;
        margin: 0;
        border-bottom: 0;
    }
    .navbar-collapse #main-menu > li.current-menu-item > a,
    .navbar-collapse #main-menu > li.current-page-parent > a,
    .navbar-collapse #main-menu > li:hover > a {
        color: var(--main) !important;
        border: 0;
    } 
    .navbar-collapse #main-menu > li.menu-item-has-children > a::after,
    .navbar .navbar-nav .dropdown .dropdown > .dropdown-item::after {
        display: none;
    }
    .navbar-collapse #main-menu li.menu-item-has-children > span.mobile-dropdown {
        width: 32px;
        height: 32px;
        text-align: center;
        cursor: grab;
        position: absolute;
        right: 0;
        top: 0;
    }
    .navbar-collapse #main-menu > li.menu-item-has-children > span.mobile-dropdown {
        width: 42px;
        height: 42px;
    }
    .navbar-collapse #main-menu li.menu-item-has-children > span.mobile-dropdown::after {
        content: "\f107";
        color: #000;
        font-family: "Font Awesome 6 Free";
        font-size: 13px;
        font-weight: 700;
        line-height: 32px;
        border: 0;
        padding: 0;
    }
    .navbar-collapse #main-menu > li.menu-item-has-children > span.mobile-dropdown::after {
        line-height: 42px;
    }
    .navbar-collapse #main-menu > li.menu-item-has-children > span.mobile-dropdown.active-child::after {
        color: var(--main);
    }
    .navbar-collapse #main-menu li:hover > a::before, 
    .navbar-collapse #main-menu li.current-menu-item > a::before {
        display: none !important;
    }
    .navbar-collapse #main-menu li ul.dropdown-menu {
        display: none;
        position: relative;
        width: 100%;
        padding: 0 0 10px 15px;
        border: 0 !important;
        box-shadow: 0 0 0;
        top: 0; left: 0;
        visibility: visible;
        opacity: 1;
    }
    .navbar-collapse #main-menu li > ul.dropdown-menu > li > a {
        font-size: 15px;
        padding: 6px 20px;
        outline: none;
    }
    .navbar-collapse #main-menu li > ul.dropdown-menu > li > a:hover,
    .navbar-collapse #main-menu li > ul.dropdown-menu > li > a:focus,
    .navbar-collapse #main-menu li > ul.dropdown-menu > li > a:active {
        color: var(--main);
        background-color: transparent;
    }

    #hero {
        overflow: hidden;
    }
    #hero::after {
        width: 800px;
        right: -200px;
    }
    #hero .slogan {
        font-size: 26px;
        letter-spacing: -0.52px;
    }
    #hero .title {
        font-size: 52px;
        letter-spacing: -1.04px;
    }
    #hero .title sup {
        font-size: 34px;
    }
    #hero .btn {
        padding: 0 55px;
    }
    #hero .js-video-button {
        margin-top: 65px;
    }
    #hero .js-video-button::before {
        font-size: 120px;
    }

    .h-slogan {
        font-size: 17px;
        letter-spacing: 1.5px;
    }
    .h-title {
        font-size: 50px;
        padding: 17px 0 25px 0;
    }

    #problem::before {
        height: 80%;
    }
    #problem .headline {
        padding-bottom: 25px;
    }

    #solution .photo {
        width: 100%;
        margin-left: 0;
        order: 2;
    }
    #solution .photo > div {
        background-position: top center;
    }
    #solution .content {
        width: 500px;
        margin: 0 auto;
        padding-top: 0;
        padding-left: calc(var(--bs-gutter-x) * .5);
        order: 1;
    }
    #solution .content p {
        font-size: 22px;
        line-height: 30px;
        text-align: center;
    }
    #solution .content ul li:not(:last-of-type)::after {
        width: calc(100% - 50px);
        left: 50px;
    }

    #app .phone {
        text-align: center;
        order: 2;
    }
    #app .phone img {
        height: 520px;
    }
    #app .content {
        text-align: center;
        padding-top: 0;
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-bottom: 30px;
        order: 1;
    }
    #app .content ul {
        width: 70%;
        text-align: left;
        margin: 0 auto;
    }

    #team .item {
        padding-top: 15px;
    }

    /* SUBPAGES */

    .entry-content h1, .entry-content h2, .post-title {
        font-size: 30px;
        line-height: 36px;
    }
    .entry-content h3, .sitemap_by_click5 h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .entry-content h4 {
        font-size: 22px;
        line-height: 28px;
    }

    .entry-content p, .entry-content ul li, .entry-content ol li {
        font-size: 18px;
        line-height: 30px;
    }

    .entry-content ul li {
        line-height: 26px;
        margin-top: 8px;
    }
    .entry-content ul li::before {
        line-height: 30px;
    }

    .entry-content blockquote {
        padding-left: 45px;
        margin: 35px 0;
    }
    .entry-content blockquote p {
        font-size: 19px;
        line-height: 33px;
    }

    .modal-body .form-fields {
        padding-left: 115px;
        padding-right: 115px;
    }

    /* FAQ */

    #faq-wrapper .accordion-header h3 {
        font-size: 20px;
        line-height: 28px;
    }
    #faq-wrapper .accordion-header h3[aria-expanded="true"] {
        font-size: 22px;
        line-height: 30px;
    }
    #faq-wrapper .accordion-header h3::before {
        font-size: 18px;
        left: -25px;
    }

    /* BLOG */

    #index-wrapper .news:nth-child(n+3) {
        margin-top: 25px;
    }

    .news .photo {
        height: 480px;
    }

    #recent-posts .news:nth-child(n+4) {
        display: none;
    }
}

@media (max-width: 991px) {
    .wrapper {
        padding-top: 55px;
        padding-bottom: 55px;
    }  

    #header {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    #header .logo, #header .contact {
        width: auto;
    }
    #header .logo img {
        height: 40px;
    }

    #hero {
        padding-top: 200px;
    }
    #hero .slogan {
        font-size: 24px;
        letter-spacing: -0.48px;
    }
    #hero .title {
        font-size: 45px;
        letter-spacing: -0.9px;
        padding-bottom: 30px;
    }
    #hero .title sup {
        font-size: 28px;
    }
    #hero .btn {
        height: 56px;
        font-size: 17px;
        padding: 0 45px;
    }
    #hero .js-video-button {
        margin-top: 50px;
    }
    #hero .js-video-button::before {
        font-size: 100px;
    }

    .h-slogan {
        font-size: 16px;
        letter-spacing: 1.2px;
    }
    .h-title {
        font-size: 43px;
        padding: 15px 0 20px 0;
    }

    #problem .headline p {
        font-size: 18px;
    }
    #problem .headline p br {
        display: none;
    }

    #problem .item {
        padding-top: 20px;
    }
    #problem .box {
        padding: 30px 20px 30px 30px;
    }
    #problem .box .value {
        font-size: 42px;
    }
    #problem .box .value sub {
        font-size: 32px;
    }
    #problem .box .title::after {
        margin: 15px 0;
    }

    #solution .content p {
        font-size: 21px;
        line-height: 28px;
    }
    #solution .content ul li {
        font-size: 20px;
        padding: 18px 0 18px 40px;
    }
    #solution .content ul li::before {
        font-size: 21px;
    }
    #solution .photo > div {
        height: 400px;
    }

    #opportunity .item {
        padding-top: 20px;
    }
    #opportunity .box {
        padding: 45px 20px 30px 30px;
    }
    #opportunity .box .title {
        font-size: 21px;
        line-height: 24px;
        padding: 20px 0 15px 0;
    }
    #opportunity .box p {
        font-size: 16px;
        line-height: 24px;
    }

    #opportunity .text img {
        max-height: 82px;
    }
    #opportunity .text p {
        font-size: 25px;
    }

    #app .content p {
        font-size: 21px;
    }
    #app .content li {
        font-size: 18px;
        line-height: 26px;
        margin: 15px 0;
    }

    #team .headline p {
        font-size: 20px;
        line-height: 27px;
        padding-bottom: 20px;
    }
    #team .box {
        padding: 25px 30px;
    }

    #footer .logo img {
        width: auto;
        height: 40px;
    }
    #footer .menu,
    #footer .copy.col-auto {
        width: 100%;
    }

    /* SUBPAGES */

    .entry-content h1::after, .entry-content h2::after, .post-title::after {
        width: 140px;
        margin-top: 20px;
    }

    .entry-content p, .entry-content ul li, .entry-content ol li {
        font-size: 17px;
        line-height: 28px;
    }

    .entry-content .js-video-button.video::after {
        font-size: 70px;
    }

    .form-control {
        height: 64px;
        font-size: 18px;
    }
    .form-submit .wpcf7-submit {
        height: 64px;
        padding: 0 100px;
    }

    .modal-body .headline .title {
        font-size: 45px;
    }
    .modal-body .headline p {
        font-size: 18px;
        line-height: 27px;
        padding: 25px 0 40px 0;
    }
    .modal-body .form-fields {
        padding-left: 60px;
        padding-right: 60px;
    }
    .modal-body .form-submit {
        margin-top: 25px;
        padding-top: 30px;
        padding-bottom: 40px;
    }

    /* WIDGETS */

    #sidebar-area {
        display: none !important;
    }

    /* FAQ */

    #faq-wrapper .accordion-item::after {
        width: calc(100% - 30px);
    }
    #faq-wrapper .accordion-header h3 {
        padding: 26px 15px 29px 30px;
        margin: 0;
    }
    #faq-wrapper .accordion-header h3[aria-expanded="true"] {
        padding-bottom: 20px;
    }
    #faq-wrapper .accordion-header h3::before {
        font-size: 15px;
        top: 28px;
        left: 0;
    }
    #faq-wrapper .accordion-body {
        padding-left: 30px;
        padding-bottom: 30px;
    }

    /* REVIEWS */

    .review-item .review {
        padding: 30px 15px;
    }

    /* BLOG */

    #index-wrapper .news:nth-child(n+2) {
        margin-top: 20px;
    }

    .news .photo {
        height: 420px;
    }
    .news > a .photo {
        height: 220px;
    }
    .news .content {
        padding: 30px 35px 115px 35px;
    }
    .news .content h2 {
        font-size: 23px;
        line-height: 27px;
    }
    .news .content .more {
        width: calc(100% - 70px);
        left: 35px;
        bottom: 35px;
    }
    .news .content .more::before {
        width: calc(100% - 160px);
    }
    .news .content .more span {
        height: 45px;
        font-size: 15px;
        line-height: 42px;
        padding: 0 30px;
    }

    .pagination, .sitemap-by-click5_pagination {
        margin-top: 40px;
    }

    #single-wrapper .back {
        margin-top: 50px;
    }

    #recent-posts .news:nth-child(n+3) {
        display: none;
    }
}

@media (max-width: 767px) {
    .wrapper {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    #header .contact {
        display: none;
    }
    #header .navigation {
        right: 30px;
    }

    #hero {
        padding-top: 160px;
    }
    #hero::after {
        width: 700px;
        right: -300px;
    }
    #hero .slogan {
        max-width: 350px;
        font-size: 21px;
        line-height: 29px;
        letter-spacing: -0.42px;
        margin: 0 auto;
    }
    #hero .title {
        font-size: 38px;
        letter-spacing: -0.76px;
        padding-top: 15px;
        padding-bottom: 25px;
    }
    #hero .title sup {
        font-size: 23px;
    }
    #hero .js-video-button::before {
        font-size: 80px;
    }

    .h-slogan {
        font-size: 15px;
        letter-spacing: 1px;
    }
    .h-title {
        font-size: 36px;
        padding: 15px 0 15px 0;
    }
    .h-title sup {
        font-size: 24px;
    }

    #problem .headline {
        padding-bottom: 10px;
    }
    #problem .headline p {
        font-size: 17px;
        line-height: 27px;
    }
    #problem .box p {
        padding-bottom: 30px;
    }

    #solution .content p {
        font-size: 20px;
        line-height: 27px;
    }
    #solution .content ul li {
        font-size: 19px;
        padding: 17px 0 17px 40px;
    }
    #solution .content ul li:not(:last-of-type)::after {
        width: calc(100% - 40px);
        left: 40px;
    }
    #solution .photo > div {
        height: 340px;
    }
    #solution .photo > div::before {
        font-size: 80px;
    }

    #opportunity .box .title {
        font-size: 20px;
        line-height: 23px;
    }

    #app .content p {
        font-size: 19px;
    }
    #app .content ul {
        width: 90%;
    }
    #app .phone img {
        height: 450px;
    }

    #team .headline p {
        font-size: 19px;
        line-height: 26px;
        padding-bottom: 15px;
    }
    #team .headline p br {
        display: none;
    }
    #team .box .photo {
        width: 118px;
        height: 118px;
    }
    #team .box .content {
        width: calc(100% - 118px);
        padding-left: 30px;
        padding-top: 10px;
    }

    #footer .logo {
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }
    #footer .social-media {
        width: 100%;
    }
    .social-media ul li {
        margin: 0 4px;
    }

    /* SUBPAGES */

    h1, h2, h3, h4 {
        padding: 15px 0;
    }

    .entry-content h1, .entry-content h2, .post-title {
        font-size: 27px;
        line-height: 33px;
    }
    .entry-content h3, .sitemap_by_click5 h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .entry-content p, .entry-content ul li, .entry-content ol li {
        font-size: 16px;
        line-height: 26px;
    }

    .entry-content ul li {
        margin-top: 6px;
    }
    .entry-content ul li::before {
        line-height: 28px;
    }

    .entry-content blockquote {
        padding-left: 40px;
        margin: 30px 0;
    }
    .entry-content blockquote p {
        font-size: 18px;
        line-height: 30px;
    }

    .form-field {
        margin-bottom: 1.2rem;
    }
    .form-control {
        height: 60px;
        font-size: 17px;
    }

    .modal-body {
        padding-top: 30px;
    }
    .modal-body .headline .title {
        font-size: 38px;
    }
    .modal-body .headline p {
        font-size: 17px;
        line-height: 26px;
        padding: 20px 25px 35px 25px;
    }
    .modal-body .headline p br {
        display: none;
    }
    .modal-body .form-fields {
        padding-left: 40px;
        padding-right: 40px;
    }
    .modal-body .form-submit {
        margin-top: 15px;
        padding-top: 25px;
        padding-bottom: 30px;
    }

    /* FAQ */

    #faq-wrapper .accordion-header h3 {
        font-size: 18px;
        line-height: 25px;
        padding: 25px 15px 24px 30px;
        margin: 0;
    }
    #faq-wrapper .accordion-header h3[aria-expanded="true"] {
        padding-bottom: 15px;
    }
    #faq-wrapper .accordion-header h3::before {
        font-size: 14px;
        top: 26px;
    }
    #faq-wrapper .accordion-body {
        padding-bottom: 25px;
    }

    /* REVIEWS */

    .review-item .review {
        padding: 30px 0;
    }
    .review-item .review p:first-of-type:before {
        font-size: 120px;
        top: -47px;
        left: -20px;
    }
    .review-item .overview {
        font-size: 17px;
        padding-top: 20px;
    }

    /* BLOG */

    .pagination, .sitemap-by-click5_pagination {
        margin-top: 35px;
    }
    .pagination .page-item .page-link, .sitemap-by-click5_pagination .pagination-item, .sitemap-by-click5_pagination strong {
        font-size: 17px;
        padding: 20px 15px;
    }
    .pagination .page-item .page-link.next, .pagination .page-item .page-link.prev {
        padding: 0 27px;
        margin-top: 8px;
    }

    .news .photo {
        height: 330px;
    }

    #single-wrapper .back {
        font-size: 17px;
        margin-top: 40px;
    }
    #single-wrapper .back::after {
        width: 54px;
        height: 54px;
        top: -18px;
    }
}

@media (max-width: 575px) {
    .wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }    

    #header {
        padding-left: 15px;
        padding-right: 15px;
    }
    #header .logo img {
        height: 38px;
    }
    #header.sticky .logo img.sticky {
        height: 34px;
    }
    #header .navigation {
        right: 15px;
    }

    .navbar-collapse #main-menu {
        width: 200px;
        right: -5px;
    }
    .navbar-collapse #main-menu > li > a {
        font-size: 17px;
        padding: 9px 12px;
    }

    #hero {
        padding-top: 133px;
    }
    #hero::after {
        width: 600px;
    }
    #hero .slogan {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: -0.36px;
    }
    #hero .title {
        font-size: 32px;
        letter-spacing: -0.64px;
        padding-top: 13px;
    }
    #hero .btn {
        height: 51px;
        font-size: 16px;
        padding: 0 30px;
    }
    #hero .js-video-button {
        margin-top: 40px;
    }
    #hero .js-video-button::before {
        font-size: 70px;
    }

    .h-slogan {
        font-size: 14px;
    }
    .h-title {
        font-size: 30px;
        padding: 12px 0 15px 0;
    }

    #problem .headline p {
        font-size: 16px;
        line-height: 25px;
    }
    #problem .item {
        padding-top: 15px;
    }
    #problem .box {
        padding: 25px 20px 25px 25px;
    }
    #problem .box p {
        font-size: 15px;
    }

    #solution .content p {
        font-size: 18px;
        line-height: 25px;
    }
    #solution .content p br {
        display: none;
    }
    #solution .content ul {
        padding: 10px 0 0 5px;
    }
    #solution .content ul li {
        font-size: 18px;
        padding: 15px 0 15px 40px;
    }
    #solution .photo > div {
        height: 220px;
    }
    #solution .photo > div::before {
        font-size: 70px;
    }

    #opportunity .item {
        padding-top: 15px;
    }
    #opportunity .box {
        padding: 40px 20px 25px 25px;
    }
    #opportunity .box .title {
        font-size: 19px;
        line-height: 22px;
        padding: 20px 0 10px 0;
    }
    #opportunity .box p {
        font-size: 15px;
    }

    #opportunity .text {
        padding-top: 25px;
    }
    #opportunity .text img {
        max-height: 74px;
    }
    #opportunity .text p {
        font-size: 21px;
    }

    #app .content {
        padding-bottom: 15px;
    }
    #app .content ul {
        width: 100%;
        padding-top: 15px;
        padding-left: 5px;
    }
    #app .content p {
        font-size: 18px;
        line-height: 24px;
    }
    #app .content li {
        font-size: 16px;
        line-height: 22px;
        margin: 13px 0;
        padding-left: 40px;
    }
    #app .content li::before {
        font-size: 21px;
    }

    #team .headline p {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 10px;
    }
    #team .box {
        padding: 20px 25px;
    }
    #team .box .photo {
        width: 104px;
        height: 104px;
    }
    #team .box .content {
        width: calc(100% - 104px);
        padding-left: 20px;
        padding-top: 10px;
    }
    #team .box .content .name {
        font-size: 19px;
    }
    #team .box .content .title {
        font-size: 13px;
    }
    #team .box .content p {
        font-size: 14px;
        line-height: 20px;
    }

    /* FOOTER */

    #footer {
        padding-bottom: 70px;
    }
    #footer .logo img {
        height: 36px;
    }

    #footer .row.row-2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #footer .menu ul {
        flex-wrap: wrap;
    }
    #footer .menu ul li {
        padding: 0 15px !important;
    }
    #footer .menu ul li:after {
        display: none;
    }
    #footer .menu ul li a {
        font-size: 14px;
    }

    .grecaptcha-badge {
        bottom: 80px !important;
    }

    /* SUBPAGES */

    h1, h2, h3, h4 {
        padding: 12px 0;
    }

    .entry-content h1, .entry-content h2, .post-title {
        font-size: 24px;
        line-height: 30px;
    }
    .entry-content h1::after, .entry-content h2::after, .post-title::after {
        width: 120px;
        height: 8px;
        margin-top: 15px;
    }
    .entry-content h3, .sitemap_by_click5 h2 {
        font-size: 21px;
        line-height: 27px;
    }
    .entry-content h4 {
        font-size: 19px;
        line-height: 25px;
    }

    .entry-content p, .entry-content ul li, .entry-content ol li {
        font-size: 15px;
        line-height: 24px;
    }

    .entry-content ul li::before {
        line-height: 26px;
    }

    .entry-content blockquote {
        padding-left: 35px;
        margin: 20px 0;
    }
    .entry-content blockquote p {
        font-size: 16px;
        line-height: 27px;
    }
    
    .entry-content .js-video-button.video::after {
        font-size: 60px;
    }

    .form-control {
        height: 56px;
        font-size: 16px;
    }
    .form-submit .wpcf7-submit {
        height: 56px;
        font-size: 18px;
        padding: 0 70px;
    }

    .modal-body {
        padding-top: 15px;
    }
    .modal-body .headline .title {
        font-size: 30px;
    }
    .modal-body .headline p {
        font-size: 16px;
        line-height: 24px;
        padding: 15px 20px 30px 20px;
    }
    .modal-body .form-fields {
        padding-left: 25px;
        padding-right: 25px;
    }
    .modal-body .form-submit {
        margin-top: 5px;
        padding-top: 20px;
        padding-bottom: 25px;
    }

    /* FAQ */
    
    #faq-wrapper .accordion-item {
        margin-left: 5px;
    }
    #faq-wrapper .accordion::after {
        width: calc(100% - 25px);
    }
    #faq-wrapper .accordion-header h3 {
        font-size: 17px;
        line-height: 23px;
        padding: 20px 15px 19px 25px;
    }
    #faq-wrapper .accordion-header h3::before {
        font-size: 12px;
        top: 21px;
    }
    #faq-wrapper .accordion-header h3[aria-expanded="true"] {
        font-size: 18px;
        line-height: 25px;
        padding-bottom: 10px;
    }
    #faq-wrapper .accordion-body {
        padding-left: 25px;
        padding-bottom: 20px;
    }

    /* REVIEWS */

    .review-item .review p:first-of-type:before {
        font-size: 110px;
        top: -43px;
        left: -13px;
    }
    .review-item .overview {
        font-size: 15px;
    }

    /* BLOG */

    #index-wrapper .news:nth-child(n+2), 
    #recent-posts .news:nth-child(n+3) {
        margin-top: 15px;
    }

    .news .photo {
        height: 220px;
    }
    .news .content {
        padding: 25px 25px 105px 25px;
    }
    .news .content .time-cat {
        margin-bottom: 12px;
    }
    .news .content h2 {
        font-size: 22px;
        line-height: 26px;
    }
    .news .content p {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;  
        overflow: hidden;
        font-size: 16px;
        line-height: 24px;
    }
    .news .content .more {
        width: calc(100% - 50px);
        bottom: 30px;
        left: 25px;
    }
    .news .content .more span {
        height: 45px;
        line-height: 42px;
    }

    .pagination .page-item .page-link, .sitemap-by-click5_pagination .pagination-item, .sitemap-by-click5_pagination strong {
        font-size: 15px;
        padding: 17px 11px;
    }
    .pagination .page-item .page-link.next, .pagination .page-item .page-link.prev {
        height: 36px;
        font-size: 18px;
        line-height: 32px;
        padding: 0 15px;
        margin-top: 7px;
    }
    .pagination .page-item .page-link.next {
        margin-left: 8px;
    }
    .pagination .page-item .page-link.prev {
        margin-right: 8px;
    }

    #single-wrapper .back {
        font-size: 15px;
        margin-left: 20px;
    }
    #single-wrapper .back::after {
        width: 48px;
        height: 48px;
        top: -15px;
        left: -20px;
    }
}