@media only screen and (min-width: 320px) {
    /**/
}
@media only screen and (min-width: 400px) {
    /**/
}
@media only screen and (min-width: 480px) {
}
@media only screen and (min-width: 576px) {
    .features-slider__item:nth-child(2),
    .features-slider__item:nth-child(3),
    .features-slider__item:nth-child(4),
    .features-slider__item:nth-child(5){
        margin-left: -1px;
    }
    .footer-bottom__inner .socials {
        order: 1;
    }
    .footer__copy {
        order: 0;
    }
}
@media only screen and (min-width: 768px) {
    .footer .logo-wrap {
        display: none;
    }
    .footer__title i {
        display: none;
    }
}
@media only screen and (min-width: 992px) {
    .btn-social {
        transition: all .25s linear;
        opacity: .8;
    }
    .btn-social:hover {
        opacity: 1;
    }
    .sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 136px;
        transition: top .3s ease-in-out;
    }
    .scroll-up .sidebar {
        top: 136px;
    }
    .scroll-down .sidebar {
        top: 48px;
    }
}
@media only screen and (min-width: 1200px) {
    /**/
}

/*==========  Desktop First Method  ==========*/
@media only screen and (max-width: 1364.98px) {
    .header .contact-items .contact-item--email {
        display: none;
    }
}
@media only screen and (max-width: 1299.98px) {
    .post-navigation .pagination-links i {
        width: 1rem;
    }
    .features-slider__items {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}
@media only screen and (max-width: 1199.98px) {
    .callback {
        background-position-x: 0;
    }
    .header .main-nav>ul>li>a {
        margin-left: .5rem;
    }
}
@media only screen and (max-width: 1099.98px) {
    .header .main-nav>ul>li>a {
        font-size: .8125rem;
    }
}
@media only screen and (max-width: 991.98px) {
    .header .main-nav {
        display: none;
    }
    .menu-toggle {
        display: block;
    }
    .btn-call {
        border-left: 1px solid #e9e9e9;
        border-right: 1px solid #e9e9e9;
    }
    .btn-call:hover,
    .btn-call:focus,
    .header__languages:hover {
        background-color: #e9e9e9;
        color: #111;
    }
    .header__languages:hover select {
        color: #111;
    }
    .sidebar-wrap {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .main-slider__item .title {
        font-size: 3rem;
    }
    .cat__item {
        width: 50%;
    }
    .cat__item-text {
        bottom: 1rem;
    }
    .callback {
        background-position-x: -30%;
    }
    .map-wrap {
        position: static;
        height: 400px;
    }
    .article__video-slider .slick-list {
        margin-left: -5px;
        margin-right: -5px;
    }
    .article__video-item {
        margin: 5px;
    }
}
@media only screen and (max-width: 767.98px) {
    h1,
    .h1,
    .main-slider__item .title{
        font-size: 2.5rem;
    }
    h2,
    .h2 {
        font-size: 2.25rem;
    }
    .article h2,
    .article .h2 {
        font-size: 2rem;
    }
    h3,
    .h3 {
        font-size: 1.75rem;
    }
    .article h3,
    .article .h3 {
        font-size: 1.5rem;
    }
    h4,
    .h4 {
        font-size: 1.25rem;
    }
    h5,
    .h5 {
        font-size: 1.1rem;
    }
    .article {
        font-size: .875rem;
    }
    .article ul li {
        padding-left: 1.25rem;
    }
    .article ul li:before {
        left: 0;
    }
    .gallery-columns-3 .gallery-item {
        width: 50%; }
    .gallery-columns-4 .gallery-item {
        width: 33.33%; }
    .article table {
        display: block;
    }
    .site-content {
        padding-top: 3rem;
    }
    .header {
        height: 3rem;
    }
    .header .logo-wrap {
        padding: .25rem .5rem .25rem 1rem;
    }
    .logo svg {
        width: 110px;
    }
    .btn-call {
        width: 3rem;
        line-height: 3rem;
    }
    .header__languages {
        #258594
        font-size: .875rem;
    }
    .header__languages select {
        line-height: 3rem;
        padding: 0 1rem 0 .75rem;
    }
    .header__languages svg {
        right: .25rem;
    }
    .menu-toggle {
        width: 3rem;
        height: 3rem;
        line-height: 3rem;
    }
    .menu-toggle span {
        width: 1.5rem;
        left: .75rem;
    }
    .menu-toggle span:after, .menu-toggle span:before {
        width: 1.5rem;
    }
    .menu-toggle span:before {
        top: -.6rem;
    }
    .menu-toggle span:after {
        top: .6rem;
    }
    .nav-left__inner {
        padding-top: 3rem;
    }
    .nav-left .main-nav {
        padding-top: 1rem;
    }
    .text-content {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
    .main-wrap {
        padding-bottom: 1rem;
    }
    .main-slider__item {
        background-position: 65% 50%;
    }
    .features-slider__items {
        padding-left: 0;
        padding-right: 0;
    }
    .callback {
        background-image: none !important;
    }
    .footer {
        padding: 4rem 0 3rem;
    }
    .footer-top {
        margin-bottom: 2rem;
    }
    .footer__title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem 0;
        margin-bottom: 0;
        border-bottom: 1px solid rgba(255,255,255,.2);
        user-select: none;
        cursor: pointer;
    }
    .footer__title i {
        transition: all .25s ease-out;
    }
    .footer__title.active i {
        transform: rotate(180deg);
    }
    .footer__col {
        display: none;
        padding: 1.5rem 0 0;
    }
}

@media only screen and (max-width: 575.98px) {
    table {
        display: block;
        overflow-x: auto;
    }
    .alignright,
    .alignleft,
    .aligncenter,
    .alignnone,
    img.size-full,
    img.size-large,
    img.size-medium,
    img.size-thumbnail {
        float: none;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .gallery-columns-4 .gallery-item {
        width: 50%;
    }
    .breadcrumbs {
        overflow-x: auto;
        justify-content: space-between;
        white-space: nowrap;
        padding-bottom: .75rem;
    }
    .header .contact-item-phone {
        margin-right: 0;
        width: 3rem;
        height: 100%;
        display: block;
        text-align: center;
        line-height: 3rem;
        border-left: 1px solid #e9e9e9;
    }
    .header .contact-item-phone:focus,
    .header .contact-item-phone:hover {
        background-color: #e9e9e9;
        color: #111;
    }
    .header .contact-item-phone span {
        display: none;
    }
    .scroll-up .header {
        transform: none;
    }
    .scroll-down .header {
        transform: translate3d(0, -3rem, 0);
    }
    .sidebar_form,
    .widget {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .sec {
        padding-top: 4rem;
        padding-bottom: 3rem;
    }
    .header-intro--bg .title {
        padding-top: 1rem;
    }
    .header-intro--bg {
        padding-bottom: 2rem;
    }
    .features-slider__content strong {
        height: auto;
    }
    .cat__item {
        width: 100%;
    }
    .bazz-widget {
        display: block;
        height: auto;
        bottom: 15px !important;
        left: 15px !important;
    }
    .bazz-widget.opened {
        width: calc(100% - 30px);
    }
    .bazz-widget-form-top, .bazz-widget-form-bottom {
        padding-top: 0;
        height: auto;
    }
    .bazz-widget-form {
        height: 150px;
        padding: 20px 15px;
        text-align: center;
    }
    .bazz-widget-form-bottom {
        display: none;
    }
    .bazz-widget .bazz-widget-form label {
        display: block;
        margin-bottom: 15px !important;
        width: 100%;
        text-align: center;
    }
    .bazz-widget-form label a {
        border-bottom: none;
    }
    #bazz-widget-phone {
        display: block;
        width: 100% !important;
        max-width: 260px;
        margin: 0 auto 15px !important;
        text-align: center;
        border-radius: 4px !important;
    }
    .bazz-widget-form-submit {
        width: 100%;
        max-width: 260px;
        margin: 0 auto;
        text-align: center;
        border-radius: 4px;
    }
}

@media only screen and (max-width: 479.98px) {
    h1,
    .h1,
    .main-slider__item .title{
        font-size: 2.25rem;
    }
    h2,
    .h2 {
        font-size: 2rem;
    }
    h3,
    .h3 {
        font-size: 1.5rem;
    }
    h4,
    .h4 {
        font-size: 1.25rem;
    }
    h5,
    .h5 {
        font-size: 1.1rem;
    }
    .btn {
        width: 100%;
    }
    .btn-lg {
        padding-top: .75rem;
        padding-bottom: .75rem;
    }
    .post-navigation .pagination-links {
        display: none;
    }
    .header__languages {
        display: none;
    }
    .nav-left,
    .nav-left__inner {
        width: 100%;
    }
    .comment-meta {
        display: block;
    }
    .comment-author {
        margin-bottom: .5rem;
    }
    .comment-metadata {
        float: none;
    }
    .comment-content {
        padding: 1rem;
    }
    .comment-form-author,
    .comment-form-email {
        width: 100%;
    }
    .comment-form-author {
        margin-bottom: .5rem;
    }
    .main-slider,
    .main-slider__item {
        height: 400px;
    }
    .main-slider__content {
        padding-top: 3.5rem;
    }
    .callback__phone-title {
        font-size: 1.25rem;
    }
    .callback__phone a {
        font-size: 1.5rem;
    }
    .callback__phone a svg {
        min-width: 24px;
        min-height: 24px;
        width: 24px;
        height: 24px;
    }
    .callback__phone a span {
        margin-left: .5rem;
    }
    .footer-bottom__inner {
        display: block;
        padding: 1rem;
        text-align: center;
    }
    .footer-bottom .socials {
        margin-bottom: 1rem;
    }
    .footer-parnter a {
        max-width: none;
    }
}

@media only screen and (max-width: 399.99px) {
    .popup {
        padding: 3rem 1rem;
    }
    .map-wrap {
        height: 300px;
    }
    .gallery__item {
        width: 100%;
    }
}

@media only screen and (max-width: 349px) {
h1,
.h1 {
    font-size: 2rem;
}
h2,
.h2 {
    font-size: 1.75rem;
}
.btn {
    font-size: .875rem;
}
}