@media all and (max-width: 768px) {
    /**/
    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }
    /**/
    .mobile_nobr br {
        content: "&nbsp;";
        /*width: 5px;*/
        display: inline-block;
    }

    .mobile_nobr i {
        display: inline-block
    }
    /**/
    #wrap_page {
        min-width: auto;
        padding-top: 60px;
    }
    /**/
    .block_line {
        padding: 30px 0 30px 0;
        overflow-y: visible;
    }

    .block {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }

    .block_pre_title{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 2px;
    }

    .block_title{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 24px;
    }
    /**/
    .btn{
        display: block;
        padding: 0px;
        height: 52px;
        line-height: 51px;
        font-size: 16px;
    }
    /* ШАПКА */
    #header_block{
        height: 60px !important;
    }

    #logo{
        left: 15px;
        top: 10px;
        width: 135px;
    }
    /**/
    #head_contacts{
        display: none;
    }
    /**/
    #c-hamburger {
        display: block;
        position: absolute;
        right: 16px;
        top: 16px;
        z-index: 999;
        width: 28px;
        height: 28px;
        cursor: pointer;
    }

    #c-hamburger span {
        display: block;
        position: absolute;
        top: 13px;
        left: 3px;
        height: 2px;
        width: 22px;
        background-color: #000000;
        border-radius: 0px;
    }

    #c-hamburger span::before,
    #c-hamburger span::after {
        content: "";
        position: absolute;
        display: block;
        left: 0px;
        width: 22px;
        height: 2px;
        background-color: #000000;
        border-radius: 0px;
        transition-duration: 0.1s, 0.1s;
        transition-delay: 0.1s, 0s;
    }

    #c-hamburger span::before {
        top: -7px;
        transition-property: top, transform;
    }

    #c-hamburger span::after {
        bottom: -7px;
        transition-property: bottom, transform;
    }

    #c-hamburger.is-active {

    }

    #c-hamburger.is-active span {
        background: none;
    }

    #c-hamburger.is-active span::before {
        top: 0;
        transform: rotate(45deg);
    }

    #c-hamburger.is-active span::after {
        bottom: 0;
        transform: rotate(-45deg);
    }

    #c-hamburger.is-active span::before,
    #c-hamburger.is-active span::after {
        transition-delay: 0s, 0.1s;
    }
    /**/
    #header_menu{
        position: fixed;
        right: 0px;
        top: 60px;
        z-index: 998;
        margin: 0;
        padding: 0;
        display: none;
        padding-top: 0px;
        background: #ffffff;
        border-radius: 0px 0px 10px 10px;
        width: auto;
    }

    #menu {
        position: relative;
    }

    #menu ul{
        padding: 10px;
        width: auto;
    }

    #menu li{
        display: block;
        margin: 0px;
        padding: 0px;
        position: relative;
        height: auto;
        line-height: 1;
        width: auto;
    }

    #menu li:before{
        display: none;
    }

    #menu ul a{
        display: block;
        height: auto;
        padding: 6px 0px 6px 0px !important;
        margin: 0;
        font-size: 16px;
        color: #000000;
        position: relative;
        background: none !important;
    }
    /**/
    #home_block_line {
        border-radius: 0px 0px 20px 20px;
        padding-bottom: 0px;
    }

    #home_banner_fon {
        left: auto;
        right: -50px;
        margin-left: 0;
        width: 300px;
    }

    #home_banner_left {
        width: auto;
        padding: 25px 0px 20px 0px;
    }

    #home_banner_img {
        position: relative;
        right: auto;
        bottom: auto;
        width: 300px;
        margin: 0 auto;
    }

    #home_block .block_title {
        max-width: 370px;
        margin: 0 auto;
        margin-bottom: 24px;
        line-height: 30px;
        text-align: center;
    }

    #home_banner_label {
        display: block;
        width: 260px;
        margin: 0 auto;
        height: 32px;
        line-height: 31px;
        border-radius: 8px;
        padding: 0px;
        text-align: center;
        font-size: 14px;
        margin-bottom: 20px;
    }

    #home_banner_desc {
        margin-bottom: 30px;
    }

    #home_banner_desc_title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 12px;

        text-align: center;
    }

    #home_banner_desc_list li {
        padding-left: 15px;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 20px;

        text-align: center;
        padding-left: 0;
    }

    #home_banner_desc_list li:before {
        top: 6px;
        width: 5px;
        height: 5px;

        display: none;
    }

    #home_banner_btn {
        text-align: center;
        font-size: 0px;
        margin-bottom: 16px;
    }

    #home_banner_btn .btn {
        margin-right: 0px;
        margin-bottom: 16px;
    }

    #home_banner_btn .btn1{
        display: none;
    }

    #home_banner_add {
        text-align: center;
        font-size: 0px;
        display: none;
    }

    #home_banner_add img {
        width: 32px;
        margin-right: 0px;
    }

    #home_banner_add span {
        font-size: 14px;
        line-height: 18px;
        width: 80%;
    }
    /**/
    #komu_block .block_pre_title {
        text-align: center;
    }

    #komu_block .block_title {
        text-align: center;
    }

    #komu_text {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 25px;
        text-align: center;
    }

    .komu_item_out {
        width: 100% !important;
    }

    .komu_item_img{
        height: 250px;
        position: relative;
    }

    .komu_item_img img{
        position: absolute;
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        z-index: 1;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .komu_item_title {
        margin-left: -110px;
        width: 220px;
        height: 50px;
        z-index: 2;
    }

    .komu_item_title div {
        font-size: 16px;
        line-height: 18px;
    }
    /**/
    #kuda_left {
        float: none;
        width: auto;
        margin-bottom: 25px;
    }

    #kuda_right {
        margin-left: 0px;
    }

    #kuda_img {
        /*width: 300px;*/
        margin: 0 auto;
        margin-bottom: 25px;
    }

    #kuda_block .block_title {
        margin-bottom: 16px;
        text-align: center;
    }

    #kuda_text {
        font-size: 16px;
        line-height: 24px;
        min-height: 24px;
        margin-bottom: 24px;
        text-align: center;
    }

    #kuda_btn_line {
        text-align: center;
    }
    /**/
    #vidi_block .block_pre_title{
        text-align: center;
    }

    #vidi_block .block_title{
        text-align: center;
        margin-bottom: 20px;
    }

    .vidi_item_out {
        width: 100%;
    }

    .vidi_item {
        padding: 15px;
    }

    .vidi_item_title {
        font-size: 18px;
        line-height: 24px;
        height: 24px;
        margin-bottom: 10px;
    }

    .vidi_item_price {
        right: 15px;
        top: 15px;
        font-size: 18px;
        line-height: 24px;
        height: 24px;
    }

    .vidi_item_label {
        border-radius: 6px;
        padding: 5px 10px;
        background: #BDFFE7;
        font-size: 16px;
    }

    .vidi_item_desc {
        margin-bottom: 16px;
    }

    .vidi_item_btn{
        text-align: left;
    }

    .vidi_item_btn .btn {
        display: inline-block;
        vertical-align: middle;
        width: 190px;
    }

    .vidi_item_link {
        margin-left: 15px;
        font-size: 16px;
    }

    /**/
    #raschet_left {
        float: none;
        width: auto;
        margin-bottom: 25px;
    }

    #raschet_right {
        margin-left: 0px;
        padding-top: 20px;
    }

    #raschet_img {
        font-size: 0;
        margin: 0 auto;
    }

    #raschet_block .block_title {
        text-align: center;
    }

    #raschet_text {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    #raschet_form_block {
        width: 300px;
        margin: 0 auto;
    }
    /**/
    #konsult_block_line{
        padding-bottom: 0px;
    }

    #konsult_left {
        width: auto;
        padding-bottom: 0px;
        margin-bottom: 25px;
    }

    #konsult_block .block_title {
        text-align: center;
        margin-bottom: 15px;
    }

    #konsult_text {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 25px;
        text-align: center;
    }

    #konsult_form_block {
        width: 300px;
        margin: 0 auto;
    }

    #konsult_img {
        position: relative;
        right: auto;
        bottom: auto;
        width: 250px;
        margin: 0 auto;
    }
    /**/
    #polucite_block .block_pre_title {
        text-align: center;
    }

    #polucite_block .block_title {
        max-width: 330px;
        margin: 0 auto;
        margin-bottom: 25px;
        text-align: center;
    }

    #polucite_list{
        text-align: center;
    }

    .polucite_item_out {
        width: 100%;
    }

    .polucite_item {
        text-align: center;
    }

    .polucite_item_img {
        margin-bottom: 12px;
    }

    .polucite_item_title {
        font-size: 20px;
        line-height: 24px;
        height: auto;
        margin-bottom: 10px;
    }

    .polucite_item_desk {
        font-size: 16px;
        line-height: 24px;
        height: auto;
        margin-bottom: 16px;
    }
    /**/
    #about_block .block_pre_title{
        text-align: center;
    }

    #about_block .block_title{
        text-align: center;
    }

    #about_left {
        width: auto;
        float: none;
        margin-bottom: 25px;
    }

    #about_right {
        width: auto;
        float: none;
    }

    #about_img {
        /*width: 300px;*/
        margin: 0 auto;
    }

    #about_right_line1 {
        padding: 25px 20px 25px 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    #about_right_title {
        font-size: 20px;
        line-height: 24px;
        height: auto;
        margin-bottom: 16px;
    }

    #about_right_text {
        font-size: 16px;
        line-height: 24px;
        height: auto;
    }

    #about_right_list{
        text-align: center;
    }

    .about_right_item_out{
        width: 50%;
    }

    .about_right_item {
        padding: 15px;
        text-align: center;
    }

    .about_right_item_title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .about_right_item_desc {
        font-size: 16px;
        line-height: 20px;
        height: 60px;
    }

    .about_right_item_out:nth-child(3){
        width: 100%;
    }

    .about_right_item_out:nth-child(3) .about_right_item{
        text-align: left;
    }

    .about_right_item_out:nth-child(3) .about_right_item_desc{
        height: auto;
    }

    #about_form_block {
        padding: 15px;
    }

    #about_form_block_left {
        float: none;
        width: auto;
        padding: 16px;
        margin-bottom: 25px;
        text-align: center;
    }

    #about_form_block_right {
        float: none;
        width: auto;
        padding: 20px;
    }

    #about_form_block_title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 24px;
    }

    #about_form_block_text {
        font-size: 16px;
        line-height: 24px;
    }
    /**/
    #doktors_block{
        padding-top: 0px;
    }

    #doktors_block .block_pre_title{
        text-align: center;
    }

    #doktors_block .block_title{
        width: 250px;
        margin: 0 auto;
        margin-bottom: 24px;
        text-align: center;
    }

    #doktors_left{
        display: none;
    }

    #doktors_right{
        float: none;
        width: auto;
    }
    /**/
    #doktors_right_list{
        font-size: 0;
        position: relative;
    }

    .doktors_right_item_out{
        position: relative;
    }

    .doktors_right_item{
        text-align: center;
    }

    .doktors_right_item_img{
        display: block;
        width: 190px;
        margin: 0 auto;
        margin-bottom: 12px;
    }

    .doktors_right_item_img img{
        display: block;
        width: 100%;
        height: auto;
    }

    .doktors_right_item_info{
        display: block;
        margin-left: 0px;
        width: auto;
    }

    .doktors_right_item_title{
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 8px;
        margin-right: 0px;
    }

    .doktors_right_item_label{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .doktors_right_item_desc{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .doktors_right_item_btn{
        padding-top: 24px;
    }

    #doktors_right_list .slick-prev,
    #doktors_right_list .slick-next{
        display: block !important;
        width: 48px;
        height: 48px;
        border: none;
        padding: 0px;
        position: absolute;
        top: 120px;
        text-indent: -9999px;
        cursor: pointer;
        z-index: 1;
        opacity: 1;
    }

    #doktors_right_list .slick-prev {
        left: 0px;
        background: transparent url(../img/Prev1.svg) 0px 0px no-repeat;
    }

    #doktors_right_list .slick-next {
        right: 0px;
        background: transparent url(../img/Next1.svg) 0px 0px no-repeat;
    }

    #doktors_right_list .slick-prev:hover, #doktors_right_list .slick-next:hover {
        opacity: 0.85;
    }
    /**/
    #adres_block{
        border-radius: 24px;
        background: #F9F9F9;
    }

    #adres_left{
        float: none;
        width: auto;
        box-sizing: border-box;
        padding: 24px 0px 24px 0px;
    }

    #adres_right{
        float: none;
        width: auto;
    }

    #adres_block .block_title{
        width: 250px;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 12px;
    }

    #adres_block .block_pre_title{
        width: 250px;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 24px;
    }

    #adres_list{
        margin-left: -6px;
        margin-right: -6px;
    }

    .adres_item_out{
        width: 100%;
        padding: 0px 6px 12px 6px;
        box-sizing: border-box;
    }

    .adres_item{
        width: auto;
        height: auto;
        border-radius: 20px;
        background: #FFF;
        padding: 24px 0px 0px 24px;
        box-sizing: border-box;
    }

    .adres_item_img{
        margin: 0px;
        display: inline-block;
        vertical-align: middle;
    }

    .adres_item_title{
        margin: 0px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 16px;
        font-size: 20px;
        line-height: 24px;
    }

    .adres_item_desc{
        padding-top: 16px;
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 24px;
    }

    .adres_map{
        height: 300px;
        border-radius: 24px;
    }
    /**/
    #footer_block_line{
        border: none;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #footer_block{
        width: auto;
        margin: 0 auto;
        position: relative;
        text-align: justify;
    }

    #footer_block:after{
        display: none;
    }

    #foot_logo{
        margin-bottom: 23px;
    }

    #foot_logo,
    .foot_item,
    .foot_copy
    {
        display: block;
        text-align: center;
    }

    .foot_item{
        margin-bottom: 16px;
    }

    .foot_copy{
        position: relative;
        padding-top: 8px;
    }

    .foot_copy span{
        margin-bottom: 3px;
    }
    /**/
    /* Modal */
    .modal_block{
        width: 320px;
    }

    .modal_block:after{
        display: none;
    }

    .modal_block_left{
        float: none;
        width: auto;
        height: auto;
    }

    .modal_block_right{
        margin-left: 0px;
        padding: 20px 20px 20px 20px;
        height: auto;
    }

    .modal_block_title{
        width: auto;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .form_btn{
        width: 100%;
    }
    /**/
    #menu ul li.mobile_btn a{
        padding: 1px 10px 1px 10px !important;
        border-radius: 10px;
        height: 28px;
        line-height: 27px;
        font-size: 14px;
        color: #ffffff !important;
        background: #2D53D4 !important;
        white-space: nowrap;
    }

    #menu ul li.mobile_btn a:hover{
        text-decoration: none;
        background: #EBF6FF !important;
        color: #2D53D4 !important;
    }
    /**/
    /*
    .form_tr {
        font-size: 0px;
        margin-left: -6px;
        margin-right: -6px;
    }

    .form_td {
        display: inline-block;
        vertical-align: top;
        padding: 0px 6px 24px 6px;
        box-sizing: border-box;
    }

    .form_tr:last-child .form_td {
        padding-bottom: 0px;
    }

    .form_td input {
        margin: 0;
        width: 100%;
    }

    .form_td .form_last {
        padding-top: 12px;
    }

    .form_td1 {
        width: 100%;
    }
    *
     */
    .form_td2 {
        width: 100%;
        padding-bottom: 15px !important;
    }

    /**/
}