@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: 30px;
    }
    /**/
    .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 {
        padding: 0;
    }


    #home_banner{
        border-radius: 24px;
        background: #F5F8FF url(../img/home-banner.svg) 100% 100% no-repeat;
        background-size: 300px;
        overflow: hidden;
        position: relative;
        margin-bottom: 24px;
        padding: 24px 15px 0px 15px;
    }

    #home_banner_left{
        padding: 0px;
        margin: 0 auto;
        text-align: center;
        width: auto;
        margin-bottom: 18px;
    }

    #home_banner_img{
        position: relative;
        right: auto;
        bottom: auto;
        width: 262px;
        margin: 0 auto;
    }

    #home_banner_img img{
        width: 100%;
        height: auto;
    }

    #home_block .block_title{
        width: 282px;
        margin: 0 auto;
        margin-bottom: 16px;
    }

    #home_banner_label{
        display: block;
        width: 244px;
        margin: 0 auto;
        height: 32px;
        line-height: 31px;
        border-radius: 8px;
        padding: 0px;
        text-align: center;
        font-size: 14px;
        margin-bottom: 16px;
    }

    #home_banner_desc{
        width: 265px;
        margin: 0 auto;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 32px;
    }

    #home_list_title{
        font-size: 24px;
        line-height: 30px;
        width: 285px;
        margin: 0 auto;
        margin-bottom: 24px;
        text-align: center;
    }

    #home_list{
        margin-left: 15px;
        margin-right: 15px;
        text-align: left;
        white-space: nowrap;
        overflow-x: auto;
    }

    .home_item_out{
        width: 322px;
        padding: 0px 6px 12px 6px;
    }

    .home_item{
        padding: 20px;
        white-space: nowrap;
    }

    .home_item_line1_left{
        float: left;
    }

    .home_item_logo img{
        height: 36px;
    }

    .home_item_logo span{
        font-size: 18px;
        line-height: 24px;
    }

    .home_item_rating img{
        height: 36px;
    }

    .home_item_rating span{
        font-size: 20px;
        line-height: 24px;
    }

    .home_item_desc{
        font-size: 16px;
        line-height: 20px;
    }

    .home_item_link a{
        font-size: 16px;
        line-height: 20px;
    }
    /**/
    #problems_block_line{

    }

    #problems_block{

    }

    #problems_block .block_title{
        width: 200px;
        margin: 0 auto;
        margin-bottom: 24px;
        text-align: center;
    }

    .problems_item_out{
        width: 100%;
        padding: 0px 10px 12px 10px;
    }

    .problems_item{
        padding: 16px;
        border-radius: 100px;
        background: #F9F9F9;
        text-align: left;
    }

    .problems_item_title{
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }

    #problems_img{
        display: none;
    }

    #problems_left{
        float: none;
        text-align: center;
    }

    #problems_right{
        float: none;
        padding-top: 24px;
    }

    #problems_last_title{
        color: #070033;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 12px;
    }
    /**/
    #reshenia_block {
        padding: 0;
    }

    #reshenia_title_block{
        padding: 24px 50px 0px 50px;
        text-align: center;
        border-radius: 24px;
        overflow: hidden;
    }

    #reshenia_title_block:after{
        display: none;
    }

    #reshenia_title_block .block_title{
        margin-bottom: 9px;
    }

    #reshenia_title_block_img{
        display: block;
        width: 260px;
        margin: 0 auto;
    }

    #reshenia_title_block_img img{
        width: 100%;
    }

    #reshenia_title_block_img:before{
        width: 240px;
        height: 240px;
        position: absolute;
        right: -85px;
        bottom: -75px;
    }

    #reshenia_list{
        margin-left: 9px;
        margin-right: 9px;
        margin-bottom: -12px;
        text-align: left;
        font-size: 0;
    }

    .reshenia_item_out{
        width: 100%;
        padding: 0px 6px 12px 6px;
    }

    .reshenia_item{
        padding: 20px 16px 20px 16px;
    }

    .reshenia_item_img{
        width: 36px;
        height: auto;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
    }

    .reshenia_item_img img{
        width: 100%;
        height: auto;
    }

    .reshenia_item_title{
        font-size: 20px;
        line-height: 24px;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        margin-left: 12px;
    }

    .reshenia_item_desc{
        padding-top: 12px;
        font-size: 16px;
        line-height: 20px;
    }
    /**/
    #etaps_block .block_pre_title{
        text-align: center;
    }

    #etaps_block .block_title{
        width: 220px;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 24px;
    }

    #etaps_list{
        margin-left: -6px;
        margin-right: -6px;
        margin-bottom: -12px;
    }

    .etaps_item_out{
        width: 100% !important;
        box-sizing: border-box;
        padding: 0px 6px 12px 6px;
    }

    .etaps_item{
        padding: 20px 0px 20px 16px;
        border-radius: 24px;
        height: auto;
    }

    .etaps_item_label{
        width: 85px;
        height: 44px;
        line-height: 43px;
        font-size: 16px;
        font-family: Inter;
        margin-bottom: 12px;
    }

    .etaps_item_title{
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .etaps_item_desc{
        font-size: 14px;
        line-height: 18px;
        max-width: 200px;
    }
    /**/
    #bonus_block{
        border-radius: 24px;
        background: #F9F9F9;
    }

    #bonus_left{
        width: auto;
        padding: 24px 0px 24px 0px;
    }

    #bonus_left .block_title{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 24px;
        margin-right: 0px;
        text-align: center;
    }

    #bonus_list{
        position: relative;
        font-size: 0;
    }

    .bonus_item_out{
        margin-bottom: 12px;
    }

    .bonus_item{
        border-radius: 24px;
        padding: 20px 16px 20px 16px;
    }

    .bonus_item_line1{
        margin-bottom: 12px;
    }

    .bonus_item_line1_title{
        width: 200px;
        font-size: 18px;
        line-height: 22px;
    }

    .bonus_item_line2_desc{
        font-size: 16px;
        line-height: 24px;
    }

    #bonus_img{
        display: none;
    }
    /**/
    #zapis_left{
        display: none;
    }

    #zapis_right{
        float: none;
        width: auto;
        padding-top: 0px;
        text-align: center
    }

    #zapis_block .block_title{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 16px;;
    }

    #zapis_label{
        display: inline-block;
        height: 44px;
        line-height: 43px;
        padding: 0px 16px 0px 16px;
        border-radius: 12px;
        background: #BDFFE7;
        margin-bottom: 36px;
    }

    #zapis_text{
        margin-bottom: 32px;
    }

    #zapis_text_title{
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 16px;
    }

    .zapis_text_item{
        margin-bottom: 12px;
        border-radius: 20px;
        background: #F9F9F9;
        padding: 16px;
        font-size: 16px;
        line-height: 20px;
    }

    .zapis_text_item span{
        display: none;
    }
    /**/
    #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;
    }
    /**/
    #questions_block .block_title{
        margin-bottom: 24px;
        text-align: center;
    }

    #faq_list{
        position: relative;
    }

    .faq_list_item{
        border-top: 1px solid #D0D5DD;
        border-bottom: 1px solid #D0D5DD;
        margin-bottom: -1px;
        padding: 20px 0 20px 0;
        position: relative;
    }

    .faq_list_item_question{
        position: relative;
    }

    .faq_list_item_title{
        margin: 0 45px 0px 0px;
        font-size: 16px;
        line-height: 20px;
    }

    .faq_list_item_answer{
        display: none;
        padding-top: 15px;
        margin: 0px 45px 0px 0px;
        font-size: 16px;
        line-height: 20px;
    }

    /**/
    #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;
    }
    /**/
}