@font-face {
    font-family: "WorldClass-Demi";
    src: url("../fonts/WorldClass-Demi.woff2") format("woff2");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "WorldClass-Meduim";
    src: url("../fonts/WorldClass-Meduim.woff2") format("woff2");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "WorldClass-Regular";
    src: url("../fonts/WorldClass-Regular.woff2") format("woff2");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "WorldClass-UltraLight";
    src: url("../fonts/WorldClass-UltraLight.woff2") format("woff2");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

a {
    background-color: transparent;
    text-decoration: none;
    display: inline-block;
    outline: none;
    color: inherit
}

img {
    max-width: 100%;
    border-style: none;
    display: block;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
select,
input,
textarea {
    outline: none
}

textarea {
    resize: none;
    min-height: 12rem
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    background: none;
    border: none;
    cursor: pointer
}

ol,
ul {
    list-style: none
}

[hidden] {
    display: none;
}

body {
    background-color: #26262C;
    color: white;
    font-family: "WorldClass-Regular";
    font-size: 1.8rem;
    overflow-x: hidden;
}

.container {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

header .logo {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

header .logo img {
    height: 56px;
}

header .nav-container {
    background-color: #009548
}

.top_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    position: relative;
}

.phone-group,
.social {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.phone-group a {
    color: #fff;
}

.phone-group a:hover {
    text-decoration: none;
}

.phone-group .phone-row:not(:last-child) {
    margin-right: 3vw;
}

.social a:not(:last-child) {
    margin-right: 30px;
}

.social a img {
    width: 40px;
    height: 40px;
}

.social a:hover {
    opacity: .65;
    transition: .15s;
}

.navbar-nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding: 18px 0;
    font-size: 1.6rem;
}

.navbar-nav .nav-link {
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
}


.dropdown-toggle::after {
    content: '';
    display: inline-block;
    margin-left: 0.2em;
    vertical-align: 0.2em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #26262C;
    border: 2px solid #009548;
    margin-top: 10px;
    padding: 15px;
    z-index: 1000;
}

.dropdown-menu.active {
    display: block!important;
}

.dropdown-menu .nav-item:not(:last-child) {
    margin-bottom: 10px;
}

.dropdown-menu .nav-item a:hover {
    opacity: .65;
    transition: opacity .2s;
}

.h1,
h1 {
    font-size: 3.6rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 2.5rem;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-row p:first-child {
    color: #009548;
    text-transform: uppercase;
    line-height: 1.8;
}

.text-row:not(:last-child) {
    margin-bottom: 2rem;
}

.btn {
    margin-top: 20px;
    background-color: #009548;
    padding: 15px 28px;
    color: white;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 24px;
    margin-bottom: 10px;
    display: inline-block;
    margin-top: auto;
    align-self: flex-start;
}

.pager {
    padding: 0 0 20px;
}

.content {
    padding: 50px 0;
}

.flex.btn-group .btn {
    margin: 7px;
}

.text p {
    margin-bottom: 2.5rem;
}

.text ul {
    list-style: disc;
    padding-left: 3rem;
    margin-bottom: 2.5rem;
}

.text li {
    line-height: 1.6;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.flex-2 {
    justify-content: space-between;
}

.flex-2 .col {
    width: 48%;
}

.photo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 3px;
}

.cards {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.cards .icon {
    margin: 0 auto;
}

.cards h2 {
    text-align: center;
    text-transform: uppercase;
}

.cards .btn {
    border-radius: 5px;
}

.card-item {
    display: flex;
    flex-direction: column;
    width: 30%;
}

.popup {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    color: #26262C;
    position: relative;
}

.mfp-close-btn-in .mfp-close {
    font-size: 2vw;
    opacity: 1;
}

.popup-content .text p {
    margin-bottom:1em;
}

.popup-content h3 {
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.popup-content .popup-img {
    width: 42%;
}
.popup-content .popup-img img {
    width: 100%;
}
.popup-content .popup-text {
    flex: 1;
    padding: 40px;
}

.popup-content h2 {
    margin-bottom: 2rem;
}

.category {
    margin-bottom: 2rem;
}

.not-full::after,
.not-full::before {
    content: '';
    position: absolute;
    height: 3px;
    background-color: #d8d8d8;
    right: 0;
}

.not-full-100::after {
    content: '';
    width: 100%;
    left: 0%;
}

.not-full-40::after {
    content: '';
    width: 40%;
    left: 0%;
}

.not-full-30::after {
    content: '';
    width: 30%;
    left: 30%;
}

.not-full-20::after {
    width: 30%;
    left: 20%;
}

.not-full-0::after {
    width: 30%;
    left: 0%;
}

.not-full::after {
    background-color: #009548;
}

.card-timeline {
    width: 100%;
    height: 3px;
    background-color: #fff;
    margin: 2rem 0 2.9rem;
    position: relative;
}

.card-timeline.not-full-start-30 {
    background: #fff;
}

.my-team .person {
    display: flex;
    align-items: center;
    border-top: 1px dashed rgba(0, 152, 70, 0.5);
    padding-top: 30px;
    padding-bottom: 30px;
}

.my-team .person:first-child {
    border-top: none;
}

.my-team .person:nth-child(2n) .text p {
    text-align: right;
}

.my-team .person img {
    width: 200px;
}

.my-team .person:nth-child(2n) .text {
    padding-left: 30px;
    padding-right: 0;
}

.my-team .person .text .blockq {
    margin-right: auto;
    margin-left: 0;
}

.my-team .person:nth-child(2n) .text .blockq {
    margin-left: auto;
    margin-right: 0;
}

.my-team .person .text {
    padding-right: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.my-team .person .name {
    font-size: 23px;
    color: #009846;
    font-weight: bold
}

.my-team .person .prof {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: bold;
}

.my-team .person .blockq {
    margin-top: 30px;
    font-style: italic;
    margin-bottom: 0;
    font-size: 16px;
    position: relative;
    padding: 20px;
    border: 1px solid rgba(0, 152, 70, 1);
    border-radius: 5px;
    margin-bottom: 15px;
    display: inline-block;
}

.my-team .person .blockq::after,
.my-team .person .blockq::before {
    content: '';
    position: absolute;
    background-image: url('../img/quote.svg');
    width: 20px;
    height: 20px;
    background-size: 20px;
}

.my-team .person .blockq::before {
    top: 2px;
    left: 2px;
    transform: rotate(180deg);
}

.my-team .person .blockq::after {
    bottom: 2px;
    right: 2px;
}

.my-team .person .nname {
    margin-top: 0;
    font-size: 14px;
}

#write-us {
    max-width: 420px;
}

#write-us .btn {
    width: 100%;
    border-radius: 5px;
}

#write-us .popup-content {
    padding: 4rem;
}

.form-container input {
    width: 100%;
}

.errorMessage {
    color: red;
    font-size: 14px;
    margin-top: 5px;
}

@media(max-width: 500px) {
    .my-team .person {
        flex-direction: column;
    }
    .my-team .person img {
        order: -1;
        margin-bottom: 20px;
    }
    .my-team .person .text {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .my-team .person .text .blockq {
        margin-top: 20px;
        width: 100%;
        display: block;
    }
    .my-team .person .name,
    .my-team .person .prof,
    .my-team .person .blockq {
        text-align: center!important;
    }
    .my-team .person .nname {
        text-align: right;
    }
    .my-team .person:nth-child(2n) .text {
        padding-right: 0;
        padding-left: 0;
    }
}

.news .back {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    background-color: rgba(38, 38, 44, 0.8);
    transition: 0.5s;
}

.news .it {
    border: 3px solid #009548;
    overflow: hidden;
}

.news h3 {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 2.5rem;
}

.news p {
    margin-bottom: 0;
}

.news .back .bottom-block {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.news .back .bottom-block a span {
    transform: skewX(20deg);
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.navbar-expand-lg .navbar-nav .menu-item a {
    color: white;
    text-transform: uppercase;
}

.news {
    padding: 0;
}

.news h2 {
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    font-weight: 600;
    text-align: center;
}

.news_block .text-center {
    margin-top: 4rem;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3vw;
}

.news-grid h3 {
    margin-bottom: 1.5rem;
}

.news-grid .row {
    padding: 2rem;
    border-top: 2px solid #009548;
    opacity: 1;
    font-size: 1.6rem;
}

.news-grid .news-item:hover .row {
    opacity: 1;
}

.news-grid .news-item {
    position: relative;
    border: 2px solid #009548;
}

.news-grid img,
.news-item-img {
    width: 100%;
}

.post-img {
    margin: 2rem 0;
}

.carousel {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.carousel h4 {
    margin-bottom: 1rem;
    margin-top: 2rem;
    font-size: 2.2rem;
}

.carousel img {
    width: 100%;
}

.carousel .swiper-pagination {
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
    display: none;
}

.carousel .swiper-pagination-bullet-active {
    background: #009548;
}

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

.top-main {
    min-height: 500px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.top-main h2 {
    text-transform: uppercase;
    font-size: 40px;
    margin-top: 74px;
}

.top-main h2 span {
    color: #009548
}

.top-img {
    position: absolute;
    z-index: -1;
}

.top-img.left-img {
    left: 0;
    top: 10%;
    z-index: -1;
}

.top-img.right-img {
    right: 0;
    top: 0;
    bottom: 0;
}

.top-main .block {
    margin-top: auto;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}

.top-main .block a {
    background: #009846;
    box-shadow: 15px -10px 10px rgba(0, 0, 0, 0.25);
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    transform: skewX(-20deg);
    padding-top: 5px;
    padding-bottom: 15px;
    justify-content: center;
    font-size: 12px;
    width: 20%;
    font-weight: bold;
    transition: all 0.5s;
    color: white !important;
    text-transform: uppercase;
}

.top-main .block a>* {
    transform: skewX(20deg);
    transition: all 0.5s;
}

.top-main .block a:hover {
    text-decoration: none;
    transform: skewX(0);
}

.top-main .block a:hover>* {
    text-decoration: none;
    transform: skewX(0);
}

.zakaz {
    background-image: url(../imgs/zakaz.png);
    width: 100%;
    background-size: cover;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.zakaz .btn {
    width: 300px;
    text-align: center;
    margin: 1rem auto;
}

.zakaz h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 50px;
}

.zakaz form {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    margin-top: 100px;
}

.zakaz form input {
    max-width: 360px;
    width: 360px;
    height: 60px;
    background: #FFFFFF;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 43px;
    border: none;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.zakaz form button {
    width: 257px;
    height: 44px;
    background: #009846;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 24px;
    border: none;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 300;
    color: white;
    margin-top: 100px;
}

.programms {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.programms .it {
    width: calc(33% - 30px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.programms .back {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.bottom-block a {
    background-color: #009548;
    color: white;
    width: 100%;
    max-width: 90%;
    margin: 25px auto 0;
    height: auto;
    height: 42px;
    transform: skewX(-20deg);
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    text-transform: uppercase;
}

.wrapper {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1 1 auto;
}

footer {
    background-color: #009846;
    padding-top: 50px;
    padding-bottom: 50px;
}

.club {
    background-image: url(../imgs/club-bac.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right bottom;
    padding-top: 30px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}

.club h2 {
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.club p {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    font-size: 14px;
}

.club a {
    background-color: #009846;
    width: 257px;
    height: 44px;
    font-size: 20px;
    text-transform: uppercase;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    color: white;
    margin: 75px auto 103px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 24px;
}

footer .row {
    display: flex;
}

footer .col-md-6 {
    flex: 1;
    max-width: 50%;
}

footer a {
    position: relative;
    margin-bottom: 10px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    background-size: auto;
    background-position: left center;
    background-repeat: no-repeat;
    color: white;
}

footer a:hover {
    color: white;
    text-decoration: none;
}

footer a.foot-1 {
    background-image: url(../imgs/phone.svg);
}

footer a.foot-2 {
    background-image: url(../imgs/map.svg);
}

footer a.foot-3 {
    background-image: url(../imgs/inst.svg);
}

.copyright {
    margin-top: 40px;
}

.b {
    position: relative;
    overflow: hidden;
}
.page_gym .b img {
    width: 100%;
    height: 39vw;
    object-fit: cover;
}
.swiper-button-prev.swiper-button-white {
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMS40MzMgMTUuOTkyTDIyLjY5IDUuNzEyYy4zOTMtLjM5LjM5My0xLjAzIDAtMS40Mi0uMzkzLS4zOS0xLjAzLS4zOS0xLjQyMyAwbC0xMS45OCAxMC45NGMtLjIxLjIxLS4zLjQ5LS4yODUuNzYtLjAxNS4yOC4wNzUuNTYuMjg0Ljc3bDExLjk4IDEwLjk0Yy4zOTMuMzkgMS4wMy4zOSAxLjQyNCAwIC4zOTMtLjQuMzkzLTEuMDMgMC0xLjQybC0xMS4yNTctMTAuMjkiCiAgICAgICAgICBmaWxsPSIjZmZmZmZmIiBvcGFjaXR5PSIwLjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPgo8L3N2Zz4=') no-repeat center / contain!important;
}
.swiper-button-next.swiper-button-white {
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMC43MjIgNC4yOTNjLS4zOTQtLjM5LTEuMDMyLS4zOS0xLjQyNyAwLS4zOTMuMzktLjM5MyAxLjAzIDAgMS40MmwxMS4yODMgMTAuMjgtMTEuMjgzIDEwLjI5Yy0uMzkzLjM5LS4zOTMgMS4wMiAwIDEuNDIuMzk1LjM5IDEuMDMzLjM5IDEuNDI3IDBsMTIuMDA3LTEwLjk0Yy4yMS0uMjEuMy0uNDkuMjg0LS43Ny4wMTQtLjI3LS4wNzYtLjU1LS4yODYtLjc2TDEwLjcyIDQuMjkzeiIKICAgICAgICAgIGZpbGw9IiNmZmZmZmYiIG9wYWNpdHk9IjAuOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+Cjwvc3ZnPg==') no-repeat center / contain!important;
}

@media (min-width: 991px) {
    .md-block {
        display: none;
    }
}

@media (max-width: 991px) {
    .md-none {
        display: none;
    }
    .top-main .block a>span {
        display: none;
    }
}

.btn-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
}

.pdf-download a {
    margin: 7px;
}

.btn-group .btn {
    width: 48%;
    padding: 15px;
    text-align: center;
}
.loading:not([href]) {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.0' width='160px' height='20px' viewBox='0 0 128 16' xml:space='preserve'%3E%3Cpath fill='%23ffffff' fill-opacity='0.42' d='M6.4,4.8A3.2,3.2,0,1,1,3.2,8,3.2,3.2,0,0,1,6.4,4.8Zm12.8,0A3.2,3.2,0,1,1,16,8,3.2,3.2,0,0,1,19.2,4.8ZM32,4.8A3.2,3.2,0,1,1,28.8,8,3.2,3.2,0,0,1,32,4.8Zm12.8,0A3.2,3.2,0,1,1,41.6,8,3.2,3.2,0,0,1,44.8,4.8Zm12.8,0A3.2,3.2,0,1,1,54.4,8,3.2,3.2,0,0,1,57.6,4.8Zm12.8,0A3.2,3.2,0,1,1,67.2,8,3.2,3.2,0,0,1,70.4,4.8Zm12.8,0A3.2,3.2,0,1,1,80,8,3.2,3.2,0,0,1,83.2,4.8ZM96,4.8A3.2,3.2,0,1,1,92.8,8,3.2,3.2,0,0,1,96,4.8Zm12.8,0A3.2,3.2,0,1,1,105.6,8,3.2,3.2,0,0,1,108.8,4.8Zm12.8,0A3.2,3.2,0,1,1,118.4,8,3.2,3.2,0,0,1,121.6,4.8Z'/%3E%3Cg%3E%3Cpath fill='%23ffffff' fill-opacity='1' d='M-42.7,3.84A4.16,4.16,0,0,1-38.54,8a4.16,4.16,0,0,1-4.16,4.16A4.16,4.16,0,0,1-46.86,8,4.16,4.16,0,0,1-42.7,3.84Zm12.8-.64A4.8,4.8,0,0,1-25.1,8a4.8,4.8,0,0,1-4.8,4.8A4.8,4.8,0,0,1-34.7,8,4.8,4.8,0,0,1-29.9,3.2Zm12.8-.64A5.44,5.44,0,0,1-11.66,8a5.44,5.44,0,0,1-5.44,5.44A5.44,5.44,0,0,1-22.54,8,5.44,5.44,0,0,1-17.1,2.56Z'/%3E%3CanimateTransform attributeName='transform' type='translate' values='23 0;36 0;49 0;62 0;74.5 0;87.5 0;100 0;113 0;125.5 0;138.5 0;151.5 0;164.5 0;178 0' calcMode='discrete' dur='1170ms' repeatCount='indefinite'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    text-indent: 300%;
    white-space: nowrap;
    overflow: hidden;
    pointer-events: none;
    transition: none;
  }
.top-cards {
    position: relative;
    z-index: -1;
    margin-bottom: 10rem;
}

.top-cards h1::after {
    content: '';
    position: absolute;
    left: 0;
    right: 60px;
    top: 102px;
    height: 5px;
    display: block;
    background-color: #009548;
}

.top-cards img {
    position: absolute;
    right: 0;
    width: 250px;
    top: 0px;
    transform: rotate(20deg);
}

.group-sector__header,
.group-sector__footer {
    display: flex;
    justify-content: space-between;
}

.group-sector {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.group-sector__header {
    padding: 15px;
    border: 3px solid rgba(0, 152, 70, 0.3);
    border-bottom: none;
    align-items: flex-start;
}

.group-sector__header h4 {
    margin-bottom: 0;
}

.group-sector__header__name {
    font-weight: bold;
    font-size: 22px;
    text-shadow: 0 0 3px #009548;
}

.group-sector__footer .group-sector__footer__text {
    padding-left: 30px;
    align-self: center;
}

.group-header {
    color: #009548;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 1;
    text-transform: uppercase;
    font-size: 3.2rem;
}

.group-header::after {
    content: "";
    display: block;
    bottom: -10px;
    width: 400px;
    border-top: 4px solid white;
    height: 3px;
}

.s-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.s-list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s-list .btn {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    text-transform: uppercase;
    width: 151.22px;
    height: 47.5px;
    background-color: #009548;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.s-list {
    margin: -20px;
    width: calc(100% + 40px);
}

.s-list .text-group {
    padding: 2rem;
}

.s-list .item {
    margin: 20px 20px 40px;
    border: 3px solid #009548;
    width: calc(50% - 50px);
    display: flex;
    flex-direction: column;
}

.s-list .item.current {}

.select-group {
    margin-bottom: 40px;
}

.select-group select {
    border: 1px solid #009548;
    padding: 10px;
    background: #26262C;
    color: #fff;
}

.gallery_grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.gallery-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 30px 0;
    grid-gap: 40px;
}

.gallery-items .item {
    display: flex;
    flex-direction: column;
}

.gallery-items .item-title {
    margin: 20px auto;
    text-transform: uppercase;
}

.gallery-items img {
    width: 100%;
    height: 100%;
}

.team_dept {
    width: 100%;
}

.page_club-life .flex-2 {
    align-items: center;
}

.page_rules .text {
    margin-top: 40px;
}

.page_rules .text li {
    margin-bottom: 1.5rem;
}

.page_rules .text li ul {
    margin-top: 1.5rem;
}

.page_rules .text ol {
    list-style: decimal;
    padding-left: 2rem;
}

.form-container {
    display: flex;
    flex-wrap: wrap;
}

.form-container label {
    display: block;
    margin-bottom: 7px;
}

.form-sm {
    max-width: 640px;
}

form .form-row {
    width: 100%;
}

form .form-row .btn {
    margin-bottom: 0;
}

form .form-row:not(:last-child) {
    margin-bottom: 2rem;
}

form select,
form input {
    width: 100%;
    padding: 10px;
    border: 2px solid #009548;
}


/* Main menu positionning */

.main-nav {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    background: transparent;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: all .375s;
}

.main-nav.is-open {
    opacity: 1;
    z-index: 100;
    visibility: visible;
}


/* Yellow band effect */

.main-nav::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -15px;
    background: #009846;
    transform-origin: 0 0;
    transform: skew(-14deg) translateX(-120%);
    transition: all .275s .1s;
}

.main-nav.is-open::before {
    transform: skew(-14deg) translateX(0);
}


/* Skewing effect on menu links */

.main-nav ul {
    display: inline-flex;
    flex-direction: column;
    height: 93%;
    /* Should be 100%, but we have a notice message :D */
    align-items: flex-end;
    justify-content: center;
    transform: translateX(-18%) skew(-16deg);
}

.main-nav li {
    display: block;
    margin: .5rem 0;
    text-align: right;
    transform: skew(16deg);
}


/* Apparition effect on links */

.main-nav a {
    opacity: 0;
    transform: translateY(-10px);
}

.main-nav.is-open a {
    opacity: 1;
    transform: translateY(0);
}

.main-nav li:nth-child(1) a {
    transition: all 275ms 175ms
}

.main-nav li:nth-child(2) a {
    transition: all 275ms 225ms
}

.main-nav li:nth-child(3) a {
    transition: all 275ms 275ms
}

.main-nav li:nth-child(4) a {
    transition: all 275ms 325ms
}

.main-nav li:nth-child(5) a {
    transition: all 275ms 375ms
}


/* Decoration */

.main-nav ul,
.main-nav li {
    list-style: none;
    padding: 0;
}

.main-nav a {
    display: block;
    padding: 12px 0;
    color: white;
    font-size: 1.4em;
    text-decoration: none;
    font-weight: bold;
}

.open-main-nav {
    z-index: 1000;
    display: none;
}

.open-main-nav:focus {
    outline: none;
}

.burger {
    position: relative;
    display: block;
    width: 28px;
    height: 4px;
    margin: 0 auto;
    background: #009846;
    transform: skew(5deg);
    transition: all .275s;
}

.burger:after,
.burger:before {
    content: '';
    display: block;
    height: 100%;
    background: #009846;
    transition: all .275s;
}

.is-open .burger,
.is-open .burger:after,
.is-open .burger:before {
    background: white;
    transition: all 0.5s;
}

.burger:after {
    transform: translateY(-12px) translateX(-2px) skew(-20deg);
}

.burger:before {
    transform: translateY(-16px) skew(-10deg);
}


/* Toggle State part */

.is-open .burger {
    transform: translateY(-8px) rotate(-42deg);
}

.is-open .burger:before {
    transform: translateY(0px) skew(-10deg) rotate(75deg);
}

.is-open .burger:after {
    transform: translateY(-12px) translateX(10px) skew(-20deg);
    opacity: 0;
}

.device {
    position: absolute;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    background: transparent;
    /* border: 1px solid #EEE; */
    border-radius: 3px;
    /* box-shadow: 0 0 0 10px rgba(0,0,0,.1); */
}


/* Slow motion button */

[id="slowmo"] {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px;
    border: 0;
    font-size: 1rem;
    background: #009846;
    color: white;
    font-weight: bold;
    cursor: pointer;
    transition: all .275s;
}

[id="slowmo"] span {
    display: block;
    font-weight: normal;
}

[id="slowmo"]:hover,
[id="slowmo"]:focus {
    background: #009846;
    color: #009846;
}

[id="slowmo"].is-slowmo span:after {
    content: 'Activated';
    display: block;
    font-weight: bold;
}


/* When slowmotion is activated */

.is-slowmo+.device .open-main-nav .burger,
.is-slowmo+.device .open-main-nav .burger:before,
.is-slowmo+.device .open-main-nav .burger:after,
.is-slowmo+.device .main-nav,
.is-slowmo+.device .main-nav::before,
.is-slowmo+.device .main-nav a {
    transition-duration: 3s;
}

.is-slowmo+.device .main-nav li:nth-child(1) a {
    transition-delay: 1750ms
}

.is-slowmo+.device .main-nav li:nth-child(2) a {
    transition-delay: 2250ms
}

.is-slowmo+.device .main-nav li:nth-child(3) a {
    transition-delay: 2750ms
}

.is-slowmo+.device .main-nav li:nth-child(4) a {
    transition-delay: 3250ms
}

.is-slowmo+.device .main-nav li:nth-child(5) a {
    transition-delay: 3750ms
}


/* Notice */

.notice {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    padding: 20px;
    background: #F2F2F2;
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    z-index: 100;
    text-align: center;
}

.notice strong {
    font-weight: 700;
}

.notice a {
    padding: 2px 3px;
    background: #009846;
    text-decoration: none;
}

.first-level {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.carousel {
    padding: 0 8rem;
}

.carousel p {
    line-height: 1.4;
    margin: 7px 0;
    font-size: 16px;
}

.carousel .swiper-button-prev {
    background-image: url(../imgs/owl-left.svg);
    left: 0;
}

.carousel .swiper-button-next {
    background-image: url(../imgs/owl-right.svg);
    right: 0;
}

.carousel .swiper-button-prev,
.carousel .swiper-button-next {
    width: 6rem;
    height: 6rem;
    background-size: 60px
}

.owl-carousel {
    position: relative;
    overflow: hidden;
}

@media screen and (max-width:992px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 2rem;
    }
    .h1,
    h1 {
        font-size: 2.4rem;
    }
    body {
        font-size: 14px;
    }
    .container {
        width: 100%;
        padding: 0 2rem;
    }
    .content {
        padding: 3rem 0;
    }
    .top_header {
        padding: 1.25rem 2rem;
    }
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background: #26262C;
        transition: transform .3s;
    }
    header.is-show {
        transform: translateY(-100%);
    }
    header .logo img {
        height: 40px;
    }
    .group-header,
    .group-sector__header__name {
        font-size: 1.8rem;
    }
    .group-header::after {
        content: none;
    }

    .navbar-nav {
        flex-direction: column;
    }
    .dropdown-menu {
        position: relative;
    }
    .programms {
        flex-wrap: wrap;
    }
    .programms .it {
        width: 100%;
    }
    footer {
        padding: 30px 0;
    }
    footer .row {
        flex-wrap: wrap;
    }
    footer .col-md-6 {
        min-width: 100%;
        margin-bottom: 3rem;
    }
    .copyright {
        margin-top: 0;
    }
    .top-main {
        min-height: 350px;
    }
    .top-main h2 {
        font-size: 22px;
        margin-top: 0;
    }
    .top-img.right-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .top-cards img {
        width: 100%;
    }
    main {
        padding-top: 0;
    }
    .club a {
        font-size: 14px;
        margin: 40px auto 80px;
    }
    .programms .it {
        margin-bottom: 2rem;
    }
    .club {
        padding-top: 0;
    }
    .zakaz h2,
    .club h2,
    .news h2 {
        font-size: 22px;
        margin: 2.5rem 0;
    }
    .zakaz {
        min-height: 320px;
    }
    .carousel {
        padding: 0;
    }
    .carousel .swiper-pagination {
        display: flex;
        justify-content: center;
    }
    .carousel .swiper-button-prev,
    .carousel .swiper-button-next {
        display: none;
    }
    main {
        padding-top: 65px;
    }
    .social,
    .phone-group {
        display: none;
    }
    .open-main-nav {
        margin-top: 1rem;
        display: inline-flex;
        z-index: 99999;
    }
    .news_block .text-center {
        margin-top: 2rem;
    }
    .menu-panel {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        background: #26262C;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        transition: transform .3s;
        transform: translateY(100%);
        border-top: 2px solid #009548;
    }
    .menu-panel img {
        width: 2.4rem;
        height: 2.4rem;
    }
    .menu-panel a:not(:last-child) {
        border-right: 2px solid #009548;
    }
    .menu-panel a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1.2rem;
    }
    .menu-panel.is-show {
        transform: translateY(0);
    }
    .dropdown-menu {
        background: none;
        margin-top: 0;
        padding: 10px;
    }
    .navbar .nav-item:not(:last-child) {
        margin-bottom: 1rem;
    }
    .navbar-nav .nav-link {
        display: inline-flex;
        align-items: center;
        width: 100%;
    }
    .dropdown-toggle::after {
        margin-left: auto;
    }
    .news-grid {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 2rem;
    }
    .photo-grid,
    .gallery-items {
        grid-template-columns: repeat(2, 1fr);
    }
    .gallery-items {
        grid-gap: 2rem;
    }
    .mfp-close-btn-in .mfp-close {
        font-size: 40px;
    }
    .card-item,
    .popup-content .popup-img,
    .flex-2 .col {
        width: 100%;
    }
		
		.popup-content .popup-img img{width:100%;}
		
    .popup-content .popup-text {
        padding: 30px;
    }
    .cards {
        flex-wrap: wrap;
    }
    .top-cards {
        margin-bottom: 3rem;
    }
    .top-cards img {
        transform: none;
        position: relative;
        margin: auto;
    }
    .top-cards h1::after {
        content: none;
    }
    .text p {
        margin-bottom: 2rem;
    }
    #reviews {
        overflow: hidden;
    }
    .page_contacts .flex-2 .col:first-child,
    .page_club-life .flex-2 .col:first-child {
        margin-bottom: 3rem;
    }
    .page_club-life .flex-2 .col:first-child p:last-child {
        text-align: center;
    }
    .page_club-life .flex-2 {
        margin-bottom: 4rem;
    }
    html,
    body {
        height: 100%;
    }
    .s-list .item {
        width: 100%;
    }
     .group-sector__footer {
        flex-direction: column;
    }
    .group-sector__footer .group-sector__footer__text {
        padding-left: 0;
        margin-top: 2rem;
    }
    #other-services {
        padding: 0;
    }
    .s-list .item {
        margin:2rem;
    }
    .s-list .btn {
        font-size: 12px;
        margin-bottom: 0;
        height: auto;
    }
    .navbar {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        background: #009548;
        width: 100%;
        height: 100vh;
        padding: 6rem 2rem 0;
        transition: .3s;
        transform: translateX(-100%);
        overflow: auto;
    }
    .navbar.active {
        transform: translateX(0);
    }
    .page_gym .b img {
        height: 300px;
    }
}