@media (max-width: 767px)
{
    /*---------------
        Main styles
    ---------------*/
    :root
    {
        --font_size_title: 31px;
    }



    .block
    {
        margin-bottom: 90px;
    }



    .block_head
    {
        margin-bottom: 35px;
    }

    .block_head .title
    {
        line-height: 37px;
    }

    .block_head .desc
    {
        font-size: 12px;
        line-height: 20px;

        margin-top: 10px;
    }



    .page_head
    {
        margin-bottom: 50px;
        padding-top: 150px;
    }

    .page_title
    {
        line-height: 37px;

        margin-bottom: 40px;
    }


    .page_head .filter form.mob .mini_modal_link,
    .page_head .filter .reset_btn
    {
        line-height: 30px;

        height: 30px;
    }



    .page_head .city
    {
        margin-top: -40px;
    }

    .page_head .clubs_city_list .current
    {
        font-size: 23px;
        line-height: 28px;

        padding-right: 55px;

        text-shadow: -0   -1px 0   #7ae000,
        0   -1px 0   #7ae000,
        -0    1px 0   #7ae000,
        0    1px 0   #7ae000,
        -1px -0   0   #7ae000,
        1px -0   0   #7ae000,
        -1px  0   0   #7ae000,
        1px  0   0   #7ae000,
        -1px -1px 0   #7ae000,
        1px -1px 0   #7ae000,
        -1px  1px 0   #7ae000,
        1px  1px 0   #7ae000,
        -1px -1px 0   #7ae000,
        1px -1px 0   #7ae000,
        -1px  1px 0   #7ae000,
        1px  1px 0   #7ae000;
    }

    .page_head .clubs_city_list .current:after
    {
        width: 40px;
        margin-top: 0;
    }

    .page_head .clubs_city_list .current.active:after
    {
        margin-top: 4px;
    }


    .page_head .clubs_city_list .view
    {
        font-size: 12px;

        margin-bottom: 45px;
    }

    .page_head .clubs_city_list .view .icon
    {
        margin-right: 12px;
        margin-left: 12px;
    }



    .page_head .logout_link
    {
        margin-top: -20px;
        margin-bottom: 30px;
    }



    .lk_head .auth_links
    {
        font-size: 12px;

        margin-top: -20px;
        margin-bottom: 40px;
    }



    .sections_head .page_title
    {
        font-size: 26px;
        line-height: 34px;
    }



    .page_head.mini_margin
    {
        margin-bottom: 50px;
    }


    .page_head .selected_club
    {
        padding: 15px 0;
    }

    .page_head .selected_club .title
    {
        font-size: 13px;

        margin-bottom: 20px;
    }

    .page_head .selected_club .slider
    {
        padding: 0 0 50px;
    }


    .selected_club .owl-carousel .owl-nav button
    {
        top: auto;
        bottom: 10px;

        margin-top: 0;
    }

    .selected_club .owl-carousel .owl-nav button.owl-prev
    {
        right: auto;
        left: 0;
    }

    .selected_club .owl-carousel .owl-nav button.owl-next
    {
        right: auto;
        left: 82px;
    }

    .selected_club .owl-carousel .owl-nav button.owl-prev:hover
    {
        left: -10px;
    }



    .form .line
    {
        margin-bottom: 20px;
    }


    .form .columns
    {
        margin-left: -30px;

        --columns_offset: 30px;
    }

    .form .columns > *.width1of3,
    .form .columns > *.width2of3
    {
        width: calc(50% - var(--columns_offset));
    }


    .form .error_text
    {
        position: relative;
    }


    .form .submit_btn.btn
    {
        padding: 0 20px;
    }



    .text_block h2
    {
        font-size: 22px;
        line-height: 28px;

        margin-bottom: 20px;
    }

    .text_block h3
    {
        font-size: 16px;
        line-height: 24px;
    }


    .text_block .slider_in_text .slider
    {
        padding-top: 40px;
    }

    .text_block .slider_in_text .desc
    {
        width: 100%;
        margin-bottom: 20px;
        padding: 0 20px;

        text-align: left;
    }


    .text_block .table_wrap
    {
        padding-bottom: 20px;
    }

    .text_block .table_wrap::-webkit-scrollbar
    {
        width: 7px;
        height: 10px;

        border-radius: 0;
        background-color: #eee;

        -webkit-appearance: none;
    }

    .text_block .table_wrap::-webkit-scrollbar-thumb
    {
        border-radius: 0;
        background-color: #7ae000;
    }

    .text_block table
    {
        width: 1000px;
    }



    .accordion .item .title
    {
        font-size: 12px;
        line-height: 18px;

        padding: 15px 20px 15px 60px;
    }

    .accordion .item .title:before
    {
        top: 23px;
        left: 17px;
    }

    .accordion .item .title:after
    {
        top: 14px;
        left: 26px;
    }


    .accordion .item .data
    {
        padding: 0 20px 20px 60px;
    }



    /*---------------
        Header
    ---------------*/
    /*header .city
    {
        display: none;
    }*/


    header .phone
    {
        margin-left: auto;
    }



    .city_modal
    {
        padding-top: 150px;
    }

    .city_modal .title
    {
        line-height: 37px;
    }

    .city_modal .title span
    {
        font-size: 25px;
        line-height: 37px;

        text-shadow: 0 -1px 0 #7ae000, 0 -1px 0 #7ae000, 0 1px 0 #7ae000, 0 1px 0 #7ae000, -1px 0 0 #7ae000, 1px 0 0 #7ae000, -1px 0 0 #7ae000, 1px 0 0 #7ae000, -1px -1px 0 #7ae000, 1px -1px 0 #7ae000, -1px 1px 0 #7ae000, 1px 1px 0 #7ae000, -1px -1px 0 #7ae000, 1px -1px 0 #7ae000, -1px 1px 0 #7ae000, 1px 1px 0 #7ae000;
    }


    .city_modal .list .flex
    {
        margin-left: -18px;
    }

    .city_modal .list a
    {
        margin-left: 18px;
    }



    /*---------------
        Sidebar
    ---------------*/



    /*---------------
        Main section
    ---------------*/
    .main_slider .slide .cont
    {
        min-height: 500px;
        padding-bottom: 50px;
        background: rgba(19,19,19,0.17);
        background: -moz-linear-gradient(top, rgba(19,19,19,0.17) 0%, rgba(71,71,71,0.34) 50%, rgba(76,76,76,0.51) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(19,19,19,0.17)), color-stop(50%, rgba(71,71,71,0.34)), color-stop(100%, rgba(76,76,76,0.51)));
        background: -webkit-linear-gradient(top, rgba(19,19,19,0.17) 0%, rgba(71,71,71,0.34) 50%, rgba(76,76,76,0.51) 100%);
        background: -o-linear-gradient(top, rgba(19,19,19,0.17) 0%, rgba(71,71,71,0.34) 50%, rgba(76,76,76,0.51) 100%);
        background: -ms-linear-gradient(top, rgba(19,19,19,0.17) 0%, rgba(71,71,71,0.34) 50%, rgba(76,76,76,0.51) 100%);
        background: linear-gradient(to bottom, rgba(19,19,19,0.17) 0%, rgba(71,71,71,0.34) 50%, rgba(76,76,76,0.51) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#4c4c4c', GradientType=0 );
    }

    .main_slider .slide .title
    {
        font-size: 26px;
    }



    .services
    {
        margin-bottom: 90px;
    }

    .services .flex > *,
    .services .flex > *.middle,
    .services .flex > *.big
    {
        width: calc(100% - 20px);
        padding-bottom: 50%;
    }

    .services .item{
        height: 236px;
    }
    .services .item .info,
    .services .item.big .info
    {
        padding: 25px;
    }


    .services .flex > *.big
    {
        margin-bottom: 20px;
    }

    .services .item.big .title
    {
        font-size: 14px;
        font-weight: 500;
    }

    .services .item .desc
    {
        display: none;
    }

    .services .item .link
    {
        /*overflow: hidden;*/

        margin-top: 15px;
        padding-right: 42px;

        text-indent: -9999px;
    }

    .services .item:hover .link
    {
        padding-right: 52px;
    }



    .services .bottom
    {
        margin-top: 70px;
    }

    .services .bottom .link
    {
        margin-top: 30px;
    }



    .stocks
    {
        margin-bottom: 90px;
    }

    .stocks .list .item .img
    {
        width: calc(100% + 40px);
        margin-right: -20px;
        margin-left: -20px;
        padding-bottom: 100%;
    }

    .stocks .list .item .info
    {
        width: 100%;
        padding: 40px 0 20px;
    }


    .stocks .all_link
    {
        position: relative;
        bottom: 0;
        left: 0;

        margin-left: 0;
    }



    .advantages
    {
        padding: 90px 0 45px;
    }

    .advantages .item
    {
        padding-top: 45px;
    }

    .advantages .item .title
    {
        font-size: 26px;
    }

    .advantages .item .desc
    {
        font-size: 20px;
        line-height: 30px;
    }



    .clubs
    {
        padding: 45px 0 110px;
    }

    .clubs .flex
    {
        --clubs_count: 2;
    }



    .get_card .info
    {
        width: 100%;
    }

    .get_card .img
    {
        width: 100%;
        margin-top: 45px;
    }

    .get_card .img img
    {
        max-width: 75%;
    }



    .success_story .flex > *,
    .success_story .flex > *.middle
    {
        width: calc(50% - 20px);
        padding-bottom: 20px;
    }

    .success_story .item .name
    {
        font-size: 12px;
    }

    

    .success_story .item.text
    {
        font-size: 14px;

        padding: 0;
    }

    .success_story .review .club{
        position: relative;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .articles .main
    {
        margin-bottom: 50px;
    }

    .articles .main .thumb
    {
        width: calc(100% + 40px);
        margin-right: -20px;
    }

    .articles .main .info
    {
        width: 100%;
        padding: 40px 20px;
    }

    .articles .main .title
    {
        font-size: 16px;
        line-height: 24px;
    }


    .articles .flex
    {
        --articles_count: 2;
    }

    .articles .item:nth-child(2n+1) .info:before
    {
        background:    -moz-linear-gradient(left, #a329d6 0%, #caa659 100%) !important;
        background: -webkit-linear-gradient(left, #a329d6 0%, #caa659 100%) !important;
        background:         linear-gradient(to right, #a329d6 0%, #caa659 100%) !important;
    }

    .articles .item:nth-child(2n) .info:before
    {
        background:    -moz-linear-gradient(left, #caa659 0%, #dbff00 100%) !important;
        background: -webkit-linear-gradient(left, #caa659 0%, #dbff00 100%) !important;
        background:         linear-gradient(to right, #caa659 0%, #dbff00 100%) !important;
    }



    .clubs_list
    {
        padding-top: 30px;
    }

    .clubs_list .flex
    {
        --clubs_list_count: 1;
    }



    .lk .head .my_card .info
    {
        width: 100%;
        max-width: 480px;
        margin-top: 25px;
    }

    .lk .head .my_card .link
    {
        margin-top: 20px;
    }


    .lk .head .my_club
    {
        padding: 25px;
    }


    .lk .personal .block_title
    {
        font-size: 22px;

        margin-bottom: 20px;
    }



    .auth_form
    {
        margin-bottom: 70px;
    }

    .auth_form .recovery_link
    {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }


    .auth_form .form .fio
    {
        width: calc(100% - 320px);
    }



    .card_selection .columns > *
    {
        width: calc(100% - var(--columns_offset));
        margin-left: var(--columns_offset);
    }

    .card_selection .line
    {
        margin-bottom: 30px;
    }

    .card_selection .label
    {
        margin-bottom: 10px;
    }

    .card_selection .options .field > * + *
    {
        margin-top: 10px;
    }


    .card_selection .get_card
    {
        padding-top: 70px;
    }

    .get_card .get_link
    {
        margin-top: 70px;
    }

    .get_card .get_link:hover
    {
        margin-top: 65px;
    }



    .all_cards .slider
    {
        padding-top: 50px;
        padding-right: 0;
    }

    .all_cards .owl-carousel .owl-nav button.owl-prev
    {
        right: auto;
        left: 0;
    }

    .all_cards .owl-carousel .owl-nav button.owl-next
    {
        right: auto;
        left: 82px;
    }

    .all_cards .owl-carousel .owl-nav button.owl-prev:hover
    {
        left: -10px;
    }



    .bonuses
    {
        margin-bottom: 90px;
        padding: 90px 0;
    }

    .bonuses .flex > *
    {
        width: calc(100% - 40px);
    }



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

    .additional_bonuses .flex > *
    {
        width: calc(100% - 40px);
    }



    .stocks .flex > *,
    .stocks .flex > *.middle
    {
        width: calc(100% - 20px);
        margin-bottom: 20px;
        margin-left: 20px;
    }

    .stocks .flex .item.big
    {
        width: calc(100% - 20px);
        padding: 20px;
    }

    .stocks .flex .item .bg
    {
        background-position: calc(100% + 350px) 50%;
    }
    .cards_stocks .flex .item .bg,
    .clubs_promo .flex .item .bg{
        background-position: 0 50%;
    }

    .stocks .flex .more
    {
        padding-top: 20px;
        padding-left: 0;
    }

    .club_promo_list .item:nth-of-type(2n){
        width: 100%;
    }

    .article_info .head
    {
        margin-bottom: 30px;
    }



    .service_head .info
    {
        padding-bottom: 100px;
    }

    .service_head .service_name
    {
        font-size: 22px;
        line-height: 30px;

        margin-bottom: 30px;
    }


    .service_head .features .item + .item
    {
        margin-top: 5px;
    }

    .service_head .links
    {
        bottom: 40px;
    }


    .service_head .video_link .name
    {
        bottom: 33px;

        padding: 0 74px 0 20px;
    }

    .service_head .video_link:before
    {
        right: 20px;
        bottom: 30px;
    }



    .club_head .info
    {
        padding-bottom: 100px;
    }

    .club_head .club_name
    {
        font-size: 22px;
        line-height: 30px;

        margin-bottom: 30px;
    }


    .club_head .contacts
    {
        margin-bottom: 25px;
    }

    .club_head .contacts > *
    {
        width: 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }
    .club_head .contacts .time{
        width: 100%;
        max-width: 100%;
    }

    .club_head .links
    {
        bottom: 40px;
    }


    .club_head .video_link .data
    {
        bottom: 25px;

        padding: 0 74px 0 20px;
    }

    .club_head .video_link:before
    {
        right: 20px;
        bottom: 30px;
    }



    .about_program
    {
        margin-bottom: 90px;
    }

    .about_program .col_left .text_block
    {
        padding: 40px;
    }


    .about_program .img
    {
        margin-top: 40px;
    }



    .about_training .desc
    {
        font-size: 18px;
        line-height: 26px;

        margin-bottom: 40px;
    }



    .reviews .flex > *,
    .reviews .flex > *.middle
    {
        width: calc(100% - 20px);
    }


    .reviews .review.video_link
    {
        padding-bottom: 60%;
    }

    .reviews .more
    {
        margin-top: 40px;
    }



    .related_programs .flex
    {
        margin-bottom: -40px;

        --related_programs_count: 2;
    }

    .related_programs .flex > *
    {
        margin-bottom: 40px;
    }

    .related_programs .item .link
    {
        margin-top: 20px;
    }




    .book_menu .category .flex
    {
        --book_menu_count: 1;
        --book_menu_offset: 40px;
    }

    .book_menu .category .flex > *.big
    {
        padding-bottom: 60%;
    }



    .products .filter
    {
        padding: 20px 0;
    }

    .products .filter form
    {
        padding: 0 70px 0 0;
    }

    .products .filter .reset_btn
    {
        padding-right: 22px;

        background-size: 12px auto;
    }

    .products .filter .reset_btn span
    {
        display: none;
    }


    .products .flex
    {
        --products_count: 2;
    }

    .products .product .name
    {
        font-size: 12px;
        line-height: 18px;
    }



    .service_info
    {
        padding-top: 50px;
    }



    .about_club .bg
    {
        padding: 90px 0 125px;
    }

    .about_club .block_title
    {
        font-size: 20px;
        line-height: 28px;

        margin-bottom: 40px;
    }


    .about_club .pluses,
    .about_club .img
    {
        margin-bottom: 50px;
    }


    .about_club .text_block
    {
        width: 100%;
    }

    .about_club .you_get
    {
        margin-bottom: 40px;
    }

    .about_club .text_block .tour_3d
    {
        margin-top: 0;
    }




    .coachs .flex > *
    {
        padding-bottom: 60%;
    }

    .coachs .item .info
    {
        padding: 20px;
    }

    .coachs .item.text
    {
        font-size: 18px;
        line-height: 24px;

        padding: 20px;
    }



    .send_boss .form
    {
        width: 100%;
        margin-top: 40px;
    }



    .club_schedule .block_head
    {
        padding: 0;
    }

    .club_schedule .block_head .desc
    {
        margin-top: 15px;
    }

    .club_schedule .block_head .make_schedule
    {
        position: relative;
        top: 0;

        margin-top: 20px;
    }

    .club_schedule .block_head .export_link
    {
        top: auto;
        bottom: -5px;
    }


    .club_schedule .filter
    {
        margin-bottom: 40px;
    }

    .club_schedule .filter form
    {
        padding-right: 100px;
    }


    .club_schedule .filter .reset_btn
    {
        padding-right: 22px;

        background-size: 12px auto;
    }

    .club_schedule .filter .reset_btn span
    {
        display: none;
    }


    .club_schedule .filter .date .days .slider
    {
        width: 100%;
        padding: 0 0 20px;
    }

    .date .owl-carousel .owl-nav button
    {
        top: auto;
        bottom: 0;
    }

    .date .owl-carousel .owl-nav button.owl-prev
    {
        right: auto;
        left: 0;
    }

    .date .owl-carousel .owl-nav button.owl-next
    {
        right: auto;
        left: 84px;
    }

    .date .owl-carousel .owl-nav button.owl-prev:hover
    {
        left: -10px;
    }



    .schedule_data .head .count,
    .schedule_data .head .difficulty
    {
        width: calc(100% - 20px);
    }



    .schedule_data .time_block .flex
    {
        --time_block_count: 2;
    }

    .schedule_data .time_block .item .name
    {
        font-size: 12px;
        line-height: 18px;
    }


    .schedule_data .time_block .item .type
    {
        width: calc(100% + 60px);
        margin-right: -60px;
    }



    .choose_fitness .block_title
    {
        font-size: 22px;
        line-height: 30px;

        margin-bottom: 50px;
    }



    .choose_fitness .flex
    {
        --clubs_count: 2;
    }

    .choose_fitness .item .name
    {
        font-size: 13px;
        line-height: 19px;
    }



    .sections_info .head .difficulty
    {
        width: calc(100% - 20px);
    }


    .sections_info .flex
    {
        --sections_info_count: 2;
    }

    .sections_info .item .thumb.video_link:before
    {
        bottom: 15px;
        left: 15px;
    }

    .sections_info .item .thumb .icon
    {
        right: 19px;
        bottom: 19px;
    }

    .sections_info .item .name
    {
        font-size: 13px;
        line-height: 19px;
    }

    .sections_info .item .time
    {
        font-size: 10px;
        line-height: 14px;

        margin-top: 5px;
    }



    .services_cats .filter
    {
        padding: 20px 0;
    }

    .services_cats .filter form
    {
        padding: 0 100px 0 0;
    }

    .services_cats .filter .reset_btn
    {
        padding-right: 22px;

        background-size: 12px auto;
    }

    .services_cats .filter .reset_btn span
    {
        display: none;
    }


    .services_cats .flex
    {
        --services_cats_count: 2;
    }

    .services_cats .flex > *.big
    {
        width: calc((100% / var(--services_cats_count)) - var(--services_cats_offset));
        margin-bottom: var(--services_cats_offset);
    }

    .services_cats .item .thumb
    {
        margin-bottom: 20px;
    }

    .services_cats .item.big .thumb
    {
        padding-bottom: 68.5%;
    }

    .services_cats .item .name
    {
        font-size: 12px;
        line-height: 18px;
    }

    .services_cats .item .type
    {
        font-size: 10px;
        line-height: 14px;

        margin-top: 5px;
    }



    /*.bottom_link .item,
    .bottom_link .item:first-child
    {
        width: 100%;
        position: relative;
        padding-right: 90px;
        vertical-align: middle;
        white-space: normal;
        background-size: 60px auto;
        hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        line-height: normal;
        background: none;
    }
    .bottom_link .item a:after{
        width: 75px;
        height: 42px;
        position: absolute;
        right: 0;
        top: 89px;
        background: url(../images/ic_bottom_link.svg) 100% 50% no-repeat;
        background-size: cover;
        content: '';
    }


    .franchise_wrap .bottom_link .item, .franchise_wrap .bottom_link .item:first-child{
        width: auto;
    }*/

    .bottom_link{
        height: auto;
        padding: 100px 0;
        line-height: normal;
        text-shadow: -0   -1px 0   #000000,
        0   -1px 0   #000000,
        -0    1px 0   #000000,
        0    1px 0   #000000,
        -1px -0   0   #000000,
        1px -0   0   #000000,
        -1px  0   0   #000000,
        1px  0   0   #000000,
        -1px -1px 0   #000000,
        1px -1px 0   #000000,
        -1px  1px 0   #000000,
        1px  1px 0   #000000,
        -1px -1px 0   #000000,
        1px -1px 0   #000000,
        -1px  1px 0   #000000,
        1px  1px 0   #000000;
    }
    .bottom_link .item{
        margin-left: 0;
        background: none !important;
        padding-right: 0;
        white-space: normal;
        line-height: normal;
    }
    .bottom_link .item a{
        display: block;
        position: relative;
        padding-right: 80px;
        transition: none;
    }
    .bottom_link .item a:after{
        width: 75px;
        height: 42px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -21px;
        background: url(../images/ic_bottom_link.svg) 100% 50% no-repeat;
        background-size: cover;
        content: '';
    }
    .bottom_link .item:hover{
        background: none !important;
    }
    .bottom_link .item a:hover:after
    {
        background: url(../images/ic_bottom_link2.svg) 100% 50% no-repeat;
        background-size: cover;
    }

    .franchise_num_block.block{
        padding: 81px 0 86px;
    }
    .franchise_num_block .desc{
        float: none;
    }

    .franchise_cond .pluses .item{
        display: block;
        width: 100%;
    }
    .franchise_cond .pluses .item .desc{
        width: 100%;
    }

    .contacts_list .item{
        display: block;
        width: 100%;
        margin-bottom: 58px;
    }
    .contacts_page_wrap .contacts_list .item{
        width: 100%;
    }
    .contacts_page_wrap .contacts_list .item .text_block{
        width: 100%;
    }
    .contacts_page_wrap .contacts_list .item:last-child{
        margin-bottom: 0;
    }
    /*---------------
        Footer
    ---------------*/
    footer
    {
        padding-bottom: 30px;
    }


    footer .socials
    {
        width: calc(100% + 20px);
        margin-top: 15px;
        margin-left: -20px;
    }

    footer .socials a,
    footer .socials a + a
    {
        margin-left: 20px;
    }



    /*---------------
        PopUp
    ---------------*/
    #menu_modal .links
    {
        width: calc(100% + 40px);
        max-width: calc(100% + 40px);
        margin-left: -40px;
    }

    #menu_modal .links a
    {
        font-size: 30px;
        line-height: 40px;
        white-space: normal;
        margin-left: 40px;
    }


    #menu_modal .lk_link
    {
        font-size: 20px;

        margin-top: 50px;
        padding: 20px 120px 20px 20px;
    }

    #menu_modal .lk_link:before
    {
        right: 38px;
    }

    #menu_modal .lk_link:after
    {
        right: 40px;
    }


    .modal .modal_title
    {
        font-size: 24px;
        line-height: 34px;

        margin-bottom: 40px;
    }



    #coach_modal .video_link .data
    {
        bottom: 35px;

        padding-right: 74px;
        padding-left: 20px;
    }

    #coach_modal .video_link:before
    {
        right: 20px;
        bottom: 40px;
        left: auto;
    }

    .buttons_block{
        right: 10px;
    }

    .fake_page .status{
        margin-bottom: 5px;
        font-size: 64px;
    }
    .fake_page .title{
        font-size: 44px;
        line-height: normal;
    }
    .goto_home a{
        justify-content: center;
    }
    .goto_home a span{
        font-size: 12px;
    }
    .goto_home:hover
    {
        line-height: 60px;
        height: 60px;
        margin: 0;
    }

    .news_page_links{
        top: -37px;
        bottom: auto !important;
        right: auto !important;
        left: 20px;
    }
    .top_club_list .nice-select{
        text-align: left;
    }

    .card_selection .options .field{
        max-width: 40%;
        left: 0;
    }
    .get_card .all_cards .slider{
        padding-right: 0;
    }
    .get_card .img img, .get_card .img img.loaded{
        max-width: 100%;
        width: auto;
        height: 200px !important;
    }

    .main_slider{
        margin-bottom: 30px;
    }

    .service_head.short_block .info{
        width: 100%;
        padding-bottom: 0;
    }
    .service_head.short_block .video_link{
        width: 100%;
        position: relative;
        margin-bottom: -4px;
        padding-bottom: 100%;
    }
    .service_head.short_block .info .video_link{
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .service_head .short_services_list {
        padding: 50px 50px 0;
    }
    .service_head .short_service a{
        font-size: 18px;
        line-height: normal;
    }

    .services_main_promo .cont{
        padding: 0;
    }

    .services_main_promo .item.big{
        width: 100%;
    }

    .has_mobile_pic{
        display: none;
    }
    .main_slider .slide .bg.mobile_bg{
        display: block;
        background-position: 50% 100%;
    }

    .club_head .club_name span{
        margin-bottom: 0;
    }

    .reviews.guest_block .flex > *, .reviews.guest_block .flex > *.middle{
        width: calc(50% - 20px);
        padding-bottom: 30%;
    }

    .special_text .info {
        max-width: 280px;
    }
    .special_text .img {
        height: 300px;
    }

}
@media (max-width: 640px){
    .fresh_fit_wrap .bottom_link .item{
        font-size: 30px;
    }

    .club_service_info{
        margin-bottom: 60px !important;
        padding-top: 0;
    }
    .club_service_info .links {
        width: calc(100% + 20px);
    }

    /*.club_schedule, .about_club, .club_contacts_map,
    .club_news_list, .club_reviews{
        padding-top: 60px;
    }*/

    .special_text, .special_text:nth-of-type(2n){
        flex-direction: column;
    }
    .special_text .info {
        max-width: 100%;
    }
    .special_text .img {
        max-width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
    .special_text .img img{
        position: relative;
        height: auto;
    }
    .special_text .img img, .special_text .img:after {
        width: 100%;
    }
    .special_text:nth-of-type(2n) .img img,
    .special_text:nth-of-type(2n) .img:after{
        left: 0;
        right: auto;
    }
}