@media all and (max-width: 768px) {
    /**/
    p {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .mobile{
        display: block;
    }
	
    .desktop{
        display: none;
    }
    /**/
    #wrap_page {
        min-width: auto;
    }
    /**/
    .block_line {
        position: relative;
        width: 100%;
        padding: 30px 0 30px 0;
    }

    .block {
        margin: 0px 15px 0px 15px;
        width: auto;
    }
    /**/
    .block_title{
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .block_text{
        font-size: 16px;
        line-height: 19px;
    }

    .block_left, .block_right{
        width: auto;
        float: none;
    }
    /**/
    .btn{
        padding: 0px;
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
    /**/
    .form_btn{
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .circle{
        display: none;
    }
    /**/
    /* ШАПКА */
    #header_block_line{
        left: 15px;
        right: 15px;
        top: 15px;
        padding: 0;
        width: auto;

        height: 70px;
        background: #F1F4FC;
        border-radius: 100px;
		border-bottom: none;
    }

    #header_block{
        margin: 0;
        width: auto;
        padding: 20px 20px 0 20px;
    }

    #logo{
        width: 204px;
        vertical-align: top;
    }


    #header_btns{
        display: none;
    }
    /**/
    #header_menu{
        display: none;
        z-index: 999;
        position: fixed;
        right: 30px;
        top: 70px;
        background-color: #ffffff;
        border-radius: 15px 0px 15px 15px;
        border: 1px solid #eeeeee;
        padding: 10px;
        height: auto;
        margin-right: 0px;
    }

    #menu, #user_menu {
        position: relative;
    }

    #menu ul, #user_menu ul{
        text-align: right;
    }

    #menu li, #user_menu li{
        display: block;
        margin: 0px;
    }

    #menu a, #user_menu a{
        padding: 5px;
    }

    #menu a:hover, #menu li.active > a,
    #user_menu a:hover, #user_menu li.active > a
    {
        text-decoration: underline;
    }
    /**/
    #c-hamburger{
        display: inline-block;
        vertical-align: top;
        position: relative;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

    #c-hamburger span {
        display: block;
        position: absolute;
        top: 14px;
        left: 0px;
        height: 3px;
        width: 30px;
        background-color: #344054;
        border-radius: 2px;
    }

    #c-hamburger span::before,
    #c-hamburger span::after {
        content: "";
        position: absolute;
        display: block;
        left: 0px;
        width: 30px;
        height: 3px;
        background-color: #344054;
        border-radius: 2px;
        transition-duration: 0.1s, 0.1s;
        transition-delay: 0.1s, 0s;
    }

    #c-hamburger span::before {
        top: -8px;
        transition-property: top, transform;
    }

    #c-hamburger span::after {
        bottom: -8px;
        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;
    }
    /* ПОДВАЛ */
    /*
    #footer_block_line{
        border-top: 1px solid #999999;
        padding-top: 35px;
        padding-bottom: 0px;
    }

    #footer_block{

    }
    /**/
    #foot_column_list:after {
        display: none;
    }

    .foot_column{
        display: block;
        margin-bottom: 20px;
    }
    /**/
    #foot_logo{
        width: 203px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    /**/
    #foot_menu_block:after{
        display: none;
    }

    .foot_menu{
        width: 48%;
        margin: 0px;
    }

    .foot_menu_title{
        margin-bottom: 15px;
    }

    .foot_menu li{
        margin-bottom: 10px;
    }

    .foot_menu a, .foot_menu span {
        font-size: 16px;
    }
    /**/
    #foot_copyright{
        text-align: center;
    }
    /* БАННЕР */
    #banner_block_in{
        padding-top: 170px;
        padding-bottom: 20px;
    }

    #banner_title{
        font-size: 22px;
        line-height: 34px;
    }

    #banner_text{
        font-size: 16px;
        line-height: 19px;
    }
    /* ПАРТНЕРЫ */
    #partners_title{
        font-size: 16px;
        line-height: 19px;
    }

    #partners_list{
        padding-top: 0px;
        margin-left: -20px;
        margin-right: -20px;
    }

    .partners_list_item{
        margin-left: 6px;
        margin-right: 6px;
    }

    .partners_list_item:nth-child(5){
        display: none;
    }

    .partners_list_item img{
        height: 20px;
    }
    /* СОЗДАЕМ */
    #creating_block{
        display:flex;
        flex-flow: column;
    }

    #creating_block .block_left{
        order: 2;
    }

    #creating_block .block_right{
        order: 1;
        margin-bottom: 22px;
    }

    #creating_title{
        font-size: 22px;
        line-height: 26px;
        margin-right: 0px;
        text-align: center;
    }

    #creating_text{
        margin-right: 0px;
        text-align: center;
    }

    #creating_img{
        margin-left: 0px;
    }
    /* КОМПЛЕКС */

    #complex_list{
        margin-left: 0px;
        margin-right: 0px;
    }

    .complex_list_item_out{
        display: block;
        margin-bottom: 20px;
    }

    .complex_list_item{
        margin-left: 0px;
        margin-right: 0px;
        padding: 20px 40px 20px 40px;
        width: auto;
    }

    .complex_list_item_title{
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 25px;
    }

    .complex_list_item_desc{
        font-size: 14px;
        line-height: 19px;
    }

    .complex_list_item_desc br{
        display: none;
    }

    .complex_list_item .complex_list_item_img{
        width: 90px;
        right: 0px;
        top: 0px;
    }
    /* ШАГИ */
    #steps_block .block_title span{
        display: block;
    }

    #steps_text{
        margin-bottom: 40px;
    }

    #steps_list{
        padding-top: 0px;
    }

    #steps_img{
        display: none;
    }

    .steps_item{
        position: relative;
        width: auto;
        left: auto;
        top: auto;
        margin-bottom: 50px;
    }

    .steps_item_img{
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;

        width: 100px;
        height: 100px;
        line-height: 100px;
        text-align: center;
        background: #FFFFFF;
        box-shadow: 0px 0px 20px 10px rgba(160, 162, 165, 0.1);
        border-radius: 16px;
        font-size: 0;
    }

    .steps_item_img img{
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        max-height: 100%;
    }

    .steps_item_title{
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .steps_item_mark{
        display: none;
    }

    .steps_item_desc{
        font-size: 16px;
        line-height: 21px;
    }

    .steps_beg, .steps_end{
        display: none;
    }
    /* СРАВНЕНИЕ */
    #comparison_text{
        font-size: 16px;
        line-height: 21px;
    }

    .comparison_item_out{
        width: 100%;
		margin-bottom: 30px;
    }

    .comparison_item{
        padding: 36px;
        box-shadow: 0px 0px 32.6842px 7.26316px rgba(0, 0, 0, 0.06);
        border-radius: 14px;
    }

    .comparison_item_label{
        width: 109px;
    }

    .comparison_item_label_info{
        height: 36px;
        line-height: 36px;
        border-radius: 14px;
        font-size: 16px;
        margin-bottom: 4px;
    }

    .comparison_item_label_title{
        font-size: 11px;
        line-height: 13px;
    }

    .comparison_item_img img{
        height: 97px;
    }

    .comparison_item_title{
        clear: both;
        padding-top: 28px;
        padding-bottom: 28px;
        height: 90px;
        font-size: 22px;
        line-height: 29px;
    }
    /* ПРИМЕР */
    #example_block_line{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #example_btn{
        padding-top: 10px;
    }
    /* КОНСУЛЬТАЦИЯ */
    #consultation_block_in{
        background: linear-gradient(90.18deg, #6486FC 0.16%, #446BF2 99.85%);
        border-radius: 16px;
        overflow: hidden;
    }

    #consultation_block_in1{
        margin: 0px;
        padding: 28px 8px 28px 8px;
        background: transparent url(../img/Consultation1.svg) 100% 0% no-repeat;
    }

    #consultation_title{
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 19px;
        text-align: center;
        width: auto;
        padding-top: 0px;
    }

    #consultation_text{
        display: none;
    }

    #consultation_form_block{
        padding: 20px 10px 20px 10px;
    }
    /* СЕО */
    #ceo_block_line{
        padding-top: 30px;
        padding-bottom: 30px;
    }


    #ceo_block_in{
        margin: 0px;
    }

    #ceo_img{
        float: none;
        width: 100px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    #ceo_desc{
        margin-left: 0;
        padding-top: 0;
        text-align: center;
    }

    #ceo_desc_part1{
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 20px;
    }

    #ceo_desc_part2{
        font-size: 16px;
        line-height: 19px;
    }
    /* ЦЕНЫ */
    #prices_title{
        font-size: 22px;
        line-height: 26px;
    }

    #prices_text{
        font-size: 16px;
        line-height: 21px;
    }

    .prices_item_out{
        width: 100%;
		margin-bottom: 30px;
    }

    .prices_item{
        padding: 26px;
        border-radius: 14px;
    }

    .prices_item:hover{
		padding: 24px;
        border: 2px solid #446BF2;
    }

    .prices_item_title{
        font-size: 22px;
        line-height: 29px;
        margin-bottom: 15px;
    }

    .prices_item_desc{
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 20px;
    }

    .prices_item_price{
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .prices_item_btn{
        margin-bottom: 15px;
    }

    .prices_item_params_title{
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 15px;
    }

    .prices_item_params_item{
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 10px;
    }
    /* НАЧНИ */
    #begin_block_line{
        padding-top: 30px;
        padding-bottom: 60px;
    }

    #begin_block{
        display: flex;
        flex-flow: column;
    }

    #begin_block .block_left{
        order: 2;
    }

    #begin_block .block_right{
        order: 1;
        margin-bottom: 22px;
    }

    #begin_title{
        font-size: 22px;
        line-height: 26px;
        margin-right: 0px;
        text-align: center;
    }

    #begin_text{
        margin-right: 0px;
        text-align: center;
        font-size: 16px;
        line-height: 21px;
    }

    #begin_img{
        margin-left: 0px;
    }
    /* Modal */
    .modal_block{
        width: 300px;
    }

    .modal_block:after{
        display: none;
    }

    .modal_block_left{
        float: none;
        width: auto;
        padding: 20px;
    }

    .modal_block_right{
        margin-left: 0px;
        padding: 20px 20px 20px 20px;
    }

    .modal_block_title{
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .modal_block_img img{
        max-width: 70%;
    }
    /**/
	#pay_block .btn{
		font-size: 14px;
	}
    /**/
}