@media (max-width: 767px)
{
    /*---------------
        Main styles
    ---------------*/
    .breadcrumbs
    {
        font-size: 16px;
        line-height: 20px;
    }

    .text_block h1,
    .text_block > .title
    {
        font-size: 30px;
        line-height: 40px;

        margin-bottom: 20px;
    }

    .datepicker--cells-days
    {
        margin: -4px;
    }

    .datepicker--cell-day
    {
        padding: 4px;
    }


    .page_title
    {
        font-size: 30px;
        line-height: 38px;
    }


    .form .line_flex .line_form
    {
        width: 100%;
    }

    .form textarea
    {
        font-size: 18px;

        padding-left: 15px;
    }


    .tabs_box
    {
        display: inline-block;
    }

    .products .tabs_box
    {
        margin-top: 14px;
    }

    .opet_tabs
    {
        display: inline-block;
    }

    .main_tabs
    {
        position: absolute;
        z-index: 90;
        top: calc(100% + 5px);
        left: 0;

        display: none;

        min-width: 100%;
        padding: 10px 0;

        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    }

    .main_tabs button
    {
        display: block;

        width: 100%;
        margin-left: 0;
        padding: 5px 10px;

        text-align: left;
        white-space: nowrap;
    }

    .products .main_tabs button
    {
        margin: 0;
    }

    .reviews .main_tabs
    {
        margin: 0;
    }

    .reviews .main_tabs button
    {
        width: auto;
        margin: 0;
    }
    /*---------------
        Header
    ---------------*/

    /*---------------
        Main section
    ---------------*/
    .products .head_tabs
    {
        flex-wrap: wrap;
    }

    .products .head_tabs .title
    {
        width: 100%;
    }

    .products.products_small .grid
    {
        margin-left: 0;
    }

    .products .grid .product
    {
        width: 100%;
    }

    .products.products_small .grid .product
    {
        width: 100%;
        margin-left: 0;
    }


    .articles .items
    {
        justify-content: center;
    }

    .articles .items .article
    {
        width: calc(50% - 7px);
    }


    .small_banner .subscribe
    {
        justify-content: center;
    }

    .small_banner .subscribe .input
    {
        max-width: 100%;
    }

    .small_banner .subscribe .submit_btn
    {
        margin-top: 25px;
    }

    .small_banner .mail
    {
        width: 100%;
        margin-bottom: 30px;

        text-align: center;
    }

    .small_banner .box.box2 .socials
    {
        margin-left: 0;
    }


    .seo_section .sector .col
    {
        padding-top: 22px;
    }

    .seo_section .write_link
    {
        text-align: center;
    }


    .instagram .grid
    {
        grid-template-columns: repeat(3, 1fr);
    }

    .instagram .grid .img_big
    {
        grid-column: span 1;
        grid-row: span 1;
    }


    .inner_banner .box
    {
        padding: 30px;
    }

    .inner_banner.banner_bg .box
    {
        max-width: 100%;
        padding-top: 30px;
    }

    .inner_banner.banner_bg .bg
    {
        display: none;
    }


    .project_team .main_title
    {
        padding-right: 0;
    }


    .contacts .cols .col
    {
        width: 100%;
    }

    .contacts .cols .col + .col
    {
        margin-top: 40px;
    }

    .contacts .cols .col .box
    {
        max-width: 100%;
    }

    .contacts .checkbox .label_check .check_text
    {
        padding-left: 44px;
    }

    .contacts .form .submit_btn
    {
        padding: 0 46px;
    }

    .orders .accordion .open_btn
    {
        padding: 15px 10px;

        justify-content: flex-start;
    }

    .orders .open_btn .box
    {
        width: 33.333%;
        margin-top: 20px;
        padding: 0 10px;
    }

    .orders .open_btn .sep
    {
        display: none;
    }

    .orders .open_btn .btn
    {
        margin: 0 auto;
    }

    .orders .accordion .data
    {
        padding-right: 15px;
        padding-left: 15px;
    }

    .orders .order_item
    {
        padding-left: 0;
    }

    .orders .order_item .thumb
    {
        margin-right: 15px;
    }

    .orders .order_item .info
    {
        width: calc(100% - 209px);
        margin-right: 15px;
    }

    .orders .order_item .desc
    {
        font-size: 18px;
        line-height: 22px;
    }

    .orders .order_item .name
    {
        font-size: 18px;
        line-height: 21px;
    }

    .orders .order_item .price
    {
        font-size: 18px;

        width: 110px;
    }

    .orders .load_more
    {
        margin-top: 40px;
    }


    .сonsulting
    {
        padding: 35px 25px;
    }

    .сonsulting .top
    {
        margin-bottom: 35px;
    }

    .сonsulting .top div
    {
        font-size: 20px;
        line-height: 23px;
    }

    .сonsulting .file
    {
        width: 100%;
        margin-bottom: 20px;
    }

    .сonsulting .item .box
    {
        justify-content: center;
    }

    .сonsulting .box .box_links
    {
        width: 100%;
        max-width: 100%;
    }

    .сonsulting .box_links .link
    {
        font-size: 16px;
        line-height: 21px;

        text-align: center;
    }

    .сonsulting .form .submit_btn
    {
        margin-right: auto;
    }


    .tariff.product-item {
        padding-left: 0px;
    }
    
    .cart_info .cart_item .thumb
    {
        width: 35%;
    }

    .cart_info .cart_item .info
    {
        width: 100%;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;

        order: 4;
    }

    .cart_info .cart_item .name
    {
        font-size: 18px;
        line-height: 23px;
    }

    .cart_info .cart_item .desc
    {
        font-size: 18px;
    }

    .cart_total .name
    {
        font-size: 16px;
    }

    .cart_total .price
    {
        font-size: 22px;

        margin-left: 15px;
    }

    .checkout_link
    {
        width: calc(100% - 282px);
        max-width: 260px;
        margin-left: 20px;
    }

    .checkout_link a
    {
        font-size: 16px;
        line-height: 45px;

        width: 100%;
        padding: 0 20px;

        text-align: center;
    }


    .checkout_info
    {
        margin-top: 0;
    }

    .checkout_info .cols .col
    {
        width: 100%;
        margin-top: 40px;
    }

    .checkout_info .cols .col .box
    {
        max-width: 100%;
    }

    .checkout_info .title
    {
        font-size: 22px;

        margin-bottom: 30px;
    }

    .checkout_info .bot
    {
        margin-top: 60px;
        padding-top: 25px;

        justify-content: space-between;
    }

    .checkout_total
    {
        margin-left: 0;
    }

    .checkout_total .name
    {
        font-size: 16px;
    }

    .checkout_total .price
    {
        font-size: 22px;

        margin-left: 15px;
    }

    .checkout_info .bot .submit
    {
        width: calc(100% - 282px);
        max-width: 260px;
        margin-left: 20px;
    }

    .checkout_info .bot .submit_btn
    {
        font-size: 16px;

        width: 100%;
    }


    .accordion .cols .col
    {
        width: 100%;
    }


    .consultations .consultation
    {
        width: 100%;
    }

    .consultation_banner
    {
        margin-bottom: 25px;
    }


    .article_page .author
    {
        margin-top: -35px;
    }

    .article_page .author .photo
    {
        width: 90px;
        height: 90px;
    }

    .article_page .author .name_author
    {
        font-size: 16px;
        line-height: 24px;

        margin-left: 15px;
        padding-top: 50px;
    }

    .article_page .author .name_author .sep
    {
        margin: 0 10px;
    }


    .articles_list
    {
        margin-top: 30px;
    }

    .articles_list .article
    {
        font-size: 18px;
        line-height: 24px;
    }

    .articles_list .article + .article
    {
        margin-top: 20px;
        padding-top: 20px;
    }

    .sect_schedule
    {
        margin-top: 69px;
    }

    .sect_schedule .info_event .title br
    {
        display: none;
    }


    .reviews
    {
        margin-top: 69px;
    }

    .reviews .slider
    {
        margin-top: 29px;
    }

    .reviews .review .user
    {
        font-size: 20px;
        line-height: 26px;

        margin-top: 27px;
        padding-left: 70px;
    }

    .reviews .review .user:before
    {
        top: 7px;

        width: 40px;
        height: 45px;

        background-size: contain;
    }

    .reviews .see_more
    {
        font-size: 20px;
        line-height: 26px;

        margin-top: 36px;
    }

    .reviews.main .see_more
    {
        display: block;
    }


    .product_faq .col
    {
        width: 100%;
    }

    .product_faq .col + .col
    {
        margin-top: 40px;
    }

    .product_faq ul
    {
        margin-top: 25px;
    }

    .product_faq .payments
    {
        margin-top: 25px;
    }

    .product_faq .faq
    {
        margin-top: 25px;
    }


    .profile .box
    {
        padding: 30px;
    }

    .profile table
    {
        margin-top: 25px;
    }

    .profile table td:first-child
    {
        min-width: 1px;
        padding-right: 40px;
    }


    .videolessons .item .video
    {
        height: auto;
        padding-bottom: 60.9%;
    }

    .videolessons .item .col_l
    {
        width: 100%;
    }

    .videolessons .item .data
    {
        width: 100%;
    }


    .reviews .grid .review
    {
        width: 100%;
    }

    /*---------------
        Footer
    ---------------*/

    footer
    {
        padding-bottom: 33px;
    }

    footer .menu
    {
        display: block;

        width: 100%;
        margin-top: 24px;
        margin-left: 0;
        padding-top: 6px;

        text-align: center;

        border-top: 2px solid rgba(196, 196, 196, .22);
    }

    footer .menu .item
    {
        font-size: 18px;

        margin-top: 19px;
        margin-left: 0;
    }

    footer .box
    {
        display: flex;

        margin-top: 25px;
        padding-top: 3px;

        border-top: 2px solid rgba(196, 196, 196, .22);

        justify-content: center;
        align-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    footer .box .mail
    {
        width: 100%;
        margin-top: 20px;

        order: 2;
    }

    footer .mail a
    {
        padding-left: 0;
    }

    footer .mail a:before
    {
        display: none;
    }

    footer .bot
    {
        font-size: 16px;

        margin-top: 18px;
        padding-top: 30px;

        text-align: center;

        border-top: 2px solid rgba(196, 196, 196, .22);

        justify-content: center;
    }

    footer .policy
    {
        /*display: none;*/
    }

    footer .copy
    {
        width: 100%;
        margin-top: 30px;

        order: 2;
    }

    /*---------------
       PopUp
    ---------------*/

    .modal
    {
        padding: 50px 30px;
    }

    .modal_title
    {
        font-size: 32px;
        line-height: 40px;
    }

    .modal .links
    {
        margin-top: 30px;
    }

    .modal .links .link
    {
        font-size: 18px;
        line-height: 23px;
    }

    .modal .form .input
    {
        font-size: 18px;

        padding-left: 34px;
    }

    .modal_text
    {
        font-size: 20px;
        line-height: 26px;
    }

    .fancybox-slide--html .fancybox-close-small
    {
        top: 10px;
        right: 10px;
    }

    
    /* new */

    .development
    {
        width: calc(100% + 30px);
        max-width: none;
        margin: 30px 0 0 -15px;
    }

    .development .top_bg
    {
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .development .top_bg .title 
    {
        font-size: 44px;
        line-height: 44px;
    }

    .development .tabs
    {
        margin-top: 30px;
    }

    .development .tabs:before
    {
        bottom: 17px;
        width: calc(100% - 100px);
        height: 4px;
    }

    .development .tabs button
    {
        font-size: 32px;
        line-height: 32px;
        width: 105px;
        height: 90px;
    }

    .development .tabs button.active 
    {
        font-size: 50px;
        line-height: 50px;
    }

    .development .tabs button span.around 
    {
        width: 38px;
        height: 38px;
    }

    .development .tabs button span.around:before
    {
        width: 25px;
        height: 25px;
        border: 2px solid #fff;
    }

    .development .tabs button span.around:after
    {
        width: 24px;
        height: 24px;
        margin-left: 2px;
    }

    .development .tabs button.active span.around:before
    {
        border: 3px solid #fff;
    }

    .development .tabs button.active span.around:after 
    {
        width: 38px;
        height: 38px;
        margin-top: 2px;
    }

    .development .sector
    {
        padding-left: 15px;
        padding-right: 15px;
    }

    .development .sector .info .title
    {
        font-size: 50px;
        line-height: 56px;

        margin-bottom: 15px;
    }

    .development .sector .info .desc
    {
        font-size: 18px;
        line-height: 23px;
    }

    .development .sector .grid
    {
        margin-left: -15px;
    }

    .development .grid .item
    {
        width: calc(50% - 15px);
        margin-left: 15px;
    }

    .development .grid .item .name
    {
        font-size: 18px;
        line-height: 22px;
    }

    .development .grid .item button
    {
        font-size: 16px;
        height: 40px;
    }


    .modal_development .title
    {
        font-size: 30px;
        line-height: 34px;
    }

    .modal_development .desc
    {
        font-size: 18px;
        line-height: 25px;
    }


    .modal.modal_development
    {
        padding-top: 60px;
        padding-bottom: 35px;
    }

	.sub-title { 
		font-size: 30px;
	}

    /* end */
}
