@media (max-width: 1699px) {
    #bar {
        padding: 20px 40px;
    }

    #header {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 1599px) {
    #bar .contact a:not(:last-of-type) {
        margin-right: 30px;
    }
    #bar .contact a img {
        padding-right: 10px;
    }
}

@media (max-width: 1499px) {
    #bar {
        padding: 18px 30px;
    }

    #header {
        top: 52px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .slider {
        height: 540px;
    }
    .slider .slide p {
        padding-bottom: 40px;
    }

    .about, .services {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .services .headline {
        padding-bottom: 30px;
    }
    .services .box .photo {
        height: 340px;
    }
    .services .box .content .text h3 {
        font-size: 23px;
        line-height: 115%;
    }
}

@media (max-width: 1399px) {
    #bar {
        padding: 16px 25px;
    }

    #header {
        top: 48px;
        padding-left: 25px;
        padding-right: 25px;
    }
    #header .logo img {
        max-height: 76px;
    }

    .slider {
        height: 500px;
    }
    .slider .slides {
        padding-bottom: 60px;
    }
    .slider .slide h1 {
        font-size: 48px;
    }
    .slider .slide p {
        font-size: 17px;
        line-height: 28px;
        padding-bottom: 35px;
    }
    .slider .slide a, .about .content a {
        height: 56px;
        padding: 0 25px;
    }
    .slider .slide a::before, .about .content a::before {
        height: 54px;
    }

    .about, .services {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .about .content h4, .services .headline h4 {
        font-size: 19px;
        padding-bottom: 20px;
    }
    .about .content p {
        font-size: 17px;
        line-height: 28px;
        padding: 20px 0 30px 0;
    }
    .about .content p br {
        display: none;
    }

    .services .headline {
        padding-bottom: 20px;
    }
    .services .box .photo,
    .blog .item .photo {
        height: 300px;
    }
    .services .box .content,
    .blog .item .content {
        width: calc(100% - 30px);
    }
    .services .box .content .text h3,
    .blog .item .content h3 {
        font-size: 22px;
    }
    .services .box .content .more {
        padding-top: 15px;
    }
    .services .box .content .more span {
        font-size: 16px;
    }

    #footer .logo img {
        max-height: 58px;
    }
    #footer .logo p {
        font-size: 15px;
        line-height: 24px;
    }
    #footer .links h5, #footer .contact h5 {
        font-size: 22px;
    }
    #footer .links p, #footer .contact a {
        font-size: 16px;
        line-height: 30px;
    }
    #footer .row.row-2 {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    #main .article {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .item-page p, .item-page ul li, .item-page ol li {
        font-size: 17px;
        line-height: 28px;
    }
}

@media (max-width: 1199px) {
    #bar {
        padding: 16px 20px;
    }

    #header {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #header.sticky {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #header .logo img {
        max-height: 70px;
    }
    #header.sticky .logo img {
        max-height: 60px;
    }
    #header .navbar {
        margin-right: 20px;
    }
    #header .navbar .navbar-toggler {
        font-size: 22px;
    }
    #header .navbar .collapse {
        display: block;
    }
    #header .navbar ul.mod-menu {
        width: 240px;
        flex-direction: column;
        position: absolute;
        top: 45px;
        right: -17px;
        padding: 20px 25px;
        background-color: #FFF;
        box-shadow: 0 8px 15px rgba(0, 0, 0, .15);
        transform-origin: 50% 0;
        transform: scaleY(0);
        transition-duration: 250ms;
        z-index: 9999;
    }
    #header .navbar ul.mod-menu.active {
        transform: scaleY(1);
    }
    #header .navbar ul.mod-menu > li {
        margin: 8px 5px;
    }
    #header .navbar ul.mod-menu > li > a, #header .navbar ul.mod-menu > li > span {
        display: block;
    }
    #header .navbar ul.mod-menu > li > ul.mod-menu__sub {
        display: none;
    }
    #header .navbar ul.mod-menu > li:hover > ul.mod-menu__sub {
        display: block;
        position: relative;
        top: 0;
        left: -30px;
        padding: 10px 0 0 25px;
        box-shadow: unset;
        visibility: visible;
        opacity: 1;
        transition: unset;
    }
    #header .navbar ul.mod-menu > li > ul.mod-menu__sub > li > a, 
    #header .navbar ul.mod-menu > li > ul.mod-menu__sub > li > span, 
    #header .navbar ul.mod-menu > li > ul.mod-menu__sub > li > ul.mod-menu__sub > li > a {
        font-size: 15px;
        padding: 8px 20px;
    }
    #header .navbar ul.mod-menu > li > ul.mod-menu__sub > li > ul.mod-menu__sub {
        display: none;
    }
    #header .navbar ul.mod-menu > li > ul.mod-menu__sub > li:hover > ul.mod-menu__sub {
        display: block;
        position: relative;
        left: -25px;
        padding: 0px 0 5px 45px;
        box-shadow: unset;
        visibility: visible;
        opacity: 1;
        transition: unset;
    }
    #header .repair a {
        padding: 0 30px;
    }

    .slider .slide h4 {
        font-size: 18px;
        padding-bottom: 15px;
    }
    .slider .slide h1 {
        font-size: 44px;
    }
    .slider .slide p {
        padding-bottom: 25px;
    }
    .slider .slide p br {
        display: none;
    }
    .slider .slide a, .about .content a {
        height: 55px;
        font-size: 16px;
    }
    .slider .slide a::before, .about .content a::before {
        height: 54px;
    }

    .about, .services {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .about .content h4, .services .headline h4 {
        font-size: 18px;
        padding-bottom: 15px;
    }
    .about .content h2, .services .headline h2 {
        font-size: 44px;
        line-height: 46px;
    }
    .about .content p {
        padding: 15px 0 25px 0;
    }

    .services .headline {
        padding-bottom: 15px;
    }
    .services .box .photo,
    .blog .item .photo {
        height: 250px;
    }
    .services .box .content,
    .blog .item .content {
        width: calc(100% - 20px);
    }
    .services .box .content .text p,
    .blog .item .content p {
        font-size: 16px;
        line-height: 25px;
    }
    .services .box .content .text p br {
        display: none;
    }

    #footer .row.row-1 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    #footer .logo {
        width: 100%;
        text-align: center;
        padding-bottom: 40px;
    }
    #footer .logo p {
        display: none;
    }
    #footer .links h5, #footer .contact h5 {
        font-size: 22px;
    }
    #footer .links ul li a, #footer .contact a {
        font-size: 15px;
        line-height: 29px;
    }
    #footer .row.row-2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #footer .copyright p {
        font-size: 14px;
    }

    #main .article {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .form-control {
        height: 63px;
        font-size: 17px;
    }
}

@media (max-width: 991px) {
    #bar {
        padding: 14px 20px;
    }
    #bar .contact a {
        font-size: 14px;
    }
    #bar .contact a img {
        max-height: 14px;
        padding-right: 6px;
    }

    #header {
        top: 42px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    #header.sticky {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #header .logo img {
        max-height: 66px;
    }

    .slider {
        flex-direction: column-reverse;
        height: auto;
    }
    .slider .photo {
        position: relative;
        width: 100%;
        height: 440px;
    }
    .slider .slides {
        padding-top: 45px;
        padding-bottom: 40px !important;
    }
    .slider .slide {
        max-width: 100%;
    }
    .slider .slide p {
        max-width: 100%;
        padding-bottom: 20px;
    }
    .slick-dots {
        margin-bottom: 40px !important;
    }

    .about, .services {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .services .box .content,
    .blog .item .content {
        width: calc(100% - 50px);
    }
    .services .box .content .text p {
        max-width: 80%;
        margin: 0 auto;
    }

    .view-article .slider, .view-category .slider {
        height: auto;
    }

    #main .article {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .item-page h1, .item-page h2, .item-page h3, .item-page h4, .item-page h5 {
        padding: 10px 0;
    }
    .item-page h1, .item-page h2 {
        font-size: 30px;
    }
    .item-page h3 {
        font-size: 25px;
    }

    .form-group {
        margin-bottom: 0.7rem;
    }
    .form-group > label {
        font-size: 16px;
        padding-bottom: 8px;
    }
}

@media (max-width: 767px) {
    #bar .contact:first-of-type a:last-of-type {
        display: none;
    }

    #header .logo img {
        max-height: 60px;
    }
    #header.sticky .logo img {
        max-height: 54px;
    }
    #header .navbar {
        margin-top: 2px;
        margin-right: -10px;
    }
    #header .navbar ul.mod-menu {
        left: initial;
        right: 0;
    }
    #header .repair {
        display: none;
    }

    .slider .photo {
        height: 380px;
    }
    .slider .slides {
        padding-top: 35px;
        padding-bottom: 30px !important;
    }
    .slider .slide h4 {
        font-size: 17px;
        padding-bottom: 12px;
    }
    .slider .slide h1 {
        font-size: 40px;
        padding-bottom: 15px;
    }
    .slider .slide p {
        font-size: 16px;
        line-height: 26px;
    }
    .slick-dots {
        margin: 0 0 35px -3px !important;
    }

    .about, .services {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .about .content h4, .services .headline h4 {
        font-size: 17px;
        padding-bottom: 12px;
    }
    .about .content h2, .services .headline h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .about .content p {
        font-size: 16px;
        line-height: 26px;
        padding: 10px 0 20px 0;
    }

    .services .box .content {
        margin-top: 20px;
    }
    .services .box .content .text h3,
    .blog .item .content h3 {
        font-size: 20px;
    }
    .services .box .content .more {
        padding-top: 10px;
    }

    #footer .row.row-1 {
        padding-top: 45px;
        padding-bottom: 35px;
    }
    #footer .logo {
        padding-bottom: 30px;
    }
    #footer .links {
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }
    #footer .contact {
        width: 100%;
        text-align: center;
    }
    #footer .links h5::after,
    #footer .contact h5::after {
        margin-left: auto;
        margin-right: auto;
    }
    #footer .contact p {
        padding: 6px 0 5px 0;
    }
    #footer .contact p:last-of-type {
        padding-top: 13px;
    }

    #main .article {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .item-page p, .item-page ul li, .item-page ol li {
        font-size: 16px;
        line-height: 26px;
    }

    .form-group {
        margin-bottom: 0.5rem;
    }
    .form-control {
        height: 60px;
        font-size: 16px;
    }
    .form-group > label[for="disclaimer"] {
        font-size: 14px;
        line-height: 21px;
    }
}

@media (max-width: 575px) {
    #bar {
        padding: 12px 15px;
    }
    #bar .contact a:not(:last-of-type) {
        margin-right: 18px;
    }
    #bar .contact:first-of-type a:last-of-type {
        display: inline-block;
    }
    #bar .contact:last-of-type {
        display: none !important;
    }

    #header {
        top: 39px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #header.sticky {
        padding-top: 20px;
        padding-bottom: 15px;
    }
    #header .logo img {
        max-height: 52px;
    }
    #header.sticky .logo img {
        max-height: 44px;
    }

    .slider .photo {
        height: 300px;
    }
    .slider .slides {
        padding-top: 25px;
        padding-bottom: 25px !important;
    }
    .slider .slide h4 {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .slider .slide h1 {
        font-size: 36px;
        padding-bottom: 5px;
    }
    .slider .slide p {
        font-size: 15px;
        line-height: 24px;
        padding-bottom: 15px;
    }
    .slider .slide a, .about .content a {
        height: 53px;
        font-size: 15px;
    }
    .slider .slide a::before, .about .content a::before {
        height: 50px;
    }
    .slick-dots {
        margin: 0 0 25px -3px !important;
    }

    .about, .services {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .about .content h4, .services .headline h4 {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .about .content h2, .services .headline h2 {
        font-size: 36px;
        line-height: 36px;
    }
    .about .content p {
        font-size: 15px;
        line-height: 25px;
    }

    .services .box {
        padding-top: 15px;
    }
    .services .box .photo,
    .blog .item .photo {
        height: 220px;
    }
    .services .box .content,
    .blog .item .content {
        width: calc(100% - 20px);
        margin-top: 15px;
    }
    .services .box .content .text h3,
    .blog .item .content h3 {
        font-size: 18px;
    }
    .services .box .content .text p,
    .blog .item .content p {
        font-size: 15px;
        line-height: 24px;
    }
    .services .box .content .more {
        padding-top: 7px;
    }
    .services .box .content .more span {
        font-size: 15px;
    }

    #footer .row.row-1 {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    #footer .logo img {
        max-height: 48px;
    }
    #footer .links h5, #footer .contact h5 {
        font-size: 18px;
    }
    #footer .links p, #footer .contact a {
        font-size: 15px;
        line-height: 24px;
    }
    #footer .row.row-2 {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    #footer .copyright p {
        max-width: 190px;
        font-size: 13px;
        line-height: 16px;
    }

    .blog .post {
        margin-top: 15px;
    }

    .view-article .slider .photo,
    .view-category .slider .photo {
        height: 260px;
    }

    #main .article {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    p {
        margin-bottom: 0.6rem;
    }

    .item-page h1, .item-page h2 {
        font-size: 26px;
        line-height: 32px;
        letter-spacing: -0.52px;
    }
    .item-page h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .item-page p, .item-page ul li, .item-page ol li {
        font-size: 15px;
        line-height: 25px;
    }

    .form-group > label {
        font-size: 15px;
        padding-bottom: 6px;
    }
    .form-control {
        height: 56px;
    }
    input[type="checkbox"], 
    input[type="radio"] {
        margin-left: 5px;
    }
    input[type=checkbox] + label, 
    input[type=radio] + label {
        padding-left: 10px;
    }
    .form-submit {
        height: 66px;
        font-size: 17px;
    }
}