@media (min-width: 1300px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1300px;
    }
}

@media (max-width: 1199px) {
    .burger-nav .bn-menu-box {
        width: 75%;
    }

    .burger-nav .bn-menu-box-back,
    .burger-nav .bn-menu-box-back-top {
        width: calc(75% + 40px);
    }

    .project-item>.desc {
        width: 100%;
    }

    .project-item>.desc>.info>span {
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    .main-blog-item .content {
        padding: 20px;
    }

    .main-blog-item .content>.title {
        margin-bottom: 10px;
    }

    .main-blog-item .content>.desc {
        margin-bottom: 10px;
    }

    .main-blog-item .img>.category {
        right: 20px;
    }

    .blog-section-footer>.inner>a {
        margin-bottom: 5px;
    }

    .blog-section-header>.inner {
        padding: 20px;
    }

    .blog-section-footer>.inner {
        padding: 20px;
    }

    .footer-form-box {
        padding: 20px;
    }

    .fixed-contact-nav>.flex>.scroll-top {
        min-width: 50px;
        width: 50px;
    }

    .fixed-contact-nav>.flex>.inner {
        min-width: calc(100% - 50px);
    }

    .fixed-contact-nav>.flex>.scroll-top>span {
        display: none;
    }

    .fixed-contact-nav>.flex>.scroll-top>i {
        margin-left: 0;
    }

    .slide-desc-box>.title {
        font-size: 44px;
        line-height: 50px;
    }

    .project-item>.desc {
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .burger-nav .bn-menu-box {
        width: 100%;
    }

    .burger-nav .bn-menu-box-back {
        display: none;
    }

    .burger-nav .bn-menu-box-back-top {
        width: calc(100% + 40px);
    }

    .burger-nav .bn-menu {
        padding-bottom: 40px;
    }

    .nav-contacts {
        display: none;
    }

    .slide-desc-box {
        text-align: center;
    }

    .main-slider-buttons {
        display: none;
    }

    .slide-desc-box>.title,
    .blog-section-header>.inner>.title,
    .main-title {
        font-size: 34px;
        line-height: 40px;
    }
    .main-title.small {
        font-size: 30px;
        line-height: 36px;
    }

    .slide-desc-box>.caption {
        font-size: 16px;
        line-height: 22px;
    }

    .project-item>.desc>.title {
        font-size: 24px;
        line-height: 30px;
    }

    .blog-section-header,
    .blog-section-footer {
        padding: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .blog-section-header>.inner,
    .blog-section-footer>.inner {
        position: relative;
        width: unset;
        height: unset;
        padding: 0;
    }

    .blog-section-footer>.inner {
        padding: 20px;
        align-items: center;
    }

    .main-blog-item {
        margin-bottom: 20px;
    }

    .main-blog-item .content {
        padding: 0;
        padding-top: 10px;
        border-bottom: none !important;
    }

    .main-blog-item .img {
        border-bottom: none !important;
        padding-top: calc(9/16*100%);
    }

    .main-blog-item .img>.category {
        right: unset;
        left: 10px;
        bottom: 10px;
    }

    .footer-form-box {
        padding: 0;
        border: none;
        height: unset;
        margin-bottom: 20px;
    }

    .fixed-contact-nav>.flex>.inner>.item>div {
        display: none;
    }

    .fixed-contact-nav>.flex>.inner>.item {
        min-width: calc(100%/3);
    }

    .fixed-contact-nav>.flex>.inner {
        min-width: 75%;
    }

    .fixed-contact-nav>.flex>.scroll-top {
        min-width: 25%;
        width: 25%;
        display: none;
    }

    .fixed-contact-nav>.flex>.inner>.item>i,
    .fixed-contact-nav>.flex>.scroll-top>i {
        font-size: 20px;
        line-height: 26px;
    }
    .project-item>.desc>.info>span {
        border: none;
        padding-bottom: 0;
    }
    .ftr-content {
        background: #181818;
    }
    .main-banner:before {
        content: none;
    }
    .main-banner:after {
        background: rgba(0,0,0,0.5);
    }
    .bcrumb-inner > .links {
        display: none;
    }
    .plan-slider-buttons-main {
        top: 20px;
    }
    .progress-flex {
        flex-wrap: wrap;
        justify-content: center;
    }
    .progress-flex > .item {
        width: calc(100% / 3);
    }
    .page-banner.with-desc {
        padding: 40px 0;
    }
    .page-banner.with-desc > .page-banner-desc {
        position: relative;
        top: 0;
        transform: none;
    }
    .timeline-items:before,
    .timeline-items:after {
        content: none;
    }
    .timeline-item > .row {
        flex-direction: column;
    }
    .timeline-img {
        height: unset;
        margin-bottom: 10px;
    }
    .timeline-text {
        height: unset;
        margin-bottom: 0;
    }
    .timeline-year {
        height: unset;
        top: 0;
        margin-bottom: 10px;
    }
    .timeline-year:before {
        content: none;
    }
    .timeline-year > .year {
        width: 100%;
    }
    .timeline-year > .year > span {
        width: 100%;
        border-radius: 0;
        padding: 10px;
    }
    .timeline-year > .year > span > b {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }
}

@media (max-width: 767px) {
    .burger-nav .bn-menu {
        width: 100%;
    }

    .burger-nav .bn-menu-box {
        clip-path: none;
    }

    .burger-nav .bn-menu-box-back-top {
        display: none;
    }
    .main-banner {
        padding-top: calc(640/1280*100%);
    }
}

@media (max-width: 575px) {
    .burger-nav .bn-logo img {
        width: 200px;
    }
    .main-banner {
        padding-top: calc(640/800*100%);
    }
    .slide-desc-box>.title,
    .blog-section-header>.inner>.title,
    .main-title {
        font-size: 24px;
        line-height: 30px;
    }
    .main-title.small {
        font-size: 20px;
        line-height: 26px;
    }
    .project-item>.desc>.title,
    .main-blog-item .content>.title,
    .iconed-title > span {
        font-size: 18px;
        line-height: 24px;
    }
    .iconed-title > i {
        font-size: 30px;
        min-width: 30px;
        height: 30px;
    }
    .project-item>.desc>.location {
        margin-bottom: 0;
    }
    .bn-menu-corporate-mobile>.content>.desc,
    .slide-desc-box>.caption {
        font-size: 14px;
        line-height: 20px;
    }
    .project-item>.desc>.info {
        display: none;
    }
    .project-search-content {
        flex-direction: column;
    }
    .project-search-content > .main-btn {
        position: relative;
        top: unset;
        right: unset;
        margin-top: 10px;
    }
    .project-search-content>input {
        padding: 10px 25px;
    }
    .progress-flex > .item {
        width: calc(100% / 2);
    }
    .timeline-item {
        padding: 10px;
    }
}

@media (max-width: 449px) {
    .burger-nav .bn-logo img {
        width: 200px;
    }

    .ftr-logo img {
        width: 150px;
    }
}