@media screen and (max-width: 500px) {
    .navbar {
        padding: 12px 5px;
        position: fixed;
        width: 100%;
        z-index: 9999;
    }

    /* Index */
    section#promo {
        margin-top: 30px;
        margin-bottom: 0;
    }

    section#promo h1 {
        font-size: 38px;
    }

    section#promo > .mask {
        padding: 80px 0;
    }

    section#promo .about-button a {
        font-weight: 300;
    }


    section#about .steps {
        background-image: none;
    }

    section#about .steps .step {
        width: auto;
        margin: 0 30px;
    }


    section#team-members {
        margin-top: 25px;
        overflow: hidden;
    }

    section#team-members .carousel__viewport {
        overflow: visible;
        height: 110%;
    }

    section#team-members .carousel__track {
        height: 110%;
    }

    section#team-members .employee-wrapper {
        padding: 16px;
    }

    section#team-members .employee-carousel .carousel__button.is-prev {
        left: 10px;
    }

    section#team-members .employee-carousel .carousel__button.is-next {
        right: 10px !important;
    }


    section#services .children, section#services .adult {
        margin-top: 25px;
    }

    section#services .list {
        margin-top: 10px;
    }


    section#technologies {
        padding: 0 25px 50px;
    }

    section#technologies .list {
        margin-top: 0px;
    }

    section#technologies ul li {
        font-size: 20px;
    }


    section#team {
        padding: 25px 0;
        margin-bottom: 0;
    }

    section#team .main-doctor-img {
        margin-top: 25px;
        text-align: center;
    }

    section#team .main-doctor-img img {
        max-width: 100%;
    }

    section#team .all-team-button a {
        font-weight: 300;
        font-size: 16px;
    }


    section#gallery .gallery-box .carousel .carousel__slide {
        height: 250px;
    }

    section#gallery .gallery-box .carousel .carousel__slide img {
        max-width: 100%;
    }


    section#articles .article {
        margin: 25px 20px 20px;
    }

    section#articles .more-button {
        margin-top: 25px;
    }


    section#comments {
        margin-top: 0;
    }

    section#comments .comments-box .comment {
        width: 85%;
    }


    section#form .contact-us-form {
        margin-top: 0;
    }


    /* About page */
    .page-about {
        margin-top: 100px;
    }


    /* Team page */
    .team-container {
        margin-top: 60px;
    }

    .team-container .employee-wrapper .employee-card-wrapper {
        padding-bottom: 0;
    }


    /* Employee page */
    .employee-wrapper .employee-photo {
        margin-top: 100px;
        float: none;
        text-align: center;
    }

    .employee-wrapper .employee-photo img {
        margin-right: auto;
    }


    /* Services page */
    .services {
        margin-top: 50px;
    }


    .modal .modal-contact-form .btn-send-form {
        font-size: 15px;
        width: 100%;
    }


    /* Articles page */
    .news-and-articles {
        margin-top: 100px;
    }


    /* Article page */
    .article-wrapper {
        margin-top: 50px;
    }

    .article-wrapper .article-img {
        margin-bottom: 25px;
        max-width: 100%;
        margin-right: 0;
    }

    .article-wrapper .article-content {
        padding: 5px;
    }

    .article-wrapper .owl-carousel .item {
        width: auto;
        height: 280px;
        margin-right: 0;
    }


    footer .location, footer .phones {
        margin-bottom: 35px;
    }

    footer .make-appointment {
        margin-bottom: 50px;
    }

    footer .make-appointment a {
        font-weight: 300;
    }

    footer .schedule {
        text-align: center;
        margin-bottom: 50px;
    }

    footer .warning p {
        margin-bottom: 25px;
    }
}

@media screen and (min-width: 501px) and (max-width: 950px) {

    .top-header .pre-icon, .top-header .info-work-time, .top-header .info-tel {
        display: none;
    }


    .navbar {
        display: none;
    }


    section#technologies .left-technologies-block {
        position: relative;
    }

    section#technologies .left-technologies-block .technologies-photo {
        position: absolute;
        bottom: 0;
    }

    section#technologies .list {
        margin-top: 70px;
    }

    section#technologies .list ul li {
        font-size: 20px;
    }


    section#comments .comments-box {
        margin-top: 25px;
    }

    section#comments .comments-box .comment {
        width: 320px;
    }


    section#contact .map .contact-box {
        right: 0;
        width: 250px;
    }

    section#contact .map .contact-box .location a {
        font-size: 14px;
    }


    footer .container {
        padding: 0;
    }

    footer .schedule h6 {
        font-size: .9rem;
    }

    footer .schedule .footer-divider {
        display: inline-block;
    }

    footer .right-footer-block {
        margin-top: 10px;
    }

    footer .right-footer-block a.ap {
        font-size: 12px;
        padding: 14px;
    }

    footer .right-footer-block .links a {
        font-size: 12px;
    }

    .modal-dialog {
        max-width: 80%;
    }
}