@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap");

html, body {
    padding:0px;
    margin:0px;
    height: 100%;
    width: 100%;
    font-family: 'Play', sans-serif;
    /*font-family: 'Oswald', sans-serif;*/
    background:#222221;
    color:#fff;
    font-size: 16px;
}
a {
    text-decoration: none;
}

div {
    box-sizing: border-box;
}
.main {
    display: flex;
    flex-direction:column;
    min-height: 100%;

    background-image: url(/img/top_body_bg.png);
    background-repeat: no-repeat;
    background-position: -200px -303px;
    background-size: 50%;

}
.main.index {
    background-attachment: scroll;
}
.loader {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    background: rgba(0,0,0,0.9);
    position: fixed;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100000;
}

.header {
    position: sticky;
    top:0px;
    z-index: 10;
    padding:28px 0px;
    background: rgba(0, 0, 0, 0.60);
}
.body {
    display: flex;
    flex: 1;
    flex-direction:column;
}
.footer {
    background: #323131;
    padding:30px;
}
.container {
    width: 100%;
    max-width: 1200px;
    padding:0px 10px;
    margin: 0px auto;
}
ul.way {
    padding: 5px 0px;
}

ul.way li {
    display: inline-block;
    margin-right: 10px;
}
ul.way li {
    color: #fff;
    font-size: 14px;
}
ul.way li a {
    color: #888;
    margin-right: 10px;
    line-height: 25px;
    font-size: 14px;
}
ul.way li a:hover {
    color:#fff;
}
.drop_meny {
    position: absolute;
    background: green;
    width:auto;
    height: auto;
    left: -15px;
    top:31px;
    opacity: 1;
    z-index: 10;
    padding:15px;
}

.fixed_mobile_menu {
    position: fixed;
    background: #fff;
    z-index: 100;
    top:0px;
    left:0px;
    width: 80%;
    height: 100%;
    transform: translate3d(-100vw, 0, 0);
    transition: transform .3s cubic-bezier(0, .52, 0, 1);
    padding:30px;
}
.fixed_mobile_menu.show {
    transform: translate3d(0vw, 0, 0);
}
.fixed_mobile_menu .item {
    margin-bottom: 15px;
    font-size: 18px;
    display: block;
    color:#000;
}

.mobile_menu_wraper {
    position: fixed;
    z-index: 90;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,.65);
}
#close_mobile_menu {
    color: #000;
    font-size: 20px;
    position: fixed;
    right: 15px;
    top:15px;
}
#open_mobile_menu {
    display: none;
    min-width: 43px;
}

.container.menu {
    display: flex;
}
.menu .left {
    flex: 1;
    display: flex;
    justify-content:flex-start;
    align-items: center;
    padding-right: 10px;
}
.menu .center {
    display: flex;
    justify-content:flex-start;
    align-items: center;
    flex: 2;
}
.menu .center a {
    display: block;
    color:#888888;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 30px;
}
.menu .center a:hover {
    color:#fff;
    border-bottom:1px dotted #fff;
}

.menu .right {

    display: flex;
    justify-content:flex-end;
    align-items:center;
}
.menu .right a {
    display: block;
    margin-left: 15px;

}
a.tel {
    font-family: 'Oswald', sans-serif;
    color:#fff;
    font-weight: bold;
    font-size: 18px;
}
.block_title {
    font-family: 'Oswald', sans-serif;
    color:#fff;
    font-weight: bold;
    font-size: 60px;
    line-height: 70px;
    padding-bottom:15px;
}
.block_padding {
    padding:75px 0px;
}
.block_padding.index {
    padding-top:50px;
}

.bg_cloud {
    background-image: url(/img/cloud.png);
    background-repeat: no-repeat;
    background-position: top right;
}
.bg_black {
    background: rgba(0,0,0,.16);
}
.tren_classes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tren_classes .item {
    width: 33.3%;
    background: #fff;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 80px 90px, rgba(255, 255, 255, 0.2) 0px 10px 30px;
    position: relative;
}
.tren_classes .item .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background:rgba(0,0,0,0.5);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.tren_classes .item:hover .overlay {
    height: 100%;
}
.item .overlay .title {
    font-family: 'Oswald', sans-serif;
    color:#fff;
    font-weight: bold;
    font-size: 30px;
    padding:10px 30px;
    text-transform: uppercase;
}
.item .overlay .text {
    color: #888888;
    padding:0px 30px;
    padding-bottom:30px;
}
.item .overlay .next {
    flex: 1;
    padding:30px;
}

.our_team {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.our_team .item {
    width: 22.75%;
    background: #fff;
    height: 350px;
    margin-bottom:6%;
    margin-right:3%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 80px 90px, rgba(255, 255, 255, 0.2) 0px 10px 30px;
    position: relative;
}
.our_team .item:nth-child(4n) {
    margin-right:0px;
}
.our_team .item .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background:rgba(0,0,0,0.5);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.our_team .item:hover .overlay {
    height: 100%;
}
.our_team .item .overlay .title {
    line-height: 40px;
}

.a_next {
    color: #888888;
    font-size: 14px;
    border-bottom:1px dotted #888888;
}
.a_next:hover {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.our_clubs {
    background-image: url(/img/top_body_bg.png);
    background-repeat: no-repeat;
    background-position: -200px -300px;
    background-size: 50%;
 }
.our_clubs .block {
    display: flex;
}
.our_clubs .left {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-self: flex-start;
}
.our_clubs .right {
    width: 50%;
    padding-left: 30px;
}
.our_clubs .item {
    width: 48%;
    margin-bottom:35px;
    padding-bottom:15px;
    border-bottom:1px solid #363636;
    cursor: pointer;
}
.our_clubs .item:hover img {
    opacity: 1;
}

.our_clubs .item .img {
    height: 200px;
    width: 100%;
    margin-bottom:10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 80px 90px, rgba(255, 255, 255, 0.2) 0px 10px 30px;
}
.our_clubs .item .img .img_wrapper {
    background: rgba(0,0,0,0.5);
    height: 100%;
    -webkit-transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
    transition: background .5s ease-out;
}
.our_clubs .item:hover .img_wrapper {
    background: rgba(0,0,0,0);
}
.our_clubs .item.active  .img_wrapper {
    background: rgba(0,0,0,0);
}

.our_clubs .item .title {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color:#fff;
}
.our_clubs .item .text {
    color:#888888;
    padding-top:5px;
    padding-bottom:15px;
    min-height: 60px;
}

.our_clubs .item a {
    font-size: 14px;
    color:#888888;
}
.our_clubs .item a:hover {
    color:#fff;
}
.our_clubs .right .back {
    padding:30px;
    background: linear-gradient(to top, #222221, #323232);
    height: 100%;
}
.our_clubs .descr_block .img {
    box-shadow: rgba(255, 255, 255, 0.2) 0px 80px 90px, rgba(255, 255, 255, 0.2) 0px 10px 30px;
}

.our_clubs .right .map {
    height: 100%;
}
.our_clubs .right .descr_block {
    height: 100%;
    display: none;
}
.our_clubs .right .title {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color:#fff;
    padding-bottom:5px;
}
.news {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
.news .item {
    display: block;
    width: 48%;
    margin-bottom: 3%;
    background: #fff;
    border:1px solid #464646;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 80px 90px, rgba(255, 255, 255, 0.2) 0px 10px 30px;
}
.news .item img {
    display: block;
}
.news .item:hover img{
    box-shadow: rgba(255, 255, 255, 0.2) 0px 80px 90px, rgba(255, 255, 255, 0.2) 0px 10px 30px;
}
.news .item .title {
    display: flex;
    align-items: center;

    height: 80px;
    padding:15px;
    overflow: hidden;
    background: #323131;
    color:#fff;
}
.news .item .title .center {
    width: 100%;
}
.news .item .title .center b {
    color:#c30d19;
}
.soc_seti {
    border-bottom:1px solid #323131;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.soc_seti a {
    display: block;
    line-height: 50px;
    color:#888888;
}
.soc_seti a img {
    width: 40px;
    margin-right: 10px;
    margin-bottom:-15px;
}
.soc_seti a:hover img {
    box-shadow: rgba(255, 255, 255, 0.2) 0px 80px 90px, rgba(255, 255, 255, 0.2) 0px 10px 30px;
}
.shop {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.shop .item {
    width: 22%;
    margin-bottom:3%;
    margin-right: 3%;
}
.shop .item:nth-child(4n) {
    margin-right: 0px;
}

.shop .item .title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding:15px;
    overflow: hidden;
}
.shop .item .title .center {
    width: 100%;
    text-align: center;
    color:#fff;
}
.shop .item img {
    display: block;
}
.shop .item:hover img {
    box-shadow: rgba(255, 255, 255, 0.2) 0px 80px 90px, rgba(255, 255, 255, 0.2) 0px 10px 30px;
}
.price {
    width: 150px;
    text-align: center;
    border-radius: 20px;
    border:1px solid #3a3a3a;
    padding:12px 20px;
    background: #323131;
    color:#fff;
    margin: 0px auto;
}
.price span {
    font-size: 24px;
    font-weight: bold;
}
.price.buy {
    cursor: pointer;
}
.price.buy:hover {
    color:#c30d19;
}
.price.buy_merch {
    cursor: pointer;
    margin-left:45px;
}
.price.buy_merch:hover {
    color:#c30d19;
}

.footer .blocks {
    display: flex;
    align-items: center;
    align-items: baseline;
    justify-content: space-between;
}
.footer .blocks a.link {
    font-size: 14px;
    text-transform: uppercase;
    color:#888;
    margin-left: 15px;
    margin-bottom:15px;
    display: inline-block;
}
.footer .blocks a.link:hover {
    color:#fff;
}
.read_all {
    text-align: right;
}
.read_all a {
    text-align: right;
    font-size: 14px;
    color:#888;
}
.read_all a:hover {
    color:#fff;
}
.club_adress {
    font-size: 14px;
    color:#888;
    float: right;
    margin-top:-41px;
}
.club_blocks {
    display: flex;
    flex-wrap: wrap;
}
.club_blocks .left {
    width: 55%;
    flex:1;
}
.club_blocks .left .plan {
    border-bottom:1px solid #363636;
    padding-bottom:30px;
}
.club_blocks .left .gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top:30px;
}
.club_blocks .left .gallery img {
    display: block;
    width: 30%;
    height: 110px;
    margin-bottom:30px;
    cursor: pointer;
    border-radius: 1px;
}
.club_blocks .left .gallery img:hover {
    box-shadow: rgba(255, 255, 255, 0.2) 0px 80px 90px, rgba(255, 255, 255, 0.2) 0px 10px 30px;
}
.club_blocks .open_gallery {
    color:#888;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}
.club_blocks .open_gallery:hover {
    color:#fff;
}

.club_blocks .right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 50px;
    width: 45%;
}
.club_blocks .icons {
    width: 20%;
    margin-bottom:30px;
    display: flex;
    justify-content: flex-start;
    flex:0;
}
.icons .icon {
    background: #323131;
    padding:15px;
    border-radius: 100%;
    max-height: 65px;
}
.icons .icon img {
    width: 35px;
}
.club_blocks .descr {
    width: 80%;
    padding-left: 20px;
    margin-bottom:30px;
    align-self: center;
}
.club_blocks .descr b {
    color:#c30d19
}
.events {
    padding-top:50px;
}
.events .item {
    cursor: pointer;
    padding:30px 0px;
    border-top:1px solid #363636;
}
.events .item .name {
    font-size: 18px;
    font-weight: bold;
    padding-right: 50px;
}
.events .item:hover .name {
    color:#c30d19;
}
.events .item .next {
    display: block;
    float: right;
    margin-right: 15px;
    margin-top:-17px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: all 0.5;
}
.timetable {
    display: none;
    padding-bottom:30px;
}
.shedule_left {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 30px;
    cursor: pointer;
    display: block;
}
.timetable .nav {
    padding-bottom:15px;
    display: flex;
    align-items: center;
}
.timetable .nav .title {
    color:#888;
    font-size: 14px;
}
.shedule_right {
    display: block;
    width: 30px;
    cursor: pointer;
    margin-left: 15px;
    margin-right: 30px;
}
.time_cont {
    padding-top: 14px;
}
.time_cont .time {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-top: 1px solid #363636;
    height: 150px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    background: rgba(0,0,0,.16);
    color: #fff;
    font-size: 16px;
}
.shedule_cont {
    padding-top: 15px;
    width: 90%;
}
.shedule {
    display: flex;
    justify-content: center;
}
.shedule_cont .day.order {
    cursor: pointer;
    background: #0E0E0D!important;
}
.shedule_cont .day {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    border-bottom: 1px solid #363636;
    border-right: 1px solid #363636;
    height: 150px;
    font-weight: 300;
    overflow: hidden;
    text-align: center;
    overflow: hidden;
}
.shedule_cont .day:hover {
    background: #1D1D1C;
}
.shedule_cont .day .our_team_name {
    color:#888;
    font-size: 14px;
    padding-top:10px;
}
.shedule_cont .day .colors {
    display: flex;
    justify-content: center;
    padding-bottom:5px;
}
.shedule_cont .day .colors div {
    width: 10px;
    height: 10px;
    margin: 0px 3px;
}
.shedule_cont .day .start_time {
    margin-top: 10px;
}
.week_day {
    font-weight: bold;
    text-transform: uppercase;
    padding: 19px;
    font-size: 18px;
    background: rgba(0,0,0,.16);
    border-right: 1px solid #363636;
    color: #fff;
    text-align: center;
}
.menu_slider_hidden {
    opacity: 0;
    overflow: hidden;
}
.fancybox-button svg path {
    fill:#000!important;
}
.both_direction {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sp-selected-button {
    background-color: #fff!important;
}
.sp-button {
   border: 1px solid #fff!important;
}
.sp-buttons {
    text-align: right!important;
    padding-right: 30px;
}
.sp-slide.video {
    text-align: center;
    background: #000;
}
.sp-slide.video video {
    height: 800px;
}
.map_club_block {
    width: 100%;
    max-width: 300px;
}
.map_club_block .club_name {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    padding-bottom:15px;
}
.map_club_block .button {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 15px;
}
.img_gallery {
    display: none;
}
.shop_online {
    display: flex;
    padding-top:30px;
}
.shop_online .left {
    width: 20%;
}
.shop_online .right {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    flex: 1;
    padding-left: 30px;
    position: relative;
}
.shop_online .right .wraper {
    background: rgba(34,34,33,0.9);
    border-radius: 30px;
    position: absolute;
    top:0px;
    left:30px;
    width: 100%;
    height: 100%;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    line-height: 70px;
    padding-left: 15px;
    padding-top:50px;

}

.shop_online .left .block {
    border-top:1px solid #363636;
    padding:20px 0px;
}
.shop_online .left .block .title {
    font-size: 18px;
    font-weight: bold;
    padding-bottom:20px;
}
.shop_online .left .block .item {
    padding-bottom:15px;
    color:#888;
}
.shop_online .left .block .item img{
    margin-left: 5px;
    margin-bottom:-2px;
}
.shop_online .left .block .item label {
    cursor: pointer;
    line-height: 17px;
}
.shop_online .left .block .item:hover {
    color:#fff;
}
.shop_online .left .block .item.active {
    color:#fff;
}

.shop_online .right .block {
    position: relative;
    width: 31.3%;
    border-bottom: 1px solid #363636;
    margin-right: 3%;
    margin-bottom:5%;
    padding:30px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}
.shop_online .right .block:nth-child(3n) {
    margin-right: 0%;
}
.shop_online .right .image {
    display: block;
    border-radius: 10px;
    width: 100%;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 80px 90px, rgba(255, 255, 255, 0.2) 0px 10px 30px;
}
.shop_online .right .gift {
    position: absolute;
    width: 60px;
    right: 15px;
    top:15px;
}
.shop_online .right .name {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding-top:15px;
}
.shop_online .right .link {
    color:#888;
    text-align: center;
}
.shop_online .right .include {
    padding-top:15px;
    font-size: 16px;
}
.shop_online .right .include div {
    padding-bottom:5px;
    position: relative;
    padding-left: 20px;

}
.shop_online .right .include .yes:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left:0px;
    top:3px;
    background: url(/img/ico_plus.svg);
    background-size: 10px;
}
.shop_online .right .include .no:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left:0px;
    top:3px;
    background: url(/img/ico_minus.svg);
    background-size: 10px;
}
.old_price {
    padding-top:20px;
    text-decoration: line-through;
    font-size: 18px;
    text-align: center;
}
.old_price span {
    font-size: 16px;
}

.shop_online .right .bottom_block {
    flex: 1;
    flex-direction: column;
    display: flex;
    justify-content: flex-end;
}
.shop_online .right .price_per_mounth {
    color:#888;
    font-size: 14px;
    text-align: center;
    padding-top:5px;
}
.shop_online .right .price_per_mounth span {
    font-weight: bold;
    color:#fff;
}
.shop_online .filters {
    display: none;
}
.sp-layer {
    width: 100%;
}
.sp-layer .title {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto!important;
    padding-top:50px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 60px;
    line-height: 70px;
}
.sp-layer .descr {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto!important;
    padding-top:30px;
    padding-right: 30%;
}
.sp-layer .next {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto!important;
    padding-top:30px;
    padding-right: 30%;
}
.sp-layer .next a {
    width: 120px;
    background: rgba(255,255,255,0.4);
    border-radius: 20px;
    text-align: center;
    padding:15px;
    color:#fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
}
.popup .lesson_name {
    font-size: 18px;
    font-weight: bold;
    color: #c30d19;
    text-align: center;
}
.popup .lesson_time {
    color:#000;
    text-align: center;
    padding-top:5px;
    padding-bottom:15px;
}
.success_info {
    color:#000;
}
.grecaptcha-badge {
    visibility: hidden;
}
.lessons_type {
    padding-top:30px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}
.lessons_type .item {
    width: 25%;
    margin-bottom: 20px;
    display: flex;
    align-self: flex-start;
}
.lessons_type .item .color {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}
.lang_switch {
    display: flex;
    margin-right: 30px;
}
.lang_switch a {
    color:#888;
    margin-left: 10px;
}
.lang_switch a:hover {
    color:#fff;
}

.lang_switch a.active {
    font-weight: bold;
    color:#fff;
}
.lang_switch_mobile {
    display: flex;
    margin-top: 30px;
    justify-content: center;
}
.lang_switch_mobile a {
    color:#888;
    margin-left: 10px;
}
.lang_switch_mobile a.active {
    font-weight: bold;
    color:#000;
}

.form_item {
    padding-bottom:10px;
}
.news .item .title .center {
    display: flex;
    align-items: flex-start;
}
.our_team_details {
    display: flex;
}
.our_team_details .our_team_details__img {
    width: 30%;
    margin-right: 30px;
}
.our_team_details__img img {
    width: 100%;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 80px 90px, rgba(255, 255, 255, 0.2) 0px 10px 30px;
}

.html {
    padding-top:30px;
}
.tel_mobile {
    display: none!important;
}
.disabled{
    background-color: wheat !important;
}

@media screen and (max-width: 1110px) {
    .shop_online .right .block {
        width: 48.5%;
    }
    .shop_online .right .block:nth-child(3n) {
        margin-right: 3%;
    }
    .shop_online .right .block:nth-child(2n) {
        margin-right: 0%;
    }
    .club_blocks .left .gallery {
        max-height: 400px;
        overflow: hidden;
    }

    .club_blocks .left .gallery img {
        height: 110px;
    }
    .footer .blocks {
        flex-direction: column-reverse;
    }
    .footer .blocks .item {
        width: 100%;
        text-align: center!important;
        margin-bottom: 3%;
    }
    .our_clubs .block {
        flex-direction: column;
    }
    .our_clubs .left {
        width: 100%;
    }
    .our_clubs .right {
        display: none;
        width: 100%;
        padding-left: 0px;
    }

    .shop .item {
        width: 30%;
    }
    .menu .center {
        display: none;
    }
    #open_mobile_menu {
        display: block;
        margin-right: 15px;
        cursor: pointer;
    }
    .tren_classes .item {
        width: 50%;
    }
    .our_team .item {
        height: 350px;
        width: 31.3%;
    }
    .our_team .item:nth-child(3n) {
        margin-right: 0%;
    }
    .our_team .item:nth-child(4n) {
        margin-right: 3%;
    }
    .lessons_type .item {
        width: 50%;
    }
}
@media screen and (max-width: 756px) {
    .news .item .title {
        height: auto;
    }

    .html img {
       width: 100%;
    }
    .lang_switch  {
        display: none;
    }
    .tel {
        display: none!important;
    }
    .tel_mobile {
        display: block!important;
        opacity: 0.8;

    }
    .tel_mobile div {
        background: #fff;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        justify-content: center;
        display: flex;
    }

    .our_team_details {
        flex-direction: column;
    }
    .our_team_details .our_team_details__img {
        width: 100%;
    }

    .our_team_details img {
        margin-bottom:15px;
        width: 100%;
        height: auto;
    }

    .our_clubs .item .text {
        min-height: 90px;
    }

    .lessons_type .item {
        width: 100%!important;
    }
    .fancybox-slide {
        margin-top:20%;
    }

    .sp-layer .title {
       font-size: 40px;
       line-height: 50px;
       padding-left: 10px;
       padding-right: 10px;
       padding-top: 15px;
    }
    .sp-layer .descr {
       padding-top: 20px;
       padding-left: 10px;
    }
    .shop_online {
        flex-direction: column;
    }
    .shop_online .left {
        width: 100%;
    }
    .shop_online .right {
        width: 100%;
        padding-left: 0px;
    }
    .shop_online .right .block {
        width: 100%;
    }
    .shop_online .right .block:nth-child(3n) {
        margin-right: 0%;
    }
    .shop_online .right .block:nth-child(2n) {
        margin-right: 0%;
    }
    .shop_online .filters {
        display: block;
        margin-bottom:15px;
    }
    .shop_online .filters .button {
        border:1px solid #888;
        border-radius: 20px;
        padding: 12px 20px;
        background: #323131;
        width: 80%;
        line-height: 30px;
        margin: 0px auto;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 14px;
        cursor: pointer;
        text-align: center;
    }
    .shop_online .filters .button img {
        margin-bottom:-8px;
        margin-right: 15px;
    }

    .sp-slide.video video {
        height: auto;
        width: 100%;
    }
    .block_padding.index {
        padding-top:20px;
    }
    .fancybox-slide {
       height: auto!important;
    }
    .week_day {
        padding: 18px;
    }

    .shedule_cont {
        width: 85%;
    }

    .events .item .next {
        margin-top:-30px;
    }
    .club_blocks .left .gallery img {
        width: 48%;
        height: 110px;
        margin-bottom: 4%;
    }

    .club_adress {
        float: none;
        margin-top: 0px;
    }

    .club_blocks {
        flex-direction: column;
    }

    .club_blocks .left {
        width: 100%;
        margin-bottom:5%;
    }
    .club_blocks .right {
        width: 100%;
        padding-left: 0px;
    }
    .news .item {
        width: 100%;
        margin-bottom:5%;
    }
    .soc_seti a img {
        display: block;
        margin: 0px auto;
    }
    .soc_seti a {
        margin-bottom: 5%;
        width: 33.3%;
        text-align: center;
    }
    .shop .item {
        width: 48%;
        margin-bottom:5%;
    }

    .tren_classes .item {
        height: 200px;    }

    .our_team .item {
        height: 300px;
        width: 48.5%;
        margin-bottom: 3%;
    }
    .our_team .item:nth-child(3n) {
        margin-right: 3%;
    }
    .our_team .item:nth-child(2n) {
        margin-right: 0%;
    }

    .shop .item:nth-child(3n) {
        margin-right: 3%;
    }
    .shop .item:nth-child(2n) {
        margin-right: 0%;
    }

    .our_team .item .overlay .title {
        line-height: 30px;
    }

    .item .overlay .title {
        font-size: 20px;
        padding: 10px 15px;
    }
    .item .overlay .text {
        font-size: 14px;
        padding: 0px 15px;
        padding-bottom:15px;
    }
    .item .overlay .next {
        padding:15px;
    }
    .main {
        background: none;
    }
    .header {
        padding: 21px 0px;
    }

    .menu .right .btn.guest_visit {
        display: none;
    }
    .menu .left {
        flex: 2;
    }
    .logo img {
        width: 100%;
    }
    .block_padding {
        padding:30px 0px;
    }
    .block_title {
        font-size: 40px;
        line-height: 50px;
    }
}
@media screen and (max-width: 500px) {

}





