@media (max-width: 1799px) {
    #header {
        padding-left: 55px;
        padding-right: 55px;
    }

    .navbar .navbar-nav > li {
        margin: 0 13px;
    }

    #hero {
        height: 840px;
        padding-bottom: 190px;
    }
    #hero h1 {
        font-size: 76px;
    }

    .slick-prev {
        left: -70px;
    }
    .slick-next {
        right: -70px;
    }

    #textbox .photo {
        flex: 0 0 auto;
        width: calc(50% + 125px);
        margin-left: -125px;
    }
    #textbox .row:nth-child(even) .photo {
        margin-right: -125px;
    }

    #services .row.g-0 .box .home-headline {
        padding: 30px 20px 60px 30px;
    }

    #contactform .container::before {
        width: 80px;
        left: -80px;
    }
    #contactform .photo img {
        left: 85px;
    }
}

@media (max-width: 1599px) {
    #header {
        padding-left: 50px;
        padding-right: 50px;
    }

    #hero {
        height: 800px;
        padding-bottom: 120px;
    }
    #hero h1 {
        font-size: 72px;
    }
	
	#about .headline {
        padding-right: 140px;
    }
	
    .slick-prev {
        left: -75px;
    }
    .slick-next {
        right: -75px;
    }

    #services {
        width: calc(100% - 32px);
        margin: 0 auto;
        background: #eff2f4;
    }
    #services .box .content {
        padding-top: 10px;
    }
    #services .box .icon img {
        max-height: 56px;
    }
    #services .box .content h2 {
        margin-bottom: 15px;
    }

    .home-headline h2 {
        font-size: 78px;
        line-height: 68px;
    }

    #textbox .photo {		
		width: 50%;
        margin-left: -100px;
    }
	
    #textbox .row:nth-child(even) .photo {
        margin-right: -75px;
    }
    #textbox .content {
        width: calc(50% + 60px);
        margin-left: 0;
        padding-left: 45px;
    }
	
	#services .row.g-0::before {
		content: none;
	}
	#services .row.g-0::after {
		content: none;
	}
	
	#services .box a {
		padding: 60px 55px;
	}

	#services .row.g-0 .box .home-headline {
		padding: 60px 55px;
	}
	
	#contactbelow .photo img {
		max-width: 100%;
		left: 11px;
	}

    .widget-links h3 {
        font-size: 33px;
    }

    #reviews .home-headline h2 {
        font-size: 66px;
        padding-bottom: 40px;
    }
    #reviews .review .content .cost {
        font-size: 52px;
    }

    .slick-dots {
        margin-top: 55px;
    }

    #hero-sub {
        height: 640px;
    }
    #hero-sub h1, #hero-sub h2.blog-headline {
        font-size: 70px;
    }

    #page-wrapper, #contact-intro {
        padding-top: 0 !important;
        margin-top: 0;
    }
    #page-wrapper #main .text::after {
        width: 90px;
        right: -60px;
    }

    .about .photo img {
        width: 445px;
    }

    #contact-intro .box {
        padding-left: 40px;
    }
    #contact-intro .box .content a.phone {
        font-size: 33px;
    }

    .cases #main h3.introtext {
        font-size: 25px;
    }
}

@media (max-width: 1499px) {
    #header {
        padding-top: 40px;
        padding-left: 35px;
        padding-right: 35px;
    }
    #header .logo a {
        width: auto;
    }
    #header .logo img {
        max-height: 74px;
    }

    .navbar .navbar-nav > li {
        margin: 0 12px;
    }  

    #header .phone {
        display: none;
    }

    #hero {
        width: 100%;
        height: 760px;
        margin-top: 0;        
        padding-bottom: 100px;
    }
    #hero h1 {
        font-size: 62px;
        line-height: 62px;
    }

    #textbox .photo {
        flex: 0 0 50%;
        max-width: 50%;
        margin-left: 0;
    }
    #textbox .photo img {
        width: 100%;
		height: auto;
    }
    #textbox .row:nth-child(even) .photo {
        margin-right: 0;
    }
    #textbox .content {
        width: 50%;
    }

    #reviews {
        margin-top: 0 !important;
    }

    #hero-sub h1, #hero-sub h2.blog-headline {
        font-size: 74px;
    }

    #sidebar-area {
        flex: 0 0 auto;
        width: calc(33.333333% + 30px);
        margin-right: -30px;
    }

    #banners.widget #cta {
        max-width: 90%;
    }
    #banners.widget #cta .content {
        padding: 35px 60px 40px;
    }
    #banners.widget #cta .content h2 {
        font-size: 38px;
    }

    #hero-sub {
        width: 100%;
        margin-top: 0;
    }
    #hero-sub .content {
        margin-bottom: 60px;
    }
    #hero-sub h1, #hero-sub h2.blog-headline {
        font-size: 68px;
    }

    .about .photo img {
        width: 390px;
    }

    #recent-posts {
        width: 100%;
    }

    .full .box a {
        padding-left: 40px;
    }
    .full#page-wrapper .row .row:nth-child(odd) .box a {
        padding-right: 40px;
    }
    .full .box .icon::before {
        left: 15px;
    }

    .cases .verdicts {
        margin-bottom: 90px;
    }
    .cases h3.category {
        height: 128px;
        font-size: 30px;
    }
    .cases h3.category .icon::after {
        width: 92px;
        height: 92px;
    }
    .cases .content .verdict a {
        padding: 35px 10px 35px;
    }
    .cases .content .cost {
        font-size: 27px;
    }
    .cases .content .desc p {
        font-size: 19px;
    }
}

@media (max-width: 1399px) {
    .navbar .navbar-nav > li {
        margin: 0 10px;
    }

    #header .phone {
        display: none;
    }

    #hero {
        height: 700px;
    }

    #about .headline {
        padding-right: 60px;
    }
    #about .headline h2 {
        font-size: 42px;
    }

    .home-headline h2 {
        font-size: 70px;
        line-height: 64px;
    }

    #services {
        width: 100%;
    }
    #services .box a {
        padding: 50px 50px;
    }
    #services .box .icon {
        padding-bottom: 25px;
    }
    #services .box .icon img {
        height: 52px;
    }
    #services .box .content h2 {
        font-size: 28px;
    }

    #cta .content a {
        width: 300px;
    }

    #textbox .photo {
        flex: 0 0 46%;
        max-width: 46%;
    }
    #textbox .content {
        flex: 0 0 54%;
        max-width: 54%;
    }
    #textbox .content h2 {
        font-size: 42px;
        margin-top: 15px;
    }
    #textbox .content h4::after {
        height: 8px;
        margin-top: 20px;
        margin-bottom: 25px;
    }
    #textbox .content h3 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    #textbox .content a {
        margin-top: 10px;
    }

    #reviews .home-headline h2 {
        font-size: 62px;
        padding-bottom: 30px;
    }

    #cta2 .headline h2 {
        font-size: 56px;
    }

    #contactform .content h3, #recent-posts .headline .title {
        font-size: 46px;
        margin-bottom: 40px;
    }
    #contactform .photo img {
        left: 30px;
    }

    #footer .logo img {
        max-height: 70px;
    }

    /* SUBPAGES */

    #hero-sub h1, #hero-sub h2.blog-headline {
        font-size: 62px;
    }

    #page-wrapper #main {
        padding-right: 45px;
    }

    .entry-content h1, .entry-content h2, h1.post-title {
        font-size: 32px;
        line-height: 38px;
    }
    .entry-content blockquote p {
        line-height: 34px;
    }

    .about .photo img {
        width: 315px;
    }

    .full#page-wrapper #main .row {
        margin: 65px 0;
    }

    /* WIDGETS */

    #sidebar-area {
        flex: 0 0 auto;
        width: 33.333333%;
        margin-right: 0;
    }

    .widget-links h3 {
        padding-left: 25px;
    }
    .widget-links ul li {
        padding: 0 30px 0 25px;
    }
    .widget-links ul li a {
        padding: 20px 0;
    }

    #banners.widget #cta .content {
        padding: 30px 30px 30px;
    }
    #banners.widget #cta .content h3 {
        font-size: 17px;
    }
    #banners.widget #cta .content h2 {
        font-size: 34px;
    }

    /* BLOG */

    .news > a .photo {
        height: 250px;
    }
    .news .content {
        padding: 35px 40px 130px 40px;
    }
    .news .content h2,
    .news .content h3 {
        font-size: 25px;
        line-height: 29px;
    }
    .news .content p {
        font-size: 17px;
    }
    .news .content .more {
        width: calc(100% - 80px);
        left: 40px;
    }

    #contact-intro .box:first-of-type {
        align-items: flex-start;
    }
    #contact-intro .box:last-of-type {
        flex-direction: column;
    }
    #contact-intro .box .phoneleft {
        width: 100%;
    }
    #contact-intro .box .phoneright {
        width: 48%;
    }
    #contact-intro .box .phoneright .tollfax {
        text-align: left;
    }

    #contact-wrapper .wpcf7-form h3 {
        padding-bottom: 50px;
    }

    .cases #main h3.introtext {
        font-size: 23px;
        line-height: 36px;
        margin: 40px auto 35px auto;
    }
    .cases .content {
        margin-top: 45px;
    }
    .cases .verdicts {
        margin-bottom: 65px;
    }
    .cases h3.category::before {
        width: 24px;
        left: -24px;
    }
    .cases .content .desc p {
        line-height: 26px;
    }
}

@media (max-width: 1199px) {
	body {
		margin: 0;
	}
    .wrapper {
        padding-top: 65px;
        padding-bottom: 65px;
    }  

    #header {
        padding-left: 25px;
        padding-right: 25px;
    }
    #header .navigation .navbar {
        margin: 0 0 0 auto;
    }

    .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: 300px;
        max-height: 80vh;
        top: 60px;
        left: -30px;
        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: 17px;
        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;
    }
    .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item::before,
    .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item::after {
        display: none;
    }

    #hero h3 {
        font-size: 18px;
        padding-bottom: 25px;
    }
    #hero h1 {
        font-size: 56px;
        line-height: 58px;
    }
    #hero .contact a {
        padding: 16px 65px;
        margin: 35px 0 0;
    }

    #about .headline {
        padding-right: 40px;
    }
    #about .headline h3 {
        font-size: 17px;
        margin-bottom: 20px;
    }
    #about .headline h2 {
        font-size: 39px;
    }
    #about .headline h2::after {
        width: 90%;
        height: 10px;
    }
    #about .content p {
        font-size: 18px;
    }
    #about .content a {
        font-size: 17px;
        margin-top: 5px;
    }

    .home-headline h2 {
        font-size: 62px;
        line-height: 58px;
    }

    #services .box .content p {
        font-size: 18px;
    }
    #services .box a span.more {
        font-size: 17px;
    }

    #cta .content h2 {
        font-size: 40px;
    }

    #textbox .content h2 {
        font-size: 40px;
        margin-top: 0;
    }
    #textbox .content h4::after {
        height: 7px;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    #textbox .content h3 {
        font-size: 20px;
        line-height: 29px;
        margin-bottom: 15px;
    }
    #textbox .content p {
        font-size: 18px;
    }
    #textbox .logos {
        margin-top: 35px;
        padding-top: 30px;
    }

    #reviews .row.reviews {
        margin-left: 0;
        margin-right: 0;
    }
    #reviews .home-headline h2 {
        font-size: 56px;
    }
    #reviews .links a {
        font-size: 21px;
    }

    #reviews .review .content a {
        padding: 30px 20px 25px 0;
    }
    #reviews .review .content .cost {
        font-size: 46px;
        padding: 15px 0 15px 20px;
    }
    #reviews .review .content .opinion {
        padding-left: 20px;
    }
    #reviews .review .content .opinion p {
        font-size: 18px;
    }
    #reviews span.more {
        font-size: 17px;
        padding: 0 0 0 20px;
        margin-top: 25px;
    }

    .slick-dots {
        margin-top: 45px;
    }

    #cta2 .headline h2 {
        font-size: 52px;
    }
    #cta2 .headline h3 {
        font-size: 21px;
        line-height: 32px;
        padding-bottom: 5px;
    }
    #cta2 .headline p {
        font-size: 19px;
    }

    #contactform .content form {
        padding-left: 20px;
    }
    #contactform .content h3, #recent-posts .headline .title {
        font-size: 42px;
        margin-bottom: 35px;
    }

    .form-control {
        height: 64px;
    }
    .form-submit .wpcf7-submit {
        height: 63px;
    }

    #footer .contact .phone {
        font-size: 30px;
    }
    #footer .menu ul li {
        padding: 0 12px 0 11px;
    }

    /* SUBPAGES */

    #hero-sub {
        height: 600px;
    }
    #hero-sub h3 {
        font-size: 18px;
    }
    #hero-sub h1, #hero-sub h2.blog-headline {
        font-size: 56px;
    }

    #page-wrapper {
        overflow: hidden;
    }
    #page-wrapper #main {
        width: 100%;
        padding-top: 65px;
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
    #page-wrapper #main .text .line::before {
        margin-top: -85px;
    }
    #page-wrapper #main .text {
        padding-right: 0;
    }
    #page-wrapper #main .text::after {
        right: -90px;
    }
    #page-wrapper #main .text p, #service.two-columns #main .content p {
        font-size: 18px;
    }
    #service.two-columns #main .content {
        column-gap: 3rem;
    }

    #page-wrapper.full #main {
        padding-top: 0 !important;
    }

    .entry-content h1, .entry-content h2, h1.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;
    }

    .full#page-wrapper #main .row {
        margin: 55px 0;
    }
    .full .box a {
        padding-top: 80px;
        padding-bottom: 80px;
        padding-left: 25px;
    }
    .full#page-wrapper .row .row:nth-child(odd) .box a {
        padding-right: 25px;
    }
    .full .box .icon {
        padding-bottom: 25px;
    }
    .full .box .content h2 {
        font-size: 30px;
    }
    .full .box a span.more {
        font-size: 18px;
    }

    /* WIDGETS */

    #sidebar-area, .about .photo {
        display: none !important;
    }

    /* BLOG */

    #index-wrapper .news:nth-child(n+3) {
        margin-top: 25px;
    }

    .news .photo {
        height: 480px;
    }

    #recent-posts .news:nth-child(n+3) {
        display: none;
    }

    /* CONTACT */

    #contact-intro .box:first-of-type {
        padding-left: 50px;
    }
    #contact-intro .box .icon {
        width: 90px;
        height: 90px;
    }
    #contact-intro .box .content {
        width: calc(100% - 90px);
        padding-left: 25px;
    }
    #contact-intro .box span.more {
        display: none !important;
    }
    #contact-intro .box .content a.phone {
        font-size: 31px;
    }
    #contact-intro .box .phoneright {
        width: 47%;
        padding-top: 10px;
    }

    .cases #main h3.introtext {
        margin-top: 0 !important;
    }
    .cases ul#menu-verdicts li a {
        font-size: 21px;
        line-height: 100%;
        padding: 14px 50px 17px 50px;
    }

    .cases .verdicts {
        margin-bottom: 55px;
    }
    .cases h3.category {
        height: 117px;
        font-size: 28px;
    }
    .cases h3.category .icon::after {
        width: 82px;
        height: 82px;
    }
    .cases .content .verdict {
        margin: 0 20px;
    }
    .cases .content .cost {
        font-size: 24px;
    }
    .cases .content .desc p {
        font-size: 18px;
        line-height: 25px;
    }
}

@media (max-width: 991px) {
    .wrapper {
        padding-top: 55px;
        padding-bottom: 55px;
    }  

    #header {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #header .logo img {
        max-height: 70px;
    }

    .navbar-collapse #main-menu li > ul.dropdown-menu > li > a {
        padding: 5px 15px;
    }

    #hero {
        padding-bottom: 80px;
    }
    #hero h3 {
        font-size: 17px;
    }
    #hero h1 {
        max-width: 420px;
        font-size: 50px;
        line-height: 52px;
        letter-spacing: -1px;
        margin: 0 auto;
    }
    #hero .contact a {
        font-size: 19px;
        padding: 15px 60px;
        margin: 30px 0 0;
    }

    #about .headline {
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
    #about .headline h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    #about .headline h2 {
        font-size: 36px;
        line-height: 46px;
    }
    #about .headline h2 br {
        display: none;
    }
    #about .headline h2::after {
        width: 100%;
        height: 8px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #about .content {
        width: 100%;
    }

    .home-headline h3 {
        font-size: 17px;
    }
    .home-headline h2 {
        font-size: 56px;
        line-height: 56px;
    }

    #services .row.g-0 .box .home-headline {
        padding: 50px 0;
    }
    #services .box a {
        padding: 45px 40px 35px 40px;
    }
    #services .box .icon img {
        height: 50px;
    }
    #services .box .content h2 {
        font-size: 26px;
    }
    #services .box .content p {
        margin-bottom: 15px;
    }

    #cta .content h3 {
        font-size: 17px;
    }
    #cta .content a {
        width: 280px;
        height: 56px;
        font-size: 18px;
        line-height: 52px;
    }

    #textbox .photo {
        flex: 0 0 90%;
        width: 90%;
        max-width: 90%;
        margin: 0 auto 30px;
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
    #textbox .content {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    #reviews .home-headline {
        width: 100%;
        text-align: center;
    }
    #reviews .home-headline h2 {
        font-size: 54px;
        padding-bottom: 10px;
    }

    #reviews .links {
        justify-content: center;
    }
    #reviews .links a {
        font-size: 20px;
    }

    #cta2 .headline h2 {
        font-size: 46px;
    }
    #cta2 .headline h3 {
        font-size: 20px;
        line-height: 30px;
    }

    #contactform {
        background-color: #eff2f4;
    }
    #contactform .photo {
        padding: 0;
    }
    #contactform .photo img {
        width: 100%;
        max-width: 100%;
        left: 0;
    }
    #contactform .content form {
        padding-left: 0;
        max-width: 90%;
        margin: 0 auto;
    }
    #contactform .content h3, #recent-posts .headline .title {
        font-size: 40px;
    }

    /* FOOTER */

    #footer .logo {
        flex: 0 0 auto;
        width: 100%;
        text-align: center;
        padding-bottom: 35px;
    }

    #footer h4 {
        font-size: 18px;
    }
    #footer .links ul li {
        font-size: 16px;
        line-height: 27px;
    }
    #footer .address address {
        font-size: 16px;
        line-height: 24px;
    }

    .social-media {
        margin-bottom: 25px;
    }
    .social-media ul li {
        margin: 0 4px;
    }

    /* SUBPAGES */

    #hero-sub {
        height: 560px;
    }
    #hero-sub .content {
        margin-bottom: 40px;
    }
    #hero-sub h3 {
        font-size: 17px;
    }
    #hero-sub h1, #hero-sub h2.blog-headline {
        font-size: 52px;
    }

    #page-wrapper {
        overflow: hidden;
    }
    .page-template:not(.page-template-full) #page-wrapper {
        padding-top: 0;
        padding-bottom: 0;
        background-color: #fafbfd;
    }
    #page-wrapper #main {
        flex: 0 0 auto;
        width: 100%;
        padding-top: 55px;
        background-color: transparent;
    }
    #page-wrapper #main::before {
        display: none;
    }
    .service#page-wrapper #main .intro h3, #page-wrapper #main .intro h3, #page-wrapper #main .intro p {
        font-size: 22px;
        line-height: 35px;
        margin-bottom: 35px;
    }
    #page-wrapper #main .text::after {
        right: -90px;
    }
    #page-wrapper #main .text {
        padding-right: 0;
    }

    #service.two-columns #main .content {
        columns: 1;
    }
    #service.two-columns #main .title h3 {
        font-size: 34px;
        padding-bottom: 10px;
    }
    #service.two-columns #main .content h4 {
        font-size: 20px;
        margin-bottom: 1rem;
    }
    #service.two-columns #main .content p {
        margin-bottom: 1rem;
    }

    #service #main .slogan {
        font-size: 25px;
        line-height: 38px;
        padding-top: 40px;
        margin: 30px 0 0;
    }

    .entry-content h1::after, .entry-content h2::after, h1.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;
    }

    .full .row .photo {
        padding: 0;
    }
    .full#page-wrapper .row .row:nth-child(even) .photo {
        width: 100%;
        margin-left: 0;
    }
    .full#page-wrapper .row .row:nth-child(odd) .photo {
        width: 100%;
        margin-right: 0;
    }

    .full .box a,
    .full#page-wrapper .row .row:nth-child(odd) .box a {
        padding-top: 55px;
        padding-bottom: 55px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .full .box .icon::before {
        width: 55px;
        height: 55px;
        top: 40px;
        left: -15px;
    }

    /* WIDGETS */

    #sidebar-area {
        display: none !important;
    }

    /* REVIEWS */

    .review-item .review {
        padding: 30px 15px;
    }

    /* BLOG */

    #index-wrapper .news:nth-child(n+2) {
        margin-top: 25px;
    }

    .news .photo {
        height: 420px;
    }
    .news > a .photo {
        height: 220px;
    }
    .news .content {
        padding: 30px 35px 115px 35px;
    }
    .news .content h2,
    .news .content h3 {
        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;
    }

    /* CONTACT */

    #contact-intro .box {
        width: 100%;
        padding: 30px 45px !important;
    }
    #contact-intro .box:last-of-type {
        margin-top: 0;
        margin-bottom: 0 !important;
    }
    #contact-intro .box .phoneright {
        width: 64%;
    }
    #contact-intro .box .phoneright .tollfax {
        font-size: 18px;
    }

    #contact-wrapper .form {
        margin-top: 0 !important;
        padding: 55px 90px 45px 90px;
    }
    #contact-wrapper .wpcf7-form h3 {
        font-size: 44px;
        padding-bottom: 35px;
    }

    .section#pretext .headline h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .cases #main h3.introtext {
        font-size: 22px;
        line-height: 34px;
    }
    .cases #main h3.introtext br {
        display: none;
    }

    .cases .content .verdict a {
        padding: 30px 10px 30px;
    }
    .cases .content .verdict {
        margin: 0;
    }
    .cases .content .more {
        display: none !important;
    }
    .cases .content .cost {
        width: 120px;
        font-size: 22px;
        padding-right: 20px;
    }
    .cases .content .desc {
        width: calc(100% - 120px);
    }
}

@media (max-width: 767px) {
    .wrapper {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    #header.sticky {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #header .contact {
        display: none;
    }

    .navbar {
        margin-right: 0;
        margin-top: 0;
    }
    .navbar-collapse #main-menu {
        left: initial;
        right: -20px;
    }

    #hero {
        padding-bottom: 60px;
    }
    #hero h3 {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0.8px;
    }

    #about .headline h3 {
        font-size: 15px;
    }
    #about .headline h2 {
        font-size: 34px;
        line-height: 42px;
    }
    #about .content p {
        font-size: 17px;
        line-height: 28px;
    }
    #about .content a span {
        font-size: 17px;
    }

    .home-headline h3 {
        font-size: 16px;
    }

    #services .row.g-0 .box .home-headline {
        padding: 10px 0 15px 0;
    }
    #services .box {
        width: 100%;
    }
    #services .box::before {
        content: "";
        display: block;
        width: 100%;
        height: 4px;
        background-color: transparent !important;
        position: absolute;
        margin-left: 0;
    }
    #services .box a {
        padding: 35px 0 30px 0;
    }
    #services .box .icon {
        padding-bottom: 15px;
        padding-left: 15px;
    }
    #services .box .icon::before {
        left: 0;
    }
    #services .box .icon img {
        height: 48px;
    }
    #services .box .content p {
        font-size: 17px;
        margin-bottom: 10px;
    }
    #services .box a span.more::after {
        font-size: 18px;
    }

    #cta .content h2 {
        font-size: 36px;
    }
    #cta .content a {
        font-size: 17px;
    }

    #textbox .content h2 {
        font-size: 38px;
        padding: 0;
        margin: 0;
    }
    #textbox .content h4 {
        font-size: 17px;
        padding: 0;
    }
    #textbox .content h4::after {
        height: 6px;
        margin-top: 13px;
        margin-bottom: 10px;
    }
    #textbox .content h3 {
        font-size: 19px;
        line-height: 29px;
        margin-bottom: 0;
    }
    #textbox .content p {
        font-size: 17px;
        line-height: 28px;
    }
    #textbox .content a {
        font-size: 17px;
        margin-top: 0;
    }
    #textbox .logos img {
        max-height: 38px;
    }

    #reviews .home-headline h2 {
        font-size: 50px;
        padding-bottom: 0;
    }
    #reviews .links a {
        font-size: 18px;
    }
    #reviews .review .content .cost {
        font-size: 40px;
    }
    #reviews .review .content .opinion p {
        font-size: 17px;
        line-height: 25px;
    }
    #reviews span.more {
        font-size: 16px;
        margin-top: 20px;
    }

    .slick-dots {
        margin-top: 35px;
    }

    #cta2 .headline h2 {
        font-size: 40px;
    }
    #cta2 .headline h3 {
        font-size: 19px;
        line-height: 29px;
    }
    #cta2 .headline p {
        font-size: 18px;
        margin-bottom: 0;
    }

    #contactform .content h3, #recent-posts .headline .title {
        font-size: 38px;
        margin-bottom: 20px;
    }

    .form-control {
        height: 60px;
    }
    .form-submit .wpcf7-submit {
        height: 61px;
    }
    .row .form-field.col-md-6:first-child {
        padding-right: 0 !important;
    }
    .row .form-field.col-md-6:last-child {
        padding-left: 0 !important;
    }

    #footer .links {
        display: none;
    }
    #footer .menu ul li a {
        font-size: 15px;
    }

    /* SUBPAGES */

    #hero-sub {
        height: 480px;
    }
    #hero-sub .content {
        margin-bottom: 20px;
    }
    #hero-sub h3 {
        font-size: 16px;
        letter-spacing: 0.5px;
    }
    #hero-sub h1, #hero-sub h2.blog-headline {
        font-size: 44px;
    }

    #page-wrapper #main {
        padding-top: 45px;
    }
    #page-wrapper #main .intro h3, #page-wrapper #main .intro p, .service#page-wrapper #main .intro h3 {
        font-size: 21px;
        line-height: 33px;
        margin-bottom: 20px;
    }
    #page-wrapper #main .text {
        padding-top: 55px;
    }
    #page-wrapper #main .text .line::before {
        margin-top: -55px;
    }
    #page-wrapper #main .text p, #service.two-columns #main .content p {
        font-size: 17px;
        line-height: 28px;
    }

    #service.wrapper {
        padding-bottom: 45px;
    }
    #service.two-columns #main .title h3 {
        font-size: 30px;
        padding-bottom: 0;
    }
    #service.two-columns #main .title .line {
        height: 1px;
        margin: 25px 0 34px;
    }
    #service.two-columns #main .title .line::after {
        width: 300px;
        height: 8px;
    }
    #service.two-columns #main .content h4 {
        font-size: 19px;
        line-height: 30px;
    }

    #service #main .slogan {
        font-size: 24px;
        line-height: 34px;
        padding-top: 30px;
        margin: 20px 0 0;
    }

    h1, h2, h3, h4 {
        padding: 15px 0;
    }

    .entry-content h1, .entry-content h2, h1.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;
    }

    .full#page-wrapper #main .row {
        margin: 45px 0;
    }
    .full .row .photo img {
        max-height: 400px;
    }

    /* REVIEWS */

    .review-item .review {
        padding: 20px 0;
    }
    .review-item .review p:first-of-type:before {
        font-size: 120px;
        top: -47px;
        left: -20px;
    }

    /* BLOG */

    #index-wrapper .news:nth-child(n+2), #recent-posts .news:nth-child(n+2) {
        margin-top: 20px;
    }

    .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;
    }

    /* CONTACT */

    #contact-intro .box {
        padding: 30px 35px !important;
    }
    #contact-intro .box .phoneright {
        width: 52%;
    }

    .section#pretext .headline h3 {
        font-size: 20px;
        line-height: 30px;
    }

    #contact-wrapper .form {
        padding: 45px 60px 40px 60px;
    }
    #contact-wrapper .wpcf7-form h3 {
        font-size: 40px;
        padding-bottom: 30px;
    }

    .cases #main h3.introtext {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 25px;
    }
    .cases ul#menu-verdicts li a {
        font-size: 19px;
        line-height: 100%;
        padding: 14px 35px 17px 35px;
    }

    .cases h3.category {
        height: auto;
        font-size: 26px;
        padding: 25px 0;
    }
    .cases h3.category span.icon {
        display: none !important;
    }

    .cases .verdicts {
        margin-bottom: 40px;
    }
    .cases .content .verdict a {
        flex-direction: column;
        padding: 20px 10px 20px;
    }
    .cases .content .cost {
        width: 100%;
        font-size: 20px;
        padding-right: 0;
        text-align: left;
    }
    .cases .content .desc {
        width: 100%;
    }
    .cases .content .desc p {
        font-size: 17px;
        line-height: 22px;
    }
}

@media (max-width: 575px) {
    .wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #header {
        padding-left: 15px;
        padding-right: 15px;
    }
    #header.hello-bar {
        top: 38px;
    }

    #header .logo img {
        max-height: 56px;
    }
    #header.sticky .logo img {
        width: 220px;
    }

    .navbar-collapse #main-menu {
        width: 260px;
        padding: 20px;
        right: -5px;
    }
    .navbar-collapse #main-menu > li > a {
        font-size: 17px;
        padding: 10px 15px;
    }

    #hero h3 {
        font-size: 15px;
        line-height: 22px;
        padding-bottom: 15px;
    }
    #hero h1 {
        font-size: 40px;
        line-height: 44px;
    }

    #about .headline h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    #about .headline h2 {
        font-size: 32px;
        line-height: 38px;
    }
    #about .content p {
        font-size: 16px;
        line-height: 25px;
    }
    #about .content a span {
        font-size: 16px;
    }

    .home-headline h3 {
        font-size: 14px;
    }
    .home-headline h2 {
        font-size: 50px;
        line-height: 50px;
    }

    #services .box a {
        padding: 30px 0 15px 0;
    }
    #services .box a:hover::after {
        visibility: hidden;
        opacity: 0;
    }
    #services .box a:hover .icon img {
        filter: unset;
    }
    #services .box .content h2 {
        margin-bottom: 10px;
    }
    #services .box a:hover .content h2 {
        color: var(--blue2);
    }
    #services .box .content p {
        font-size: 16px;
        line-height: 25px;
    }
    #services .box a:hover .content p {
        color: var(--text);
    }
    #services .box a span.more {
        font-size: 16px;
    }
    #services .box a:hover span {
        color: var(--grenade);
    }

    #cta .content h3 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    #cta .content h2 {
        font-size: 35px;
        line-height: 40px;
        padding-bottom: 10px;
    }
    #cta .content .buttons {
        flex-direction: column;
    }
    #cta .content a {
        width: 100%;
    }

    #textbox .photo {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        margin: 0 auto 25px;
    }
    #textbox .content h2 {
        font-size: 35px;
    }
    #textbox .content h3 {
        font-size: 18px;
        line-height: 27px;
    }
    #textbox .content p {
        font-size: 16px;
        line-height: 24px;
    }

    #textbox .logos .box {
        text-align: center;
    }
    #textbox .logos .box:not(:last-of-type) {
        padding-bottom: 15px;
    }

    #reviews {
        overflow: hidden;
    }
    #reviews .home-headline h3 {
        font-size: 15px;
    }
    #reviews .home-headline h2 {
        font-size: 44px;
    }
    #reviews .links span {
        position: relative;
        font-size: 20px;
        margin: 0 15px;
        top: 8px;
    }

    #cta2 .headline h3 {
        font-size: 17px;
        line-height: 26px;
    }
    #cta2 .headline p {
        font-size: 16px;
        line-height: 24px;
    }

    #contactform .photo img {
        height: 340px;
    }
    #contactform .content h3, #recent-posts .headline .title {
        font-size: 30px;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .form-control {
        height: 58px;
    }

    #footer {
        padding-bottom: 70px;
    }
    #footer h4 {
        padding-bottom: 10px;
    }
    #footer .logo img {
        max-height: 66px;
    }
    #footer .address,
    #footer .contact {
        width: 100%;
    }
    #footer .contact {
        padding-top: 30px;
    }

    #footer .row.row-2 {
        padding-bottom: 35px;
    }

    #footer .menu ul {
        flex-wrap: wrap;
    }
    #footer .menu ul li {
        padding: 0 10px !important;
    }
    #footer .menu ul li:after {
        display: none;
    }

    #footer .copy {
        max-width: 280px;
        margin: 0 auto;
    }
    #footer .copy p {
        line-height: 19px;
    }

    /* SUBPAGES */

    #hero-sub {
        height: 400px;
    }
    #hero-sub h3 {
        font-size: 15px;
        line-height: 22px;
    }
    #hero-sub h1, #hero-sub h2.blog-headline {
        font-size: 32px;
    }

    #page-wrapper #main .text p, #service.two-columns #main .content p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 1rem;
    }

    #service.wrapper {
        padding-bottom: 40px;
    }
    #service.two-columns #main .title h3 {
        font-size: 27px;
    }
    #service.two-columns #main .content h4 {
        font-size: 17px;
        line-height: 26px;
    }
    #service #main .slogan {
        font-size: 22px;
        line-height: 30px;
        padding-top: 25px;
        margin: 15px 0 0;
    }

    h1, h2, h3, h4 {
        padding: 12px 0;
    }

    .entry-content h1, .entry-content h2, h1.post-title {
        font-size: 24px;
        line-height: 30px;
    }
    .entry-content h1::after, .entry-content h2::after, h1.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;
    }

    #page-wrapper #main .text .logos {
        padding: 25px 0 20px 0; 
        margin-top: 30px;
    }
    #page-wrapper #main .text .logos .box {
        text-align: center;
    }
    #page-wrapper #main .text .logos .box:not(:last-of-type) {
        padding-bottom: 25px;
    }

    .full .box a, .full#page-wrapper .row .row:nth-child(odd) .box a {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .full .row .photo img {
        max-height: 300px;
    }
    .full .box .content h2 {
        font-size: 27px;
        margin-bottom: 10px;
    }
    .full .box .content p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .full .box a span.more {
        font-size: 16px;
    }

    /* REVIEWS */

    .review-item .review h3 span {
        display: block;
    }
    .review-item .review p:first-of-type:before {
        font-size: 110px;
        top: -43px;
        left: -13px;
    }

    /* BLOG */

    .news .photo {
        height: 220px;
    }
    .news .content {
        padding: 25px 25px 105px 25px;
    }
    .news .content .time-cat {
        margin-bottom: 12px;
    }
    .news .content h2,
    .news .content h3 {
        font-size: 22px;
        line-height: 26px;
    }
    .news .content p {
        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;
    }

    /* CONTACT */

    #contact-intro .box {
        padding: 25px 20px !important;
    }
    #contact-intro .box .icon {
        width: 80px;
        height: 80px;
    }
    #contact-intro .box .icon img {
        max-height: 42px;
    }
    #contact-intro .box .content {
        width: calc(100% - 80px);
        padding-left: 15px;
    }
    #contact-intro .box .content h2 {
        font-size: 20px;
    }
    #contact-intro .box .content h2::after {
        width: 65px;
        height: 4px;
        margin-top: 0;
    }
    #contact-intro .box .content address, #contact-intro .box .content p {
        font-size: 17px;
        line-height: 25px;
    }
    #contact-intro .box .content a.phone {
        font-size: 28px;
    }
    #contact-intro .box .phoneright {
        width: 100%;
        padding-left: 94px;
        padding-top: 0;
    }
    #contact-intro .box .phoneright .tollfax {
        font-size: 17px;
        line-height: 28px;
    }

    .section#pretext .headline h3 {
        font-size: 18px;
        line-height: 28px;
    }

    #contact-wrapper .form {
        padding: 35px 35px 30px 35px;
    }
    #contact-wrapper .wpcf7-form h3 {
        font-size: 35px;
        padding-bottom: 20px;
    }

    .cases #main h3.introtext {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .cases ul#menu-verdicts {
        flex-direction: column;
        padding-left: 0;
    }
    .cases ul#menu-verdicts li {
        margin-bottom: 5px;
    }
    .cases ul#menu-verdicts li a {
        width: 100%;
        font-size: 18px;
    }
    .cases ul#menu-verdicts li.current-menu-item a::after {
        display: none;
    }

    .cases h3.category {
        font-size: 22px;
        padding: 20px 0;
    }
    .cases .content .desc p {
        font-size: 16px;
        line-height: 21px;
    }
}

@media (min-width: 1600px) {	
	.home #about {
		position: relative;
		margin-top: -150px;
	}
	
	#contact-intro .container {
		max-width: 1590px;
	}
	#contact-intro .box {
        flex: 0 0 auto;
        width: calc(50% - 30px);
    	margin: 20px;
	}
	#contact-intro .box:first-child {
        margin-right: 10px;
	}
	#contact-intro .box:last-child {
        margin-left: 10px;
	}

	.home #about .headline {
		padding-left: 0;
		padding-right: 160px;
		padding-top: 95px;
		position: relative;
		z-index: 4;
		background: var(--white);
	}
	.home #about .headline::before {
		content: "";
		display: block;
		width: 80px;
		height: 100%;
		background-color: #fff;
		position: absolute;
		top: 0px;
		left: -80px;
	}
		
	.home #about .content {
		padding-left: 0;
		padding-right: 60px;
		padding-top: 95px;
		position: relative;
		z-index: 4;
		background: var(--white);
	}
	.home #about .content::after {
		content: "";
		display: block;
		width: 80px;
		height: 100%;
		background-color: #fff;
		position: absolute;
		top: 0px;
		right: -80px;
	}
	#page-wrapper #main::before {
		content: "";
		display: block;
		width: 165px;
		height: 100%;
		background-color: var(--white);
		position: absolute;
		top: 0; 
		left: -165px;
	}
	
	#page-wrapper #main::after {
		content: "";
		display: block;
		width: 165px;
		height: 100%;
		background-color: var(--white);
		position: absolute;
		top: 0; 
		right: -165px;
	}
	
	/* SUBPAGES */
	#sidebar-area::before {
		content: "";
        display: block;
        width: 420px;
        width: 445px;
        height: 100px;
        background-color: var(--white);
        position: absolute;
        top: 0;
        left: 105px;
	}
	.about .photo::after, .page-template-verdicts #page-wrapper #main::after {
		content: "";
		display: block;
		width: 135px;
		height: 100%;
		background-color: #fff;
		position: absolute;
		top: 0px;
		right: -135px;
	}
	
	.full#page-wrapper .row .row:nth-child(odd) .photo {
		padding-left: 0;
	}
	.full#page-wrapper .row .row:nth-child(even) .photo {
		padding-right: 0;
	}
	.full#page-wrapper .row .row:nth-child(even) .photo img {
		float: right;
	}
	
	.page-template-default #page-wrapper #main .entry-content::before,
	.page-template-default #page-wrapper #main .entry-content::after, 
	.error404 #page-wrapper #main .entry-content::before,
	.error404 #page-wrapper #main .entry-content::after {
		content: "";
		display: block;
		width: 135px;
		height: 100%;
		background-color: #f7f8f9;
		position: absolute;
		top: 0; 
		left: -135px;
		z-index: 1;
	}
	.page-template-default #page-wrapper #main .entry-content::after,
	.error404 #page-wrapper #main .entry-content::after {
		left: auto;
		width: 50px;
		right: -50px;
	}
	
	.page-template-full #page-wrapper #main .entry-content::before,
	.page-template-full #page-wrapper #main .entry-content::after {
		content: "";
		display: block;
		width: 135px;
		height: 100%;
		background-color: #f7f8f9;
		position: absolute;
		top: 0; 
		left: -135px;
		z-index: 1;
	}
	.page-template-full #page-wrapper #main .entry-content::after {
		left: auto;
		right: -135px;
	}
	
	#contact-wrapper .form::before, #contact-wrapper .form::after {
		content: "";
		display: block;
		width: 135px;
		height: 100%;
		background-color: #e9eef2;
		position: absolute;
		top: 0; 
		left: -135px;
	}
	#contact-wrapper .form::after {
		left: auto;
		right: -135px;
	}
}