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

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

@media (max-width: 1199px) {
    .team-item>.avatar {
        min-width: 100px;
        width: 100px;
        padding-top: calc(100px);
    }
}

@media (max-width: 991px) {
    footer {
        padding-bottom: 64px;
    }

    .nav-top {
        display: none;
    }

    .burger-nav {
        padding: 10px 0;
    }

    .burger-nav .bn-logo>img {
        width: 70px;
    }

    .nav-edge>.ne-flex>.right {
        display: none;
    }

    .main-banner {
        padding-top: calc(1000/1920*100%);
    }

    .slider-desc {
        padding: 20px;
    }

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

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

    .slider-desc>.caption {
        font-size: 14px;
        line-height: 20px;
    }

    .main-title.mobile-center {
        text-align: center;
    }

    .main-title.mobile-center:before {
        right: unset;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .page-banner,
    .page-banner.big {
        padding-top: calc(720/1280*100%);
    }
    .bcrumb .links {
        display: none;
    }
    .team-avatar-flex {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .team-page-avatar {
        min-width: 200px;
        width: 200px;
        padding-top: 200px;
    }
    .team-page-desc {
        margin-left: 0;
        padding: 0;
        border: none;
    }
    .team-page-desc:before,
    .team-page-desc:after {
        content: none;
    }
    .map-frame {
        padding-top: calc(720/1280*100%);
    }
}

@media (max-width: 767px) {
    .slider-desc {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transform: none;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        border-radius: 0;
    }

    .team-item {
        padding: 20px;
    }

    .team-item>.img-content>.avatar {
        width: 100px;
        min-width: 100px;
        height: 100px;
    }

    .blog-item {
        align-items: flex-start;
        padding: 10px;
    }

    .blog-item>.img {
        width: 100px;
        min-width: 100px;
    }

    .blog-item>.content {
        padding: 0;
        margin-left: 10px;
    }

    .blog-item>.content>.bottom {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .blog-item>.content>.bottom>.main-btn {
        display: none;
    }

    .main-title,
    .bcrumb .title {
        font-size: 24px;
        line-height: 30px;
    }
    
    .main-title.small {
        font-size: 20px;
        line-height: 26px;
    }

    .main-service-item>.content>.title,
    .team-item>.content>.name,
    .blog-item>.content>.top>.title {
        font-size: 18px;
        line-height: 24px;
    }
    .team-page-avatar {
        min-width: 100px;
        width: 100px;
        padding-top: 100px;
    }
}

@media (max-width: 575px) {
    .main-service-item>.img {
        min-width: 100px;
        width: 100px;
    }

    .main-service-item:before {
        width: 10%;
    }

    .main-service-item {
        padding: 10px;
    }

    .main-banner {
        padding-top: calc(1400/1920*100%);
    }
    .ref-item > img {
        padding: 10px;
    }
}

@media (max-width: 449px) {
    .main-banner {
        padding-top: calc(1600/1920*100%);
    }

    .team-item {
        flex-direction: column;
    }

    .team-item>.avatar {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .ref-item > img {
        padding: 5px;
    }
}