@media (min-width: 1200px) {

    /*checkbox*/
    .checkbox input {
        margin: 0.31vw 0 0 0.16vw;
    }

    .checkbox_text {
        padding: 0 0 0 1.56vw;
        font-size: 0.63vw;
        line-height: 1.25vw;
    }

    .checkbox_text:before {
        top: calc(50% - 0.73vw/2);
        width: 0.73vw;
        height: 0.73vw;
        border-radius: 0.16vw;
    }

    .checkbox_text:after {
        top: calc(50% - 0.57vw);
        left: 0.1vw;
        font-size: 0.73vw;
    }

    /*form*/
    .form_group {
        margin-bottom: 1.04vw;
    }

    .form-label {
        font-size: 0.73vw;
        line-height: 1.17vw;
    }

    .form-control {
        font-size: 0.83vw !important;
        line-height: 1.17vw;
        height: 1.56vw;
    }

    .trainer_contactform textarea {
        height: 2.34vw;
    }

    .popover-body {
        font-size: 0.63vw;
        line-height: 0.83vw;
        padding: 0.26vw 0.52vw;
    }

    /*select2*/
    .select2-container .select2-selection--single {
        font-size: 0.83vw;
        line-height: 1.25vw;
        height: 2.34vw;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-right: 2.08vw;
        line-height: 2.24vw;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 2.24vw;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        width: 0.52vw;
        height: 0.52vw;
        border-top: 0.1vw solid #737375;
        border-right: 0.1vw solid #737375;
        margin-left: -0.78vw;
        margin-top: -0.26vw;
        top: calc(50% - 0.1vw);
    }

    .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
        top: calc(50% - -0.21vw);
    }

    .select2-container--default .select2-results>.select2-results__options {
        max-height: 10.42vw;
    }

    .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
        width: 0.42vw;
        height: 0.42vw;
    }

    .select2-results__option {
        font-size: 0.83vw;
        padding: 0.31vw 0.78vw;
        line-height: 1.25vw;
    }

    body {
        line-height: 1.46vw;
        font-size: 0.83vw;
    }

    h1 {
        font-size: 2.5vw;
        margin-bottom: 1.04vw;
    }

    h2 {
        font-size: 2.5vw;
        margin-bottom: 1.04vw;
    }

    h3 {
        font-size: 1.88vw;
        margin-bottom: 1.04vw;
    }

    h4 {
        font-size: 1.25vw;
        margin-bottom: 1.04vw;
    }

    h5 {
        font-size: 1.04vw;
        margin-bottom: 1.04vw;
    }

    h6 {
        font-size: 0.94vw;
        margin-bottom: 1.04vw;
    }

    .right_items {
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 1.04vw;
    }

    .right_items .user svg {
        width: 0.78vw;
    }

    .right_items .exit svg {
        width: 1.04vw;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 85.42vw;
    }

    .navbar {
        height: 5.05vw;
    }

    .navbar-brand img {
        width: 8.91vw;
    }

    .left_items,
    .right_items {
        max-width: 10.42vw;
        width: 100%;
    }

    .navbar-nav {
        gap: 1.56vw;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 0.83vw;
        letter-spacing: 0.04vw;
    }

    header .btn-outline-primary {
        padding: 0.42vw 1.25vw;
        font-size: 0.83vw;
    }

    .btn-outline-primary {
        padding: 0.73vw 2.5vw;
        gap: 0.52vw;
        font-size: 1.25vw;
    }

    .btn-primary {
        padding: 0.73vw 2.5vw;
        gap: 0.52vw;
        font-size: 1.25vw;
    }

    .spinner {
        width: 1.56vw;
        height: 1.56vw;
    }

    .spinner svg {
        width: 1.41vw;
        height: 1.51vw;
    }

    .inspire-home__socials {
        right: 2.6vw;
    }

    .vertical_block {
        gap: 1.25vw;
    }

    .vertical_block .v_text {
        font-size: 0.94vw;
    }

    .v_image {
        height: 3.13vw;
        width: 0.16vw;
    }

    .v_list ul {
        gap: 1.3vw;
    }

    .v_list li a svg {
        width: 1.61vw;
        height: 1.61vw;
    }

    .core_text_top {
        font-size: 0.73vw;
        line-height: 1.25vw;
        /* 171.429% */
        padding: 3.33vw 0;
    }

    .core_values_wrapper {
        margin-top: -2.6vw;
    }

    .core_block_left {
        text-align: right;
        gap: 1.56vw;
    }

    .core_underline::after {
        height: 0.16vw;
        width: 5.47vw;
        margin-top: 3.13vw;
    }

    .core_values_list li {
        padding-left: 2.08vw;
        font-size: 0.73vw;
        line-height: 0.94vw;
        /* 128.571% */
        background-size: 1.3vw 1.3vw;
    }

    .core_values_list li:not(:last-child) {
        margin-bottom: 1.25vw;
    }

    .core_image img {
        width: 14.64vw;
        height: 28.44vw;
    }

    .leaf_container {
        margin-top: -4.17vw;
    }

    .lift_block_top {
        left: 5.21vw;
        width: 26.04vw;
        height: 21.88vw;
    }

    .lift_block_bottom {
        bottom: 6.25vw;
        width: 30.73vw;
        height: 21.88vw;
        background-size: 15.89vw 38.7vw;
    }

    .lift_block_bottom__text {
        font-size: 0.73vw;
        line-height: 1.25vw;
        /* 171.429% */
        left: 3.65vw;
        bottom: 2.6vw;
        width: 17.19vw;
    }

    .lift_block_top .bottom_line svg {
        width: 13.7vw;
        height: 1.04vw;
    }

    .lift_block_top .left_image svg {
        width: 9.79vw;
        height: 21.88vw;
    }

    .lift_block_top h2.dwn::before {
        bottom: -1.2vw;
        height: 0.16vw;
        width: 2.6vw;
    }
    
    .lift_block_top h2.dwn::after {
        font-size: 0.83vw;
        bottom: -1.51vw;
        left: 3.13vw;
    }

    .lift_image img {
        width: 100vw;
        height: 57.29vw;
    }

    #moreGYM {
        padding-top: 4.69vw;
        padding-bottom: 8.85vw;
    }

    .gym_head h2 {
        font-size: 2.5vw;
        letter-spacing: 0.13vw;
    }

    .gym_head h2.ups::before {
        height: 0.16vw;
        width: 2.6vw;
        margin-bottom: 0.52vw;
    }

    .gym_head h2.ups::after {
        font-size: 0.83vw;
        top: -0.47vw;
        left: 3.13vw;
    }

    .gym_wrapper {
        padding-top: 14.32vw;
    }

    .gym_elem {
        padding: 2.5vw 4.48vw;
        gap: 1.25vw;
    }

    .gym_elem.active::before {
        max-width: 9.38vw;
    }

    .gym_elem .gym_name {
        font-size: 1.67vw;
        letter-spacing: 0.08vw;
    }

    .gym_elem .gym_text {
        font-size: 0.73vw;
        line-height: 0.94vw;
        /* 128.571% */
    }

    .gym_elem .gym_more {
        right: 0.26vw;
    }

    .gym_elem::before {
        height: 1.04vw;
    }

    #Team {
        padding-top: 2.5vw;
        padding-bottom: 2.5vw;
    }

    #Gallery {
        padding-top: 4.69vw;
        padding-bottom: 2.5vw;
    }

    .gallery_container {
        padding-top: 1.46vw;
    }

    .gallery_buttons {
        position: absolute;
        top: calc(50% + 28px/2);
        left: 0;
        right: 0;
    }

    .gallery_buttons .swp_btn_next, 
    .gallery_buttons .swp_btn_prev {
        opacity: 1;
    }
    .gallery_buttons .swp_btn_next,
    .gallery_buttons .swp_btn_next:hover {
        right: -30px;
    }
    .gallery_buttons .swp_btn_prev,
    .gallery_buttons .swp_btn_prev:hover {
        left: -30px;
    }

    .team_head h2.under::after {
        height: 0.16vw;
        width: 5.47vw;
        margin-top: 1.88vw;
    }

    .coaches_hover_block {
        bottom: -11.46vw;
        height: 12.5vw;
    }

    .coaches_block {
        margin-top: -0.52vw;
        height: 1.04vw;
    }

    .coaches_name {
        font-size: 1.67vw;
        letter-spacing: 0.08vw;
        margin-bottom: 0.73vw;
    }

    .coaches_text {
        font-size: 0.73vw;
        line-height: 0.94vw;
        margin-bottom: 1.25vw;
    }

    .coaches_links ul {
        gap: 1.25vw;
    }

    .coaches_links a svg {
        width: 1.3vw;
        height: 1.3vw;
    }

    .names_container .names_block {
        font-size: 1.67vw;
        letter-spacing: 0.08vw;
        margin-bottom: 0.73vw;
    }

    .names_container .names_block1 {
        font-size: 0.73vw;
        line-height: 0.94vw;
    }

    .swiper-wrapper:hover~.swiper-button-prev,
    .swiper-wrapper:hover~.swp_btn_prev,
    .swiper-button-prev:hover,
    .swp_btn_prev:hover {
        left: 0.52vw;
    }

    .swiper-wrapper:hover~.swiper-button-next,
    .swiper-wrapper:hover~.swp_btn_next,
    .swiper-button-next:hover,
    .swp_btn_next:hover {
        right: 0.52vw;
    }

    .swiper-button-prev:before,
    .swp_btn_prev:before {
        width: 1.41vw;
        height: 1.41vw;
        font-size: 1.3vw;
    }

    .swiper-button-next:before,
    .swp_btn_next:before {
        width: 1.41vw;
        height: 1.41vw;
        font-size: 1.3vw;
    }

    .swp-coaches .coaches_image {
        max-width: 19.9vw;
        max-height: 33.33vw;
    }

    .news_image {
        height: 28.75vw;
        max-height: 28.75vw;
        width: 100%;
        max-width: 42.03vw;
    }

    .swp-news .swiper-slide {
        width: auto;
    }

    .latest_container {
        padding-top: 1.46vw;
        padding-bottom: 2.5vw;
    }

    .news_cat {
        padding: 0.42vw 0.73vw;
        gap: 0.52vw;
        font-size: 0.94vw;
        line-height: 0.83vw;
    }

    .news_name {
        left: 0.78vw;
        bottom: 0.78vw;
        font-size: 1.67vw;
        line-height: 2.08vw;
    }

    .news_icon {
        bottom: 0.78vw;
        right: 0.78vw;
    }

    .news_icon svg {
        width: 1.2vw;
        height: 1.3vw;
    }

    #locations {
        padding-top: 10.42vw;
        padding-bottom: 5.21vw;
    }

    .loc_head h2.up::before {
        height: 0.16vw;
        width: 5.47vw;
        margin-bottom: 1.88vw;
    }

    .loc_text,
    .loc_text p {
        padding-top: 2.5vw;
        padding-bottom: 2.5vw;
        font-size: 0.73vw;
        line-height: 1.25vw;
        max-width: 33.85vw;
    }

    .swp-loc .loc_text_top {
        padding: 0 0.26vw;
    }

    .swp-loc .loc_text_top .loc_addr_name {
        font-size: 0.78vw;
        letter-spacing: 0.03vw;
    }

    .swp-loc .loc_text_top .loc_addr_text {
        font-size: 0.73vw;
    }

    .swp-loc .loc_image {
        max-height: 18.8vw;
    }

    .swp-loc .loc_text_bottom {
        text-shadow: 0.1vw 0.1vw 0.1vw rgba(40, 141, 157, 0.39);
        font-size: 1.25vw;
    }

    .swp-loc .swiper-slide-active .loc_text_bottom {
        transform: translateY(1.56vw);
    }

    .swp-loc .swiper-wrapper {
        padding: 0 0.52vw 2.08vw;
    }

    .swp-loc .swiper-slide-active .borders {
        top: -0.52vw;
        right: -0.52vw;
        bottom: -0.52vw;
        left: -0.52vw;
    }

    footer {
        padding-top: 4.17vw;
        padding-bottom: 2.17vw;
    }

    footer .block_menu {
        gap: 1.25vw;
    }

    footer .block_menu+.block_menu {
        margin-top: 1.33vw;
    }

    footer .block_menu__head {
        gap: 0.78vw;
    }

    footer .block_menu__head_text {
        font-size: 0.52vw;
        letter-spacing: 0.02vw;
    }

    footer .block_menu__head .circle {
        width: 0.52vw;
        height: 0.52vw;
        border: 0.05vw solid #D0D0C8;
    }

    footer .block_menu__list li {
        margin-bottom: 0.21vw;
    }

    footer .block_menu__list li a {
        font-size: 1.46vw;
        letter-spacing: -0.03vw;
    }

    footer .block_menu__list.about_list li a {
        font-size: 0.78vw;
    }

    footer .f_top_line {
        height: 0.52vw;
        margin-bottom: 2.6vw;
    }

    footer .contact_list li a,
    footer .location_list li a {
        font-size: 0.73vw;
    }

    footer .location_list li {
        margin-bottom: 0.52vw;
    }

    footer .location_list .loc_time {
        font-size: 1.04vw;
    }

    footer .location_list .loc_day {
        font-size: 0.63vw;
    }

    footer .f_social ul {
        gap: 1.3vw;
    }

    footer .f_social li a svg {
        width: 1.61vw;
        height: 1.61vw;
    }

    footer .logo_img img {
        width: 12.19vw;
        height: 16.2vw;
    }

    footer .footer_bottom {
        margin-top: 4.81vw;
    }

    footer .footer_bottom ul {
        gap: 0.78vw;
    }

    footer .footer_bottom .copyright,
    footer .footer_bottom .info_pages_list a,
    footer .footer_bottom .lang a,
    footer .footer_bottom .by a {
        font-size: 0.63vw;
    }

    .button-contacts {
        left: calc(50% - 13%);
        transform: translateX(-50%);
    }

    #Map {
        padding-top: 10.42vw;
        padding-bottom: 13.02vw;
    }

    .maps_head h2.ups::before {
        height: 0.16vw;
        width: 2.6vw;
        margin-bottom: 0.52vw;
    }

    .maps_head h2.ups::after {
        font-size: 0.83vw;
        top: -0.47vw;
        left: 3.13vw;
    }

    .map_text,
    .map_text p {
        padding-top: 2.5vw;
        padding-bottom: 2.5vw;
        font-size: 0.73vw;
        line-height: 1.25vw;
        max-width: 18.75vw;
    }

    .button-contacts {
        width: 7.81vw;
    }

    .button-contacts a {
        font-size: 1.25vw;
        letter-spacing: 0.06vw;
        margin-top: 10.42vw;
    }

    .el {
        width: 3.13vw;
        height: 0.1vw;
    }

    .swiper-pagination-fraction {
        gap: 1.25vw;
    }

    .swiper-pagination-current,
    .swiper-pagination-total {
        font-size: 0.94vw;
    }

    .mute_button {
        bottom: 1.56vw;
        right: 2.6vw;
    }

    #button_top {
        width: 3.28vw;
        height: 3.28vw;
        bottom: 1.56vw;
        right: 1.56vw;
        box-shadow: 0vw 0.21vw 1.09vw 0vw rgba(0, 0, 0, 0.07);
        backdrop-filter: blur(0.52vw);
    }

    .mute_button svg,
    #button_top svg {
        width: 1.25vw;
        height: 1.25vw;
    }

    #button_top:hover svg {
        margin-bottom: 1.56vw;
    }

    /*---pages first---*/
    .page_block__breadcrumbs ul li,
    .page_block__breadcrumbs ul li a {
        font-size: 0.73vw;
        line-height: 1.17vw;
    }

    .page_block__breadcrumbs ul li+li:before {
        margin: 0 0.31vw;
    }

    .first_wrapper img {
        width: 100vw;
    }

    /*---personal page---*/
    .personal_text_block {
        max-width: 43.23vw;
        padding: 3.65vw 0;
    }

    .personal_text__top {
        font-size: 1.46vw;
        line-height: 1.88vw;
        margin-bottom: 1.88vw;
    }

    .personal_text__bottom {
        font-size: 0.73vw;
        line-height: 1.25vw;
    }

    #goals {
        padding-top: 2.5vw;
        padding-bottom: 2.5vw;
    }

    .pages_head .uphead {
        font-size: 1.04vw;
        gap: 0.52vw;
    }

    .pages_head .uphead .line {
        height: 0.1vw;
        width: 2.6vw;
    }

    .card_wrapper {
        gap: 2.34vw;
        margin-top: 1.3vw;
    }

    .card_block {
        max-width: 19.27vw;
        padding: 1.25vw;
        gap: 0.73vw;
        backdrop-filter: blur(0.26vw);
    }

    .card_block .card_image {
        padding: 1.56vw 1.04vw;
    }

    .card_block .card_image img,
    .card_block .card_image svg {
        width: 4.01vw;
    }

    .card_content {
        gap: 0.73vw;
    }

    .card_content .card_name {
        font-size: 1.67vw;
        letter-spacing: 0.08vw;
    }

    .card_content .card_name .paid {
        font-size: 0.63vw;
        line-height: 1.02vw;
        padding: 0.21vw 0.73vw;
        margin: 0.31vw 0 0 0.78vw;
    }

    .card_content .card_text {
        font-size: 0.73vw;
        line-height: 1.25vw;
    }

    .btn_details {
        margin: 2.34vw 0 1.04vw;
    }

    section.trainers {
        padding-top: 3.54vw;
        padding-bottom: 3.54vw;
    }

    .trainers .coaches_image img {
        width: 20.47vw;
    }

    .trainers_text_wrapper {
        max-width: 43.23vw;
        gap: 0.94vw;
    }

    .trainers_head h2.ups::before {
        height: 0.16vw;
        width: 2.6vw;
        margin-bottom: 0.52vw;
    }

    .trainers_head h2.ups::after {
        font-size: 0.83vw;
        top: -0.47vw;
        left: 3.13vw;
    }

    .trainers_text__top {
        font-size: 1.46vw;
        line-height: 1.88vw;
    }

    .trainers_text__bottom {
        font-size: 0.73vw;
        line-height: 1.17vw;
    }

    .trainer_block {
        margin-top: 2.5vw;
    }

    .instructor_wrapper {
        gap: 1.25vw;
        min-height: 15.63vw;
    }

    .instructor_info {
        font-size: 1.67vw;
        line-height: 2.08vw;
    }

    .btn_wrapper {
        padding: 2.86vw 0;
    }

    /*---trainer single---*/

    .trainer_information {
        padding-bottom: 5.21vw;
    }

    .trainer_info {
        gap: 4.38vw;
        max-width: 24.22vw;
        padding: 3.13vw 1.56vw;
    }

    .trainer_image {
        max-height: 34.48vw;
    }

    .trainer_content,
    .trainer_content p {
        font-size: 0.73vw;
        line-height: 1.25vw;
    }

    .trainer_container .bottom_line {
        height: 1.56vw;
        max-width: 22.4vw;
    }

    .inquiry_wrapper {
        padding: 4.43vw 0 4.43vw 3.65vw;
        max-width: 35.16vw;
    }

    .trainer_videos {
        padding-bottom: 5.21vw;
    }

    .video_text_info {
        padding: 2.6vw 0 4.38vw;
    }

    .video_content {
        max-width: 43.23vw;
        gap: 0.94vw;
    }

    .video_text_top {
        font-size: 1.46vw;
        line-height: 1.88vw;
    }

    .video_text_bottom p {
        font-size: 0.73vw;
        line-height: 1.17vw;
    }

    .trainer_video {
        margin-top: 1.25vw;
    }

    .trainer_details {
        padding-top: 4.17vw;
        padding-bottom: 4.17vw;
    }

    .trainer_details h2 {
        max-width: 22.14vw;
    }

    .trainer_contactform .form-control {
        padding: 0 1.3vw;
    }

    .block_info {
        top: 1.3vw;
    }

    .block_info svg {
        width: 1.25vw;
        height: 1.3vw;
    }

    .trainer_contactform label.checkbox {
        margin-bottom: 1.04vw;
    }

    .trainer_information .trainer_image img {
        max-height: 34.48vw;
        height: 34.48vw;
    }

    .bg_image2 svg {
        width: 14.32vw;
        height: 30.73vw;
    }

    .news_top {
        padding-top: 2.5vw;
        padding-bottom: 2.5vw;
        max-width: 42.19vw;
    }

    .news_text {
        font-size: 0.73vw;
        line-height: 1.17vw;
    }

    .filter_container {
        padding-top: 1.04vw;
        padding-bottom: 1.04vw;
    }

    .filter_container .button-group {
        gap: 2.6vw;
    }

    .filter_container .button-group .btn_filter {
        font-size: 1.04vw;
        line-height: 1.35vw;
        padding-bottom: 0.21vw;
    }

    .grid {
        padding-top: 1.04vw;
    }

    .grid-sizer,
    .grid-item {
        margin: 1.46vw 0.73vw 0;
    }

    .grid-item .news_image {
        max-width: 39.11vw;
    }

    /* .grid-item .news_image {
        max-width: 18.85vw;
    } */
    .inst_image {
        max-height: 17.71vw;
    }

    .inst_info {
        max-width: 32.29vw;
    }

    .inst_info img {
        width: 6.88vw;
    }

    /*---community---*/

    .post_header {
        margin-top: 2.6vw;
        margin-bottom: 2.08vw;
    }

    .post_info {
        gap: 2.08vw;
    }

    .post_info_by {
        font-size: 1.04vw;
        line-height: 1.31vw;
    }

    .post_info_time {
        font-size: 0.83vw;
        letter-spacing: 0.02vw;
    }

    .post_info_time svg {
        width: 1.3vw;
        height: 1.3vw;
    }

    .post_info_time::before {
        width: 1.04vw;
        left: -1.41vw;
    }

    .post_image {
        margin-bottom: 4.17vw;
        height: 28.75vw;
    }

    .post_image img {
        height: 100%;
        object-fit: cover;
    }

    .post_content {
        padding-bottom: 5.21vw;
    }

    .post_content p {
        font-size: 0.83vw;
        line-height: 1.35vw;
    }

    .post_content .blockquote {
        gap: 1.88vw;
        margin: 4.17vw 0 2.08vw;
    }

    .quote_image svg {
        width: 2.19vw;
        height: 2.03vw;
    }

    .post_content .blockquote,
    .post_content .blockquote_head,
    .post_content .blockquote p {
        font-size: 1.46vw;
        line-height: 1.88vw;
    }

    .post_content .blockquote_head {
        margin-top: 2.34vw;
    }

    .post_content ul {
        margin: 1.56vw 0 1.56vw 3.13vw;
    }

    .post_content ul li {
        font-size: 0.83vw;
        line-height: 1.35vw;
    }

    section.all_news {
        padding-top: 2.5vw;
    }

    .aside_wrapper {
        margin-left: 2.34vw;
    }

    .aside_block+.aside_block {
        margin-top: 4.17vw;
    }

    .follow_head {
        font-size: 1.04vw;
        line-height: 1.31vw;
    }

    .follow_image img {
        width: 4.27vw;
        height: 4.27vw;
    }

    .follow_content {
        padding-top: 2.08vw;
        padding-bottom: 2.08vw;
        gap: 2.08vw;
    }

    .follow_text {
        gap: 0.78vw;
    }

    .follow_text_top,
    .follow_text_bottom {
        font-size: 1.04vw;
        line-height: 1.31vw;
    }

    .follow_text_bottom {
        line-height: 0.94vw;
    }

    .follow_text_bottom span {
        font-size: 0.63vw;
        line-height: 1.02vw
    }

    .grid_container {
        grid-gap: 0.52vw;
    }

    .grid_col img {
        width: 5.57vw;
        height: 5.57vw;
    }

    .post_block {
        padding: 1.04vw;
    }

    .post_block+.post_block {
        padding-top: 1.04vw;
    }

    section.instagramm_slider {
        padding-top: 2.5vw;
    }

    /*---Clinik---*/

    section.therapy {
        margin-bottom: 5.21vw;
    }

    .clinic_image_bg svg {
        width: 28.96vw;
        height: 30.73vw;
    }

    .clinic_text p {
        font-size: 0.73vw;
        line-height: 1.25vw;
    }

    .therapy .pages_head {
        padding-top: 7.29vw;
        margin-left: 7.29vw;
    }

    .clinic_text {
        padding-top: 7.55vw;
        padding-bottom: 13.02vw;
        max-width: 31.51vw;
    }

    section.therapy .inquiry_wrapper {
        bottom: -5.21vw;
    }

    .clinic_trainer_image {
        bottom: 5.21vw;
        right: -5.21vw;
        max-width: 35.57vw;
    }

    .clinic_trainer_image img {
        width: 35.57vw;
    }

    .clinic_trainer_info_container {
        padding-top: 2.6vw;
        max-width: 31.51vw;
    }

    .clinic_trainer_info_wrapper {
        margin-top: 4.38vw;
    }

    .clinic_trainer_info_wrapper p {
        font-size: 0.73vw;
        line-height: 1.25vw;
    }

    .clinic_services {
        padding-top: 5.21vw;
    }

    .serv_block {
        height: 36.46vw;
    }

    .text_logo {
        font-size: 1.67vw;
        min-height: 3.85vw;
    }

    .serv_block_content img {
        width: 2.71vw;
        height: 2.71vw;
    }

    .serv_block_text {
        font-size: 3.33vw;
        padding: 0 2.6vw;
    }

    .serv_line {
        height: 0.52vw;
    }

    .serv_block ul li:hover .serv_line {
        width: 2.6vw;
    }

    /*---career---*/

    .careers_headblock {
        max-width: 42.24vw;
        padding-top: 2.5vw;
        padding-bottom: 2.5vw;
        gap: 0.94vw;
    }

    .careers_headblock h2 {
        max-width: 28.65vw;
        margin: 1.25vw auto;
    }

    .headblock_text {
        font-size: 0.73vw;
        line-height: 1.17vw;
    }

    section.careers_vacancies {
        padding-top: 2.6vw;
        padding-bottom: 2.6vw;
    }

    .careers_vacancies_accordion {
        margin-top: 0.52vw;
    }

    .mini_logo .logo_line {
        height: 0.83vw;
        width: 4.06vw;
        margin-top: -0.52vw;
    }

    .vac_list h5 {
        font-size: 1.04vw;
        line-height: 1.31vw;
        margin-bottom: 0.52vw;
    }

    .careers_form .form_container {
        padding-top: 3.65vw;
        padding-bottom: 3.65vw;
        max-width: 27.6vw;
    }

    .careers_form form {
        margin-top: 2.81vw;
    }

    .custom-file-button input[type=file] {
        margin-top: 0.52vw;
    }

    .custom-file-button .form-text {
        font-size: 0.73vw;
        line-height: 1.17vw;
    }

    .careers_form .form_container button {
        margin-top: 1.04vw;
    }

    /*---accordion---*/

    .accordion-item .accordion-header .accordion-button {
        font-size: 1.46vw;
        line-height: 1.88vw;
    }

    .accordion-body {
        font-size: 0.73vw;
        line-height: 1.17vw;
    }

    .accordion-body li {
        font-size: 1.04vw;
        line-height: 1.31vw;
    }

    .accordion-body li+li {
        margin-top: 0.52vw;
    }

    .accordion-button::after {
        width: 1.04vw;
        height: 1.04vw;
        background-size: 1.04vw;
    }

    /*---Memberships---*/

    .membership_information {
        padding-bottom: 5.21vw;
    }

    .membership_info {
        gap: 4.38vw;
        max-width: 24.22vw;
        padding: 3.13vw 1.56vw;
    }

    .membership_container .bottom_line {
        height: 1.56vw;
        max-width: 22.4vw;
    }

    .membership_content p {
        font-size: 0.73vw;
        line-height: 1.25vw;
    }

    section.block_faq {
        padding-top: 2.6vw;
        padding-bottom: 2.6vw;
    }

    .block_accordion {
        margin-top: 0.52vw;
    }

    .benefits_blk h2::after {
        height: 0.16vw;
        width: 5.47vw;
        margin: 1.88vw auto 0;
    }

    .benefits_blk_content__top .block_text {
        max-width: 18.75vw;
    }

    .benefits_blk_content__bottom .block_text {
        max-width: 15.63vw;
    }

    .benefits_blk_content__top .block_text h3::before,
    .benefits_blk_content__bottom .block_text h3::before {
        top: 1.04vw;
        left: -1.04vw;
        width: 0.52vw;
        height: 0.52vw;
    }

    .benefits_blk_content__top .block_text {
        margin-right: 3.65vw;
    }

    .benefits_blk_content__bottom .block_text {
        margin-left: 5.21vw;
    }

    .benefits_blk_content__top .block_text p,
    .benefits_blk_content__bottom .block_text p {
        font-size: 0.73vw;
        line-height: 1.25vw;
    }

    .benefits_wrapper {
        max-width: 29.69vw;
    }

    .pages_head_text {
        font-size: 1.46vw;
        line-height: 1.88vw;
        margin-top: 0.94vw;
    }

    .benefits_content_text {
        font-size: 0.73vw;
        line-height: 1.25vw;
        margin-top: 3.54vw;
    }

    .benefits_blk_content__top .block_image img {
        width: 19.79vw;
        height: 22.19vw;
    }

    .benefits_blk_content__bottom .block_image img {
        width: 24.69vw;
        height: 22.5vw;
    }

    /*---Group---*/

    .group_top_wrapper {
        padding-top: 3.39vw;
        padding-bottom: 3.39vw;
    }

    .group_top_wrapper p {
        font-size: 0.73vw;
        line-height: 1.25vw;
        max-width: 43.23vw;
    }

    #clubBenefits .group_wrapper {
        gap: 1.38vw;
    }

    .group_wrapper {
        gap: 4.38vw;
        max-width: 33.07vw;
    }

    .group_content_text p {
        font-size: 0.73vw;
        line-height: 1.25vw;
    }

    .group_wrapper .paid {
        font-size: 0.63vw;
        line-height: 1.02vw;
        padding: 0.21vw 0.73vw;
        bottom: 0.42vw;
        margin: 0 0 0 1.04vw;
    }

    .group_image .mini_logo img {
        width: 2.71vw;
        height: 2.71vw;
    }

    /*---Tenis---*/

    .tennis_top .inquiry_wrapper {
        max-width: 26.04vw;
        padding: 3.65vw 0 3.65vw 3.65vw;
    }

    .tennis_top .pages_head {
        padding-top: 7.29vw;
        margin-left: 10.42vw;
    }

    .tennis_top h2 {
        max-width: 15.63vw;
    }

    .tennis_text {
        padding-top: 7.55vw;
        padding-bottom: 18.23vw;
        max-width: 31.51vw;
    }

    .tennis_text p {
        font-size: 0.73vw;
        line-height: 1.25vw;
    }

    .padel_image {
        max-width: 58.33vw;
    }

    .tennis_image {
        max-width: 58.33vw;
    }

    .tennis_container {
        margin-bottom: 5.21vw;
    }

    .tennis_content {
        gap: 4.38vw;
        padding: 2.6vw 0;
        max-width: 31.51vw;
    }

    .tennis_content_text p {
        font-size: 0.73vw;
        line-height: 1.25vw;
    }

    section.details {
        padding-top: 4.17vw;
        padding-bottom: 4.17vw;
    }

    section.details h2 {
        max-width: 22.14vw;
    }

    .tennis_contactform .form-control {
        padding: 0 1.3vw;
    }

    .tennis_contactform button {
        margin-top: 1.04vw;
    }

    /*---Contacts---*/

    section.contacts {
        padding-top: 2.86vw;
        padding-bottom: 2.5vw;
    }

    #Sahara>.container>.row+.row,
    #Nbk>.container>.row+.row,
    #nbk>.container>.row+.row {
        margin-top: -1.56vw;
    }

    #Nbk, #nbk {
        padding-top: 5.21vw;
    }

    .contact_info_wrapper {
        left: -4.17vw;
    }

    .contact_info_container {
        gap: 1.25vw;
    }

    .contacts_image {
        max-height: 24.84vw;
    }

    .blue_content {
        left: 5.21vw;
        max-width: 20.83vw;
    }

    .address_container {
        gap: 0.73vw;
    }

    .address_wrapper {
        padding: 5.21vw 0 0 5.21vw;
    }

    .addr_list li+li {
        margin-top: 1.25vw;
    }

    .addr_head {
        font-size: 1.04vw;
        line-height: 1.31vw;
    }

    .addr_text {
        font-size: 0.73vw;
        line-height: 1.17vw;
    }

    .addr_time {
        font-size: 1.04vw;
    }

    .addr_time1 {
        font-size: 0.63vw;
        margin-top: 0.26vw;
    }

    .addr_phone a,
    .addr_mail a {
        font-size: 0.73vw;
    }

    .blue_img img {
        width: 6.93vw;
        height: 14.74vw;
    }

    .address_container .icon img {
        width: 1.77vw;
        height: 2.24vw;
    }

    /*---rules---*/

    section#Rules {
        padding-top: 3.13vw;
        padding-bottom: 3.13vw;
    }

    .rules_head {
        margin-bottom: 3.54vw;
    }

    .rules_content h2 {
        font-size: 1.04vw;
        line-height: 1.31vw;
    }

    .rules_content p {
        font-size: 0.83vw;
        line-height: 1.35vw;
    }

    /*---404---*/

    .error_block {
        padding-left: 5.21vw;
        margin-bottom: 4.17vw;
    }

    .error_content {
        max-width: 33.96vw;
        margin-bottom: 7.81vw;
    }

    .error_btn_wrapp {
        padding: 3.13vw 5.21vw 3.13vw 0;
    }

    .error_image img {
        width: 36.51vw;
        height: 45.63vw;
    }

    /*---swiper about---*/

    .swp_container {
        position: relative;
    }

    .swp_container .swp_btn_prev {
        position: absolute;
        top: -0.78vw;
        left: auto;
        right: 2.6vw;
        opacity: 1;
        width: 1.41vw;
        height: 1.41vw;
    }

    .swp_container .swp_btn_next {
        position: absolute;
        top: -0.78vw;
        right: 0;
        opacity: 1;
        width: 1.41vw;
        height: 1.41vw;
    }

    .swp_container .swiper-wrapper:hover~.swiper-button-prev,
    .swp_container .swiper-wrapper:hover~.swp_btn_prev,
    .swp_container .swiper-button-prev:hover,
    .swp_container .swp_btn_prev:hover {
        right: 2.6vw;
        left: auto;
    }

    .swp_container .swiper-wrapper:hover~.swiper-button-next,
    .swp_container .swiper-wrapper:hover~.swp_btn_next,
    .swp_container .swiper-button-next:hover,
    .swp_container .swp_btn_next:hover {
        right: 0;
    }

    .swp_container .swiper {
        overflow: visible;
    }

    /*---about---*/
    #Founded .group_wrapper {
        padding: 2.5vw;
    }

    #coreValues .group_wrapper {
        max-width: 33.85vw;
        padding: 2.5vw;
    }

    .group_content_lists ul li+li {
        margin-top: 1.25vw;
    }

    #clubBenefits .group_content_lists ul li+li {
        margin-top: 0.8vw;
    }

    .group_content_lists ul li::before {
        width: 0.52vw;
        height: 0.52vw;
        top: 0.47vw;
        left: -1.04vw;
    }

    .lists_head {
        font-size: 1.04vw;
        line-height: 1.31vw;
    }

    .lists_text {
        font-size: 0.73vw;
        line-height: 1.25vw;
    }

    #ourServices {
        padding-top: 2.5vw;
        padding-bottom: 2.5vw;
    }

    #ourServices>.container>.row+.row {
        margin-top: 2.5vw;
    }

    .service_text_wrapper {
        max-width: 31.25vw;
    }

    .service_text_wrapper .service_text {
        font-size: 1.46vw;
        line-height: 1.88vw;
        max-width: 20.83vw;
    }

    .service_text_bottom {
        font-size: 0.73vw;
        line-height: 1.17vw;
        max-width: 33.85vw;
    }

    .service_card_wrapper {
        padding: 1.25vw;
        gap: 0.73vw;
    }

    .service_card_image {
        min-height: 20.83vw;
        max-height: 20.83vw;
    }

    .service_card_bg {
        min-height: 20.83vw;
        max-height: 20.83vw;
    }

    .service_card_hover_bg {
        min-height: 20.83vw;
        max-height: 20.83vw;
    }

    .service_card_info p {
        font-size: 0.73vw;
        line-height: 1.25vw;
    }

    .service_card_button::after {
        height: 1.04vw;
        left: -0.52vw;
        bottom: -0.52vw;
    }

    .serv_btn_wrapp .btn {
        /* transform: translateY(1.88vw); */
        top: 1.88vw;
    }

    /*---Auth---*/

    .auth_container {
        max-width: 35.42vw;
        padding-top: 6.51vw;
        padding-bottom: 2.6vw;
    }

    .auth_contactform {
        max-width: 25.26vw;
    }

    .auth_btn_wrapper {
        gap: 2.4vw;
        margin-top: 0.78vw;
    }

    .auth_bg_image svg {
        width: 13.75vw;
        height: 30.73vw;
    }

    .link_auth {
        gap: 0.52vw;
    }

    .formWrapper {
        max-height: 28.91vw;
        padding-right: 0.52vw;
    }

    .formWrapper::-webkit-scrollbar {
        width: 0.42vw;
        height: 0.42vw;
    }

    /*---gallery---*/

    #Schedule {
        padding-top: 2.5vw;
        padding-bottom: 2.5vw;
    }
    .schedule_date {
        margin: 1.88vw 0 0.94vw;
        font-size: 1.46vw;
        line-height: 1.88vw; /* 128.571% */
    }
    .schedule_table {
        backdrop-filter: blur(0.26vw);
    }
    .schedule_table th {
        font-size: 0.83vw;
    }
    .schedule_table th,
    .schedule_table td {
        padding: 0.52vw;
    }
    .schedule_table td {
        max-width: 6.77vw;
    }
    .training_group {
        gap: 0.21vw;
        padding: 0 0.78vw;
    }
    .group_name {
        font-size: 0.83vw;
        margin-bottom: 0.21vw;
    }
    .group_time {
        font-size: 0.63vw;
    }
    .training_name {
        font-size: 0.63vw;
    }
    .trainer_name {
        font-size: 0.63vw;
    }
    .schedule-button-prev,
    .schedule-button-next {
        width: 0.78vw;
    }
    #Schedule .btn_wrapper {
        padding-top: 1.04vw;
    }
}

@media (min-width: 992px) {
    .membership_info_left {
        padding-right: 0;
    }

    .membership_info_right {
        padding-left: 0;
    }
}

@media (max-width: 1199.98px) {

    .gallery_buttons {
        position: absolute;
        top: calc(50% + 28px/2);
        left: 0;
        right: 0;
    }

    .gallery_buttons .swp_btn_next, 
    .gallery_buttons .swp_btn_prev {
        opacity: 1;
    }
    .gallery_buttons .swp_btn_next,
    .gallery_buttons .swp_btn_next:hover {
        right: 0;
    }
    .gallery_buttons .swp_btn_prev,
    .gallery_buttons .swp_btn_prev:hover {
        left: -0;
    }

    .swp-gallery img {
        max-height: 250px;
    }

    .swp-news .news_image {
        max-width: 382px;
    }

    .navbar {
        gap: 15px;
    }

    .logo {
        position: relative;
    }

    .menu_mobile,
    .right_items {
        max-width: 100px;
        width: 100%;
    }

    .right_items {
        display: flex;
        justify-content: end;
        gap: 15px;
    }

    .navbar button {
        padding: 8px 12px;
    }

    .menu_mobile {
        display: flex;
        gap: 15px;
    }

    footer {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    footer .footer_bottom {
        margin-top: 50px;
    }

    .leaf_container {
        margin-top: 0;
    }

    .lift_block_top,
    .lift_block_bottom {
        position: relative;
        width: 92%;
        margin: auto;
        z-index: 1;
    }

    .lift_block_top {
        margin-bottom: -30px;
        left: 0;
    }

    .lift_block_bottom {
        bottom: 0;
    }

    .lift_block_bottom__text {
        font-size: 20px;
        line-height: 34px;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        width: 70%;
    }

    #moreGYM {
        padding-bottom: 100px;
        margin: 0;
    }

    .gym_wrapper {
        padding-top: 100px;
    }

    .gym_elem {
        padding: 30px 30px 60px;
    }

    #Map {
        padding-top: 100px;
        padding-bottom: 150px;
    }

    #locations {
        padding-top: 100px;
    }

    .locations_container {
        padding-top: 50px;
    }

    .swp-loc .loc_image {
        max-height: 100%;
    }

    .swp-loc .swiper-slide-active .loc_image {
        padding: 0;
        border-color: transparent;
    }

    .coaches_hover_block {
        bottom: 0;
        opacity: .8;
    }

    .instructor_wrapper .coaches_hover_block {
        bottom: -220px;
        opacity: 1;
    }

    .page_block {
        width: 100%;
        max-width: 960px;
        top: 50%;
        padding: 0 12px;
    }

    .page_block__name h1 {
        text-align: right;
    }

    .page_block__breadcrumbs ul {
        justify-content: end;
    }

    .first_block {
        padding-top: 97px;
    }

    .inquiry_wrapper {
        max-width: 500px;
    }

    .video_text_info {
        padding: 50px 0 30px;
    }

    .bg_image2 {
        display: none;
    }

    .grid-item .news_image {
        max-width: 362px;
    }

    .therapy .pages_head {
        margin-left: 0;
    }

    .clinic_trainer_image {
        position: relative;
        bottom: 0;
        right: 0;
    }

    .serv_block {
        height: 450px;
    }

    .serv_block_text {
        font-size: 48px;
        padding: 0 24px;
    }

    .careers_form .form_container {
        max-width: 430px;
    }

    .membership_container .bottom_line {
        max-width: 300px;
    }

    .benefits_blk_content__top .block_text {
        margin-right: 0;
        margin-left: 30px;
    }

    .benefits_blk_content__bottom .block_text {
        margin-left: 30px;
    }

    .benefits_wrapper {
        max-width: 450px;
    }

    .pages_head_text {
        margin-top: 0;
    }

    .benefits_content_text {
        margin-top: 40px;
    }

    .membership_info {
        gap: 50px;
    }

    .group_wrapper {
        gap: 20px;
        max-width: 400px;
    }

    .tennis_top .pages_head {
        margin-left: 50px;
    }

    .padel_image {
        position: relative;
        bottom: auto;
        max-width: 100%;
        width: 100%;
    }

    .tennis_text {
        padding-bottom: 300px;
    }

    .tennis_content {
        gap: 50px;
    }

    .tennis_container {
        position: relative;
        margin-bottom: 0;
    }

    .blue_img {
        width: 100px;
    }

    .blue_content {
        left: 80px;
    }

    .address_wrapper {
        padding: 70px 0 0 45px;
    }

    .error_left {
        padding-top: 200px;
        margin: 0;
    }

    .error_content {
        margin-bottom: 50px;
    }

    #Founded .group_wrapper,
    #coreValues .group_wrapper {
        max-width: 100%;
    }

    .error_wrapper {
        height: auto;
    }

    .service_card_container {
        margin-bottom: 24px;
    }

    .auth_wrapper {
        overflow-x: hidden;
    }

    .gym_elem .gym_more {
        bottom: 1px;
        opacity: 1;
    }
}



@media (max-width: 991.98px) {
    .navbar {
        height: 80px;
    }

    .navbar-brand img {
        max-width: 140px;
    }

    footer {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    footer .block_menu+.block_menu,
    footer .footer_bottom {
        margin-top: 30px;
    }

    .core_values_wrapper {
        margin-top: 0;
    }

    .gym_elem.active::before {
        max-width: 110px;
    }

    .core_block_left {
        justify-content: center;
    }

    .core_block_right {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .drawer-list li {
        padding: 20px 0;
    }

    .drawer-list li a {
        font-size: 35px;
        line-height: 40px;
    }

    .page_block {
        max-width: 720px;
    }

    .first_block {
        padding-top: 80px;
    }

    .trainer_block {
        margin-top: 25px;
    }

    .card_block {
        max-width: 100%;
    }

    .inquiry_wrapper {
        max-width: 600px;
    }

    .trainer_info {
        gap: 30px;
        max-width: 100%;
        padding: 60px;
    }

    .grid-item .news_image {
        max-width: 305px;
    }

    .therapy .pages_head {
        padding-top: 60px;
    }

    .clinic_text {
        padding-top: 40px;
        padding-bottom: 200px;
        margin-left: 0;
        max-width: 100%;
    }

    .clinic_trainer_info {
        padding-top: 50px;
    }

    .clinic_trainer_info_container {
        margin-left: 0;
        max-width: 100%;
    }

    .clinic_trainer_info_wrapper {
        margin-top: 40px;
    }

    .serv_block_text {
        font-size: 30px;
        padding: 0 20px;
    }

    .clinic_services {
        padding-top: 40px;
    }

    .serv_block {
        height: 300px;
    }

    .careers_form .form_container {
        max-width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }

    .group_container .row {
        flex-direction: column-reverse !important;
    }

    .group_wrapper {
        gap: 40px;
        max-width: 100%;
        padding: 40px;
    }

    .tennis_top .pages_head {
        padding-top: 60px;
        margin-left: 0;
    }

    .tennis_top h2 {
        max-width: 100%;
    }

    .tennis_text {
        padding-top: 60px;
        padding-bottom: 260px;
        max-width: 100%;
        margin-left: 0;
    }

    .tennis_content {
        gap: 40px;
    }

    .contact_info_wrapper {
        left: 0;
        top: -30px;
    }

    #Sahara>.container>.row+.row,
    #Nbk>.container>.row+.row,
    #nbk>.container>.row+.row {
        margin-top: 30px;
        flex-direction: column-reverse;
    }

    .address_wrapper {
        padding: 40px 0 0 40px;
    }

    #Nbk, #nbk {
        padding-top: 40px;
    }

    .error_left {
        padding-top: 160px;
    }

    #clubBenefits .no_image {
        height: 200px;
    }

    .auth_wrapper {
        height: auto;
    }

    .auth_contactform {
        max-width: 100%;
    }

    .auth_container {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .formWrapper {
        max-height: 100%;
        overflow: visible;
        overflow-y: auto;
        padding-right: 0;
    }

    .auth_bg_image {
        display: none;
    }
}



@media (max-width: 767.98px) {
    .navbar {
        height: 60px;
    }

    .left_items {
        max-width: none;
        width: auto;
    }

    .navbar-brand img {
        max-width: 100px;
    }

    .inspire-home__socials {
        right: 20px;
    }

    footer {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    footer .block_menu+.block_menu,
    footer .footer_bottom {
        margin-top: 20px;
    }

    footer .f_logo {
        position: relative;
        width: 100px;
        pointer-events: none;
    }

    footer .f_top_line {
        margin-bottom: 20px;
    }

    footer .f_social ul {
        justify-content: center;
        margin-bottom: 0;
    }

    footer .footer_bottom {
        flex-direction: column;
    }

    footer .rules {
        margin-bottom: 8px;
    }

    .vertical_block,
    .v_list ul {
        gap: 10px;
    }

    .v_list ul li a svg {
        width: 25px;
        height: 25px;
    }

    .v_image {
        height: 40px;
    }

    .core_text_top {
        padding-bottom: 40px;
    }

    .core_values_list li {
        line-height: 24px;
    }

    .core_image img {
        width: 150px;
    }

    .core_block_left h2 {
        font-size: 48px;
        line-height: 58px;
    }

    .core_underline::after {
        margin-top: 30px;
    }

    .lift_block_top {
        height: 250px;
    }

    .lift_block_top .left_image svg {
        height: 100%;
    }

    .bottom_line svg {
        width: 150px;
    }

    .lift_block_bottom {
        height: 300px;
    }

    .lift_block_bottom__text {
        font-size: 14px;
        line-height: 24px;
        left: 30px;
    }

    .gym_wrapper {
        padding-top: 50px;
    }

    h2,
    .gym_head h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .gym_head h2.ups::after,
    .maps_head h2.ups::after {
        top: -18px;
    }

    .gym_elem {
        padding: 20px 20px 30px;
    }

    .gym_elem.active::before {
        max-width: 180px;
    }

    #Map {
        padding-top: 80px;
        padding-bottom: 80px;
        background-position: 68.5% center !important;
    }

    .map_text,
    .map_text p {
        font-size: 16px;
        line-height: 26px;
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .button-contacts {
        position: relative;
        writing-mode: horizontal-tb;
        top: auto;
        left: auto;
        width: 100%;
        border-left: 0;
        border-right: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.50);
        border-bottom: 1px solid rgba(255, 255, 255, 0.50);
        height: auto;
        display: block;
        text-align: center;
        margin-top: 50px;
    }

    .button-contacts a {
        display: block;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #locations {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .swp-loc .swiper-slide-active .loc_text_bottom {
        transform: translateY(0);
    }

    .swp-loc .swiper-slide-active .loc_image {
        top: 0;
    }

    .swp-loc .swiper-wrapper {
        padding: 0;
    }

    .swp-loc .swiper-slide-active .borders {
        display: none;
    }

    .mute_button {
        right: 20px;
    }

    #button_top {
        width: 50px;
        height: 50px;
        bottom: 40px;
        right: 10px;
    }

    #button_top svg {
        width: 18px;
    }

    #button_top:hover svg {
        margin-bottom: 15px;
    }

    .team_pagi {
        top: 30px;
        position: relative;
    }

    .swiper-pagination-fraction {
        justify-content: start;
        position: relative;
        bottom: 0;
        top: 0;
    }

    .core_block_right {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .lift_block_top h2 {
        font-size: 32px;
        line-height: 40px;
        white-space: nowrap;
    }

    .lift_block_top h2.dwn::before {
        bottom: -15px;
    }

    .lift_block_top h2.dwn::after {
        bottom: -32px;
    }

    .drawer-list li {
        padding: 10px 0;
    }

    .drawer-list li a {
        font-size: 20px;
        line-height: 26px;
    }

    .first_block {
        padding-top: 60px;
    }

    .page_block__name h1 {
        font-size: 35px;
        margin-bottom: 0;
    }

    .trainer_block {
        margin-top: 15px;
    }

    .trainers_head h2.ups::after {
        top: -19px;
    }

    .card_wrapper {
        gap: 24px;
    }

    .page_block__breadcrumbs ul li,
    .page_block__breadcrumbs ul li a {
        font-size: 11px;
    }

    .page_block__breadcrumbs ul li+li:before {
        margin: 0 4px;
    }

    .trainer_info {
        padding: 30px 20px 50px;
    }

    .trainer_container .bottom_line {
        height: 20px;
        max-width: 50%;
    }

    .inquiry_wrapper {
        padding: 55px 0 55px 35px;
    }

    .trainer_videos {
        padding-bottom: 50px;
    }

    .trainer_video {
        display: flex;
        margin-top: 12px;
    }

    .trainer_details {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .trainer_contactform {
        margin-top: 20px;
    }

    .trainer_contactform button {
        width: 100%;
        justify-content: center;
    }

    .filter_container .button-group {
        gap: 20px;
    }

    .post_image {
        margin-bottom: 30px;
    }

    .post_content {
        padding-bottom: 48px;
    }

    .post_content .blockquote {
        display: flex;
        align-items: baseline;
        gap: 20px;
        margin: 30px 0;
    }

    .post_content ul {
        margin: 20px 0;
    }

    .latest_container {
        padding-top: 10px;
    }

    .therapy .pages_head {
        padding-top: 40px;
    }

    .clinic_text {
        padding-top: 20px;
        padding-bottom: 100px;
    }

    .clinic_trainer_info_container {
        padding-top: 25px;
    }

    .clinic_trainer_info_wrapper {
        margin-top: 30px;
    }

    .serv_block_text {
        font-size: 16px;
        padding: 0 6px;
    }

    .serv_block {
        height: 150px;
    }

    .clinic_services {
        padding-top: 20px;
    }

    .serv_block_content img {
        width: 25px;
    }

    .text_logo {
        font-size: 14px;
        font-weight: normal;
        min-height: 32px;
    }

    .clinic_image_bg {
        display: none;
    }

    .serv_line {
        height: 5px;
    }

    .serv_block ul li:hover .serv_line {
        width: 30px;
    }

    .careers_headblock {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    section.careers_vacancies {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .careers_form .form_container {
        padding-top: 40px;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .careers_form form {
        margin-top: 30px;
    }

    .membership_info {
        gap: 24px;
    }

    .benefits_blk_content__top {
        flex-direction: column-reverse;
    }

    .benefits_blk_content__top .block_image,
    .benefits_blk_content__bottom .block_image {
        margin-bottom: 30px;
        max-width: 250px;
    }

    .benefits_blk_content__bottom {
        flex-direction: column;
    }

    .benefits_blk_content {
        display: flex;
        flex-direction: column;
        gap: 30px;
        margin: 40px 0;
    }

    .pages_head_text {
        font-size: 24px;
    }

    .benefits_content_text {
        margin-top: 20px;
        padding: 0 20px;
        font-size: 13px;
        line-height: 20px;
    }

    .benefits_blk_content__top .block_text,
    .benefits_blk_content__bottom .block_text {
        margin-left: 0;
        padding: 0 20px 0 40px;
        max-width: 100%;
    }

    .benefits_blk_content__top .block_text h3::before,
    .benefits_blk_content__bottom .block_text h3::before {
        left: 20px;
    }

    .group_top_wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .group_wrapper {
        gap: 20px;
        padding: 30px;
    }

    .tennis_top .pages_head {
        padding-top: 40px;
    }

    .tennis_text {
        padding-top: 30px;
        padding-bottom: 170px;
    }

    .tennis_top .inquiry_wrapper {
        padding: 40px 0 40px 40px;
    }

    .tennis_content {
        gap: 20px;
        padding: 30px;
    }

    section.details {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .blue_content h2 {
        position: relative;
        padding-left: 80px;
    }

    .blue_content {
        left: 0;
    }

    #Sahara>.container>.row+.row,
    #Nbk>.container>.row+.row,
    #nbk>.container>.row+.row {
        margin-top: 0;
    }

    .address_wrapper {
        padding: 30px 0 0 20px;
    }

    section#Rules {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .rules_head {
        margin-bottom: 30px;
    }

    .error_left {
        padding-top: 100px;
    }

    .error_block {
        padding-left: 24px;
        margin-bottom: 30px;
    }

    .error_btn_wrapp {
        padding: 30px 30px 30px 0;
    }

    .error_content {
        margin-bottom: 30px;
    }

    #Founded .group_wrapper,
    #coreValues .group_wrapper {
        padding: 30px 20px;
    }

    #clubBenefits .no_image {
        height: 100px;
    }

    .service_card_container {
        margin-bottom: 12px;
    }

    .auth_container {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .auth_btn_wrapper {
        align-items: baseline;
        flex-direction: column;
        gap: 20px;
        margin-top: 0;
    }

    #dialog-content .bg_image1 {
        display: none;
    }

    #dialog-content.fancybox-content {
        padding: 44px 12px;
    }

    #dialog-content button[type=submit] {
        justify-content: center;
        width: 100%;
    }

    #Gallery .team_pagi {
        top: 0;
    }
}