@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 830px;
    }
}

@media (min-width: 1400px) {
    #reviews .container,
    #about-code .container,
    #services .container {
        max-width: 1370px;
    }
}

@media (min-width: 1500px) {
    #reviews .container,
    #about-code .container {
        max-width: 1420px;
    }
}

@media (min-width: 1700px) {
    #reviews .container {
        max-width: 1670px;
    }
}

@media (max-width: 1799px) {
    #header {
        padding-left: 25px;
        padding-right: 25px;
    }

    .btn-phone {
        padding: 0 40px;
    }
}

@media (max-width: 1699px) {
    .btn-phone {
        padding: 0 30px;
    }

    #header .logo {
        width: auto;
    }

    .navbar .navbar-nav > li {
        margin: 0 8px;
    }

    #services .item .content .title {
        font-size: 32px;
        line-height: 34px;
    }

    #about .photo img {
        max-width: 900px;
    }

    #areas .box .content::before {
        width: calc(100% + 240px);
        left: -120px;
    }
    #areas .map {
        width: calc(50% + 120px);
        margin-right: -85px;
    }

    #hero.page .content .title {
        font-size: 52px;
        line-height: 56px;
    }
    #hero.page .content p {
        font-size: 28px;
    }

    .featured-image {
        width: calc(41.66666667% + 120px);
        margin-right: -120px;
        margin-top: -35px;
        padding-left: 60px;
    }
    .featured-image .photo::before {
        height: calc(100% + 80px);
        top: -40px;
    }

    #faq-wrapper .accordion-body {
        padding-bottom: 10px;
    }

    #about-why .g-content {
        width: calc(50% + 100px);
        margin-right: -100px;
    }

    #contact-wrapper .form {
        width: calc(50% + 100px);
        margin-right: -100px;
    }
}

@media (max-width: 1599px) {
    #header {
        padding-left: 20px;
        padding-right: 20px;
    }
    #header .logo img {
        max-height: 78px;
    }

    .navbar .navbar-nav > li {
        margin: 0 5px;
    }

    .btn-phone {
        padding: 0 25px;
    }

    #hero .content .title {
        font-size: 45px;
        line-height: 49px;
    }

    #services .headline .slogan, #reviews .headline .slogan, #recent-posts .headline .title, #team .headline .title {
        font-size: 50px;
    }
    #services .item .content .title {
        font-size: 30px;
        line-height: 32px;
        padding: 35px 15px 40px 15px;
    }

    #about .photo {
        top: -20px;
    }
    #about .photo img {
        max-width: 850px;
    }

    #video .box .js-video-button {
        height: 630px;
    }

    #schedule .photo {
        height: 600px;
    }
    #schedule .content .title {
        font-size: 56px;
    }

    #areas .box .content::before {
        width: calc(100% + 150px);
        left: -75px;
    }
    #areas .box .content .slogan {
        padding-top: 20px;
    }
    #areas .map > div {
        height: 620px;
    }
    
    #hero.page .content .title {
        font-size: 48px;
        line-height: 52px;
        padding-bottom: 30px;
    }
    #hero.page .content p {
        font-size: 27px;
    }

    #page-intro .content .title {
        font-size: 34px;
    }
    #page-intro .content p {
        font-size: 28px;
    }

    .featured-image {
        width: calc(41.66666667% + 70px);
        margin-right: -70px;
        padding-left: 40px;
    }
    .featured-image .photo::before {
        height: calc(100% + 50px);
        top: -25px;
        right: -60px;
    }

    #services-list.details .photo > div {
        height: 540px;
    }
    #services-list .content > .title {
        font-size: 36px;
        line-height: 40px;
        padding: 25px 0 20px 0;
    }

    #offers .headline .title {
        font-size: 42px;
        padding-bottom: 30px;
    }

    .slick-prev {
        left: -65px;
    }
    .slick-next {
        right: -65px;
    }

    #about-why .g-content {
        width: calc(50% + 50px);
        margin-right: -50px;
    }
    #about-why .g-content .box {
        padding: 40px 50px 35px 50px;
    }

    #about-code .headline .title {
        font-size: 54px;
        padding-bottom: 50px;
    }

    #contact-wrapper .form {
        width: calc(50% + 50px);
        margin-right: -50px;
    }
    #contact-wrapper .form .box {
        padding: 40px 50px 35px 50px;
    }
    #contact-wrapper .form .box > .title {
        font-size: 42px;
        padding-bottom: 30px;
    }

    .contact-map iframe {
        height: 540px;
    }
}

@media (max-width: 1499px) {
    #header .logo img {
        max-height: 76px;
    }

    .navbar .navbar-nav > li:first-of-type {
        display: none;
    }

    .btn-phone {
        height: 56px;
        padding: 0 20px;
    }
    .btn-schedule {
        height: 56px;
    }

    #hero {
        background-position: top right -130px;
    }

    #services .item a {
        padding: 30px 0;
    }
    #services .item .content .title {
        font-size: 28px;
        line-height: 31px;
        padding: 30px 15px 35px 15px;
    }

    #about .content .title {
        font-size: 45px;
        line-height: 48px;
    }
    #about .content p {
        font-size: 18px;
        line-height: 28px;
    }
    #about .content .boxes .box p {
        font-size: 19px;
        line-height: 27px;
    }
    #about .photo {
        top: -10px;
        left: -70px;
    }

    #reviews .review .box {
        padding: 30px 40px;
    }

    #schedule .photo {
        height: 570px;
    }
    #schedule .content .title {
        font-size: 54px;
        padding-top: 90px;
    }
    #schedule .content .btn-schedule {
        height: 74px;
    }

    #areas .box .content::before {
        width: calc(100% + 70px);
        left: -35px;
    }
    #areas .box .content .slogan {
        font-size: 40px;
        line-height: 47px;
        padding-bottom: 30px;
    }
    #areas .map {
        width: calc(50% + 40px);
        margin-right: -5px;
    }

    #hero.page {
        height: 440px;
    }
    #hero.page .content .title {
        font-size: 45px;
        line-height: 50px;
    }
    #hero.page .content p {
        font-size: 26px;
    }

    .featured-image {
        width: calc(41.66666667% + 20px);
        margin-right: -20px;
        padding-left: 25px;
    }

    #services-list .photo {
        width: calc(50% + 20px);
        margin-left: -20px;
    }
    #services-list .content {
        padding-left: 40px;
    }

    #offers .box .content .photo {
        height: 240px;
    }

    #schedule .headline .slogan {
        font-size: 54px;
    }
    #schedule .headline .text {
        font-size: 25px;
    }

    #about-why .content .title {
        font-size: 38px;
        line-height: 44px;
    }
    #about-why .content .title::after {
        width: 180px;
        height: 6px;
        margin: 25px 0;
    }
    #about-why .g-content {
        width: calc(50% + 10px);
        margin-right: -10px;
    }
    #about-why .g-content .box .title {
        font-size: 28px;
        line-height: 37px;
    }
    #about-why .g-content .box > p {
        padding-top: 25px;
    }

    #about-txt .photo {
        width: calc(50% + 25px);
        margin-left: -25px;
    }
    #about-txt .content {
        padding-left: 35px;
        padding-top: 20px;
    }

    .service-headline p {
        font-size: 32px;
        line-height: 46px;
    }

    #contact-wrapper .form {
        width: calc(50% + 25px);
        margin-right: -25px;
    }
}

@media (max-width: 1399px) {
    .navbar {
        margin-right: 20px;
    }
    .navbar-expand-xl .navbar-toggler {
        display: block;
    }
    .icon-bar {
        background-color: #000;
    }
    .navbar-collapse #main-menu {
        display: flex;
        flex-direction: column;
        position: absolute;
        width: 310px;
        max-height: 80vh;
        top: 50px;
        right: -20px;
        padding: 30px 25px;
        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 {
        height: 510px;
        padding-bottom: 100px;
    }
    #hero .content .title {
        font-size: 42px;
        line-height: 47px;
    }
    #hero .content p {
        font-size: 19px;
    }

    #services .headline .title, #reviews .headline .title, #areas .box .content .title, #faq-wrapper.service .headline .title {
        font-size: 19px;
    }
    #services .headline .slogan, #reviews .headline .slogan, #recent-posts .headline .title, #team .headline .title, #faq-wrapper.service .headline .slogan {
        font-size: 48px;
        padding-bottom: 25px;
    }
    #services .item .content img {
        max-height: 88px;
    }
    #services .item .content .title {
        font-size: 27px;
        line-height: 30px;
        padding: 25px 15px 30px 15px;
    }
    #services .item .more span {
        height: 50px;
        font-size: 15px;
    }

    #about .photo {
        top: 20px;
    }
    #about .photo img {
        max-width: 760px;
    }
    #about .content .title {
        font-size: 42px;
        line-height: 45px;
        padding-top: 5px;
    }
    #about .content p {
        padding-top: 20px;
    }
    #about .content .boxes .box {
        padding-bottom: 15px;
    }
    #about .content .boxes .box p {
        font-size: 18px;
        line-height: 25px;
        padding: 8px 20px 0 20px;
    }

    #video .box .js-video-button {
        height: 560px;
    }
    #video .box .js-video-button::after {
        width: 120px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    #reviews .review .box {
        padding: 30px;
    }
    #reviews .review .box .content .date img {
        max-height: 22px;
    }
    #reviews .review .box .overview {
        padding-top: 30px;
    }

    #schedule .photo {
        height: 500px;
    }
    #schedule .google .box {
        padding: 22px 40px;
    }
    #schedule .google .box .value img {
        max-height: 22px;
    }
    #schedule .google .box .value p {
        font-size: 24px;
    }

    #schedule .content .title {
        font-size: 50px;
        padding-top: 80px;
        padding-bottom: 25px;
    }
    #schedule .content p {
        font-size: 27px;
    }
    #schedule .content .btn-schedule {
        height: 68px;
        font-size: 19px;
    }

    #partners .box a img {
        max-height: 100px;
    }

    #areas .box .content::before {
        width: calc(100% + 60px);
        left: -30px;
    }
    #areas .map > div {
        height: 590px;
    }

    #footer .logo img {
        max-height: 108px;
        margin-bottom: 50px;
    }

    /* SUBPAGES */

    #hero.page {
        height: 400px;
    }
    #hero.page .content .title {
        font-size: 40px;
        line-height: 46px;
        padding-bottom: 25px;
    }
    #hero.page .content p {
        font-size: 24px;
    }

    #page-intro .content .title {
        font-size: 32px;
    }
    #page-intro .content p {
        font-size: 26px;
    }

    .featured-image {
        width: calc(41.66666667% + 10px);
        margin-right: -10px;
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .featured-image .photo > div {
        height: 380px;
    }

    #services-list .photo {
        width: calc(50% + 10px);
        margin-left: -10px;
    }
    #services-list.details .photo > div {
        height: 460px;
    }
    #services-list .content {
        padding-left: 25px;
    }
    #services-list .content > .title {
        font-size: 34px;
        line-height: 40px;
        padding: 15px 0 15px 0;
    }

    #offers .box .content .photo {
        height: 220px;
    }
    #offers .box .content .highlight {
        padding: 0;
    }

    #schedule .headline .text {
        font-size: 23px;
        padding-top: 15px;
    }

    .entry-content h1, .entry-content h2, .post-title {
        font-size: 38px;
        line-height: 44px;
    }
    .entry-content h3, .sitemap_by_click5 h2 {
        font-size: 32px;
        line-height: 38px;
    }
    .entry-content blockquote p {
        line-height: 34px;
    }

    #team .item {
        padding-top: 25px;
    }
    #team .item .photo {
        height: 250px;
    }

    #about-why .content {
        padding-top: 15px;
        padding-right: 25px;
    }
    #about-why .content .title {
        font-size: 36px;
        line-height: 42px;
    }
    #about-why .content p {
        font-size: 18px;
        line-height: 29px;
    }

    #about-why .g-content .box {
        padding: 30px 40px 30px 40px;
    }
    #about-why .g-content .box .title {
        font-size: 26px;
        line-height: 33px;
    }
    #about-why .g-content .box .title br {
        display: none;
    }

    #about-code .headline .title {
        font-size: 50px;
        padding-bottom: 40px;
    }
    #about-code .box .content .top, #about-txt .content .top {
        padding-bottom: 20px;
    }
    #about-code .box .content .top img, #about-txt .content .top img {
        max-height: 90px;
    }
    #about-code .box .content .top .title, #about-txt .content .top .title {
        font-size: 32px;
    }

    #about-txt .photo {
        width: 50%;
        margin-left: 0;
    }
    #about-txt .photo > div {
        height: 440px;
    }
    #about-txt .content {
        padding-left: 25px;
        padding-top: 15px;
    }

    .service-headline p {
        font-size: 30px;
        line-height: 42px;
    }

    #contact-wrapper .form {
        width: 50%;
        margin-right: 0;
    }
    #contact-wrapper .form .box > .title {
        font-size: 38px;
        padding-bottom: 25px;
    }

    .form-control {
        height: 62px;
        font-size: 17px;
    }

    .contact-map iframe {
        height: 500px;
    }

    /* WIDGETS */

    #sidebar-area {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        margin-right: 0;
    }

    /* FAQ */

    #faq-wrapper .questions {
        padding-top: 20px;
    }
    #faq-wrapper .accordion-header h3 {
        font-size: 21px;
        line-height: 30px;
        padding: 26px 15px 29px 15px;
    }
    #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;
    }

    #hero {
        height: 860px;
        align-items: flex-start !important;
        padding-top: 40px;
        padding-bottom: 0;
        background-position: bottom -50px center;
        background-size: 100% auto;
    }
    #hero::before {
        width: 100%;
        height: 60%;
        background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0.65) 85%, rgba(255, 255, 255, 0) 100%);
        background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0.65) 85%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0.65) 85%, rgba(255, 255, 255, 0) 100%);
    }

    #services .headline .title, #reviews .headline .title, #areas .box .content .title, #faq-wrapper.service .headline .title {
        font-size: 18px;
        padding-bottom: 17px;
    }
    #services .headline .slogan, #reviews .headline .slogan, #recent-posts .headline .title, #team .headline .title, #faq-wrapper.service .headline .slogan {
        font-size: 46px;
        padding-bottom: 20px;
    }

    #services .item {
        width: 33.3333%;
    }
    #services .item:nth-last-child(-n+2) {
        width: 50%;
    }

    #about {
        display: flex;
        flex-direction: column-reverse;
    }
    #about .photo {
        display: block;
        position: relative;
        top: -70px;
        left: 0;
        text-align: center;
    }
    #about .content {
        padding-top: 0;
        margin-top: -180px;
    }

    #video .box .js-video-button {
        height: 520px;
    }

    #schedule .content .title {
        font-size: 46px;
        padding-top: 65px;
        padding-bottom: 20px;
    }
    #schedule .content p {
        font-size: 25px;
    }
    #schedule .content .btn-schedule {
        height: 64px;
        font-size: 18px;
    }
    #schedule .content .btn-schedule i {
        width: 46px;
        height: 46px;
        font-size: 22px;
    }

    #areas .box .content {
        padding: 35px;
        border-radius: 20px;
    }
    #areas .box .content::before {
        display: none;
    }
    #areas .map {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-top: 35px;
    }

    #footer .logo img {
        max-height: 100px;
        margin-bottom: 45px;
    }

    /* SUBPAGES */

    #hero.page {
        height: 700px;
        background-position: bottom -100px center;
    }
    .page-template-contact #hero.page {
        height: 600px;
    }
    #hero.page .content .title {
        font-size: 38px;
        line-height: 44px;
        padding-bottom: 20px;
    }
    #hero.page .content p {
        font-size: 22px;
        padding-bottom: 5px;
    }

    #page-intro .content .title {
        font-size: 30px;
    }
    #page-intro .content p {
        font-size: 24px;
    }

    #page-wrapper {
        overflow: hidden;
    }

    .featured-image {
        width: 100%;
        margin-right: 0;
        margin-top: 5px;
    }

    #services-list .photo {
        width: 100%;
        margin-left: 0;
        order: 2;
    }
    #services-list .content {
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-bottom: 30px;
        order: 1;
    }
    #services-list .content > .title {
        font-size: 32px;
        line-height: 38px;
        padding: 0 0 15px 0;
    }
    #services-list.details .content .list {
        padding-top: 10px;
    }

    #offers .headline .title {
        font-size: 40px;
        padding-bottom: 20px;
    }

    .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-bottom: 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;
    }

    #schedule .headline .slogan {
        font-size: 50px;
    }
    #schedule .headline .text {
        font-size: 21px;
        padding-top: 10px;
    }

    #about-why .content {
        padding-top: 0;
        padding-bottom: 30px;
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
    #about-why .content .title br {
        display: none;
    }

    #about-why .g-content {
        width: 100%;
        margin-right: 0;
    }

    #about-code .headline .title {
        font-size: 46px;
        padding-bottom: 25px;
    }
    #about-code .box .content {
        padding: 35px 45px 35px 35px;
    }

    #about-txt .photo {
        width: 100%;
    }
    #about-txt .content {
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-top: 25px;
    }

    .service-headline p {
        font-size: 28px;
        line-height: 40px;
    }

    #services-list .content > .title br {
        display: none;
    }

    #contact-wrapper .content {
        display: flex;
        flex-wrap: wrap;
    }
    #contact-wrapper .item {
        width: 50%;
        padding-top: 40px;
    }
    #contact-wrapper .item:first-of-type,
    #contact-wrapper .item:nth-of-type(2) {
        padding-top: 0;
    }

    #contact-wrapper .form {
        width: 100%;
        margin-top: 40px;
    }

    /* FAQ */

    #faq-wrapper {
        overflow: hidden;
    }
    #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;
    }

    /* 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;
    }  

    #hello-bar {
        padding: 13px 20px;
    }
    #hello-bar .slogan p {
        font-size: 14px;
    }
    #hello-bar .quick-menu ul li {
        font-size: 14px;
    }

    #header .phone {
        display: none;
    }

    .navbar-collapse #main-menu li > ul.dropdown-menu > li > a {
        padding: 5px 15px;
    }

    #hero .content .title {
        font-size: 38px;
        line-height: 44px;
        padding-bottom: 15px;
    }
    #hero .content p {
        font-size: 18px;
        line-height: 28px;
    }

    #hero {
        height: 760px;
    }
    #hero .content .google .score .value {
        font-size: 40px;
    }
    #hero .content .google .logo img {
        max-height: 45px;
        padding-left: 13px;
    }

    #services .headline .title, #reviews .headline .title, #areas .box .content .title, #faq-wrapper.service .headline .title {
        font-size: 17px;
        padding-bottom: 16px;
    }
    #services .headline .slogan, #reviews .headline .slogan, #recent-posts .headline .title, #team .headline .title, #faq-wrapper.service .headline .slogan {
        font-size: 44px;
    }

    #services .item a {
        padding: 25px 0;
    }
    #services .item .content img {
        max-height: 84px;
    }
    #services .item .content .title {
        font-size: 26px;
        line-height: 30px;
        padding: 20px 15px 27px 15px;
    }
    #services .item .more span {
        height: 47px;
        font-size: 14px;
        padding: 1px 30px 0 30px;
    }

    #about .content .title {
        font-size: 38px;
        line-height: 42px;
        padding-top: 0;
    }

    #video .box .js-video-button {
        height: 400px;
    }

    #schedule .photo {
        height: 460px;
    }
    #schedule .photo .socket img {
        left: -55px;
    }

    #schedule .google {
        margin-top: -55px;
    }
    #schedule .google .box {
        padding: 18px 30px;
    }
    #schedule .google .box .logo {
        padding-top: 4px;
        padding-right: 12px;
    }
    #schedule .google .box .logo img {
        max-height: 48px;
    }
    #schedule .google .box .value img {
        max-height: 20px;
    }
    #schedule .google .box .value p {
        font-size: 22px;
    }

    #schedule .content .title {
        font-size: 38px;
        padding-top: 55px;
    }
    #schedule .content p {
        font-size: 23px;
        padding-bottom: 35px;
    }
    #schedule .content .btn-schedule {
        height: 62px;
    }

    #areas .box .content .slogan {
        padding-bottom: 20px;
    }
    #areas .box .content .slogan br {
        display: none;
    }
    #areas .map > div {
        height: 480px;
    }

    /* FOOTER */

    #footer .logo {
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
    }
    #footer .logo img {
        margin-bottom: 30px;
    }
    #footer .logo .buttons {
        justify-content: center;
    }

    #footer .emergency {
        max-width: 365px;
        margin: 0 auto 15px;
    }

    #footer .links {
        width: 100%;
        text-align: center;
    }
    #footer .links:not(:last-of-type) {
        display: none;
    }
    #footer .links h4 {
        padding-bottom: 15px;
    }

    .social-media {
        margin-bottom: 25px;
    }
    .social-media ul li {
        margin: 0 4px;
    }

    /* SUBPAGES */

    #hero.page {
        height: 565px;
        background-position: bottom -80px center;
    }
    .page-template-contact #hero.page {
        height: 480px;
    }
    #hero.page .content .title {
        font-size: 36px;
        line-height: 42px;
        padding-bottom: 15px;
    }
    #hero.page .content p {
        font-size: 21px;
        padding-bottom: 0;
    }

    #page-intro .content .title {
        font-size: 29px;
        line-height: 36px;
    }
    #page-intro .content p {
        font-size: 22px;
        padding-top: 10px;
    }

    #services-list .content > .title {
        font-size: 30px;
        line-height: 36px;
    }

    #offers .headline .title {
        font-size: 36px;
        padding-bottom: 15px;
    }
    #offers .headline .title br {
        display: none;
    }

    #offers .box .content .photo {
        height: 200px;
    }
    #offers .box .content .highlight .discount {
        font-size: 36px;
    }
    #offers .box .content .highlight .title {
        font-size: 18px;
        line-height: 24px;
    }

    .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;
    }

    #schedule .headline {
        margin-top: -250px;
    }
    #schedule .headline .text {
        display: none;
    }

    #about-txt .content {
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-top: 25px;
    }
    #about-why .content .title::after {
        width: 160px;
        height: 6px;
        margin: 20px 0;
    }
    #about-why .content p {
        font-size: 17px;
        line-height: 27px;
    }

    #about-why .g-content .box .title {
        font-size: 23px;
        line-height: 29px;
    }
    #about-why .g-content .box .item {
        padding-top: 25px;
    }
    #about-why .g-content .box .item p.highlight {
        font-size: 19px;
    }
    #about-why .g-content .box p {
        font-size: 16px;
        line-height: 26px;
    }
    #about-why .g-content .box > p {
        padding-top: 20px;
    }

    #about-code .headline .title {
        font-size: 40px;
        padding-bottom: 20px;
    }

    #about-code .box .content {
        padding: 25px 35px 25px 30px;
    }
    #about-code .box .content .top, #about-txt .content .top {
        padding-bottom: 15px;
    }
    #about-code .box .content .top img, #about-txt .content .top img {
        max-height: 82px;
    }
    #about-code .box .content .top .title, #about-txt .content .top .title {
        font-size: 28px;
    }
    #about-code .box .content > p, #about-txt .content > p {
        font-size: 16px;
        line-height: 26px;
    }

    #about-txt .photo > div {
        height: 400px;
    }

    .service-headline p {
        font-size: 26px;
        line-height: 36px;
    }

    #contact-wrapper .item {
        width: 100%;
        padding-top: 30px;
    }
    #contact-wrapper .item:nth-of-type(2) {
        padding-top: 30px;
    }
    #contact-wrapper .form .box {
        padding: 35px 40px 30px 40px;
    }
    #contact-wrapper .form .box > .title {
        font-size: 35px;
    }

    .contact-map iframe {
        height: 440px;
    }

    /* 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;
    }

    /* 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;
    }

    #hello-bar .slogan {
        display: none;
    }
    #hello-bar .quick-menu {
        width: 100%;
    }
    #hello-bar .quick-menu ul {
        justify-content: center;
    }

    #header .contact {
        display: none;
    }

    .navbar {
        margin-right: 0;
    }
    .navbar-collapse #main-menu {
        width: 250px;
    }

    #hero {
        padding-top: 35px;
        background-size: 130% auto;
    }
    #hero::before {
        height: 65%;
    }
    #hero::after {
        height: 11px;
        width: 80%;
    }
    #hero .content .title {
        font-size: 34px;
        line-height: 40px;
        padding-bottom: 10px;
    }
    #hero .content p {
        font-size: 17px;
        line-height: 27px;
    }

    .btn-schedule {
        height: 53px;
        font-size: 15px;
    }

    #hero .content .google {
        padding-left: 25px;
    }
    #hero .content .google .score .value {
        font-size: 38px;
    }
    #hero .content .google .logo img {
        max-height: 41px;
        padding-left: 12px;
    }

    #hero .socket {
        max-height: 79px;
        bottom: -33px;
    }

    #services .headline .title, #reviews .headline .title, #areas .box .content .title, #faq-wrapper.service .headline .title {
        font-size: 16px;
        padding-bottom: 15px;
    }
    #services .headline .slogan, #reviews .headline .slogan, #recent-posts .headline .title, #team .headline .title, #faq-wrapper.service .headline .slogan {
        font-size: 38px;
    }

    #services .item {
        width: 50%;
        padding-top: 15px;
    }
    #services .item:last-of-type {
        width: 100%;
    }
    #services .item .content img {
        max-height: 80px;
    }
    #services .item .content .title {
        padding: 18px 15px 20px 15px;
    }

    #about .photo img {
        max-width: 600px;
    }
    #about .content .title {
        font-size: 34px;
        line-height: 38px;
    }
    #about .content p {
        font-size: 17px;
        line-height: 27px;
        padding-top: 15px;
    }

    #about .content .boxes .box img {
        max-height: 52px;
    }
    #about .content .boxes .box p {
        font-size: 17px;
        line-height: 24px;
    }

    #video .box .js-video-button {
        height: 300px;
    }

    #schedule .google {
        margin-top: -47px;
    }
    #schedule .google .box {
        padding: 15px 25px;
    }
    #schedule .google .box .logo img {
        max-height: 42px;
    }
    #schedule .google .box .value img {
        max-height: 18px;
    }
    #schedule .google .box .value p {
        font-size: 20px;
    }

    #schedule .photo {
        height: 360px;
    }
    #schedule .photo .socket {
        width: 86%;
        height: 11px;
    }
    #schedule .photo .socket img {
        width: auto;
        height: 79px;
    }

    #schedule .content .title {
        font-size: 32px;
        padding-top: 50px;
        padding-bottom: 15px;
    }
    #schedule .content p {
        font-size: 21px;
        padding-bottom: 30px;
    }
    #schedule .content .btn-schedule {
        height: 60px;
        font-size: 17px;
    }
    #schedule .content .btn-schedule i {
        width: 42px;
        height: 42px;
        font-size: 19px;
    }

    #partners .box a img {
        max-height: 90px;
    }

    #areas {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    #areas .box .content .slogan {
        font-size: 36px;
        line-height: 43px;
    }
    #areas .box .content ul {
        padding-bottom: 30px;
    }
    #areas .box .content ul li {
        font-size: 17px;
        line-height: 28px;
    }
    #areas .map > div {
        height: 380px;
    }

    /* FOOTER */

    #footer .logo img {
        max-height: 94px;
    }
    #footer .menu ul li a {
        font-size: 15px;
    }

    /* SUBPAGES */

    #hero.page {
        height: 530px;
        background-position: bottom -110px center;
    }
    .page-template-contact #hero.page {
        height: 420px;
    }
    #hero.page .content .title {
        font-size: 30px;
        line-height: 36px;
    }
    #hero.page .content p {
        font-size: 19px;
    }

    #page-intro .content .title {
        font-size: 26px;
        line-height: 33px;
    }
    #page-intro .content p {
        font-size: 20px;
    }

    .featured-image .photo > div {
        height: 320px;
    }

    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-bottom: 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;
    }

    #services-list.details .content .list .accordion-item::after {
        width: calc(100% - 30px);
    }
    #services-list .content .list .title {
        font-size: 18px;
        padding-left: 30px;
    }
    #services-list.details .content .list .accordion-body {
        padding-left: 30px;
        padding-top: 0;
    }
    #services-list.details .photo > div {
        height: 360px;
    }

    #offers .headline .title {
        font-size: 32px;
        padding-bottom: 5px;
    }

    #schedule .headline {
        margin-top: -200px;
    }
    #schedule .headline .slogan {
        font-size: 40px;
    }

    #team .item {
        padding-top: 20px;
    }
    #team .item .content {
        padding-top: 15px;
    }
    #team .item .content .title {
        font-size: 23px;
        padding-bottom: 5px;
    }

    #about-why .content .title {
        font-size: 30px;
        line-height: 34px;
    }
    #about-why .content .title::after {
        width: 140px;
        height: 5px;
        margin: 17px 0;
    }
    #about-why .content p {
        font-size: 16px;
        line-height: 25px;
    }

    #about-why .g-content .box {
        padding: 25px 30px 25px 30px;
    }
    #about-why .g-content .box .title {
        font-size: 21px;
        line-height: 26px;
    }
    #about-why .g-content .box .item {
        width: 100%;
        padding-top: 17px;
    }
    #about-why .g-content .box p {
        font-size: 15px;
        line-height: 22px;
    }
    #about-why .g-content .box .item p.highlight {
        font-size: 17px;
    }
    #about-why .g-content .box > p {
        padding-top: 15px;
    }

    #about-code .headline .title {
        font-size: 34px;
    }

    #about-code .box .content {
        padding: 20px 30px 20px 25px;
    }
    #about-code .box .content .top img, #about-txt .content .top img {
        max-height: 72px;
    }
    #about-code .box .content .top .title, #about-txt .content .top .title {
        font-size: 25px;
    }
    #about-code .box .content > p, #about-txt .content > p {
        font-size: 15px;
        line-height: 24px;
    }

    #about-txt .photo > div {
        height: 300px;
    }

    .service-headline p {
        font-size: 24px;
        line-height: 34px;
    }

    #services-list .photo > div {
        height: 380px;
    }

    /* 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: 20px;
    }
    #faq-wrapper .accordion-header h3::before {
        font-size: 14px;
        top: 26px;
    }

    /* 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;
    }    

    #hello-bar .quick-menu ul li {
        font-size: 13px;
        margin: 0 16px;
    }
    #hello-bar .quick-menu ul li:not(:last-of-type)::after {
        top: -1px;
        right: -19px;
    }

    #header {
        padding-left: 15px;
        padding-right: 15px;
    }

    #header .logo img {
        max-height: 70px;
    }
    #header.sticky .logo img {
        max-height: 56px;
    }

    .navbar-collapse #main-menu {
        width: 260px;
        right: -5px;
        padding: 20px;
    }
    .navbar-collapse #main-menu > li > a {
        font-size: 17px;
        padding: 10px 15px;
    }

    #hero {
        height: 630px;
        padding-top: 30px;
    }
    #hero::before {
        height: 77%;
    }
    #hero::after {
        height: 8px;
    }
    #hero .content .title {
        font-size: 30px;
        line-height: 34px;
    }
    #hero .content p {
        font-size: 16px;
        line-height: 25px;
    }
    #hero .content p br {
        display: none;
    }
    #hero .content .buttons {
        flex-direction: column;
        justify-content: center;
        padding-top: 15px;
    }
    #hero .content .google {
        padding-top: 12px;
        padding-left: 0;
    }

    #hero .socket {
        max-height: 58px;
        bottom: -24px;
    }

    #services .headline .title, #reviews .headline .title, #areas .box .content .title, #faq-wrapper.service .headline .title {
        font-size: 15px;
        padding-bottom: 12px;
    }
    #services .headline .slogan, #reviews .headline .slogan, #recent-posts .headline .title, #team .headline .title, #faq-wrapper.service .headline .slogan {
        font-size: 35px;
    }

    #services .item {
        width: 100% !important;
        padding-top: 10px;
    }
    #services .item a {
        padding: 20px 0;
    }
    #services .item .content img {
        max-height: 76px;
    }
    #services .item .content .title {
        padding: 15px 15px 15px 15px;
    }
    #services .item .more span {
        height: 43px;
    }

    #about {
        overflow: hidden;
    }
    #about .photo {
        left: -130px;
    }
    #about .content .title {
        font-size: 30px;
        line-height: 34px;
    }
    #about .content p {
        font-size: 16px;
        line-height: 25px;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    #about .content .boxes {
        flex-wrap: wrap;
        padding-top: 20px;
    }
    #about .content .boxes .box {
        width: 50%;
    }
    #about .content .boxes .box:last-of-type {
        width: 100%;
    }
    #about .content .boxes .box:not(:last-of-type) {
        border-right-width: 0;
    }
    #about .content .boxes .box img {
        max-height: 40px;
    }
    #about .content .boxes .box p {
        font-size: 15px;
        line-height: 21px;
    }

    .btn-phone {
        height: 52px;
        font-size: 14px;
        padding: 0 15px;
    }
    .btn-schedule {
        height: 52px;
        font-size: 14px;
        padding: 0 10px 0 15px;
    }

    #video .box .js-video-button {
        height: 200px;
    }
    #video .box .js-video-button::after {
        width: 70px;
        height: 71px;
    }

    #reviews .review .box {
        padding: 25px;
    }
    #reviews .review .box .content .date img {
        max-height: 18px;
    }
    #reviews .review .box .content .date {
        padding-bottom: 15px;
    }
    #reviews .review .box .content > p {
        font-size: 15px;
        line-height: 23px;
    }
    #reviews .review .box .overview {
        padding-top: 20px;
    }
    #reviews .review .box .overview p {
        font-size: 14px;
    }

    #schedule {
        overflow: hidden;
    }
    #schedule .photo {
        height: 260px;
    }
    #schedule .google .box {
        padding: 8px 20px 12px 20px;
    }
    #schedule .google .box .logo img {
        max-height: 37px;
    }
    #schedule .google .box .value img {
        max-height: 16px;
    }
    #schedule .google .box .value p {
        font-size: 18px;
    }

    #schedule .photo .socket {
        height: 8px;
    }
    #schedule .photo .socket img {
        height: 58px;
        left: -42px;
        bottom: -25px;
    }
    #schedule .content .title {
        font-size: 30px;
        padding-top: 40px;
    }
    #schedule .content p {
        font-size: 18px;
        line-height: 23px;
        padding-bottom: 20px;
    }
    #schedule .content .btn-schedule {
        height: 56px;
        font-size: 16px;
    }

    #partners {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #partners .box a img {
        max-height: 80px;
    }

    #areas {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #areas .box .content {
        padding: 25px 20px;
    }
    #areas .box .content .slogan {
        font-size: 28px;
        line-height: 35px;
        padding-top: 10px;
        padding-bottom: 15px;
    }
    #areas .box .content ul {
        columns: 2;
        padding-bottom: 20px;
    }
    #areas .box .content ul li {
        font-size: 16px;
        line-height: 27px;
    }
    #areas .map > div {
        height: 300px;
    }

    /* FOOTER */

    #footer {
        padding-bottom: 0;
    }

    #footer .logo img {
        max-height: 85px;
        margin-bottom: 25px;
    }

    #footer .emergency {
        max-width: 315px;
    }
    #footer .emergency h4 {
        font-size: 16px;
    }
    #footer .emergency p br {
        display: none;
    }

    #footer .links h4 {
        font-size: 16px;
        padding-top: 0;
        padding-bottom: 10px;
    }
    #footer .links address {
        line-height: 23px;
    }

    #footer .row.row-2 {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .social-media {
        margin-bottom: 15px;
    }

    #footer .menu ul {
        flex-wrap: wrap;
    }
    #footer .menu ul li {
        padding: 0 15px !important;
    }
    #footer .menu ul li:after {
        display: none;
    }

    .grecaptcha-badge {
        bottom: 30px !important;
    }

    .copy p {
        max-width: 290px;
        line-height: 18px;
        margin: 0 auto;
    }
    .copy p a {
        display: block;
    }

    /* SUBPAGES */

    #hero.page {
        height: 505px;
        background-position: bottom -60px center;
    }
    .page-template-contact #hero.page {
        height: 390px;
    }
    #hero.page .content .title {
        font-size: 26px;
        line-height: 30px;
    }
    #hero.page .content p {
        font-size: 16px;
        line-height: 23px;
    }

    #page-intro .content .title {
        font-size: 22px;
        line-height: 28px;
    }
    #page-intro .content p {
        font-size: 18px;
        line-height: 24px;
        padding-top: 6px;
    }

    .featured-image {
        margin-top: 0;
    }
    .featured-image .photo::before {
        height: calc(100% + 30px);
        top: -15px;
    }
    .featured-image .photo > div {
        height: 260px;
        margin-top: 40px;
    }

    #services-list .content > .title {
        font-size: 27px;
        line-height: 32px;
    }
    #services-list.details .content .list {
        padding-top: 0;
    }
    #services-list .content .list .title {
        font-size: 17px;
        line-height: 23px;
    }
    #services-list.details .content .list .accordion-body p {
        font-size: 15px;
        line-height: 24px;
    }
    #services-list.details .photo > div {
        height: 260px;
    }

    #offers .headline .title {
        font-size: 25px;
        padding-bottom: 10px;
    }

    #offers .box {
        padding-top: 15px;
    }
    #offers .box .content .highlight .discount {
        font-size: 32px;
    }
    #offers .box .content .highlight .title {
        font-size: 16px;
        line-height: 21px;
        padding: 8px 0 10px 0;
    }

    #offers .modal-content {
        padding: 58px 15px 20px 15px;
    }
    #offers .modal-header {
        flex-direction: column;
    }
    #offers .modal-header .photo {
        width: 100%;
        height: 201px;
    }
    #offers .modal-header .headline {
        width: 100%;
        margin-left: 0;
        padding-top: 15px;
    }
    #offers .modal-header .headline .price {
        flex-direction: column;
    }
    #offers .modal-header .headline .price > p {
        font-size: 32px;
    }
    #offers .modal-header .headline .price > s {
        font-size: 24px;
    }
    #offers .modal-header .headline .title {
        font-size: 20px;
        line-height: 25px;
        padding: 12px 0 20px 0;
    }
    #offers .modal-body {
        padding: 15px 0;
    }
    #offers .modal-body p, #offers .modal-body li {
        font-size: 15px;
        line-height: 22px;
    }

    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;
    }

    #schedule .headline {
        margin-top: -40px;
    }
    #schedule .headline .slogan {
        display: none;
    }

    #team .item {
        padding-top: 15px;
    }
    #team .item .content {
        padding-top: 10px;
    }
    #team .item .content .title {
        font-size: 21px;
    }
    #team .item .content p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 0.28rem;
    }

    #about-why .g-content .box {
        padding: 20px 25px 20px 25px;
    }
    #about-why .g-content .box .title {
        font-size: 19px;
        line-height: 24px;
    }

    #about-code .headline .title {
        font-size: 30px;
        padding-bottom: 15px;
    }
    #about-code .box .content {
        padding: 20px 25px 20px 25px;
    }

    #about-txt .photo > div {
        height: 240px;
    }

    #services-list .photo > div {
        height: 240px;
    }

    .service-headline p {
        font-size: 21px;
        line-height: 29px;
    }

    .page-template-services #about-why .g-content .box .item p.highlight {
        font-size: 17px;
    }

    #contact-wrapper .item,
    #contact-wrapper .item:nth-of-type(2) {
        padding-top: 20px;
    }
    #contact-wrapper .item .icon img {
        max-height: 64px;
    }
    #contact-wrapper .item .text {
        width: calc(100% - 64px);
        padding-left: 15px;
    }
    #contact-wrapper .item .text .title {
        font-size: 16px;
    }
    #contact-wrapper .item .text .phone {
        font-size: 28px;
    }
    #contact-wrapper .item .text .email {
        font-size: 16px;
    }
    #contact-wrapper .item .text p, #contact-wrapper .item .text address, #contact-wrapper .item .text .email {
        font-size: 16px;
        line-height: 26px;
    }

    #contact-wrapper .form .box {
        padding: 25px 20px 20px 20px;
    }
    #contact-wrapper .form .box > .title {
        font-size: 28px;
        padding-bottom: 20px;
    }

    .form-control {
        height: 56px;
        font-size: 15px;
        padding: 0 20px;
    }

    /* 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;
    }
    #faq-wrapper .accordion-body {
        padding-left: 25px;
    }

    /* 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;
    }
}