@media all and (max-width: 1400px) {
    .nav-pills .nav-link {
        font-size: 15px;
    }

}
@media all and (max-width: 1200px) {
    .branding {
        max-width: 100px;
        min-width: 100px;
        margin-right: 20px;
    }
    #slider-wrapper .slick-arrow {
        left: 15px;
        bottom: 20px;
    }
    #slider-wrapper .slick-arrow.slick-next {
        left: 70px;
        right: auto;
    }
    .block-header p {
        font-size: 20px;
    }
    .block-header h2 {
        font-size: 100px;
    }
    .form-wrapper {
        width: 550px;
    }
    #footer .container {
        flex-direction: column;
        gap: 15px;
    }
}

@media all and (max-width: 960px) {
    #page {
        padding-top: 229px;
    }
    #header-wrapper .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #header-wrapper.fixed {
        padding-top: 0px;
    }
    #header-wrapper.fixed .branding,
    #header-wrapper.fixed .header-row {
        display: none;
    }
    #header-wrapper.fixed .header-menu {
        border-top: 0px;
    }

    .branding {
        max-width: unset;
        min-width: unset;
        margin-right: 0px;
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .navbar-brand {
        max-width: 100px;
    }
    .navbar-toggler {
        border: 0px;
        box-shadow: unset !important;
        outline: none !important;
        padding: 0px;
    }
    .navbar {
        width: auto;
        padding: 0px;
        order: 2;
    }
    .search-icon {
        margin: 0px;
    }
    .header-menu {
        padding: 10px 0px;
    }
    .offcanvas-header .btn-close {
        filter: unset;
    }
    .slide-item {
        height: 500px !important;
    }
    .block-header p {
        font-size: 16px;
        position: relative;
        bottom: 0px;
    }
    .block-header h2 {
        font-size: 60px;
    }
    .slide-item h2 {
        font-size: 32px;
    }
    .why-row {
        flex-wrap: wrap;
    }
    .why-item {
        padding: 0px 15px 30px 15px;
        width: 33.333%;
    }
    .how-pic::after {
        display: none;
    }
    .form-action {
        order: 2;
        padding-top: 15px;
    }
    .form-wrapper {
        width: 400px;
    }
    #footer-blocks .container {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    #footer-blocks .container > div {
        padding: 15px;
    }
    .footer-logo {
        width: 100%;
        text-align: center;
    }
    .footer-logo img {
        margin: 0px auto 15px auto;
    }
    .nav-pills {
        flex-wrap: nowrap;
        overflow: auto;
    }
    .nav-pills .nav-link {
        white-space: pre;
    }
    .header-menu div.search-form {
        bottom: -50px;
        left: 0px;
        right: auto;
        width: 100%;
        background: none
    }
    .search-form .btn {
        width: 80px;
    }
    .search-icon {
        width: 30px;
        min-width: 30px;
        height: 30px;
        background-size: 16px;
    }
}

@media all and (max-width: 767px) {
    .header-contacts {
        font-size: 12px;
        line-height: 18px;
        color: #000000;
        font-weight: 500;
        width: 50%;
    }
    .header-phones a {
        font-size: 12px;
    }
    .slide-item h2 {
        font-size: 26px;
    }
    .slide-item p br {
        display: none;
    }
    .block-header h2 {
        font-size: 32px;
        color: #ddd;
    }
    .block-header p {
        font-size: 14px;
    }
    .why-item {
        width: 100%;
    }
    .why-item br {
        display: none;
    }
    .how-item {
        width: 50%;
    }
    .how-text {
        font-size: 14px;
    }
    .block-header .btn {
        position: relative;
        bottom: 0px;
        margin-top: 15px;
    }
    .btn, .wpcf7 input[type="submit"] {
        font-size: 13px;
    }
    .contact-row {
        flex-direction: column;
        gap: 60px;
    }
    .form-wrapper {
        width: 100%;
    }
    #footer-blocks .container > div {
        width: 100%;
    }
    #footer {
        text-align: center;
    }
    .serv-wrapper {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 50px;
    }
    .news-item a {
        flex-direction: column;
    }
    .news-foto {
        width: 100%;
        min-width: unset;
    }
    .news-meta {
        padding-left: 0px;
        padding-top: 20px;
    }
    .eq-pic {
        width: 100%;
        min-width: unset;
    }
	.node-list_pic {
		width: 50px;
	}
    [data-name="file-193"]::before {
        width: 100%;
    }
    .gallery-carousel .project-foto {
        height: 300px;
    }
}