@media only screen and (max-width: 1200px) {
    .phone-head span{
        display: block;
    }

    .show_search_on_large {
        display: none;
    }
    #navigation, #navigation .hide-mobile {
        display: none
    }

    .mobile-nav-btn {
        float: right;
        padding: 0 6px;
        /*line-height: 120px;*/
        line-height: 48px!important;
        font-size: 20px;
        color: #fff;
    }

    #navigation {
        float: left;
        width: 100%;
        background-color: #FFF
    }

    #navigation ul {
        display: inline-block;
        width: 100%;
        line-height: 50px
    }

    #navigation ul li {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0 15px;
        border-bottom: 1px solid #eaeaea
    }

    #navigation ul li:first-child {
        border-top: 1px solid #eaeaea
    }

    #navigation ul li a {
        font-weight: 700;
        border: none;
        color: #fff;
    }

    #navigation ul li a:hover {
        border: none
    }

    .section-info {
        margin: 0 0 50px;
        text-align: center
    }

    #services-block.home > div:nth-child(3) .service, #services-block.home > div:nth-child(4) .service {
        margin-bottom: 50px
    }

    #team-block {
        margin: 0
    }

    #team-block .team-member .hover .description {
        height: 455px
    }

    #home-testimonials {
        margin: 0 0 100px;
        background: #82b965
    }

    #home-testimonials .testimonials {
        padding: 50px 50px 80px;
        width: 100%
    }

    #home-testimonials .images {
        width: 100%;
        border: 1px solid #fff;
        border-left: none;
        border-right: none;
        border-bottom: none
    }

    #home-testimonials .images li:nth-child(1) img, #home-testimonials .images li:nth-child(3) img {
        border-left: none
    }

    #home-testimonials .images li:nth-child(2) img, #home-testimonials .images li:nth-child(4) img {
        border-right: none
    }

    #we-care-block .content, #we-care-block .image {
        width: 100%
    }

    #we-care-block .content .inner {
        padding: 100px 0
    }

    #awards .award {
        margin: 0 0 80px
    }

    #awards .col-md-3:nth-child(3) .award, #awards .col-md-3:nth-child(4) .award {
        margin: 0
    }

    #blog .post .comments {
        float: left;
        clear: left
    }

    #related-posts .post a .inner {
        min-height: 163px !important
    }
}

@media only screen and (max-width: 992px) {

    .phone-head span{
        display: block;
    }

    #blog-navigation {
        float: left;
        width: 100%;
        text-align: center
    }

    .b-news-item .b-news-item-title h2 {
        font-size: 1.3em;
    }

    .medic .medic-meta .inner {
        padding: 0 20px
    }

    #feedback-modal-form h2 {
        text-align: center;
        font-size: 1.2em;
    }
}

@media only screen and (max-width: 768px) {
    .phone-head span{
        display: block;
    }
    .b-govsiteslist .b-govsiteslist-item {
        display: block;
        margin: 15px auto;
    }
    .b-govsiteslist .b-govsiteslist-item a{
        display: block;
        width: 100%;
    }

    .b-govsiteslist .b-govsiteslist-item .b-govsiteslist-item-text {
        width: 70%;
    }

    #footer .back-to-top, #home-slider .bx-controls {
        display: none
    }

    h1 {
        font-size: 30px
    }

    #call-out {
        margin-top: 0
    }

    #awards .award, #awards .col-md-3:nth-child(3) .award {
        margin: 0 0 80px
    }

    #services-block .service {
        margin: 0 0 100px !important
    }

    #sub-footer {
        text-align: center;
    }

    .yandex_btn {
         text-align: center;
         margin-top: 20px;
     }
}

@media only screen and (max-width: 480px) {
    .medic {
        margin: 0 0 30px
    }
    .phone-head span{
        display: block;
    }

    #team-block .team-member .hover .description {
        height: 370px
    }

    .b-search .search-form .search-field {
        width: 250px;
        height: 48px;
        border-bottom: 1px solid #fff;
        float: left;
    }

    .b-search .search-form .search-field:focus + .btn-search {
        border-bottom: 1px solid #fff;
    }

    #feedback-modal-form h2 {
        text-align: center;
        font-size: 1em;
    }

    .yandex_btn {
        text-align: center;
        margin-top: 20px;
    }
}