/*
Stylesheet exclusive for Responsive
1600px (83%)
1400px (73%)

Only when necessary
1000px (52%)
*/

@media screen and (max-width: 1600px) {
    .wrap {
        max-width: 1200px;
    }

    h1 {
        font-size: 37px;
        line-height: 1;
    }

    h2 {
        font-size: 30px;
        line-height: 1;
    }

    h3 {
        font-size: 20px;
        line-height: 1;
    }

    h4 {
        font-size: 18px;
        line-height: 1;
    }

    h5, h6 {
        font-size: 16px;
        line-height: 1;
    }

    .footer-middlebar {
        padding: 62px 0 108px 0;
    }

    .footer-bottombar ul li:not(:last-child) {
        margin-right: 87px;
    }
}

@media screen and (max-width: 1400px) {
    .wrap {
        max-width: 1000px;
    }

    h1 {
        font-size: 24px;
        line-height: 1;
    }

    h2 {
        font-size: 22px;
        line-height: 1;
    }

    .footer-middlebar {
        padding: 55px 0 95px 0;
    }

    .footer-bottombar ul li:not(:last-child) {
        margin-right: 77px;
    }
}

@media screen and (max-width: 1000px) {
    footer .footer-middlebar-1,
    footer .footer-middlebar-2 {
        min-height: 250px;
        margin-bottom: 20px;
    }

    footer .footer-middlebar-1,
    footer .footer-middlebar-2,
    footer .footer-middlebar-3,
    footer .footer-middlebar-4 {
        width: 50%;
    }

    .footer-middlebar {
        padding: 39px 0 68px 0;
    }

    footer .footer-bottombar-1 {
        display: flex;
        justify-content: unset;
        flex-direction: column;
    }

    .footer-bottombar ul {
        margin-bottom: 20px;
    }

    .footer-bottombar ul li:not(:last-child) {
        margin-right: 55px;
    }
}

@media screen and (max-width: 1199px) {
    .header-middlebar-2 {
        z-index: 99;
        height: 60px;
        padding-right: 0;
        justify-content: flex-end;
        align-items: center;
        position: absolute;
        right: 15px;
        top: 0;
    }

    .main-navigation {
        display: none;
    }

    .SD-col {
        padding-right: 0!important;
    }

    .image-left-side > .wpb_column.vc_column_container:first-child {
        width: 40%;
    }

    .image-left-side > .wpb_column.vc_column_container:last-child {
        width: 60%;
    }

    .image-left-side > *:last-child .vc_column-inner {
        padding-right: 15px;
    }
}

@media screen and (max-width: 991px) {

}

@media screen and (max-width: 900px) {

}

@media screen and (max-width: 767px) {
    .responsive_marginbottom-0px {
        margin-bottom: 0;
    }

    .responsive_marginbottom-20px {
        margin-bottom: 20px;
    }

    .responsive_marginbottom-40px {
        margin-bottom: 40px;
    }

    .responsive_marginbottom-60px {
        margin-bottom: 60px;
    }

    .responsive_marginbottom-100px {
        margin-bottom: 100px;
    }

    /*#filter-anchor {*/
    /*    display: none;*/
    /*}*/

    .filter-toggle {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        background-color: #e01861;
        z-index: 99;
        padding: 20px 0;
        color: #ffffff;
        transition: all 0.3s ease;
        font-size: 16px;
        cursor: pointer;
        font-weight: 400;
    }

    .filter-toggle:hover {
        color: #ffffff;
        background-color: #e01861;
        transition: all 0.3s ease;
    }

    .image-left-side > .wpb_column.vc_column_container:last-child {
        width: 100%;
    }

    .image-left-side > *:last-child .vc_column-inner {
        max-width: 100%;
    }

    footer .footer-middlebar-1,
    footer .footer-middlebar-2,
    footer .footer-middlebar-3,
    footer .footer-middlebar-4 {
        width: 100%;
        min-height: unset;
        margin-bottom: 20px;
    }

    footer .footer-middlebar-4 {
        margin-bottom: 0;
    }

    .footer-bottombar ul li {
        display: block;
    }
}

@media screen and (max-width: 500px) {

}