

/* Start:/local/templates/spiritfit-v3//vendor/select2/select2.css?175037966217604*/
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* End */


/* Start:/local/templates/spiritfit-v3//css/style.css?175037966212689*/
body{
    min-width:320px;
    font-family:"Gotham Pro", sans-serif;
    font-size:18px;
    line-height:1.2;
    color:#000;
    background-color:#fff;
    overflow-x:hidden;
    overflow-y: auto;
    max-width: 100vw;
}
body.not-scroll{
    overflow-y: hidden;
}
.b-page__heading-inner{
    color:white;
}
.text-center {
    text-align: center;
}
footer.b-footer {
    background: #F5F5F4;
    margin-top: 80px;
}
footer.b-footer.sticky {
    margin-top: 0;
}
footer.b-footer.footer-black {
    background: black;
    color: white;
}
.footer-menu {
    display: table;
    position: relative;
    width: 100%;
    table-layout: fixed;
    color: black;
}
.footer-menu a{
    color:currentColor;
}
.footer-menu-cell {
    display: table-cell;
    position: relative;
    vertical-align: top;
    width: 25%;
    box-sizing: border-box;
    padding: 40px 25px 0px;
}
.footer-menu-cell:first-child {
    padding-left: 0;
}
.footer-menu-cell:last-child {
    padding-right: 0;
}
.footer-menu-title {
    display: block;
    position: relative;
    margin-bottom: 20px;
    font-size: 14pt;
    font-weight: bold;
}
.footer-menu-cell ul > li {
    margin-bottom: 4px;
}
.footer-menu-cell ul, .footer-menu-cell ul > li, .footer-menu-cell ul > li > a {
    display: block;
    position: relative;
}
.footer-menu-cell .b-social-link {
    margin-top: 50px;
}
.b-social-link {
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    transition: opacity .2s ease 0s;
    margin: 5px 10px;
    /* width: calc(50% - 25px); */
}
.b-social-link__img-holder {
    width: 40px;
    flex-shrink: 0;
    margin-right: 12px;
}
.b-social-link__img {
    display: block;
    width: 100%;
}
.b-footer__content {
    display: flex;
    align-items: center;
    padding: 44px 0;
    justify-content: space-between;
}
.b-app-list {
    margin: -6px;
}
.b-app-list__button {
    display: inline-block;
    vertical-align: middle;
    margin: 6px;
    transition: opacity .2s ease 0s;
}
.b-footer__btn, .b-footer__social {
    width: 290px;
}
.footer-phone-wrapper {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 20px 25px 20px 0px;
}
.footer-phone {
    display: flex;
    position: relative;
    align-items: center;
    height: 32px;
    padding-left: 50px;
    font-weight: 500;
    background-image: url(/local/templates/spiritfit-v3/img/icons/icon-phone.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    font-size: 25px;
}

.slick-dots .slick-active>button {
    background: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%);
    border-image: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%) 1;
}

@media screen and (max-width: 1024px){
    .footer-menu-cell {
        display: block;
        width: initial;
        padding: 0px;
    }
    .footer-menu {
        display: grid;
        position: relative;
        grid-gap: 25px;
        grid-template-columns: 1fr 1fr;
        padding-top: 50px;
    }
}
@media screen and (max-width: 768px){
    .b-footer__content {
        display: block;
        padding: 30px 0 44px;
    }
    .b-footer__app-buttons {
        margin-bottom: 50px;
    }
    .b-app-list {
        text-align: center;
    }
    .b-footer__social {
        margin-bottom: 30px;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
}
@media screen and (max-width: 568px){
    .footer-menu {
        grid-template-columns: 1fr;
    }
}




.content-center {
    width: 100%;
    max-width: 1900px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 120px;
}
@media screen and (max-width: 1440px){
    .content-center {
        padding: 0 24px;
    }
}
@media screen and (max-width: 480px){
    .content-center {
        padding: 0 12px;
    }
}

.section-margin-top{
    margin-top: 50px;
}

header.b-header {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0,0,0,.8);
    transition: top cubic-bezier(.12,1.02,.69,.93) .4s;
}
.b-header.remove-animate{-webkit-animation:none;animation:none;opacity:1}
.is-body-loaded .b-header.remove-animate{-webkit-animation:none;animation:none;opacity:1}.b-header.is-hidden{top:-146px}
.b-header__content {
    display: flex;
    align-items: center;
    padding: 25px 0;
    position: relative;
    height: 110px;
}
.b-header__logo-holder {
    position: relative;
    z-index: 1010;
    display: block;
    width: 140px;
    flex-shrink: 0;
}
img.b-header__logo-img {
    display: block;
    width: 100%;
    max-height: 75px;
}
.b-header__nav {
    margin: auto;
}
.b-top-menu {
    display: flex;
    justify-content: flex-end;
}
.b-top-menu__holder {
    width: 100%;
}
.b-top-menu__menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
a.b-top-menu__abonement-btn {
    color: white;
    font-size: 13px;
    font-weight: 700;
    padding: 20px 40px;
    background: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%);
    display: block;
    text-transform: uppercase;
    white-space: nowrap;
    /*margin-right: 50px;*/
}

.b-top-menu__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
a.personal-btn.header-personal-btn {
    display: flex;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0px 0px 20px;
    font-size: 14px;
    align-items: flex-end;
    justify-content: flex-end;
}
.personal-btn__icon {
    height: 20px;
    width: 20px;
    margin-left: 5px;
}
.personal-btn__icon svg {
    width: 100%;
    height: 100%;
}
.b-header__content .phone-btn {
    display: flex;
    align-items: center;
    height: 20px;
    margin: 0px 0px 0px 20px;
    padding-left: 30px;
    color: #fff;
    font-weight: 500;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    z-index: 1001;
}
@media screen and (max-width: 1250px){
    a.b-top-menu__abonement-btn{
        /*margin-right: 20px;*/
    }
}
@media screen and (max-width: 1230px) {
    a.b-top-menu__abonement-btn{
        margin-right: 0;
        padding: 20px 25px;
    }
    a.personal-btn.header-personal-btn {
        font-size: 13px;
    }
    .b-header__content .phone-btn{
        font-size: 15px;
    }
}
.b-top-menu__toggle {
    position: relative;
    z-index: 1010;
    display: block;
    width: 35px;
    height: 28px;
    font-size: 0;
    background: 0 0;
    border: 0;
}
.b-top-menu__toggle:after, .b-top-menu__toggle:before {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background-color: #fff;
    transition: transform ease .3s,box-shadow ease .3s;
}
.b-top-menu__toggle:before {
    top: 12px;
    box-shadow: 0 -12px 0 #fff;
}
.is-menu-opened .b-top-menu__toggle:before {
    box-shadow: 0 0 0 #fff;
    transform: rotate(-45deg);
}
.b-top-menu__toggle:after {
    top: 24px;
    transform: scaleX(.7);
    transform-origin: left;
}
.is-menu-opened .b-top-menu__toggle:after {
    transform: translate(5px,-24px) rotate(45deg);
}


@media screen and (max-width: 1200px) {
    .b-header__content {
        padding: 22px 0;
        justify-content: space-between;
        height: 80px;
    }
    .b-header__logo-holder {
        width: 50px;
    }
    .b-header__nav {
        width: 50px;
        margin: 0;
    }
    .b-top-menu__holder {
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        padding: 80px 24px 100px;
        background-color: #000;
        opacity: 0;
        pointer-events: none;
        transition: opacity ease .35s;
        overflow: auto;
        color:white;
    }
    .is-menu-opened .b-top-menu__holder {
        opacity: 1;
        pointer-events: auto;
    }
    .b-top-menu__holder:before {
        content: '';
        position: fixed;
        z-index: 990;
        top: -1px;
        left: 0;
        width: 100%;
        height: 1px;
        box-shadow: 0 20px 70px 40px #000;
    }
    .auth-btn {
        display: flex!important;
        align-items: center;
        margin-top: 20px;
    }

}

label.b-club-search__label {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    width: 100%;
    display: block;
    margin-bottom: 5px;
    margin-top: 12px;
}
.b-club-search {
    margin-bottom: 20px;
}


.b-top-menu__btn {
    width: 100%;
    font-size: 18px;
    padding-top: 26px;
    padding-bottom: 26px;
}


.auth-btn .personal-btn__icon {
    display: inline-block;
    height: 35px;
    width: 35px;
    margin-right: 10px;
}

main.b-page__main {
    min-height: calc(100vh - 143px - 133px - 140px);
    padding-top: 140px;
    overflow: hidden;
}
@media screen and (max-width: 1200px) {
    main.b-page__main {
        padding-top: 80px;
    }
}

.b-page__heading {
    position: relative;
    z-index: 100;
}

h1.b-page__title {
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    font-size: 28px;
    line-height: 1;
    color: white;
    font-weight: 300;
}
.admin-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000;
}
.b-section__title {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 40px;
    margin: 50px 0;
}
.b-section__description {
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
}
@media screen and (max-width: 425px) {
    .b-section__description {
        font-size: 16px;
        line-height: 24px;
    }
}

h2, .h2 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 40px;
}
@media screen and (max-width: 480px){
    h2, .h2 {
        font-size: 9vw;
    }
    .b-section__title {
        text-align: center;
        margin: 30px 0;
    }
}


h1.b-page__title.title-big {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 50px;
    line-height: 1.2;
}
@media screen and (max-width: 768px) {
    h1.b-page__title.title-big{
        margin-bottom: 30px;
        font-size: 32px;
        white-space: normal;
        padding: 0!important;
    }
}
.text-content {
    max-width: 1098px!important;
    padding: 0!important;
    margin-left: auto;
    margin-right: auto;
}
.text-transform-none{
    text-transform: none!important;
}
@media screen and (max-width: 1199px) {
    .text-content{
        width: 100%!important;
        padding: 0 24px!important;
    }
}



.b-timetable__filter-block .select2-container--default .select2-results__option[aria-selected="true"]{
    background-image: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%)!important;
}



main.b-page__main.without-header {
    padding-top: 0!important;
}
.b-page__title.page-404{
    margin: 50px 0;
    text-overflow: unset;
    white-space: unset;
}

.smooth-radius {
    border-radius: 10px;
}


.b-timetable__filter-clear-closer {
    filter: invert(1);
    border: dotted 1px white!important;
}
.b-timetable__column.active .b-timetable__head-day,
.b-timetable__training-item.active{
    border: 3px solid!important;
    border-image:
            linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%) 1!important;
}
@media screen and (max-width: 768px) {
    .b-timetable__column.active .b-timetable__head-day{
        border: unset!important;
        border-image: unset!important;
    }
}
.training-item__desc-body,.training-item__body, .b-timetable__head {
    font-weight: 300!important;
}
.get-trialworkout{
    border: 2px solid!important;
    border-image:
            linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%) 1!important;
}
.b-timetable{
    margin-bottom: 0!important;
}

ul.cities-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    color: white;
    font-weight: 300;
    font-size: 15px;
}
.city-chooser-header {
    padding: 6px 0;
    z-index: 10001;
    position: relative;
}
.city-item a{
    text-decoration: underline;
}
.city-chooser-btn{
    color: white;
    font-weight: 300;
    font-size: 15px;
    background: none;
    border: none;
    display: flex;
    align-items: center;
}
button.city-chooser-btn:after {
    content: '';
    width: 7px;
    height: 7px;
    border-bottom: 1px solid white;
    display: block;
    border-right: 1px solid white;
    transform: rotate(45deg) translate(-2px, -3px);
    margin-left: 6px;
}
li.city-item {
    padding: 12px 0;
}
.SmartCaptcha-Shield{
    z-index: 100000;
}
.captcha-container-politics {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}
/* End */


/* Start:/local/templates/spiritfit-v3//css/service.css?175037966224398*/
:root {
    --select2-background-color: #232323;
}

@font-face {
    font-family: Gotham Pro;
    src: url(/local/templates/spiritfit-v3//css/../fonts/GothamPro/GothamPro-Light.eot);
    src: local("Gotham Pro Medium"), local("GothamPro-Medium");
    src: url(/local/templates/spiritfit-v3//css/../fonts/GothamPro/GothamPro-Light.eot?#iefix) format("emb/edded-opentype");
    src: url(/local/templates/spiritfit-v3//css/../fonts/GothamPro/GothamPro-Light.woff) format("woff");
    src: url(/local/templates/spiritfit-v3//css/../fonts/GothamPro/GothamPro-Light.ttf) format("truetype");
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: Gotham Pro;
    src: url(/local/templates/spiritfit-v3//css/../fonts/GothamPro/GothamPro.eot);
    src: local("Gotham Pro Medium"), local("GothamPro");
    src: url(/local/templates/spiritfit-v3//css/../fonts/GothamPro/GothamPro.eot?#iefix) format("emb/edded-opentype");
    src: url(/local/templates/spiritfit-v3//css/../fonts/GothamPro/GothamPro.woff) format("woff");
    src: url(/local/templates/spiritfit-v3//css/../fonts/GothamPro/GothamPro.ttf) format("truetype");
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: Gotham Pro;
    src: url(/local/templates/spiritfit-v3//css/../fonts/GothamPro/GothamPro-Medium.eot);
    src: local("Gotham Pro Medium"), local("GothamPro-Medium");
    src: url(/local/templates/spiritfit-v3//css/../fonts/GothamPro/GothamPro-Medium.eot?#iefix) format("emb/edded-opentype");
    src: url(/local/templates/spiritfit-v3//css/../fonts/GothamPro/GothamPro-Medium.woff) format("woff");
    src: url(/local/templates/spiritfit-v3//css/../fonts/GothamPro/GothamPro-Medium.ttf) format("truetype");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: Gotham Pro;
    src: url(/local/templates/spiritfit-v3//css/../fonts/GothamPro/GothamPro-Bold.eot);
    src: local("Gotham Pro Bold"), local("GothamPro-Bold");
    src: url(/local/templates/spiritfit-v3//css/../fonts/GothamPro/GothamPro-Bold.eot?#iefix) format("emb/edded-opentype");
    src: url(/local/templates/spiritfit-v3//css/../fonts/GothamPro/GothamPro-Bold.woff) format("woff");
    src: url(/local/templates/spiritfit-v3//css/../fonts/GothamPro/GothamPro-Bold.ttf) format("truetype");
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: Gotham Pro;
    src: url(/local/templates/spiritfit-v3//css/../fonts/GothamPro/GothamPro-Black.eot);
    src: local("Gotham Pro Bold"), local("GothamPro-Bold");
    src: url(/local/templates/spiritfit-v3//css/../fonts/GothamPro/GothamPro-Black.eot?#iefix) format("emb/edded-opentype");
    src: url(/local/templates/spiritfit-v3//css/../fonts/GothamPro/GothamPro-Black.woff) format("woff");
    src: url(/local/templates/spiritfit-v3//css/../fonts/GothamPro/GothamPro-Black.ttf) format("truetype");
    font-weight: 900;
    font-display: swap;
}


*{
    /*scroll-behavior: smooth;*/
    margin: 0;
    padding: 0;
    font: inherit;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.hidden, .is-hide{
    display: none;
}
/* Landscape - телефоны */
@media  screen and (max-width: 480px) {
    .hidden-phone{
        display: none!important;
    }
    .visible-tablet{
        display: none!important;
    }
    .visible-desktop{
        display: none!important;
    }
}
/* От ландшафтного экрана телефона до потретного планшета */
@media  screen and (max-width: 767px) {
    .hidden-phone{
        display: none!important;
    }
    .visible-tablet{
        display: none!important;
    }
    .visible-desktop{
        display: none!important;
    }
}
/* От портретного планшета до ландшафтного экрана и настольных дисплеев */
@media  screen and (min-width: 768px) and (max-width: 1200px) {
    .visible-phone{
        display: none!important;
    }
    .visible-desktop{
        display: none!important;
    }
    .hidden-tablet{
        display: none!important;
    }
    .b-top-menu__abonement-btn.tablet{
        display: block;
    }
}
/* Большой дисплей */
@media screen and (min-width: 1201px) {
    .hidden-desktop{
        display: none!important;
    }
    .visible-tablet{
        display: none!important;
    }
    .visible-phone{
        display: none!important;
    }
}

.b-top-menu__abonement-btn.tablet{
    display: none;
    z-index: 10001;
}

@media screen and (max-width: 600px) {
    .b-top-menu__abonement-btn.tablet{
        display: none;
    }
}

/*АНИМАЦИЯ КНОПКИ*/
.escapingBallG-animation{
    position: relative;
    width: 125px;
    height: 0;
    display: none;
    margin: 0 auto;
    opacity:0;
    transition: opacity 0.3s;
    z-index:2;
}

.escapingBallG-animation.active{
    display: block;
    opacity: 1;
    transform: translateY(-75px);
}

.escapingBallG{
    background-image: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%)!important;;
    position:absolute;
    top:0;
    left:0;
    width:30px;
    height:30px;
    border-radius:21px;
    -o-border-radius:21px;
    -ms-border-radius:21px;
    -webkit-border-radius:21px;
    -moz-border-radius:21px;
    animation-name:bounce_escapingBallG;
    -o-animation-name:bounce_escapingBallG;
    -ms-animation-name:bounce_escapingBallG;
    -webkit-animation-name:bounce_escapingBallG;
    -moz-animation-name:bounce_escapingBallG;
    animation-duration:1.5s;
    -o-animation-duration:1.5s;
    -ms-animation-duration:1.5s;
    -webkit-animation-duration:1.5s;
    -moz-animation-duration:1.5s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-timing-function:linear;
    -o-animation-timing-function:linear;
    -ms-animation-timing-function:linear;
    -webkit-animation-timing-function:linear;
    -moz-animation-timing-function:linear;
    animation-delay:0s;
    -o-animation-delay:0s;
    -ms-animation-delay:0s;
    -webkit-animation-delay:0s;
    -moz-animation-delay:0s;
    transform:scale(0.5, 1);
    -o-transform:scale(0.5, 1);
    -ms-transform:scale(0.5, 1);
    -webkit-transform:scale(0.5, 1);
    -moz-transform:scale(0.5, 1);
}

.escapingBallG-animation.white .escapingBallG{
    background-color: white!important;
}


@keyframes bounce_escapingBallG{
    0%{
        left:0px;
        transform:scale(0.5, 1);
    }

    25%{
        left:41px;
        transform:scale(1, 0.5);
    }

    50%{
        left:103px;
        transform:scale(0.5, 1);
    }

    75%{
        left:41px;
        transform:scale(1, 0.5);
    }

    100%{
        left:0px;
        transform:scale(0.5, 1);
    }
}

@-o-keyframes bounce_escapingBallG{
    0%{
        left:0px;
        -o-transform:scale(0.5, 1);
    }

    25%{
        left:41px;
        -o-transform:scale(1, 0.5);
    }

    50%{
        left:103px;
        -o-transform:scale(0.5, 1);
    }

    75%{
        left:41px;
        -o-transform:scale(1, 0.5);
    }

    100%{
        left:0px;
        -o-transform:scale(0.5, 1);
    }
}

@-ms-keyframes bounce_escapingBallG{
    0%{
        left:0px;
        -ms-transform:scale(0.5, 1);
    }

    25%{
        left:41px;
        -ms-transform:scale(1, 0.5);
    }

    50%{
        left:103px;
        -ms-transform:scale(0.5, 1);
    }

    75%{
        left:41px;
        -ms-transform:scale(1, 0.5);
    }

    100%{
        left:0px;
        -ms-transform:scale(0.5, 1);
    }
}

@-webkit-keyframes bounce_escapingBallG{
    0%{
        left:0px;
        -webkit-transform:scale(0.5, 1);
    }

    25%{
        left:41px;
        -webkit-transform:scale(1, 0.5);
    }

    50%{
        left:103px;
        -webkit-transform:scale(0.5, 1);
    }

    75%{
        left:41px;
        -webkit-transform:scale(1, 0.5);
    }

    100%{
        left:0px;
        -webkit-transform:scale(0.5, 1);
    }
}

@-moz-keyframes bounce_escapingBallG{
    0%{
        left:0px;
        -moz-transform:scale(0.5, 1);
    }

    25%{
        left:41px;
        -moz-transform:scale(1, 0.5);
    }

    50%{
        left:103px;
        -moz-transform:scale(0.5, 1);
    }

    75%{
        left:41px;
        -moz-transform:scale(1, 0.5);
    }

    100%{
        left:0px;
        -moz-transform:scale(0.5, 1);
    }
}
/*АНИМАЦИЯ КНОПКИ*/

a.gradient {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    background: linear-gradient(90deg,#e23834 3.26%,#7a27f1 98.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
    position: relative;
}
a.gradient:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg,#e23834 3.26%,#7a27f1 98.07%);
    bottom: 0;
}
.gradient-text{
    background: linear-gradient(90deg,#e23834 3.26%,#7a27f1 98.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gradient-text.reverse{
    background: linear-gradient(90deg,#7a27f1 0%,#e23834 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bold{
    font-weight: 900;
}
.white{
    color:white;
}

.select2-results__options::-webkit-scrollbar{
    -webkit-appearance: none;
    width: 7px;
}
.select2-results__options::-webkit-scrollbar-thumb {
    background-image: linear-gradient(135deg, #E23834 3.26%, #8428DD 98.07%);    /* цвет бегунка */
    border-radius: 8px;       /* округлось бегунка */
}

[type=text], [type=password], [type=email], [type=tel] {
    display: block;
    width: 100%;
    padding: 28px 12px 3px;
    color: currentColor;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6;
    border: 0;
    border-bottom: 2px solid;
    background-color: transparent;
}
.b-checkbox, .b-radio {
    position: static;
    display: flex;
    font-size: 14px;
    line-height: 1.7;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
}
.b-checkbox__input, .b-radio__input {
    position: absolute;
    opacity: 0;
}
.b-checkbox__text, .b-radio__text {
    position: relative;
    display: block;
    padding-left: 50px;
}
.b-checkbox__text:before, .b-radio__text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-radius: 3px;
    background-image: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%);
    box-shadow: inset #fff 0 0 0 11px;
    cursor: pointer;
    transition: box-shadow ease .35s,border-color ease .35s;
}
.b-checkbox__input:checked+.b-checkbox__text:before, .b-radio__input:checked+.b-checkbox__text:before, .b-checkbox__input:checked+.b-radio__text:before, .b-radio__input:checked+.b-radio__text:before {
    box-shadow: inset #fff 0 0 0 3px;
}

.closer {
    width: 25px;
    height: 25px;
}
.closer svg {
    width: 100%;
    height: 100%;
}
.closer.white svg{
    fill:white;
}
.bg-white {
    background:white !important;
}
.button, .button-outline {
    display: inline-block;
    vertical-align: middle;
    padding: 22px 60px;
    font-family: "Gotham Pro",sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%);
    transition: background-image.15s ease 0s,color .15s ease 0s,border-color .15s ease 0s;
    cursor: pointer;
    overflow: hidden;
    border:none;
}

.button-outline {
    padding: 20px 60px;
    font-size: 13px;
    color: currentColor;
    background: transparent;
    border: 1px solid;
    border-image:
            linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%) 1;
}
.button:hover, .button-outline:hover, .button:active, .button-outline:active, .button:focus, .button-outline:focus {
    color: #fff;
    background-image:linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%);
    text-decoration: none;
}

.button[disabled],
.button-outline[disabled]{
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

select.select2 {
    width: 100%;
}
span.select2-selection.select2-selection--single {
    background: transparent;
    border: none;
    border-bottom: 2px solid currentColor;
    border-radius: 0;
}
.select2-container--default .select2-selection__rendered {
    padding-left: 5px!important;
    font-size: 18px!important;
    color: currentColor!important;
}
.select2-dropdown {
    margin-top: -34px;
}
.select2-black .select2-dropdown {
    background: black;
    border: none;
    border-radius: 0;
}
.select-bg-black.select2-black .select2-dropdown {
    background: none;
    border: none;
    border-radius: 0;
    margin-top:-48px;
}
.select-bg-black.select2-black .select2-container {
    background: var(--select2-background-color);
    border-radius: 8px;
    padding: 10px;
}
.select-bg-black.select2-black span.select2-selection.select2-selection--single{
    border-bottom:none;
}

.select2-black .select2-results__options {
    padding: 10px 20px;
    background-color: rgb(19,19,19);
}
.select-bg-black.select2-black .select2-results__options {
    padding: 10px 20px;
    background-color: var(--select2-background-color);
    border-radius: 8px;
}
.select-bg-black.select2-black .select2-container--default .select2-selection--single .select2-selection__arrow:before{
    top:50%;
    transform: rotate(45deg) translate(-50%,-50%);
}
.select-bg-black.select2-black .select2-selection__placeholder{
    color:white!important;
}
.select-bg-black.select2-black .select2-container--default .select2-search--dropdown .select2-search__field{
    background-color: var(--select2-background-color)!important;
    font-size: 18px!important;
    padding: 14px 20px!important;
    border-radius: 8px;
}
.select-bg-black.select2-black span.select2-dropdown.select2-dropdown--above {
    transform: translateY(81px);
    display: flex;
    flex-direction: column-reverse;
}
.select-bg-black.select2-black span.select2-dropdown.select2-dropdown--above span.select2-search.select2-search--dropdown {
    margin-top: 5px;
}

.select-bg-black.select2-black .select2-search--dropdown {
    margin-bottom: 5px;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-results__option {
    padding: 10px 20px!important;
    margin: 0 -20px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgb(0,0,0)!important;
}
.select2-search--dropdown {
    padding: 0!important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    width: 100%!important;
    background: black!important;
    border: none!important;
    padding: 10px 20px!important;
    font-size: 18px!important;
    color: #fff!important;
    font-weight: 700!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: '';
    position: absolute;
    top: 2px;
    right: 14px;
    display: block;
    width: 9px;
    height: 9px;
    border: 2px solid currentColor;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: var(--select2-background-color);
}
.select2-container.select2-container--default.select2-container--open:not(.select2-container--below) {
    padding: 0;
}

a{
    text-decoration: none;
    color:currentColor;
    /*text-transform: uppercase;*/
    position:relative;
}
input:focus {
    outline: none;
}

ul, ol{
    list-style:none;
}
.black {
    color: black!important;
}
.popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    align-items: center;
    justify-content: center;
    background: #00000080;
}
.modal__closer {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 20px;
    height: 20px;
    transition: 0.3s;
    transform:rotate(0deg);
    cursor:pointer;
}
.modal__closer:hover{
    transform:rotate(180deg);
}
.purple-text{
    color: #7927F3;
}
.bg-black{
    background: black;
}

b{
    font-weight: 900;
}

.simple-text {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    margin-top: 32px;
}
.d-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.d-column{
    display: flex;
    flex-direction: column;
}
.white-checkbox,
.black-checkbox{
    position: relative;
    /* padding-left: 30px; */
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*margin: 12px 0;*/
    display: flex;
    flex-direction: row;
    align-items: center;
}
.white-checkbox input,
.black-checkbox input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.white-checkbox input:checked ~ .checkbox__checkmark:after,
.black-checkbox input:checked ~ .checkbox__checkmark:after{
    opacity: 1;
}


.white-checkbox .checkbox__checkmark,
.black-checkbox .checkbox__checkmark {
    position: relative;
    height: 24px;
    width: 24px;
    background-color: transparent;
    transition: background-color 0.25s ease;
    border-radius: 4px;
    flex: 0 0 24px;
    margin-right: 10px
}
.white-checkbox .checkbox__checkmark{
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.black-checkbox .checkbox__checkmark{
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.white-checkbox .checkbox__checkmark:after,
.black-checkbox .checkbox__checkmark:after{
    content: "";
    position: absolute;
    left: 8px;
    top: 3px;
    width: 5px;
    height: 10px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    transform: rotate(43deg);
    opacity: 0;
    transition: opacity 0.25s ease;
}
.white-checkbox .checkbox__checkmark:after{
    border-color: #fff;
}
.black-checkbox .checkbox__checkmark:after{
    border-color: black;
}

.white-checkbox .checkbox__body {
    color: #333;
    line-height: 1.4;
    font-size: 16px;
    font-weight: bold;
}
.checkbox__label.legalinfo{
    color: black;
    font-size: 16px;
    line-height: 24px;
}
.input-form__row {
    display: flex;
    flex-direction: row;
    margin-bottom: 16px;
    margin-right: 0!important;
    width: 100%;
}
.input__input {
    padding: 8px 16px 12px;
    border: 1px solid #EDEDED;
    width: 100%;
    flex: 0 0 100%;
    position: relative;
}
.input__input.half {
    width: calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
    margin: 0 8px;
}
.input__input.half:first-child {
    margin-left: 0;
}
.input__input.half:last-child {
    margin-right: 0;
}
span.input__input-placeholder {
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #A4A4A4;
}
input.input__input-value {
    border: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    padding: 3px 0 0;
    width: 100%;
    display: block;
}
.input__field-error{
    color: red;
    font-weight: 300;
    position: absolute;
    bottom: 0;
    right: 5px;
    font-size: 12px;
}
@media screen and (max-width: 768px) {
    .input-form__row{
        flex-direction: column;
    }
    .input__input.half {
        width: 100%;
        flex: 0 0 100%;
        margin: 5px 0;
    }
}


/*ВСЕ ФОРМЫ ЕДИНЫЙ СТАНДАРТ*/
.form-fields-body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 60vh;
    overflow: auto;
    margin-bottom: 20px;
}
.form-field__item {
    width: 100%;
    margin-bottom: 16px;
    padding: 8px 16px 12px;
    border: 1px solid #EDEDED;
    position: relative;
}
.form-field__item.half {
    width: calc(50% - 15px);
}
span.form-field__placeholder {
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #A4A4A4;
}
.form-field__item input {
    border: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    padding: 3px 0 0;
    width: 100%;
    display: inline-block;
}
.form-field__item input[size]:not([data-toggle="datepicker"]){
    width: unset;
}
.form-field__item input.radio-input {
    width: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.form-field__item input.radio-input+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    flex-direction: row;
    height: 20px;
    margin-right: 20px;
}
.form-field__item input.radio-input+label::before{
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #A4A4A4;
    border-radius: 50%;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
/* стили при наведении курсора на радио */
.form-field__item input.radio-input:not(:disabled):not(:checked)+label:hover::before {
    border-color: black;
}
/* стили для активной радиокнопки (при нажатии на неё) */
.form-field__item input.radio-input:not(:disabled):active+label::before {
    background-color: black;
    border-color: black;
}
/* стили для радиокнопки, находящейся в фокусе */
.form-field__item input.radio-input:focus+label::before {
    box-shadow: 0 0 0 1px #A4A4A4;
}
/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
.form-field__item input.radio-input:focus:not(:checked)+label::before {
    border-color: black;
}
/* стили для радиокнопки, находящейся в состоянии checked */
.form-field__item input.radio-input:checked+label::before {
    border-color: black;
    background-color: black;
    box-shadow: 0 0 0 2px white inset;
}
.form-field__item span{
    height: 20px;
}
.form-field__item span.field-error {
    font-size: 12px;
    font-weight: 300;
    color: #E23834;
    position: absolute;
    bottom: 0;
    left: 15px;
    height: 14px;
}
.form-field__item.error {
    border: 1px solid #E23834;
}
.form-field__input-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}
.form-field__input-container span.field-error{
    left: 0;
    bottom: -13px;
}
.form-field__input-container .suggestions-wrapper{
    width: calc(100% + 32px);
    position: absolute;
    bottom: 0;
    margin: -10px -16px;
}
/*AUTOFILL*/
.form-field__item input:-webkit-autofill,
.form-field__item input:-webkit-autofill:hover,
.form-field__item input:-webkit-autofill:focus,
.form-field__item input:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
    outline: none;
    -webkit-box-shadow: inset 0 0 0 50px #ffffff !important;

}
/*AUTOFILL*/
/*ВСЕ ФОРМЫ ЕДИНЫЙ СТАНДАРТ*/


.datepicker-container{
    z-index: 100000!important;
}

.select2-container--default .select2-selection--multiple{
    background-color: transparent!important;
    border: none!important;
}
.multiselect.select-bg-black.select2-black .select2-dropdown{
    margin-top: 5px;
}
.multiselect.select-bg-black.select2-black input.select2-search__field{
    color: white;
}
.multiselect .select2-container--default .select2-selection--multiple .select2-selection__choice{
    color: black;
}
.multiselect .select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #e2e2e2!important;
    color: black;
}
.multiselect .select2-container--default .select2-results__option[aria-selected=true]{
    background-color: #e2e2e2!important;
    color: black;
}
.half {
    width: 50%;
    flex: 0 0 50%;
    position: relative;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: unset!important;
    cursor: default;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.select2-container--default .select2-selection--single .select2-selection__clear{
    display: none;
}

/*TODO:Надо будет удалить*/
.personal-section-title {
    line-height: 32px!important;
}
.uppercase {
    text-transform: uppercase;
}
/* End */


/* Start:/local/templates/spiritfit-v3//css/suggestions.css?17503796621454*/
.suggestions-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    vertical-align: top;
    -webkit-text-size-adjust: 100%;
    width: 100%;
}

.suggestions-nowrap {
    white-space: nowrap
}

.suggestions-input {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.suggestions-input::-ms-clear {
    display: none
}
.suggestions-suggestions {
    background: #F0F0F0;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* cursor: pointer; */
    cursor: default;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 9999;
    /* margin: 0 -20px; */
    -webkit-text-size-adjust: 100%;
    box-shadow: 0px 5px 20px 0px #0000009e;
}
.suggestions-suggestion {
    padding: 10px 20px;
    font-size: 18px;
    /* color: #fff; */
    font-weight: 500;
    cursor: pointer;
}
.suggestions-suggestions strong {
    font-weight: 600;
    background: linear-gradient(90deg,#e23834 3.26%,#7a27f1 98.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.suggestions-suggestion:hover {
    background: linear-gradient(90deg,#e23834 3.26%,#7a27f1 98.07%);
    color:white;
}
.suggestions-suggestion:hover strong{
    color: white;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}
/* End */


/* Start:/local/templates/spiritfit-v3//css/popup.css?17503796621963*/
.popup-modal__container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    align-items: center;
    justify-content: center;
    background: #00000080;
    display: none;
}
.popup__modal {
    padding: 50px 40px;
    background: white;
    color: black;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}
.modal__closer {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 20px;
    height: 20px;
    transition: 0.3s;
    transform:rotate(0deg);
    cursor:pointer;
    z-index: 10;
}
.modal__closer:hover{
    transform:rotate(180deg);
}
.modal__closer svg{
    width: 100%;
    height: 100%;
}
.popup__modal{
    min-width: 600px;
    max-height: 95vh;
}
.popup__modal-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.popup__modal-title-icon {
    height: 32px;
    width: 32px;
    margin-right: 10px;
}
.popup__modal-title-icon svg{
    width: 100%;
    height: 100%;
}
.popup__modal-title-icon img{
    width: 100%;
    height: 100%;
}
.popup__modal-info {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
    position: relative;
}
.clue-detail-show {
    margin-left: auto;
    width: max-content;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    cursor: pointer;
}

.popup__modal-info-text {
    max-height: 120px;
    overflow: hidden;
}

.popup__modal-info.error-text {
    margin-bottom: 0;
}

@media screen and (max-width: 658px) {
    .popup__modal {
        width: 95vw;
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 95vh;
        min-width: unset;
    }
}
@media screen and (max-width: 425px) {
    .popup__modal {
        padding: 50px 24px 32px;
    }
    .modal__closer{
        top: 25px!important;
        right: 25px!important;
    }
}
/* End */


/* Start:/local/templates/spiritfit-v3/components/personal.custom/personal.auth/popup/style.css?17503796623772*/
.request-call-message, .request-sms-message {
    font-weight: 500;
    font-size: 16px;
}
.show_password {
    font-size: 12px;
    float:right;
    position: relative;
    margin-top: 5px;
    cursor: pointer;
}
.popup-modal__personal{
    display: none;
    padding: 48px;
    background: white;
    position: absolute;
    width: 532px;
    transition:0.2s all;
    opacity: 0;
    top:50%;
    left: 50%;
    transform:translate(-50%,-50%);
    z-index: 10;
}
.popup-modal__personal.active{
    display: block;
    opacity: 1;
}
.popup-modal__personal.scale{
    transform:translate(-50%,-50%) scale(0.5);
    filter: blur(1px);
}
.popup-personal__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 44px;
    margin:24px 0;
}
.personal_form__input-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #A4A4A4;
    margin-bottom: 4px;
}
.personal_form__input-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    height: 48px;
    border: 1px solid #EDEDED;
    position: relative;
}

.personal_form--tel-prenumber {
    background: #F0F0F0;
    border-radius: 4px;
    margin: 2px;
    padding: 12px 15px;
    font-size: 20px;
    line-height: 20px;
}
.personal_form__input-value {
    border: none;
    color: black!important;
    font-size: 20px;
    line-height: 20px;
    padding: 0 15px;
}
.personal_form__input{
    margin-bottom: 12px;
}
.personal_form__submit{
    width: 100%;
    margin: 32px 0;
}
.personal_form__input-value::placeholder{
    color: #A4A4A4 !important;
}
.personal_form__input-value:-moz-placeholder{
    color: #A4A4A4 !important;
}
.personal_form__input-value::-moz-placeholder{
    color: #A4A4A4 !important;
}
.personal_form__input-value::-webkit-input-placeholder {
    color: #A4A4A4 !important;
}
.popup-personal__footer-btn {
    text-align: center;
    margin: 12px 0;
    font-size: 16px;
    line-height: 20px;
}
.popup-personal__footer-btn:last-child{
    margin-bottom: 0;
}

.popup-container.active{
    display: flex;
}
.popup-container{
    display: none;
}
span.field-error {
    font-size: 13px;
}
a.resend {
    font-size: 14px;
    text-align: center;
    width: 100%;
    display: block;
    margin: 5px 0;
}
input.reg_code {
    text-align: center;
}
a.resend:hover{
    text-decoration: underline;
}
.form-submit-result-text {
    text-align: center;
    font-size: 14px;
}
.show-password-icon {
    position: relative;
    width: 50px;
}
button.password-btn.active {
    display: block;
}
button.password-btn {
    width: 25px;
    height: 25px;
    display: none;
    border: none;
    background: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
button.password-btn svg {
    height: 100%;
    width: 100%;
}
.popup-modal__personal a{
    color: #7927f3;
    font-weight: 500;
}
.personal_form__input-container .suggestions-wrapper{
    position:absolute;
    top:100%;
    left: 0;
}

@media screen and (max-width: 560px){
    .popup-modal__personal{
        width: 95vw;
        padding: 36px 24px;
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 100vh;
    }
}

span.field-message {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px;
    display: block;
    padding-top: 5px;
}

    /*AUTOFILL*/
.personal_form__input-value:-webkit-autofill,
.personal_form__input-value:-webkit-autofill:hover,
.personal_form__input-value:-webkit-autofill:focus,
.personal_form__input-value:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: black !important;
}
/*AUTOFILL*/


.g-recaptcha {
    margin: 12px auto 0;
    display: block;
    width: max-content;
}
/* End */


/* Start:/local/templates/spiritfit-v3/components/bitrix/menu/main-menu/style.css?17503796622439*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/spiritfit-v3/components/bitrix/menu/main-menu/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}
li.b-top-menu__item{
	list-style: none;
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
}
button.arrow.second-menu-button {
	width: 14px;
	height: 14px;
	background: none;
	border: none;
	padding: 4px;
}
button.arrow.second-menu-button:after {
	content: "";
	width: 100%;
	height: 100%;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	display: block;
	transform: rotate(45deg) translate(-5px, 0px);
}
ul.b-top-menu__second-level {
	position: absolute;
	color: white;
	background-color: rgba(0,0,0,.8);
	top: calc(100% + 32px);
	width: 440px;
	z-index: 100;
	padding: 12px 0;
}
li.b-top-menu__second-level-item {
	font-size: 16px;
	line-height: 18px;
}
li.b-top-menu__second-level-item:first-child{
	margin-top: 0;
}
a.b-top-menu__second-level-link{
	padding: 12px 24px;
	width: 100%;
	display: block;
	font-weight: 600;
}

a.b-top-menu__second-level-link:hover{
	background: linear-gradient(90deg,#e23834 3.26%,#7a27f1 98.07%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}


.b-top-menu__link{
	display:block;
	padding:15px 9px;
	color:#fff;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:none;	
}

@media screen and (max-width: 1200px) {
	ul.b-top-menu__menu {
		display:block;
	}
	.b-top-menu__link {
		padding: 15px 0;
		font-size: 24px;
		font-weight: 500;
	}
	li.b-top-menu__item{
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}
	button.arrow.second-menu-button{
		position: absolute;
		top: 13px;
		right: 0;
		width: 30px;
		height: 30px;
		transition: 0.3s;
		padding: 9px;
	}
	button.arrow.second-menu-button:after{
		transform: rotate(45deg) translate(-3px, -2px);
	}
	button.arrow.second-menu-button.active {
		transform: rotate(180deg);
	}
	ul.b-top-menu__second-level{
		position: static;
	}
}
/* End */


/* Start:/local/templates/spiritfit-v3/components/bitrix/menu/anchor/style.css?17503796622030*/
.b-top__anchor-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: white;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 14px;
}
li.b-top-anchor__item {
    margin-right: 40px;
    display: none;
}

li.b-top-anchor__item.active a.b-top-anchor__link {
    background: linear-gradient(90deg, #E23834 3.26%, #8428DD 98.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
h3.b-top__anchor-mobile{
    display: none;
}

@media screen and (max-width: 1024px) {
    /*li.b-top-anchor__item{*/
    /*    opacity: 0;*/
    /*    transition: 0.3s;*/
    /*    position: absolute;*/
    /*    height: 0;*/
    /*    width: 0;*/
    /*}*/
    .b-top__anchor-menu{
        display: none;
    }
    /*li.b-top-anchor__item.active {*/
    /*    display: list-item;*/
    /*    opacity: 1;*/
    /*    position: static;*/
    /*    height: unset;*/
    /*    width: unset;*/
    /*}*/
    h3.b-top__anchor-mobile {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        padding: 14px;
        color: white;
        width: max-content;
        margin: auto;
        display: block;
    }
    h3.b-top__anchor-mobile.active{
        background: linear-gradient(90deg, #E23834 3.26%, #8428DD 98.07%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    h3.b-top__anchor-mobile:after {
        content: '';
        width: 7px;
        height: 7px;
        display: inline-block;
        border-bottom: 1px solid;
        border-right: 1px solid;
        transform: rotate(45deg) translate(-2px, -3px);
        margin-left: 12px;
    }

    .b-top__anchor-container.opening ul.b-top__anchor-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    li.b-top-anchor__item {
        margin: 10px 0;
    }
    .b-top__anchor-container.opening h3.b-top__anchor-mobile:after{
        transform: rotate(225deg) translate(-2px, 3px);
    }
}
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1662042935666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/local/templates/spiritfit-v3/components/bitrix/news.detail/club/style.css?175037966214800*/
.b-image-plate-block {
    /*margin-bottom: 85px;*/
    position: relative;
    /*padding-bottom: 100px;*/
    color: #000;
    overflow-x: hidden;
}
.b-image-plate-block_simple-mobile .b-image-plate-block__content {
    position: relative;
    overflow: hidden;
}
.b-image-plate-block__content {
    display: flex;
    align-items: center;
}
.b-image-plate-block__slider-nav {
    position: absolute;
    z-index: 30;
    right: 10px;
    top: 0;
}
.b-image-plate-block__img-holder_slider {
    width: calc(100% - 315px);
    margin-right: -125px;
}
.b-image-plate-block__img-holder {
    display: block;
    width: calc(100% - 315px);
    margin-right: -125px;
}
.b-image-plate-block__slide-img {
    display: block;
    max-height: 815px;
}

.b-image-plate-block__text-content {
    position: relative;
    z-index: 20;
    /* min-height: 670px; */
    width: 540px;
    padding: 40px;
    margin-left: -125px;
    margin-top: 14px;
    margin-bottom: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background-color: #F5F5F4;
}
.b-image-plate-block__text-content-inner {
    max-width: 100%;
}
.b-image-plate-block__text {
    margin-bottom: 60px;
    padding: 0 30px;
    font-weight: 500;
    line-height: 1.7;
}
/*.b-image-plate-block__text-content .slick-track {*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/
.b-image-plate-block__text-item h2, .b-image-plate-block__text-item .h2 {
    font-size: 27px;
    margin-bottom: 52px;
}
.b-image-plate-block__text-content .slick-slide, .b-image-block__text .slick-slide {
    height: auto;
}
.b-image-plate-block__arrow--left {
    left: -17px;
}
.b-image-plate-block__arrow {
    height: 45px;
    width: 45px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 500px;
    z-index: 100;
    transform: translateY(-50%);
    border: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
    box-sizing: border-box;
}
.b-image-plate-block__arrow--right {
    right: -17px;
}
.b-image-plate-block .slick-dots li>button, .b-image-block .slick-dots li>button{
    border:1px solid black;
}
.b-image-plate-block__arrow::before {
    top: 14px;
}
.b-image-plate-block__arrow::before, .b-image-plate-block__arrow::after {
    content: '';
    height: 2px;
    width: 20px;
    background: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%);
    position: absolute;
}
.b-image-plate-block__arrow::before {
    top: 14px;
}
.b-image-plate-block__arrow--right::before {
    transform: rotate(45deg);
    right: 10px;
}
.b-image-plate-block__arrow::after {
    bottom: 14px;
}
.b-image-plate-block__arrow::after {
    bottom: 14px;
}
.b-image-plate-block__arrow--right::after {
    transform: rotate(-45deg);
    right: 10px;
}
.b-image-plate-block__arrow--left::before {
    transform: rotate(-45deg);
    left: 10px;
}
.b-image-plate-block__arrow--left::after {
    transform: rotate(45deg);
    left: 10px;
}
@media screen and (max-width: 768px){
    .b-image-plate-block_simple-mobile {
        padding: 0;
    }
    .b-image-plate-block_simple-mobile .b-image-plate-block__content {
        flex-direction: column;
    }
    .b-image-plate-block_simple-mobile .b-image-plate-block__slider-nav {
        position: static;
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: 30px;
    }
    .b-image-plate-block_simple-mobile .b-image-plate-block__img-holder_slider {
        position: relative;
        left: 0;
        right: 0;
        width: 100%;
        height: auto;
        margin: 0;
        transform: none;
    }
    .abonements-block-slider .slick-slide img {
        max-width: initial;
    }
    .b-image-plate-block__slide-img {
        width: auto;
        height: calc(100vw - 40px);
        max-height: 350px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .b-image-plate-block_simple-mobile .b-image-plate-block__text-content {
        margin: 0;
    }
    .abonements-block-slider .b-image-plate-block__text-content {
        padding-left: 40px;
        padding-right: 40px;
    }
    .b-image-plate-block__text-content {
        padding: 55px 24px;
        min-height: auto;
    }
    .b-image-plate-block__text-content {
        width: calc(100% + 32px);
        margin: 0 -16px;
    }
    .b-image-plate-block__text {
        margin-bottom: 5px;
        padding: 0 15px;
    }
    .abonements-block-slider .b-image-plate-block__arrow--left {
        left: 18px;
    }
    .b-image-plate-block__arrow {
        top: -23px;
        height: 35px;
        width: 55px;
        border-radius: 10px;
        border: 1px solid #f5f5f5;
        background-color: rgba(0, 0, 0, 0);
    }
    .b-image-plate-block__arrow--left::before {
        left: 11px;
    }
    .b-image-plate-block__arrow::after {
        bottom: 9px;
    }
    .b-image-plate-block__arrow::before {
        top: 9px;
    }
    .b-image-plate-block__arrow--on-img.b-image-plate-block__arrow::before {
        top: 12px;
    }
    .b-image-plate-block__arrow--left::after {
        left: 11px;
    }
    .b-image-plate-block__arrow--on-img.b-image-plate-block__arrow::after {
        bottom: 13px;
    }
    .slide-text-content {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .b-image-plate-block__arrow--on-img {
        background-color: rgba(255, 255, 255, .3);
        border: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 40px;
        width: 40px;
    }
    .b-image-plate-block__arrow--right{
        right: 5px;
    }
    .b-image-plate-block__arrow--left {
        left: 5px;
    }
}


.b-treners__item .b-twoside-card__inner {
    display: block;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    margin: 0;
    background: #F5F5F4;
    color: #000;
    cursor: pointer;
    transition: transform .4s ease 0s;
}

.b-treners__item .b-twoside-card__content {
    display: flex;
    flex-direction: column;
    padding: 35px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    transition: filter ease .35s;
    height: 510px;
}
.b-twoside-card__video {
    display: block;
    position: relative;
    margin-bottom: 40px;
}
.b-twoside-card__image {
    width: 240px;
    height: 240px;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin: 0 auto 40px;
}
.b-treners .b-twoside-card__content .b-twoside-card__name {
    display: block;
    position: relative;
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(90deg, #E33932 0%, #7827F4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.b-twoside-card__open {
    display: block;
    position: absolute;
    bottom: 32px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    transition: all .3s;
}
.b-treners .b-twoside-card__hidden-content {
    background: #000;
    color: #FFF;
}
.b-twoside-card__hidden-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 56px 28px;
    opacity: 0;
    transition: opacity ease .35s,transform .4s ease 0s;
}
.b-treners .b-twoside-card__name {
    display: block;
    position: relative;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.b-treners .b-twoside-card__description {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 19px;
    overflow: auto;
    height: 90%;
    padding-right: 5px;
}
.b-twoside-card.is-open .b-twoside-card__inner {
    color: #fff;
    z-index: 10;
    transform: rotateY(180deg);
    transform-style: preserve-3d;
}
.b-treners .b-twoside-card.is-open .b-twoside-card__content {
    opacity: 0;
}
.b-twoside-card.is-open .b-twoside-card__content {
    filter: brightness(0);
}
.b-treners .b-twoside-card.is-open .b-twoside-card__hidden-content {
    padding: 33px 24px 95px;
}
.b-twoside-card.is-open .b-twoside-card__hidden-content {
    opacity: 1;
    display: flex;
    transform: rotateY(180deg);
}
.b-twoside-card.b-treners__item{
    margin:0 20px;
    /*width: 390px;*/
}
.b-twoside-card__description::-webkit-scrollbar{
    width: 5px;
}
.b-twoside-card__description::-webkit-scrollbar {
    background: rgba(137, 137, 137, 0.58);
}
.b-twoside-card__description::-webkit-scrollbar-thumb {
    background-image: linear-gradient(135deg, #E23834 3.26%, #8428DD 98.07%);    /* цвет бегунка */
    border-radius: 3px;       /* округлось бегунка */
}

div#route-window {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #00000087;
    height: 100%;
    z-index: 999;
}
.b-map__route {
    width: 1000px;
    /*height: 525px;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 80px 50px 50px;
    color:black;
}
.b-map__route-tab-links {
    display: flex;
}
.b-map__route-tab-link {
    /* width: 33.333333%; */
    /* text-align: center; */
    /* padding: 30px 0; */
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    background: #F5F5F4;
    color:black;
    padding: 22px 30px;
}
.b-map__route-tab-link.active {
    background-image: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%);
    color:white;
}
.b-map__route-tab-link:first-child {
    border-left: none;
}
/*.b-map__route-body {*/
/*    padding: 50px 0 0;*/
/*}*/
.b-map__route-tabitem-desc {
    padding: 32px 0;
    font-size: 18px;
    font-weight: 300;
    display: none;
}
.b-map__route-tab-desc {
    width: calc(100% - 310px);
    display: inline-block;
    vertical-align: top;
    padding-right: 30px;
}
.b-map__route-tabitem-desc.active {
    display: block;
}
.b-map__route-tabs{
    margin-top:50px
}
.b-map__route-mapiframe {
    width: 300px;
    height: 300px;
    display: inline-block;
}
.b-map__mapiframe-info {
    font-size: 15px;
    margin: 10px 0;
}
.b-map__mapiframe-icon {
    width: 10px;
    height: 14px;
    display: inline-block;
}
.b-map__mapiframe-icon svg{
    height: 100%;
}
.b-map__route-closer {
    position: absolute;
    top: 30px;
    right: 30px;
}
@media screen and (max-width: 1024px){
    .b-map__route-mapiframe{
        margin:20px 0;
    }
    .b-map__route-tab-links {
        flex-direction: column;
    }
    .b-map__route-tab-link{
        width: 100%!important;
    }
    .b-map__route-tabitem-desc.hidden-desktop {
        background: #F5F5F4;
        padding: 20px;
        border: 2px solid;
        border-image:
                linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%) 1!important;
        text-align: center;
    }
    .b-map__route{
        width: 90%;
        overflow-y: auto;
        overflow-x: hidden;
        max-height: calc(100vh - 160px);
    }
}
@media screen and (max-width: 535px){
    .b-map__route{
        width: 100%;
        padding: 50px 24px
    }
    .b-map__route-closer {
        top: 20px;
        right: 20px;
    }
}
.club-video-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background: #000;
    align-items: center;
    justify-content: center;
    display: none;
}
.club-video-closer {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 1000;
}

.b-map {
    position: relative;
}
.b-map__map-wrap {
    position: relative;
}
.map-club-detail{
    height: 780px;
}

h2.b-map__info-title {
    font-size: 32px;
    margin-bottom: 40px;
    line-height: 36px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: linear-gradient(90deg, #E43932 3.26%, #7827F6 98.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

@media screen and (max-width: 768px) {
    .map-club-detail {
        height: 300px;
    }
    .map-club-detail .b-map__info-title{
        margin-bottom: 20px;
    }
}


.b-page__club-info-plate {
    width: 530px;
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 0 64px 24px;
    height: 635px;
    pointer-events: auto;
    position: absolute;
    display: inline-block;
    z-index: 101;
}

@media screen and (max-width: 1150px) {
    h2.b-map__info-title {
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 0.8px;
        margin-bottom: 0;
    }
    .b-map__contact-item{
        font-size: 14px!important;
        line-height: 18px!important;
    }
    .b-map__contact-item.b-map__address {
        margin-top: 16px!important;
        margin-bottom: 0;
    }
    .b-map__row-item{
        font-size: 14px!important;
        line-height: 18px!important;
    }
    .b-map__min-price{
        font-size: 14px!important;
    }
    .b-map__min-price>span {
        font-size: 16px!important;
        margin-left: 5px;
    }
    .b-page__club-info-plate{
        width: 410px;
        padding: 0 28px 24px;
    }
}
@media screen and (max-width: 1024px) {
    .b-page__club-info-plate{
        height: 665px;
    }
}
@media screen and (max-width: 768px) {
    .b-page__club-info-plate {
        width: 100%;
        height: 445px;
        background: rgba(19,19,19,.8);
        left: 0;
    }
    .b-map__info{
        max-height: 380px!important;
    }
    .b-map__buttons .button,
    .b-map__buttons .button-outline{
        padding: 11px 0;
    }
}

a.button.card-btn {
    position: absolute;
    bottom: 30px;
}
.b-treners__wrapper {
    margin: 0 -20px;
}
button.slider-section__item {
    background: #F5F5F4;
    border: none;
    margin: 0;
    display: block;
    color: black;
    padding: 15px;
    width: 250px;
    text-align: center;
    cursor: pointer;
}
.sliders-section__controls {
    display: flex;
    margin-bottom: 50px;
}
button.slider-section__item.active {
    background: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%);
    color: white;
}
@media screen and (max-width: 768px){
    .sliders-section__controls {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
    button.slider-section__item {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/spiritfit-v3//vendor/slick/slick.css?17503796621776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/spiritfit-v3/components/bitrix/system.pagenavigation/.default/style.css?17503796623019*/
.bx-pagination {
    margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
    text-align: center;
    position: relative;
}
.bx-pagination .bx-pagination-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
    display: inline-block;
    margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    background: transparent;
    padding: 8px 15px;
    display: block;
    min-width: 32px;
    color: #444;
    font-size: 16px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
}
.bx-pagination .bx-pagination-container ul li a {
    text-decoration: none;
    display: block;
    border-radius: 16px;
    color: #444;
    vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li.pag-active span{
    border: 1px solid;
    border-image: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%) 1;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.pag-prev a span,
.bx-pagination .bx-pagination-container ul li.pag-next a span {
    line-height: 28px;
    padding: 0 18px;
    color: #444;
    position: relative;
    display: inline-block;
}
.bx-pagination-container svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.pag-prev span,
.bx-pagination .bx-pagination-container ul li.pag-next span{
    color: #aab1b4;
    line-height: 28px;
    padding: 0 18px;
    position: relative;
    display: inline-block;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.pag-next a:hover span {
    background: #fff;
    border-color: #DADADA;
    color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.apg-active span{
    background: #3bc915;
    color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.pag-active span{
    background: #F9A91D;
    color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.pag-active span{
    background: #E22B2B;
    color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.pag-active span{
    background: #0083d1;
    color: #fff;
}
.pag-prev span,
.pag-next span{
    border:none!important;
}
/* End */


/* Start:/local/templates/spiritfit-v3/components/bitrix/news.list/slider.club/style.css?17503796626584*/
section.b-screen.b-screen_with-page-heading{
    height: 810px;
    width: 100%;
    /*padding-bottom: 30px;*/
}
.b-screen__bg-holder{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: black;
    display: none;
}
.b-screen__bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.75;
}
.b-screen__content {
    position: relative;
    z-index: 120;
    width: 100%;
    height: 100%;
}

.b-screen__slider {
    width: 530px;
    max-width: 100%;
    margin-left: auto;
    padding-top: 20px;
    display: inline-block;
    vertical-align: top;
    float: right;
}
@media screen and (min-width: 1025px){
    .is-body-loaded .b-info-slider__nav {
        opacity: 1;
    }
}

@media screen and (min-width: 1025px){
    .b-info-slider__nav {
        opacity: 0;
        transition: opacity ease .3s;
        transition-delay: 2.4s;
    }
}

.b-info-slider__nav {
    margin-bottom: 40px;
}
.slick-dots {
    display: flex;
    margin: -6px -3px;
    list-style: none;
}
.slick-dots li>button {
    display: block;
    width: 10px;
    height: 10px;
    margin: 6px;
    font-size: 0;
    background-color: transparent;
    border: 1px solid #fff;
    transition: background-color .15s ease 0s,border-color .15s ease 0s;
}


.b-info-slider__arrow {
    height: 25px;
    width: 25px;
    position: absolute;
    top: -57px;
    /* transform: translateY(-50%); */
    border-radius: 5px;
    z-index: 100;
    border: 1px solid #fff;
    cursor: pointer;
    box-sizing: border-box;
}
.b-info-slider__arrow--left {
    right: 32px;
}
.b-info-slider__arrow--right {
    right: 0;
}
.b-info-slider__arrow--left::before {
    transform: rotate(-45deg);
    left: 4px;
}
.b-info-slider__arrow::before {
    top: 6px;
}
.b-info-slider__arrow::before, .b-info-slider__arrow::after {
    content: '';
    height: 2px;
    width: 14px;
    background-color: #fff;
    position: absolute;
}
.b-info-slider__arrow--left::after {
    transform: rotate(45deg);
    left: 4px;
}
.b-info-slider__arrow::after {
    bottom: 6px;
}
.b-info-slider__arrow--right::before {
    transform: rotate(45deg);
    right: 4px;
}
.b-info-slider__arrow::before {
    top: 6px;
}
.b-info-slider__arrow--right::after {
    transform: rotate(-45deg);
    right: 4px;
}
.b-info-slider__arrow::after {
    bottom: 6px;
}
.b-info-slider__suptitle {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    width: max-content;
    background: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%);
    padding: 5px 15px;
    margin-bottom: 8px;
}
.b-info-slider__title {
    font-size: 40px;
    color: white;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 24px;
    min-height:100px;
}

.b-info-slider__title__text {
    /* line-height: 1; */
    background-image: linear-gradient(90deg, #E03838 3.26%, #7B27EF 98.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 10px;
    -webkit-box-decoration-break: clone;
}
span.b-info-slider__title__background {
    background-color: white;
    padding: 3px 0;
    /* height: 100%; */
    /* margin: 10px 0; */
}
@media screen and (max-width: 767px) {
    span.b-info-slider__title__background {
        padding: 10px 0;
    }
}
.b-info-slider__text {
    min-height: 170px;
    margin-bottom: 40px;
    font-weight: 300;
    line-height: 1.6;
    color: #fff;
}
.b-info-slider__text a{
    font-weight: 900;
    background-image: linear-gradient(90deg, #E03838 3.26%, #7B27EF 98.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
span.b-breadcrumbs__link.is-current {
    text-decoration: none;
}
.b-image-block__text-content {
    padding: 80px 0;
}
.b-info-slider__item:not(:first-child){
    display: none;
}
.b-info-slider__item.slick-slide{
    display: block;
}

.b-club-info__plate {
    width: 532px;
    height: 810px;
    background: black;
    opacity: 0.9;
    display: inline-block;
    padding: 24px 64px;
    color:white;
}
.b-page__club-breadcrumb {
    color: white;
}
h1.b-page-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 36px;
    letter-spacing: 1.28px;
    text-transform: uppercase;
}
.b-club__info {
    margin-top: 12px;
}
.b-club__info-row {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top:8px;
}
.b-club__info-row.address {
    background-size: 18px;
    background-repeat: no-repeat;
    padding-left: 32px;
    background-position: 0 0;
}
.b-club-info__contact {
    margin-top: 24px;
}
.b-club__info-row.email {
    border-bottom: 1px solid;
    width: max-content;
    border-image: linear-gradient(90deg,#e23834 3.26%,#7a27f1 98.07%) 1;
}
.b-club-info__contact.links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.b-club__info-row.worktime,
.b-club__info-row.timetable{
    background-size: 24px;
    background-repeat: no-repeat;
    padding-left: 32px;
    background-position: 0 0;
}
.b-club__info-row.timetable a{
    text-decoration: underline;
}
.b-club-info__price {
    margin-top: 32px;
}
span.b-club-info__price-text {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
}
span.b-club-info__price-value {
    font-size: 32px;
    margin-left: 8px;
}
span.b-club-info__price-value span.rub{
    font-size: 24px!important;
    margin-left: 4px!important;
}
a.b-club-info__btn {
    width: 100%;
    margin-top: 24px;
}
.b-club__info-row.worktime {
    margin-right: 20px;
}

@media screen and (max-width: 1134px) {
    .b-club-info__plate {
        width: 480px;
        padding: 24px 32px;
    }
    .b-screen__slider {
        width: 480px;
    }
}
@media screen and (max-width: 1024px) {
    .b-club-info__plate {
        width: calc(100% + 48px);
        margin: 0 -24px;
        background: rgba(19,19,19,.8);
        opacity: 1;
        padding-top: 0;
        height: auto;
    }
    section.b-screen.b-screen_with-page-heading{
        height: 1300px;
    }
    .b-screen__slider{
        float: unset;
        width: 100%;
    }
    .b-screen__content{
        height: unset;
    }
}
@media screen and (max-width: 768px) {
    a.b-info-slider__btn {
        width: 100%;
    }
    span.b-info-slider__title__background {
        padding: 10px 0;
    }
}
.b-club__rating {
    margin-top: 12px;
}

.b-club__rating iframe{
    overflow: hidden;
}
/* End */


/* Start:/local/templates/spiritfit-v3/components/bitrix/breadcrumb/custom/style.css?17503796621255*/
.b-breadcrumbs {
    position: relative;
    z-index: 20;
    padding: 32px 0 24px;
    margin-left: 15px;
}
.b-breadcrumbs__list {
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
}
.b-breadcrumbs__item {
    display: inline;
    font-size: 13px;
}
.b-breadcrumbs__link {
    color: currentColor;
    text-decoration: underline;
    transition: color ease .35s;
    cursor: pointer;
}

.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}  span.b-breadcrumbs__link.is-current {
    text-decoration: none;
}
.b-breadcrumbs__item:before {
    content: '|';
    display: inline-block;
    width: 24px;
    color: currentColor;
    text-align: center;
}
.b-breadcrumbs__item:first-child:before{
    content: none;
}

@media screen and (max-width: 768px) {
    .b-breadcrumbs{
        padding-top: 12px;
    }
}
/* End */


/* Start:/local/templates/spiritfit-v3/components/bitrix/news.list/utp.main/style.css?17503796621258*/

.utp-item__image {
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}
.utp-item__text {
    text-align: center;
    padding: 20px 30px;
    background: #F5F5F4;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
a.button.utp {
    padding: 15px 35px;
    margin: 20px;
}
.utp-main__item {
    margin: 20px;
}
.utp-main__items {
    margin: 0 -20px;
}
section.utp-main {
    margin-top: 50px;
}

@media screen and (max-width: 1440px) {
    .utp-main__items .b-cards-slider__arrow-wrapper--left {
        left: 50px;
    }

    .utp-main__items .b-cards-slider__arrow-wrapper--right {
        right: 55px;
    }
    .utp-main__items:hover .b-cards-slider__arrow-wrapper{
        opacity: 1;
    }
    /*.utp-main__items .b-cards-slider__arrow-wrapper{*/
    /*    opacity: 0;*/
    /*    transition:0.3s;*/
    /*}*/

    .utp-main__items .b-cards-slider__arrow.b-cards-slider__arrow--left {
        right: -5px;
    }
}

.utp-main__item{
    opacity: 0;
    display: none;
    transition:opacity .3s ease-out;
}
.slick-initialized .utp-main__item{
    display: block;
    opacity:1;
}
/* End */


/* Start:/local/templates/spiritfit-v3//css/slick.css?17503796624063*/
.b-cards-slider__arrow.b-cards-slider__arrow--right::before, .b-cards-slider__arrow.b-cards-slider__arrow--right::after {
    background: linear-gradient(45deg, #E43932 3.26%, #7827F6 98.07%);
}
.b-cards-slider__arrow.b-cards-slider__arrow--right::before, .b-cards-slider__arrow.b-cards-slider__arrow--right::after {
    background: linear-gradient(45deg, #E43932 3.26%, #7827F6 98.07%);
}
.b-cards-slider__arrow-wrapper--right {
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 8%, rgba(255,255,255,1) 100%);
}
.b-cards-slider__arrow-wrapper {
    height: 100%;
    background-color: transparent;
    position: absolute;
    top: 50%;
    width: 100%;
    /* transform: translateY(-50%); */
    z-index: 100;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: background-color .3s;
}
.b-cards-slider__arrow-wrapper--right {
    right: -20px;
    transform: translate(100%, -50%);
    align-items: flex-start;
}

.b-cards-slider__arrow {
    height: 45px;
    width: 45px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
}
.b-cards-slider__arrow::before, .b-cards-slider__arrow::after {
    content: '';
    height: 6px;
    width: 30px;
    position: absolute;
}
.b-cards-slider__arrow--right::before {
    transform: rotate(45deg);
    right: 10px;
}
.b-cards-slider__arrow--right::after {
    transform: rotate(-45deg);
    right: 10px;
}
.b-cards-slider__arrow::before {
    top: 10px;
}
.b-cards-slider__arrow::after {
    bottom: 11px;
}

.b-cards-slider__arrow-wrapper--left {
    left: -20px;
    transform: translate(-100%, -50%);
    align-items: flex-end;
}

.b-cards-slider__arrow--left::before {
    transform: rotate(-45deg);
    left: 10px;
}
.b-cards-slider__arrow::before {
    top: 10px;
}
.b-cards-slider__arrow--left::after {
    transform: rotate(45deg);
    left: 10px;
}
.b-cards-slider__arrow::after {
    bottom: 11px;
}
.b-cards-slider__arrow.b-cards-slider__arrow--left::before, .b-cards-slider__arrow.b-cards-slider__arrow--left::after {
    background: linear-gradient(45deg, #E43932 3.26%, #7827F6 98.07%);
}

.slick-disabled{
    display: none!important;
}
.b-cards-slider__arrow.b-cards-slider__arrow--left{
    right: 0;
}

@media screen and (max-width: 1440px) {
    .b-cards-slider__arrow-wrapper--left {
        left: 50px;
        box-shadow: unset;
        width: 100px;
        background: transparent;
    }
    .b-cards-slider__arrow-wrapper--right {
        right: 50px;
        box-shadow: unset;
        width: 100px;
        background: transparent;
    }
    .b-cards-slider__arrow {
        border-radius: 50%;
        background: #000000c9;
    }
    .b-cards-slider__arrow::before, .b-cards-slider__arrow::after {
        height: 4px;
        width: 19px;
    }
    .b-cards-slider__arrow::before {
        top: 15px;
    }
    .b-cards-slider__arrow::after {
        bottom: 15px;
    }
}
@media screen and (max-width: 956px) {
    .b-cards-slider__arrow-wrapper--left, .b-cards-slider__arrow-wrapper--right{
        box-shadow: unset;
        width: 40px;
        background: transparent;
    }
    .b-cards-slider__arrow::before, .b-cards-slider__arrow::after {
        height: 3px;
        width: 15px;
    }
    .b-cards-slider__arrow {
        border-radius: 50%;
        background: #000000c9;
    }
    .b-cards-slider__arrow::before {
        top: 17px;
    }
    .b-cards-slider__arrow--left::before {
        transform: rotate(-45deg);
        left: 13px;
    }
    .b-cards-slider__arrow::after {
        bottom: 16px;
    }
    .b-cards-slider__arrow--left::after {
        transform: rotate(45deg);
        left: 13px;
    }
    .b-cards-slider__arrow-wrapper--left{
        left: 60px;
    }
    .b-cards-slider__arrow-wrapper--right{
        right: 60px;
    }
    .b-cards-slider__arrow--right::before{
        right: 13px;
    }
    .b-cards-slider__arrow--right::after{
        right: 13px;
    }
}

.slick-track {
    margin-left: 0!important;
}


/* End */


/* Start:/local/templates/spiritfit-v3/components/bitrix/news.list/stocks.club/style.css?1750379662608*/
.stock-club__item-bg {
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}
.stock-club__item-content {
    text-align: center;
    padding: 20px 30px;
    background: #f5f5f4;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.stock-club__item {
    margin: 20px;
}
@media screen and (max-width: 1440px) {
    .stocks__club {
        margin: 0 -24px;
    }
}
@media screen and (max-width: 488px) {
    .stocks__club {
        margin: 0 -12px;
    }
}

/* End */


/* Start:/local/templates/spiritfit-v3/components/bitrix/news.list/abonement.club/style.css?175037966213473*/
.b-cards-slider__item.abonement {
    width: 410px;
    background: #000000;
    color: white;
    position: relative;
    margin: 0 15px;
    transition: transform 0.3s;
}
/*.b-cards-slider__item.abonement:first-child{*/
/*    margin-left: 0;*/
/*}*/
/*.b-cards-slider__item.abonement:last-child{*/
/*    margin-right: 0;*/
/*}*/
.slider-abonement__item-picture {
    height: 253px;
    background-size: cover;
    background-position: 50%;
}
.slider-abonement__item-title {
    font-weight: 300;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    /* padding: 16px 51px; */
    margin-bottom: 20px;
}
.slider-abonement__item-title b{
    font-size: 32px;
    font-weight: 400;
}
.slider-abonement__item-info {
    padding: 24px 32px;
}
.gift .slider-abonement__item-info{
    position: relative;
}
.gift a.abonement-item__btn{
    position: absolute;
    bottom: 24px;
    width: 70%;
    transform: translateX(-50%);
    left: 50%;
}
.slider-abonement__item-price {
    font-size: 17px;
    font-weight: 300;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 16px;
}
.slider-abonement__gift-text{
    font-size: 17px;
    font-weight: 300;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 30px;
}
.abonement-price {
    font-weight: 400;
    font-size: 32px;
    background: linear-gradient(90deg, #E23834 3.26%, #8428DD 98.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.slider-abonement__item-balance {
    margin-top: 12px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
span.slider-abonement__item-balance-count {
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
}
.abonement-sale-container {
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 10px 50%;
    padding: 13px 0;
    padding-left: 40px;
    padding-right: 12px;
    background-color: #131313;
    border-radius: 7px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.abonement-sale-date {
    font-size: 14px;
    font-weight: 300;
    color: #868686;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
}
.slider-abonement__item-sale {
    margin-top: 30px;
    position: relative;
    padding-bottom: 8px;
}
.slider-abonement__item-include-list {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    overflow-y: auto;
    overflow-x: hidden;
}
.abonement__item-include-item{
    background-image: url(/local/templates/spiritfit-v3/components/bitrix/news.list/abonement.club/./img/abonement-check-mark.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 0 3px;
    padding-left: 20px;
    margin-bottom: 6px;
}
.abonement__item-include-item.percent{
    background-image: url('/local/templates/spiritfit-v3/img/icons/percent.png');
}
a.abonement-item__btn {
    width: 80%;
    display: block;
    margin: 16px auto 0;
}
.slider-abonement__item-include-list::-webkit-scrollbar {
    width: 5px;
}
.slider-abonement__item-include-list::-webkit-scrollbar-track {
    background: rgba(137, 137, 137, 0.58);
}
.slider-abonement__item-include-list::-webkit-scrollbar-thumb {
    background-image: linear-gradient(135deg, #E23834 3.26%, #8428DD 98.07%);    /* цвет бегунка */
    border-radius: 3px;       /* округлось бегунка */
}
.abonement__item-include-item.inactive {
    filter: grayscale(1);
    color: #464646;
}


button.slider-section__item {
    background: #F5F5F4;
    border: none;
    margin: 0;
    display: block;
    color: black;
    padding: 15px;
    width: 250px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.sliders-section__controls {
    display: flex;
    margin-bottom: 50px;
}
button.slider-section__item.active {
    background: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%);
    color: white;
}


/*@media screen and (max-width: 484px){*/
/*    .b-cards-slider .b-cards-slider__arrow{*/
/*        top: 130px;*/
/*    }*/
/*}*/

.slider-abonement__item-price-item {
    font-size: 17px;
    font-weight: 300;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
}

.abonement-price-base {
    color: #a1a1a1;
    font-size: 20px;
    text-decoration: line-through;
    margin: 0 10px;
}
.slider-abonement__item-prices {
    margin-top: 30px;
}
.abonement-price.white-text {
    background: none;
    color: white;
    -webkit-text-fill-color: unset;
}

.abonement-sale-container{
    margin-bottom: 7px;
}



.with-base {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
span.base-price {
    position: relative;
    color: white;
    background: #a1a1a1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
}

span.base-price:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    width: 100%;
    height: 2px;
    background-color: #a1a1a1;
}
a.button.abonement-item__btn {
    padding: 22px 22px;
}

.b-cards-slider__item{
    opacity: 0;
    transition:opacity .3s ease-out;
}
.slick-initialized .b-cards-slider__item{
    opacity:1;
}

span.rub {
    font-size: 24px;
    margin-left: 4px;
}

.base-price span.rub {
    font-size: 15px;
    margin-left: 2px;
}

@media screen and (max-width: 768px) {
    .slider-abonement__item-title{
        font-size: 18px;
    }
    .slider-abonement__item-title b{
        font-size: 26px;
    }
    .slider-abonement__item-price{
        font-size: 16px;
    }
}
@media screen and (max-width: 768px){
    .sliders-section__controls {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
    button.slider-section__item {
        width: 100%;
    }
}
/*@media screen and (max-width: 768px) {*/
/*    button.slider-section__item:after {*/
/*        content: '';*/
/*        width: 12px;*/
/*        height: 12px;*/
/*        border-width: 1px;*/
/*        border-right: solid;*/
/*        border-bottom: solid;*/
/*        position: absolute;*/
/*        right: 12px;*/
/*        transform: rotate(225deg) translate(-1px, -6px);*/
/*        transition: 0.3s;*/
/*        opacity: 0.5;*/
/*    }*/

/*    button.slider-section__item:not(.active):after{*/
/*        opacity: 0;*/
/*        transition: 0s;*/
/*    }*/

/*    button.slider-section__item.closed:after{*/
/*        opacity: 1;*/
/*        transform: rotate(45deg) translate(-3px, 1px);*/
/*        transition: 0.3s;*/
/*    }*/
/*}*/
@media screen and (max-width: 600px) {
    .slider-abonement__item-price, .slider-abonement__gift-text{
        align-items: baseline;
    }
    .b-cards-slider .slick-track {
        display: flex !important;
        align-items: center !important;
        flex-direction: row !important;
    }
    .b-cards-slider__item.abonement {
        position: relative;
        margin: 0 15px;
        transform: scale(0.95);
        width: 80vw;
        min-width: 270px;
        transition: transform .3s;
        color: white;
    }
    .b-cards-slider__item.abonement.slick-current {
        content: none;
        height: unset;
        transform: scale(1.0);
    }
    .slider-abonement__item-title {
        font-size: 20px;
    }

    .abonement-item__btn, .slider-abonement__item-price, .slider-abonement__item-include-list, .slider-abonement__item-sale  {
        transition: all .3s !important;
    }
    .b-cards-slider__item .slider-abonement__item-price {
        opacity: 0;
        transform: scaleY(0);
        font-size: 16px;
        margin-bottom: 0;
        margin-top: 24px;
    }
    .slick-current .slider-abonement__item-price {
        opacity: 1;
        transform: scaleY(1);
    }
    .abonement-price,
    span.slider-abonement__item-balance-count{
        font-size: 28px;
        line-height: 100%;
    }
    .slider-abonement__item-sale {
        padding-bottom: 12px;
        margin-bottom: 16px;
        position: relative;
        margin-top: 0;
    }
    .slider-abonement__item-sale {
        padding-bottom: 12px;
        margin-bottom: 16px;
        position: relative;
        margin-top: 24px;
    }
    .slider-abonement__item-include-list {
        margin-top: 12px;
    }
    span.abonement-sale-date {
        font-size: 11px;
        font-weight: 300;
        color: #868686;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .abonement-sale-container {
        font-size: 13px;
        margin-bottom: 7px;
    }
    .slick-current .slider-abonement__item-include-list {
        /*margin-bottom: 80px;*/
        font-size: 12px;
    }
    .slick-current .slider-abonement__item-sale {
        margin-bottom: 80px;
    }
    a.abonement-item__btn {
        position: absolute;
        bottom: 26px;
        left: 50%;
        transform: translateX(-50%);
        width: 70%;
    }
    .b-cards-slider__item .abonement-item__btn {
        opacity: 0;
    }
    .slick-current .abonement-item__btn {
        opacity: 1;
        z-index: 100;
    }
    .abonement-sale-date {
        font-size: 11px;
        font-weight: 300;
        color: #868686;
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

@media screen and (max-width: 484px) {
    .b-cards-slider__item.abonement{
        margin: 0;
    }
    .slider-abonement__item-info {
        padding: 24px 20px;
    }
    .slider-abonement__item-title {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .slider-abonement__item-title b {
        font-size: 18px;
        font-weight: 400;
    }
    .abonement-price,
    span.slider-abonement__item-balance-count{
        font-size: 22px;
    }
    span.rub {
        font-size: 18px;
        margin-left: 3px;
    }
    span.abonement-sale-date {
        font-size: 11px;
    }
    .abonement-sale-container {
        margin-bottom: 7px;
        padding: 10px 0;
        padding-left: 40px;
        padding-right: 6px;
    }
    .abonement-price {
        font-size: 22px;
    }
}
.tippy-box ul {
    list-style: disc;
    padding-left: 16px;
}
.abonement__item-include__value.with-clue {
    position: relative;
    padding-right: 22px;
}
.abonement__item-include__value.with-clue .clue-item{
    width: 18px;
    height: 18px;
    position: absolute;
    top:0;
    right: 0;

}
.abonement__item-include__value.with-clue .clue-item svg{
    width: 100%;
    height: 100%;
}
/*.abonement__item-include__value.with-clue {*/
/*    position: relative;*/
/*    padding-right: 20px;*/
/*}*/
/*.abonement__item-include__value.with-clue:after {*/
/*    content: '';*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*    background: url('/local/templates/spiritfit-v3/img/icons/question-mark.svg');*/
/*    background-size: cover;*/
/*}*/


.tippy-box[data-theme~='abonement.slider'] {
    background-color: white;
    color: black;
    font-weight: 600;
    max-width: calc(100vw - 10px);
    box-shadow: 3px 2px 6px 0 #00000045;
    border-radius: 8px;
}
.tippy-box[data-theme~='abonement.slider'] .tippy-content{
    padding: 16px !important;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
}
.tippy-box[data-theme~='abonement.slider'] .tippy-arrow{
    color: white;
}
.abonement-clue {
    width: 18px;
    height: 18px;
}
.abonement-clue svg{
    width: 100%;
    height: 100%;
}
.b-cards-slider__item.abonement.zenit .slider-abonement__item-info{
    background: linear-gradient(180deg, #0550A5 0%, #001F4B 100%);
    color: white;
    position: relative;
}
.b-cards-slider__item.abonement.zenit .slider-abonement__item-info:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/local/templates/spiritfit-v3/img/abonement-zenit-background.svg);
    background-size: cover;
    pointer-events: none;
}
.b-cards-slider__item.abonement.zenit .slider-abonement__item-title b{
    text-transform: uppercase;
    font-weight: 700;
}
.zenit-logo {
    width: 90px;
    aspect-ratio: 1.57;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 6px auto 0;
}
.b-cards-slider__item.abonement.zenit .gradient-text{
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.b-cards-slider__item.abonement.zenit span.base-price{
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.7;
}
.b-cards-slider__item.abonement.zenit span.base-price:before{
    background: white;
}
.b-cards-slider__item.abonement.zenit .abonement-sale-date{
    color: white;
    opacity: 0.7;
}
.b-cards-slider__item.abonement.zenit .button{
    background: linear-gradient(90deg, #03326B 0%, #0550A5 35.05%, #009BD3 71.12%, #0550A5 103.07%);
}
.b-cards-slider__item.abonement.zenit .abonement-sale-container{
    background-color: #FFFFFF1A;
}
.b-cards-slider__item.abonement.zenit .abonement__item-include-item{
    background-image: url(/local/templates/spiritfit-v3/components/bitrix/news.list/abonement.club/./img/abonement-check-mark-white.svg);
}
.b-cards-slider__item.abonement.zenit .abonement__item-include-item.inactive{
    color: white;
    opacity: 0.3;
}
/* End */


/* Start:/local/components/custom/shedule.club/templates/profitator.style/style.css?175037966111346*/
.b-timetable{margin-bottom:85px;position:relative}
.b-timetable__switch-holder{position:relative;width:280px; display:inline-block;}
@media screen and (max-width:768px){.b-timetable__switch-holder{width:100%;padding:0;margin:0}.b-timetable__switch-holder:after{display:none}}
.b-timetable__heading{display:flex;margin-bottom:50px;flex-direction: column;}
.b-timetable__head{padding:5px 15px 20px;margin-bottom:45px;font-weight:700;font-size:18px;letter-spacing:.02em;text-transform:uppercase;border-bottom:1px solid}
.timetable__filter .timetable__filter-dept{
    width: 280px;
}
h1.timetable__title-custom {
    margin-top: 0;
}
span.b-timetable__head-day {
    transition: all 0.3s;
}
.b-timetable__column{
    width: 14.28%;
    flex-shrink: 0
}
.b-timetable__head-day{
    font-weight: 500;
}
.b-timetable__head{
    cursor: pointer;
    font-weight: 100!important;
    margin-bottom: 0!important;
}
.b-timetable-item{
    display:none;
}
.b-timetable__column.active .b-timetable-item{
    display:block;
}
.b-timetable__content{
    display:block!important;
}
.b-timetable__header {
    display: flex;
    margin-bottom: 45px;
}


.b-timetable__day-times {
    display: inline-block;
    width: 20%;
    flex: 0 0 20%;
    /*min-width: 265px;*/
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: none;  /* IE и Edge */
    scrollbar-width: none;  /* Firefox */
}
.b-timetable__day-times::-webkit-scrollbar {
    display: none;
}

.b-timetable__training-item {
    margin: 20px 0;
    padding: 20px 20px;
    border: 2px solid;
    /*min-width: 265px;*/
    cursor:pointer;
}
.training-item__name {
    font-weight: 500;
    margin-bottom: 20px;
}
.training-item__body {
    font-weight: 100;
}
.b-timetable__training-item.active{
    border: 2px solid #ff7628;
}

.b-timetable__day-item{
    display:none;
}
.b-timetable__day-item.active{
    display:flex;
}
.training-item__block{
    display:none;
}
.training-item__block.active {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
}
.b-timetable__day-trainings {
    width: 80%;
    flex: 0 0 80%;
    /*padding: 0 50px;*/
    padding-left: 50px;
}
.training-item__desc-body {
    font-weight: 100;
}
.training-item__desc {
    width: 60%;
    padding: 20px;
    border: 2px solid;
    height: max-content;
    max-width: 600px;
}
.training-item__desc-body {
    font-weight: 100;
}
.training-item__photo{
    width: 40%;
    margin-left: 20px;
}
.training-item__photo img{
    width: 100%;
}
.training-item__photo video{
    width: 100%;
}

/*LOADING*/
.timetable-overlay .escapingBallG-animation {
    display: block;
    opacity: 1;
    width: 125px;
    height: 43px;
    /* margin: auto; */
    /* margin: -42px auto 0; */
    transition: opacity 0.3s;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
}

.escapingBallG{
    background-color: #FC6120;
    position:absolute;
    top:0;
    left:0;
    width:30px;
    height:30px;
    border-radius:21px;
    -o-border-radius:21px;
    -ms-border-radius:21px;
    -webkit-border-radius:21px;
    -moz-border-radius:21px;
    animation-name:bounce_escapingBallG;
    -o-animation-name:bounce_escapingBallG;
    -ms-animation-name:bounce_escapingBallG;
    -webkit-animation-name:bounce_escapingBallG;
    -moz-animation-name:bounce_escapingBallG;
    animation-duration:1.5s;
    -o-animation-duration:1.5s;
    -ms-animation-duration:1.5s;
    -webkit-animation-duration:1.5s;
    -moz-animation-duration:1.5s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-timing-function:linear;
    -o-animation-timing-function:linear;
    -ms-animation-timing-function:linear;
    -webkit-animation-timing-function:linear;
    -moz-animation-timing-function:linear;
    animation-delay:0s;
    -o-animation-delay:0s;
    -ms-animation-delay:0s;
    -webkit-animation-delay:0s;
    -moz-animation-delay:0s;
    transform:scale(0.5, 1);
    -o-transform:scale(0.5, 1);
    -ms-transform:scale(0.5, 1);
    -webkit-transform:scale(0.5, 1);
    -moz-transform:scale(0.5, 1);
}




/*LOADING*/

.timetable-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000000ab;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    display: none;
}
.timetable-overlay.active{
    display: flex;
}

.timetable-controls {
    margin-top: 50px;
}
button.show-filters {
    margin-left: 100px;
    background: none;
    color: currentColor;
    padding: 5px;
    border:none;
    border-bottom: 2px dashed;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding-right: 50px;
}
button.show-filters .btn-arrow{
    margin: auto;
    top: 5px;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 100%;
    position: absolute;
    transition: 1s;
}

button.show-filters .btn-arrow:before{
    content: '';
    position: absolute;
    top: 2px;
    right: 14px;
    display: block;
    width: 9px;
    height: 9px;
    border: 2px solid currentColor;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: 1s;
}
button.show-filters .btn-arrow.up:before{
    transform: rotate(225deg);
    top: 9px;
}
.b-timetable__training-item:first-child{
    margin-top:0;
}

.training-item__coach {
    margin: 0 0 20px;
    font-weight: 500;
    font-size: 18px;
}
.b-timetable__body, .filter-not-found {
    min-height: 500px;
}
.filter-not-found h3{
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0;
}


/*FILTERS*/
.b-timetable__filter {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
    border: solid 1px;
    padding: 30px;
    margin-top: 30px;
}
.b-timetable__filter.hidden{
    display: none;
}
.b-timetable__filter-checkbox {
    display: flex;
    justify-content: space-between;
}
button.b-timetable__filter-clear {
    background: none;
    border: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: currentColor;
    float: right;
    cursor: pointer;
}

@media screen and (max-width: 968px) {
    .b-timetable__filter{
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 525px){
    button.b-timetable__filter-clear{
        float: unset;
    }
}
img.b-timetable__filter-clear-closer {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    border: dotted 1px;
    border-radius: 50%;
    padding: 2px;
}
.b-timetable__filter-checkbox .b-checkbox__text{
    padding-left: 30px;
}
@media screen and (max-width: 1024px){
    .b-timetable__column {
        width: 150px;
    }
    .b-timetable__header {
        overflow-x: auto;
        overflow-y: hidden;
    }
}
@media screen and (max-width: 968px){
    .b-timetable__day-trainings {
        width: 70%;
        flex: 0 0 70%;
    }
    .b-timetable__day-times {
        width: 30%;
        flex: 0 0 30%;
    }
    .training-item__photo{
        display: none;
    }
    .training-item__desc {
        width: 100%;
    }
    .training-item__coach{
        font-size: 16px;
    }

}
@media screen and (max-width: 768px){
    .b-timetable__heading{
        margin-bottom: 24px;
    }
    button.show-filters {
        margin: 20px 0;
        border: none;
        border-bottom: 2px dashed;
        width: 100%;
        text-align: left;
    }
    .b-timetable__filter{
        grid-gap: 12px;
        padding: 20px;
    }
    .b-timetable__column{
        width: max-content;
        padding-bottom: 12px;
        border-bottom: 2px solid;
    }
    .b-timetable__column.active{
        border-image: linear-gradient(270deg, #E23834 0%, #7A27F1 100%) 1;
    }
    .b-timetable__head {
        display: flex;
        flex-direction: column;
        padding: 8px;
        width: max-content;
        align-items: center;
        border-bottom: none;
    }
    span.b-timetable__head-day {
        font-size: 16px;
        line-height: 18px;
        text-transform: capitalize;
    }
    span.b-timetable__head-date {
        font-size: 14px;
        line-height: 18px;
        font-weight: 500;
    }

    .b-timetable__column.active .b-timetable__head{
        background-image: linear-gradient(360deg, #E23834 0%, #8428DD 100%);
        border-radius: 6px;
        color: white;
    }
    .b-timetable__header{
        margin-bottom: 24px;
    }

    .b-timetable__day-times {
        width: 100%;
        flex: 0 0 100%;
    }
    .b-timetable__training-item-container {
        margin-top: 12px;
    }

    .b-timetable__training-item{
        margin: 0;
        position: relative;

    }
    .b-timetable__training-item:after {
        content: '';
        width: 14px;
        height: 14px;
        border-top: 2px solid;
        border-right: 2px solid;
        display: block;
        position: absolute;
        top: 12px;
        right: 15px;
        transform: rotate(135deg);
        transition: 0.3s;
    }
    .b-timetable__training-item.active:after{
        transform: rotate(-45deg) translate(-4px, 3px);
    }
    .training-item__block{
        border: none;
        margin-top: 12px;
    }
    .training-item__block.active {
        border: none;
        border-image: unset;
    }
    .training-item__desc{
        border: none;
        padding: 0;
    }
    .training-item__desc .training-item__name {
        display: none;
    }
    .training-item__hall {
        display: none;
    }

    .get-trialworkout{
        border: none!important;
        color: white;
        background: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%)!important;
    }
}


@media screen and (max-width: 654px){
    .b-timetable__day-trainings {
        padding: 0 0 0 20px;
    }
}
@media screen and (max-width: 478px){
    .b-timetable__training-item {
        padding: 10px;
    }
    .training-item__desc-body{
        font-size: 14px;
    }
    .b-timetable__day-trainings {
        width: 60%;
        flex: 0 0 60%;
    }
    .b-timetable__filter-checkbox {
        display: flex;
/*         flex-direction: column; */
    }
    label.b-checkbox {
        margin: 10px 0;
    }
}

.get-trialworkout {
    width: 100%;
    border: solid;
    padding: 15px;
    /* margin: 20px 0; */
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 20px;
    cursor: pointer;
    background: none;
}



.training-item__hall {
    margin-top: 20px;
    font-weight: 600;
}
.training-item__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.training-hall {
    font-weight: 400;
}
.b-timetable-filter__second-row {
    margin-top: 30px;
}

@media screen and (max-width: 1440px) {
    .training-item__body {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .training-hall {
        font-size: 16px;
        margin-top: 10px;
    }
}
.sign-up-status{
    margin-top: 4px;
    font-size: 14px;
    line-height: 20px;
    padding: 0 8px;
    border-radius: 16px;
    width: max-content;
}
.sign-up-status.active{
    background: #E43932;
    color: white;
}
.sign-up-status.wait{
    background: #7827F6;
    color: white;
}
/* End */


/* Start:/local/templates/spiritfit-v3//css/select2-light-theme.css?17503796625784*/
.select2-container--light{
    background: #F5F5F4;
    border-radius: 8px;
    padding: 10px;
    color:black;
    height: 48px;
}

.select2-container--light span.select2-selection.select2-selection--single{
    border:none;
    line-height: 28px;
}
.select2-container--light .select2-selection__arrow{
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 100%;
}
.select2-container--light  .select2-selection__arrow:before{
    content: '';
    position: absolute;
    right: 14px;
    display: block;
    width: 9px;
    height: 9px;
    border: 2px solid currentColor;
    border-width: 0 2px 2px 0;
    top: 50%;
    transform: rotate(45deg) translate(-50%,-50%);
}
.select2-container--light.select2-container--open:not(.select2-container--below) {
    padding: 0;
}
.select2-container--light .select2-dropdown {
    background: none;
    border: none;
    border-radius: 0;
    margin-top: -48px;
}
.select2-container--light .select2-search--dropdown {
    margin-bottom: 5px;
    padding: 0;
}
.select2-container--light .select2-search__field {
    background-color: #F5F5F4;
    font-size: 18px;
    padding: 13px 20px!important;
    border-radius: 8px;
    color:black;
    outline: none;
    border:none;
}
.select2-container--light.dropdown-black .select2-search__field {
    background-color: #232323;
    color:white;
}
.select2-container--light .select2-results__options {
    padding: 10px 20px;
    background-color: #F5F5F4;
    border-radius: 8px;
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--light.dropdown-black .select2-results__options{
    background-color: #232323;
}
.select2-container--light .select2-results__option {
    padding: 10px 20px!important;
    color: black;
    padding-left: 60px!important;
    position: relative;
}

.select2-container--light.dropdown-black .select2-results__option{
    background-color: #232323;
    color:white;

}

.select2-container--light .select2-selection--multiple .select2-search__field{
    background-color: #F5F5F4;
    color:black
}
.select2-container--light.select2-container--open .select2-selection--multiple .select2-search__field{
    background-color: #232323;
    color:white
}

.select2-container--light .select2-selection--multiple{
    height: 48px;
}
.select2-container--light .select2-selection--multiple .select2-search__field{
    display: block;
    margin: 0!important;
    width: 100%!important;
}
.select2-container--light .select2-selection--multiple{
    margin:-10px
}
.select2-container--light .select2-selection--multiple .select2-selection__rendered{
    width: 100%;
    padding: 0!important;
}
.select2-container--light .select2-search--inline{
    width: 100%;
}
.select2-container--light span.select2-selection__clear {
    display: none;
}
.select2-container--light li.select2-selection__choice {
    display: none;
}
.select2-container--light .select2-results__option.select2-results__option--highlighted{
    background: #e2e2e2;
}

.select2-container--light.dropdown-black .select2-results__option.select2-results__option--highlighted{
    background: black;
}

/*.select2-container--light .select2-results__option[aria-selected="true"]{*/
/*    background: linear-gradient(90deg,#e23834 3.26%,#7a27f1 98.07%)!important;*/
/*    color:white;*/
/*}*/
/*.select2-container--light.dropdown-black .select2-results__options[aria-multiselectable="true"]{*/
/*    margin-top:50px*/
/*}*/


.select2-container--light.dropdown-black .select2-results__option:before{
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border: 2px solid #FFEDED;
    opacity: 0.19;
    border-radius: 5px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
/*.select2-container--light.dropdown-black .select2-results__option.select2-results__option--highlighted:after {*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    background: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%);*/
/*    left: 26px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    border-radius: 2px;*/
/*}*/
.select2-container--light .select2-results__option[aria-selected="true"]{
    color: white;
}
.select2-container--light .select2-results__option[aria-selected="true"]:after {
    width: 16px;
    height: 16px;
    content: '';
    display: block;
    position: absolute;
    background: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%);
    left: 26px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
}

.selected-options {
    position: absolute;
    bottom: 120%;
    left: 90%;
    border-radius: 16px;
    background: #F5F5F4;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.09);
    padding: 20px 24px;
    width: max-content;
    min-width: 390px;
    opacity: 0;
    transition: 0.3s;
    z-index: 10000;
}
@media screen and (max-width: 768px) {
    .selected-options{
        display: none;
    }
}
span.selected-options-list__title {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    display: block;
    margin-bottom: 8px;
}
span.selected-options-list__item {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    display: block;
}
.selected-options-count {
    border-radius: 4px;
    background: linear-gradient(180deg, #E43932 0%, #7827F6 100%);
    padding: 5px;
    width: 32px;
    color: white;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.select2-container--light .select2-search--inline .select2-search__field {
    padding-right: 56px!important;
    text-overflow: ellipsis;
}
.select2-container:hover .selected-options{
    opacity: 1;
}
/* End */


/* Start:/local/templates/spiritfit-v3/components/custom/list.ajax/coaches/style.css?17503796624244*/
.coaches--filters,
.coaches--list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 36px;
}
.coaches--list {
    margin-top: 36px;
}

.dropdown-parent {
    position: relative;
    margin-top: 2px;
}
.dropdown-parent .select2-container--open .select2-dropdown{
    margin-top: 2px;
}
.coach-card__image {
    width: 240px;
    height: 240px;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    border-radius: 50%;
    margin: 0 auto 40px;
}
.coach-card__name {
    display: block;
    position: relative;
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(90deg, #E33932 0%, #7827F4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.coach-card__open {
    display: block;
    position: absolute;
    bottom: 32px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    transition: all .3s;
}

.coach-card {
    border-radius: 24px;
    overflow: hidden;
    margin: 0;
    background: #F5F5F4;
    color: #000;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding: 35px;
    height: 510px!important;
    position: relative;
    width: 100%;
}
.coach-card:nth-child(4n+1){
    margin-left: 0;
}
button.get-more {
    border: none;
    font-weight: 600;
    margin-top: 32px;
    cursor: pointer;
}
@media screen and (max-width: 1376px) {
    .coaches--filters,
    .coaches--list{
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 16px;
    }
}
@media screen and (max-width: 1090px) {
    .coaches--filters,
    .coaches--list{
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 768px) {
    .coaches--filters{
        grid-template-columns: 1fr;
    }
    .coaches--list{
        display: block;
        min-height: 390px;
    }
    .coach-card{
        width: unset;
        display: flex!important;
        align-items: center;
        height: 510px!important;
        margin: 32px 24px 0 24px!important;
    }
    .coaches--list.slick-initialized{
        margin:0 -24px;
    }

    button.get-more {
        display: block;
        margin: 32px auto 0;
    }
}

/*@media screen and (max-width: 1376px) {*/
/*    .coach-card{*/
/*        width: calc(33.33% - 64px / 3);*/
/*    }*/
/*    .coach-card:nth-child(4n+1){*/
/*        margin-left: 32px;*/
/*    }*/
/*    .coach-card:nth-child(3n+1){*/
/*        margin-left: 0;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 1120px) {*/
/*    .coach-card {*/
/*        width: calc(50% - 32px / 2);*/
/*    }*/
/*    .coach-card:nth-child(3n+1){*/
/*        margin-left: 32px;*/
/*    }*/
/*    .coach-card:nth-child(2n+1){*/
/*        margin-left: 0;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 768px) {*/
/*    .coaches--list{*/
/*        display: block;*/
/*    }*/
/*    .coach-card{*/
/*        width: unset;*/
/*        display: flex!important;*/
/*        align-items: center;*/
/*        height: 510px!important;*/
/*        margin: 32px 24px 0 24px!important;*/
/*    }*/
/*    .coaches--list.slick-initialized{*/
/*        margin:0 -24px;*/
/*    }*/

/*    button.get-more {*/
/*        display: block;*/
/*        margin: 32px auto 0;*/
/*    }*/
/*    .coaches--list {*/
/*        min-height: 390px;*/
/*    }*/
/*}*/

.coaches--list ul.slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 16px;
    flex-wrap: wrap;
    max-width: 90vw;
    margin: 16px auto;
}

.coaches--list .slick-dots>li>button {
    display: block;
    width: 12px;
    height: 12px;
    margin: 6px;
    font-size: 0;
    background-color: transparent;
    border: 1px solid black;
    transition: background-color .15s ease 0s,border-color .15s ease 0s;
}
.coaches--list.slider {
    display: block;
    margin: 36px -18px 0;
}
.coaches--list.slider .coach-card{
    margin: 0 18px;
}
.coaches--list.slider .slick-track {
    margin-left: 0 !important;
}
video.coach-card__image {
    margin: 0 auto 40px;
    display: block;
}
.empty-text {
    margin-top: 40px;
    font-size: 20px;
}
/* End */


/* Start:/local/templates/spiritfit-v3/components/bitrix/news.list/reviews/style.css?17503796624423*/
.review__item {
    width: 540px;
    background: #000;
    color: white;
    padding: 72px 64px 40px;
    position: relative;
    margin: 40px 20px 0;
    min-height: 470px!important;
}
.review__user-name {
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 24px;
}
.review__content {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    height: 130px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}
.review__content:after{
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: 0px 1px 18px 18px black;
}
.review__content-detail {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
}
.review__src-source {
    background-repeat: no-repeat;
    background-size: auto 90%;
}
.review__user-img {
    position: absolute;
    width: 80px;
    height: 80px;
    background-size: cover;
    border-radius: 50%;
    top: -40px;
    left: 64px;
}
.review__src-link {
    font-size: 16px;
    font-weight: 300;
    max-width: 80%;
    text-decoration: underline;
    line-height: 24px;
    margin-top: 5px;
}
.review-rating__container {
    display: flex;
    /* justify-content: space-between; */
    align-items: baseline;
    /* font-size: 16px; */
    /* font-weight: 300; */
    text-transform: uppercase;
    background: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: max-content;
    margin-top: 20px;
}
.rating-value {
    font-size: 32px;
    font-weight: 400;
    margin-left: 10px;
}
.review__user-img.gradient {
    background: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%);
    text-align: center;
    padding: 19px;
    font-size: 32px;
}
a.review-link {
    text-transform: none;
}
@media screen and (max-width: 592px) {
    .review__item{
        margin: 20px 10px 0;
        padding:40px;
    }
    .review__user-img {
        position: static;
        width: 50px;
        height: 50px;
    }
    .review__user-img.gradient {
        font-size: 20px;
        padding: 14px;
    }
    .review__user {
        display: flex;
        align-items: center;
        flex-direction: row;
        margin-bottom: 20px;
    }
    .review__user-name {
        margin: 0;
        margin-left: 15px;
    }
    .reviews-slider__container {
        margin: 0 -12px;
    }
}

.review-detail__popup-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff94;
    z-index: 999;
    display: none;
}
.review-detail__popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.review-detail__popup .review__item{
    height: unset!important;
    max-height: 830px;
}
.review-detail__popup .review__content-detail{
    display: none;
}
.review-detail__popup .review__content{
    height: unset;
    max-height: 500px;
    overflow:auto;
    padding-bottom: 15px;
}
.review-detail__popup .review__content:after{
    content: none;
}

.review__content::-webkit-scrollbar {
    width: 5px;
}
.review__content::-webkit-scrollbar-track {
    background: rgba(137, 137, 137, 0.58);
}
.review__content::-webkit-scrollbar-thumb {
    background-image: linear-gradient(135deg, #E23834 3.26%, #8428DD 98.07%);    /* цвет бегунка */
    border-radius: 3px;       /* округлось бегунка */
}
.review-detail__popup-closer {
    position: absolute;
    top: 60px;
    right: 40px;
    z-index: 10;
    cursor: pointer;
    transition: 0.3s;
    transform: rotate(0deg);
}
.review-detail__popup-closer:hover{
    transform: rotate(180deg);
}

@media screen and (max-width: 1024px) {
    .review-detail__popup .review__item{
        max-height: 75vh;
    }
    .review-detail__popup .review__content {
        max-height: 36vh;
    }
}

@media screen and (max-width: 768px) {
    .review-detail__popup .review__item {
        max-height: 90vh;
        margin: 0;
        width: 90vw;
    }
    .review-detail__popup .review__content {
        height: 43vh;
    }
    .review-detail__popup-container{
        z-index: 1001;
    }
    .review-detail__popup-closer{
        top: 25px;
        right: 25px;
    }
}
/* End */


/* Start:/local/templates/spiritfit-v3/components/custom/form.request.new/on.page.block/style.css?175037966212161*/
/*.form-request-new__fields-list {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    align-items: baseline;*/
/*    flex-wrap: wrap;*/
/*    justify-content: flex-start;*/
/*    margin: -25px -25px 25px;*/
/*}*/
/*.form-request-new__field {*/
/*    width: calc(33.3% - 50px);*/
/*    margin: 25px;*/
/*    flex: 0 0 calc(33.3% - 50px);*/
/*    position: relative;*/
/*}*/

/*label.form-request-new__label{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    font-weight: 500;*/
/*    font-size: 14px;*/
/*    pointer-events: none;*/
/*    transform: translate(12px,28px);*/
/*    transition: transform ease .35s;*/
/*}*/
/*label.form-request-new__label.select-item {*/
/*    transform: none;*/
/*    top: -28px;*/
/*}*/
/*.form-request-new__field.is-focused label.form-request-new__label,*/
/*.form-request-new__field.is-not-empty label.form-request-new__label{*/
/*    transform: none;*/
/*}*/
/*.form-request-new__none, .form-request-new__error {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    bottom: -17px;*/
/*    font-size: 12px;*/
/*    font-weight: 500;*/
/*    background-image: linear-gradient(90deg, #E03838 3.26%, #7B27EF 98.07%);*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*    display: none;*/
/*}*/

/*.is-empty .form-request-new__none{*/
/*    display: block;*/
/*}*/
/*.is-error .form-request-new__error{*/
/*    display: block;*/
/*}*/

/*.form-request-new__footer {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: flex-end;*/
/*    flex-wrap: nowrap;*/
/*    margin: 0 -25px;*/
/*}*/
/*.form-request-new__field_agreement {*/
/*    width: auto;*/
/*    margin: 25px;*/
/*}*/
/*.form-request-new__buttons {*/
/*    margin: 25px;*/
/*    width: calc(33.3% - 50px);*/
/*    min-width: 200px;*/
/*    text-align: center;*/
/*}*/
/*.form-request-new__field.code-field{*/
/*    width: calc(33.3% - 50px);*/
/*    flex:0 0 calc(33.3% - 50px);*/
/*}*/
/*.form-request-new__code {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*}*/

/*.form-request-new__fields-list .select2-container--default.select2-container--disabled .select2-selection--single {*/
/*    background-color: #eee0!important;*/
/*    cursor: default;*/
/*}*/
/*input.form-request-new__input.code-input {*/
/*    font-size: 26px;*/
/*}*/
/*.code-field label.form-request-new__label{*/
/*    transform: none;*/
/*}*/
/*.subscription__sent-text {*/
/*    text-align: center;*/
/*    margin-bottom: 10px!important;*/
/*    font-size: 14px!important;*/
/*}*/
/*.subscription__sent-tel {*/
/*     margin-bottom: 0;*/
/*    font-size: 20px;*/
/*    font-weight: 500;*/
/*}*/

/*    !*AUTOFILL*!*/
/*input:-webkit-autofill,*/
/*input:-webkit-autofill:hover,*/
/*input:-webkit-autofill:focus,*/
/*input:-webkit-autofill:active {*/
/*    -webkit-transition-delay: 9999s;*/
/*    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;*/
/*    outline: none;*/
/*    -webkit-box-shadow: inset 0 0 0 50px #fff !important;*/

/*}*/
/*!*AUTOFILL*!*/


/*.message-modal {*/
/*    background: #0000006e;*/
/*    z-index: 0;*/
/*    display: none;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    position:static;*/
/*}*/
/*.message-modal.active{*/
/*    z-index: 1000;*/
/*    position: fixed;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/

/*.message-body {*/
/*    padding: 50px 100px;*/
/*    background: white;*/
/*    color: black;*/
/*    border-radius: 3px;*/
/*    font-size: 32px;*/
/*    font-weight: 500;*/
/*    position: relative;*/
/*    max-width: 100%;*/
/*}*/

/*.form-request-new__field span.field-error {*/
/*    font-size: 12px;*/
/*    font-weight: 500;*/
/*    color: #ff4701;*/
/*    float: right;*/
/*}*/

/*@media screen and (max-width: 1024px) {*/
/*    .form-request-new__fields-list{*/
/*        flex-direction: column;*/
/*        margin: 50px 0 25px;*/
/*    }*/
/*    .form-request-new__field {*/
/*        width: calc(100% - 50px);*/
/*        flex: 0 0 calc(100% - 50px);*/
/*    }*/
/*    .form-request-new__footer{*/
/*        margin:0*/
/*    }*/
/*}*/

/*@media screen and (max-width: 849px) {*/
/*    .form-request-new__footer {*/
/*        display: flex;*/
/*        justify-content: center;*/
/*        align-items: center;*/
/*        flex-wrap: nowrap;*/
/*        !* margin: 0 -25px; *!*/
/*        flex-direction: column;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 496px) {*/
/*    .form-request-new__field{*/
/*        margin:15px 0;*/
/*        width: 100%;*/
/*        flex: 0 0 100%*/
/*    }*/
/*    .form-request-new__field.code-field {*/
/*        width: calc(80% - 50px);*/
/*        flex: 0 0 calc(80% - 50px);*/
/*    }*/
/*    .message-body {*/
/*        font-size: 26px;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 768px) {*/
/*    .form-request-new__field.code-field {*/
/*        width: calc(50% - 50px);*/
/*        flex: 0 0 calc(50% - 50px);*/
/*    }*/
/*    .message-body {*/
/*        !* width: 100%; *!*/
/*        padding: 30px 50px;*/
/*        text-align: center;*/
/*    }*/
/*}*/

/*.form-standart__plate {*/
/*    border: 2px solid black;*/
/*    padding: 75px 8% 100px;*/
/*}*/
/*.form-standart__title.h2 {*/
/*    text-align: center;*/
/*    margin-bottom: 52px;*/
/*}*/
/*a.subscription__code {*/
/*    font-size: 14px;*/
/*    text-decoration: underline;*/
/*}*/
/*input.sms-code__input-container {*/
/*    font-size: 24px;*/
/*    width: 50px;*/
/*    margin: 0 10px;*/
/*    padding: 10px;*/
/*    color: black;*/
/*    text-align: center;*/
/*    border: 1px solid;*/
/*    border-radius: 5px;*/
/*}*/
/*.sms-code__row {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/



.form-standart.form-request-container {
    border: 2px solid black;
    padding: 75px 8% 100px;
    min-height: 650px;
}
h2.form-request__title.h2 {
    text-align: center;
}
.form-request__fields {
    margin-top: 52px;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.form-request__field-row {
    width: calc(33.3% - 33px);
    margin: 25px;
    flex: 0 0 calc(33.3% - 33px);
    position: relative;
}
.form-request__field-row:nth-child(3n+1){
    margin-left: 0;
}
.form-request__field-row:nth-child(3n){
    margin-right: 0;
}
.form-request__field-row.form-request__field_checkbox{
    margin:25px 0;
}
label.form-request-new__label {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 500;
    font-size: 14px;
    pointer-events: none;
    transform: translate(12px,28px);
    transition: transform ease .35s;
}
span.form-request__field-placeholder {
    font-weight: 500;
    font-size: 14px;
    pointer-events: none;
    opacity: 0.5;
}
input.form-request__field-input {
    line-height: 32px;
    padding: 0;
    font-size: 18px;
}


.select2-container--block .select2-selection__rendered{
    padding-left: 0!important;
}
.select2-container--block.select2-container .select2-selection--single{
    height: unset;
}
.select2-container--block.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
    min-height: 32px;
}
.select2-container--block .select2-search--dropdown .select2-search__field {
    border: none;
    border-bottom: 2px solid black;
    line-height: 32px;
    font-size: 18px;
    color: black;
    padding: 0;
    margin-bottom: 5px;
}
.select2-black .select2-container--block .select2-dropdown{
    background:transparent;
}
.select2-container--block .select2-results__options {
    max-height: 260px;
    overflow: auto;
}
.select2-container--block span.select2-dropdown.select2-dropdown--above {
    display: flex;
    flex-direction: column-reverse;
    transform: translateY(73px);
}
.select2-container--block span.select2-dropdown.select2-dropdown--above  .select2-search__field{
    margin-top: 5px;
}
.select2-container--block span.select2-selection__arrow {
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 100%;
    position: absolute;
}
.select2-container--block  span.select2-selection__arrow:before {
    content: '';
    position: absolute;
    top: 6px;
    right: 14px;
    display: block;
    width: 9px;
    height: 9px;
    border: 2px solid currentColor;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.form-request__input-message {
    float: right;
    font-size: 14px;
    font-weight: 600;
}
.form-request__field-row.form-request__field_agreement {
    width: 100%;
}
.form-request__field_agreement .form-request__input-message{
    float: unset;
}
.form-request__agreements {
    width: 50%;
    flex: 0 0 50%;
}
.form-request__footer {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-end;
}


.form-request__step-code{
    display: none;
}
.step-code .form-request__step-reg{
    display: none;
}
.step-code .form-request__step-code{
    display: flex;
    justify-content: flex-end;
}

.form-request-container .escapingBallG-animation.active {
    display: block;
    opacity: 1;
    transform: translateY(-45px);
}
span.b-checkbox__text a {
    text-decoration: underline;
}
.form-request__step-code {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    align-content: center;
}
.subscription__sent {
    font-size: 16px;
    text-align: center;
}
.subscription__sent-tel {
    font-size: 24px;
    margin-top: 12px;
}
.form-request__field-row.code-field {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
input.sms-code__input-container {
    border: 2px solid black;
    font-size: 24px;
    width: 50px;
    margin: 0 10px;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
}
button.text-btn {
    display: block;
    margin: auto;
    background: none;
    border: none;
    text-decoration: underline;
    font-size: 16px;
    margin-top: 12px;
    cursor: pointer;
}
button.text-btn.reload-btn {
    font-size: 14px;
}
.form-request__submit {
    margin-top: 24px;
}
form.form-request {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.form-request-container .popup__modal-info {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 24px;
}
span.form-request__input-message {
    height: 16px;
}

@media screen and (max-width: 1230px) {
    .form-request__fields {
        flex-direction: column;
    }
    .form-request__field-row {
        margin: 25px 0;
        width: 100%;
    }
    .form-request__field-row.code-field {
        width: 50%;
    }
}
@media screen and (max-width: 988px) {
    .form-request__footer {
        flex-direction: column;
    }
    .form-request__agreements {
        width: 100%;
        flex: 0 0 100%;
    }
}
@media screen and (max-width: 768px) {
    .form-request__buttons {
        margin: 0;
        width: 100%;
    }
    .form-request__buttons input.button-outline{
        width: 100%;
        border-width: 2px;
    }

    .form-request__field-row.code-field{
        width: 100%;
        flex: unset;
    }
    .step-code .form-request__step-code{
        justify-content: center;
    }
}
@media screen and (max-width: 525px) {
    h2.form-request__title.h2 {
        font-size: 20px;
        text-align: start;
    }
    .form-request__fields {
        margin-top: 12px;
    }
    .form-request__field-row {
        margin: 16px 0 0;
    }
    span.form-request__field-placeholder {
        font-size: 12px;
    }
    input.form-request__field-input {
        font-size: 16px;
        line-height: 22px;
    }
    .form-standart.form-request-container {
        padding: 24px 12px;
    }
}

input.form-request__field-input:-webkit-autofill,
input.form-request__field-input:-webkit-autofill:hover,
input.form-request__field-input:-webkit-autofill:focus,
input.form-request__field-input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
    -webkit-text-fill-color: black !important;
}
/* End */


/* Start:/local/templates/spiritfit-v3/components/bitrix/news.list/clubs.info/style.css?17503796621371*/
.clubs-info-slider .club-title {
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 800;
}
.clubs-info-slider .clubs-slider__item {
    padding: 32px 24px 88px;
    background: #F5F5F4;
    width: 392px;
    margin-left: 32px;
    position: relative;
}
.clubs-info-slider .clubs-slider__item:first-child{
    margin-left: 0;
}
.clubs-info-slider .club__contact-item {
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
}

.clubs-info-slider .club__contact-item a{
    text-decoration: underline;
}
.clubs-info-slider .clubs-slider__item .button-outline{
    width: calc(100% - 48px);
    border-width: 2px;
    padding: 11px 0;
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
}
.clubs-info-slider .club__contact-item.worktime,
.clubs-info-slider .club__contact-item.timetable{
    padding-left: 24px;
    background-repeat: no-repeat;
    background-size: 20px;
}

@media screen and (max-width: 456px) {
    .clubs-info-slider .clubs-slider__item {
        padding: 32px 24px 88px;
        background: #F5F5F4;
        width: 392px;
        margin: 0 8px;
        position: relative;
    }
    .clubs-info-slider .clubs-slider__item:first-child{
        margin-left: 8px;
    }
    .clubs-info-slider .b-cards-slider__arrow-wrapper{
        display: none!important;
    }
}
/* End */


/* Start:/local/components/custom/promocode.banner/templates/.default/style.css?1750379661306*/
#banner .popup__modal{
    padding: 0;
    width: 360px;
    height: 640px;
    min-width: unset!important;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
}
#banner .modal__closer{
    z-index: 10;
    top: 15px!important;
    right: 15px!important;
    fill:black;
}
/* End */
/* /local/templates/spiritfit-v3//vendor/select2/select2.css?175037966217604 */
/* /local/templates/spiritfit-v3//css/style.css?175037966212689 */
/* /local/templates/spiritfit-v3//css/service.css?175037966224398 */
/* /local/templates/spiritfit-v3//css/suggestions.css?17503796621454 */
/* /local/templates/spiritfit-v3//css/popup.css?17503796621963 */
/* /local/templates/spiritfit-v3/components/personal.custom/personal.auth/popup/style.css?17503796623772 */
/* /local/templates/spiritfit-v3/components/bitrix/menu/main-menu/style.css?17503796622439 */
/* /local/templates/spiritfit-v3/components/bitrix/menu/anchor/style.css?17503796622030 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1662042935666 */
/* /local/templates/spiritfit-v3/components/bitrix/news.detail/club/style.css?175037966214800 */
/* /local/templates/spiritfit-v3//vendor/slick/slick.css?17503796621776 */
/* /local/templates/spiritfit-v3/components/bitrix/system.pagenavigation/.default/style.css?17503796623019 */
/* /local/templates/spiritfit-v3/components/bitrix/news.list/slider.club/style.css?17503796626584 */
/* /local/templates/spiritfit-v3/components/bitrix/breadcrumb/custom/style.css?17503796621255 */
/* /local/templates/spiritfit-v3/components/bitrix/news.list/utp.main/style.css?17503796621258 */
/* /local/templates/spiritfit-v3//css/slick.css?17503796624063 */
/* /local/templates/spiritfit-v3/components/bitrix/news.list/stocks.club/style.css?1750379662608 */
/* /local/templates/spiritfit-v3/components/bitrix/news.list/abonement.club/style.css?175037966213473 */
/* /local/components/custom/shedule.club/templates/profitator.style/style.css?175037966111346 */
/* /local/templates/spiritfit-v3//css/select2-light-theme.css?17503796625784 */
/* /local/templates/spiritfit-v3/components/custom/list.ajax/coaches/style.css?17503796624244 */
/* /local/templates/spiritfit-v3/components/bitrix/news.list/reviews/style.css?17503796624423 */
/* /local/templates/spiritfit-v3/components/custom/form.request.new/on.page.block/style.css?175037966212161 */
/* /local/templates/spiritfit-v3/components/bitrix/news.list/clubs.info/style.css?17503796621371 */
/* /local/components/custom/promocode.banner/templates/.default/style.css?1750379661306 */
