@media (max-width: 479px)
{
    /*---------------
        Main styles
    ---------------*/
    .text_block
    {
        font-size: 16px;
        line-height: 23px;
    }

    .text_block h1,
    .text_block > .title
    {
        font-size: 23px;
        line-height: 33px;
    }

    .text_block h2
    {
        font-size: 20px;
        line-height: 26px;

        margin-bottom: 20px;
    }

    .text_block p,
    .text_block ul,
    .text_block ol
    {
        margin-bottom: 20px;
    }

    .text_block .hidden
    {
        display: none;
    }

    .main_title
    {
        font-size: 22px;
        line-height: 24px;
    }

    .main_title.icon
    {
        padding-left: 35px;
    }

    .main_title.icon:before
    {
        top: 3px;

        width: 17px;
        height: 18px;

        background-size: contain;
    }

    .wrap_title .links
    {
        margin-left: -15px;
    }


    .page_title
    {
        font-size: 28px;
        line-height: 36px;
    }


    .datepicker
    {
        box-sizing: border-box;
        max-width: 100%;
        padding: 15px 25px;
    }

    .datepicker--body
    {
        margin-top: 20px;
    }

    .datepicker--content
    {
        margin: 0 -13px;
    }

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

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

    .datepicker--cell-day .wrap_date:before
    {
        position: absolute;
        top: -2px;
        left: -2px;

        width: calc(100% + 4px);
        height: calc(100% + 4px);

        border-radius: 5px;
    }


    .datepicker--nav
    {
        height: 22px;
        min-height: 1px;
    }

    .datepicker--nav-action
    {
        left: 0;

        width: 56px;
        height: 56px;
        margin: -17px 0 -17px -25px;

        border-radius: 10px 0 0 10px;
    }

    .datepicker--nav-action[data-action='next']
    {
        right: 0;
        left: auto;

        margin-right: -25px;
        margin-left: 0;

        border-radius: 0 10px 10px 0;
    }

    .datepicker--nav-title
    {
        font-size: 16px;
        line-height: 21px;
    }

    .datepicker--cell-day .date
    {
        font-size: 16px;

        padding: 1px 3px;
    }


    .link_btn
    {
        font-size: 16px;
    }


    .form .input
    {
        font-size: 16px;

        height: 50px;
        padding: 0 14px;
    }

    .form .submit_btn
    {
        width: 100%;
    }

    .form textarea
    {
        font-size: 16px;
    }

    .form .input.datepicker-here
    {
        padding-right: 40px;

        letter-spacing: -.4px;

        background: #fff url(../images/ic_calendar.svg) calc(100% - 15px) 50% no-repeat;
    }

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

    .select_wrap .nice-select .current
    {
        padding-left: 14px;
    }

    .select_wrap .nice-select .list
    {
        padding: 5px 0;
    }

    .select_wrap .nice-select .list .list_item
    {
        padding: 5px 14px;
    }

    /*---------------
        Header
    ---------------*/
    .mob_header .link_reg
    {
        text-align: center;
    }

    .mob_header .link_reg button
    {
        text-align: center;
    }

    .mob_header .socials
    {
        justify-content: center;
    }

    .mob_header .mail
    {
        text-align: center;
    }

    /*---------------
        Main section
    ---------------*/
    .products .grid .product
    {
        margin-top: 16px;
        padding: 0;
    }

    .products.products_small .grid .product
    {
        padding: 0;
    }

    .products .product.hidden
    {
        display: none;
    }

    .products .product .img
    {
        display: none;
    }

    .products .product .mob_img
    {
        display: block;
    }

    .products .product.tariff .img 
    {
        width: 100%;
        top: -15px;
    }

    .product.tariff .img img 
    {
        border-radius: 10px;
    }

    .products .product.tariff .img:before
    {
        background: linear-gradient(to top, rgba(241,241,241,1) 8%,rgba(255,255,255,0) 39%);
    }

    .products .product.tariff .info .name
	{
	    width: 175px;
	}

    .products .product .info
    {
        max-width: 100%;
        padding: 14px 27px 21px;
    }

    .products .info .age
    {
        font-size: 16px;
        line-height: 21px;
    }

    .products .info .name
    {
        font-size: 20px;
        line-height: 23px;

        margin-bottom: 9px;
    }

    .products .info .bot
    {
        margin-top: 4px;
    }

    .products .info .bot .price
    {
        font-size: 20px;
        line-height: 23px;
    }

    .products .product .buy_link
    {
        font-size: 16px;

        margin-right: 0;
    }

    .products .product .buy_link a
    {
        padding-right: 38px;
        padding-left: 38px;
    }

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

        margin-top: 36px;
    }


    .small_banner .box
    {
        padding-top: 50px;
        padding-bottom: 36px;
    }

    .small_banner .box .info
    {
        width: 100%;
        margin-left: 0;
    }

    .small_banner .info div,
    .small_banner .info.info_small div
    {
        font-size: 20px;
        font-weight: 500;
        line-height: 23px;

        width: 100%;
        margin-left: 0;

        text-align: center;
    }

    .small_banner .info div + div
    {
        margin-top: 19px;
    }

    .small_banner .box_links .link
    {
        font-size: 18px;
        line-height: 23px;

        margin-top: 15px;
    }

    .small_banner .title
    {
        font-size: 20px;
        font-weight: 500;
        line-height: 23px;
    }

    .small_banner .img
    {
        display: none;
    }


    .articles .items
    {
        margin-left: 0;
    }

    .articles .items .article
    {
        width: 100%;
        margin-left: 0;
    }

    .articles .items .article.hidden
    {
        display: none;
    }

    .articles .article .img
    {
        padding-bottom: 66%;
    }

    .articles .article .img:before
    {
        display: none;
    }

    .articles .article .img img
    {
        border-radius: 5px;
    }

    .articles .article .author
    {
        margin-top: -40px;
    }

    .articles .article .photo
    {
        width: 85px;
        height: 85px;
    }

    .articles .article .name_author
    {
        padding-top: 50px;
    }


    .seo_section .read_more
    {
        display: block;
    }

    .seo_section .write_link
    {
        margin-top: 28px;
    }

    .seo_section .write_link a
    {
        line-height: 51px;

        width: 100%;
    }


    .instagram .grid
    {
        grid-gap: 14px;
        grid-template-columns: repeat(2, 1fr);
    }

    .instagram .grid .img.hidden
    {
        display: none;
    }


    .inner_banner
    {
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .inner_banner .box
    {
        padding-right: 15px;
        padding-left: 15px;
    }


    .contacts .title
    {
        font-size: 22px;
        line-height: 30px;
    }

    .contacts .form .submit
    {
        width: 100%;
    }


    .orders .open_btn .box
    {
        display: flex;

        width: 100%;
        margin-top: 10px;
        padding: 0;

        text-align: left;

        justify-content: space-between;
        align-content: flex-start;
        align-content: flex-start;
        flex-wrap: wrap;
    }

    .orders .open_btn .name
    {
        width: calc(50% - 10px);
    }

    .orders .open_btn .desc
    {
        width: calc(50% - 10px);

        text-align: right;
    }

    .orders .order_item .info
    {
        width: 100%;
        margin-top: 15px;
        margin-right: 0;

        order: 3;
    }

    .orders .order_item .desc,
    .orders .order_item .name
    {
        font-size: 16px;
        line-height: 19px;
    }

    .orders .order_item .price
    {
        width: calc(100% - 84px);

        text-align: right;
    }


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

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

    .сonsulting .top div
    {
        font-size: 18px;
        line-height: 21px;
    }

    .сonsulting .desc
    {
        font-size: 16px;
        line-height: 20px;
    }

    .сonsulting .form .submit
    {
        margin-top: 40px;
    }


    .cart_info .cart_item .thumb a
    {
        padding-bottom: 88%;
    }

    .cart_info .cart_item .info
    {
        padding-right: 10px;
        padding-left: 10px;
    }

    .cart_info .cart_item .name
    {
        font-size: 16px;
        line-height: 20px;
    }

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

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

    .cart_info .cart_item .delete
    {
        padding-right: 15px;
    }

    .cart_info .cart_item .delete a
    {
        width: 16px;
        height: 16px;
    }


    .cart_bot
    {
        padding-top: 35px;
    }


    .pronoCode
    {
        margin-bottom: 25px;
    }

    .pronoCode .input
    {
        font-size: 16px;

        height: 45px;
        padding-left: 25px;
    }

    .pronoCode .submit_btn
    {
        width: 45px;
        height: 45px;
        margin-left: -45px;
    }

    .cart_total
    {
        width: 100%;
    }

    .cart_total .price
    {
        font-size: 20px;
    }

    .checkout_link
    {
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }


    .radio_payment .label_check .check_text .icon
    {
        width: 150px;
        margin-right: 18px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .radio_payment .label_check .check_text
    {
        font-size: 14px;
    }


    .checkout_info .bot .submit
    {
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }


    .accordion_bg .item
    {
        margin-top: 20px;
    }

    .accordion.accordion_bg .data
    {
        margin-top: 15px;
    }


    .consultation_banner .title
    {
        font-size: 20px;
        line-height: 28px;

        padding: 15px 20px;
    }


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

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

    .article_page .author .name_author
    {
        margin-left: 10px;
        padding-top: 25px;
    }

    .article_page .author .name_author .sep
    {
        display: none;
    }

    .article_page .author .name_author .date
    {
        display: block;
    }


    .inner_banner .link
    {
        margin-top: 35px;
    }

    .inner_banner .link a
    {
        font-size: 16px;
    }

    .sect_schedule .info_event .date
    {
        font-size: 16px;
        line-height: 21px;

        margin-top: 24px;

        opacity: .2;
    }

    .sect_schedule .info_event .title
    {
        font-size: 20px;
        font-weight: 500;
        line-height: 23px;

        margin-top: 9px;
    }

    .sect_schedule .info_event .desc
    {
        font-size: 16px;
        line-height: 21px;

        margin-top: 13px;
    }

    .sect_schedule .info_event .wrap_coach
    {
        margin-top: 20px;
    }

    .sect_schedule .info_event .coach .name
    {
        font-size: 20px;
        line-height: 26px;
    }

    .sect_schedule .info_event .coach .specialty
    {
        margin-top: 4px;
    }



    .calendar .datepicker--cell-day .has_event .date:after
    {
        top: auto;
        bottom: 5px;
    }

    .calendar .datepicker--cell-day .date .dot
    {
        right: 6px;
    }


    .product_info .line_price .buy_link
    {
        width: 100%;
    }

    .product_info .line_price .buy_link .link_btn
    {
        width: 100%;
    }

    .product_info .desc
    {
        margin-top: 15px;
    }


    .product_faq ul li
    {
        padding-left: 35px;
    }

    .product_faq .title
    {
        font-size: 22px;
        line-height: 28px;

        padding-bottom: 10px;
    }


    .profile .box
    {
        padding: 20px;
    }

    .profile .title
    {
        font-size: 22px;
        line-height: 28px;
    }

    .profile .line_title
    {
        margin-left: -20px;
    }

    .profile .line_title .title
    {
        margin-left: 20px;
    }

    .profile .line_title .edit_btn
    {
        margin-left: 20px;
    }

    .profile table td
    {
        display: block;

        width: 100%;
    }

    .profile table td:first-child
    {
        padding-bottom: 5px;
    }

    .profile table td:last-child
    {
        padding-top: 15px;

        border: none;
    }

    .profile table td .name
    {
        padding-left: 14px;
    }

    .profile .submit
    {
        margin-top: 15px;
    }

    .profile table td .input
    {
        height: 35px;
    }


    .videolessons .item .data
    {
        padding: 15px;
    }

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

    footer .logo img
    {
        height: 49px;
    }

    footer .desc
    {
        font-size: 16px;
        line-height: 23px;
    }

    footer .created
    {
        justify-content: center;
    }

    footer .created a
    {
        height: 37px;
        margin-left: 0;
    }

    footer .created span
    {
        display: block;

        width: 100%;
        margin-bottom: 19px;
    }

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

    .modal
    {
        padding: 40px 15px;
    }

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

        margin-bottom: 10px;
    }

    .modal .box .title
    {
        font-size: 16px;
    }

    .modal .form .input
    {
        padding-left: 26px;
    }

    .modal .form .agree
    {
        margin-top: 10px;
    }

    .modal .checkbox .label_check .check_text
    {
        font-size: 16px;

        padding-left: 38px;
    }

    .modal .form .submit
    {
        max-width: 100%;
    }

    .modal .links .link
    {
        font-size: 16px;
    }

    .modal .links .link + .link
    {
        margin-left: 20px;
    }

    .modal_text
    {
        font-size: 18px;
        line-height: 23px;
    }

    .fancybox-slide--html.fancybox-slide
    {
        padding: 10px;
    }

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

        width: 35px;
        height: 35px;
    }


    /* new */

    .development .top_bg
    {
        padding-top: 20px;
    }

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

    .development .tabs:before
    {
        bottom: 14px;
        width: calc(100% - 75px);
        height: 2px;
    }

    .development .tabs button
    {
        font-size: 25px;
        line-height: 25px;
        width: 73px;
        height: 70px;
    }

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

    .development .tabs button span.years
    {
        bottom: 30px;
    }

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

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

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

    .development .tabs button.active span.around:after 
    {
        width: 27px;
        height: 27px;
    }

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

    .development .sector .info .title
    {
        font-size: 40px;
        line-height: 42px;
        margin-bottom: 10px;
    }

    .development .sector .info .desc 
    {
        font-size: 15px;
        line-height: 21px;
    }

    .development .grid .item .img img
    {
        max-height: 140px;
    }

    .development .grid .item .name 
    {
        font-size: 12px;
        line-height: 17px;
    }

    .development .grid .item button
    {
        font-size: 12px;
        height: 34px;
        width: 100%;
        min-width: auto;
    }


    .modal_development
    {
        border-radius: 20px;
    }

    .modal_development .title 
    {
        font-size: 21px;
        line-height: 23px;
        margin-bottom: 15px;
    }

    .modal_development .desc 
    {
        font-size: 14px;
        line-height: 21px;
    }

	.sub-title { 
		font-size: 23px;
	}
    /* end */
}
