

/* Start:/local/components/wersys/club.header/templates/.default/style.css?17618385364178*/
.club-header {
	background: #f4f6ff;
    border-radius: 16px;
    padding: 40px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.club-header__inner {
	display: flex;
	gap: 24px;
	align-items: center;
}

.club-header__left {
	width: 50%;
}

.club-header__img {
	width: 100%;
	height: auto;
	border-radius: 12px;
	display: block;
}

.club-header__right {
	width: 50%;
}

.club-header__right .btn-link {
    padding: 0 0 20px 0;
    color: #DC0582;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}

.club-header__title {
	margin: 0 0 24px 0;
	color: #1c2ecf;
	font-size: 36px;
	line-height: 1.2;
    text-transform: uppercase;
    font-weight: 800;
}

.club-header__row {
	display: flex;
	gap: 4px;
	margin: 8px 0;
	color: #1b2454;
    flex-direction: column;
}

.club-header__label {
	min-width: 110px;
	color: #6b7280;
    font-weight: 400;
}

.club-header__value {
    font-weight: 500;
}

.club-header__actions {
	display: flex;
	gap: 12px;
	margin-top: 16px;
}

.club-header__actions a.btn-outline-primary a {
	color: #ff2b7a !important;
}

.club-header__actions .btn-outline-primary:hover a {
	color: #fff !important;
}

.club-header__actions a.btn-outline-primary:hover {
	background: #ff2b7a !important;
	border-color: #ff2b7a !important;
}

.btn {
	display: inline-block;
	padding: 10px 16px;
	border-radius: 16px;
	text-decoration: none;
}

.btn-primary {
	background: #ff2b7a;
	color: #fff;
	border-color: #ff2b7a;	
}

.btn-outline-primary {
	border: 2px solid #ff2b7a;
	color: #ff2b7a;
	background: #fff;
}

/* slider */
.ch-slider {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	border-radius: 0;
	max-height: 400px;
	height: 360px;
}

.ch-slider__track {
	display: flex;
	width: 100%;
	transition: transform .25s ease;
	height: 100%;
}

.ch-slide {
	min-width: 100%;
	display: block;
	cursor: pointer;
}

.ch-slide img {
	display: block;
	width: 100%;
	height: 100%;
    object-fit: cover;
}

.ch-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: 0;
	background: rgba(0,0,0,.4);
	color: #fff;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.ch-arrow svg {
	width: 24px;
	height: 24px;
}

.ch-arrow--prev {
	left: 8px;
}

.ch-arrow--next {
	right: 8px;
}

.ch-fullscreen {
	position: absolute;
	bottom: 8px;
	right: 8px;
	border: 0;
	background: rgba(0,0,0,.4);
	color: #fff;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 0;
	z-index: 10;
	transition: background 0.2s ease;
}

.ch-fullscreen:hover {
	background: rgba(0,0,0,.6);
}

.ch-fullscreen svg {
	width: 20px;
	height: 20px;
}

@media (max-width: 1024px) {
	.ch-fullscreen {
		display: flex;
	}
}

.club-map-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}

.club-map-modal[hidden] {
	display: none;
}

.club-map-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,.4);
}

.club-map-modal__dialog {
	position: relative;
	background: #fff;
	border-radius: 12px;
    max-width: 860px;
    width: 92vw; /* prevent collapse in flex; fill viewport */
    box-sizing: border-box;
	margin: 6vh auto;
	padding: 12px;
}

.club-map-modal__close {
	position: absolute;
	top: 6px;
	right: 10px;
	border: 0;
	background: transparent;
	font-size: 24px;
	cursor: pointer;
}

@media (max-width: 1200px) {
	.club-header__title {
		font-size: 28px;
	}

	.club-header__right {
		width: 40%;
	}
	
	.club-header__left {
		width: 60%;
	}
}

@media (max-width: 767px) {
	.club-header {
		padding: 40px 20px;
	}

	.club-header__inner {
		display: flex;
		gap: 24px;
		align-items: flex-start;
		flex-direction: column;
	}

	.club-header__left {
		width: 100%;
	}

	.club-header__right {
		width: 100%;
	}

	.club-header__title {
		font-size: 24px;
	}

	.club-header__label {
		font-size: 12px;
	}

	.club-header__value {
		font-size: 14px;
	}

	.club-header__actions .btn {
		padding: 8px 16px;
	}

	.ch-slider {
		height: 260px;
	}
}
/* End */


/* Start:/local/templates/atlet/assets/lib/magnific/magnific-popup.css?16790352576951*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/local/components/wersys/club.benefits/templates/.default/style.css?17612928132741*/
.benefits {
	padding: 80px 0;
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.benefits h2 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 32px;
    color: #1728BF;
}

.benefits__inner {
	display: flex;
	flex-direction: row;
	gap: 24px;
	align-items: stretch;
}

.benefits__left {
	width: 35%;
	display: flex;
}

.benefits__left img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 24px;
}

.benefits__right {
	display: block;
	width: 65%;
}

.benefits__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.benefit {
	background: #f3f5ff;
	border-radius: 24px;
	padding: 16px 20px;
	min-height: 140px;
}

.benefit__icon {
	width: 36px;
	height: 36px;
	object-fit: contain;
	margin-bottom: 8px;
}

.benefit__title {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
	color: #1b2454;
	margin-bottom: 6px;
}

.benefit__text {
	font-size: 16px;
	color: #2a2f3b;
	opacity: .9;
}

@media (max-width: 1200px) {
	.benefits {
		padding: 80px 20px;
	}
}

@media (max-width: 992px) {

	.benefits {
		padding: 60px 20px;
	}

	.benefits__inner {
		flex-direction: row;
		gap: 16px;
	}

	.benefits__left {
		width: 44%;
	}

	.benefits__right {
		width: 56%;
	}

	.benefits__left img { height: auto; }

	.benefits__grid {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.benefits__grid {
		gap: 20px;
	}

	.benefit {
		width: 47%;
	}

	.benefit__title {
		font-size: 16px;
	}

	.benefit__text {
		font-size: 12px;
	}

	.benefit__icon {
		width: 24px;
		height: 24px;
	}

	.benefits h2 {
		margin-bottom: 24px;
		font-size: 32px;
	}
}

@media (max-width: 767px) {
	.benefits {
		padding: 60px 20px;
	}

	.benefits__inner {
		flex-direction: column;
		gap: 16px;
	}

	.benefits__left,
	.benefits__right { width: 100%; }

	.benefits__left img { height: auto; }

	.benefits__grid {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.benefit {
		width: 47%;
	}

	.benefit__title {
		font-size: 16px;
	}

	.benefit__text {
		font-size: 12px;
	}

	.benefit__icon {
		width: 24px;
		height: 24px;
	}

	.benefits h2 {
		margin-bottom: 24px;
		font-size: 24px;
	}
}

@media (max-width: 480px) {
    .benefit {
        min-width: 280px;
        width: 280px;
        max-width: 280px;
    }

	.benefits__right {
		overflow-x: auto;
	}

	.benefits__grid {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        flex-direction: row;
    }
}

/* End */


/* Start:/local/templates/atlet/components/bitrix/news.list/front_trainers/style.css?1679035257278*/
#trainers-mobile .carousel-control-next, #trainers-mobile .carousel-control-prev {opacity: 1}
#trainers-mobile .carousel-indicators li {width: 15px!important; height: 15px!important;border-radius: 10px;}
#trainers-mobile .carousel-indicators {top:49%!important; bottom: auto;}
/* End */


/* Start:/local/components/wersys/club.promos/templates/.default/style.css?17639689595251*/
.promos-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0px;
}
.promos-container .row {
    gap: 20px;
    justify-content: flex-start; 
}
.promos-container .row .sale-item {
    padding: 0;
    max-width: 32%;
}
.promos-title {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 32px;
    color: #1728BF;
}
.promos-filter {
    margin-bottom: 16px;
}
.promos-filter select {
    max-width: 300px;
    border-radius: 20px;
    border: 1px solid #000000;
    padding: 8px 16px;
    height: max-content;
}
.promo-card {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 12px;
}
.promo-card__head {
    min-height: 180px;
    border-radius: 8px;
    background: #EFF1FE;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.promo-card__head img {
	width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
.promo-card__head--empty {
    color: #fff;
    padding: 16px;
    text-align: center;
}
.promo-card__head-placeholder {
    font-size: 20px;
    font-weight: 600;
}
.promo-card__badge {
    font-size: 12px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    padding: 4px 20px 4px 16px;
    display: inline-block;
    margin-bottom: 8px;
}
.promo-card__title {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}
.promo-card__info {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 16px 0px;
    align-items: flex-start;
    flex-wrap: wrap;
}
.promo-card__info-left {
    flex: 1 1 auto;
}
.promo-card__price {
    text-align: right;
    min-width: 150px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}
.promo-card__price-final {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
}
.promo-card__price-old {
    font-size: 20px;
    font-weight: 700;
    text-decoration: line-through;
    opacity: 0.8;
}
.promo-card__body {
    padding: 0px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.promo-card__features {
    list-style: none;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 16px 0px;
}
.promo-card__feature {
    display: flex;
    align-items: center;
    padding: 7px 0px;
}
.promo-card__feature img {
    width: 30px;
    padding-right: 10px;
    flex-shrink: 0;
}
.promo-card__buy-btn {
    display: block;
    width: 100%;
    padding: 12px 20px;
    border-radius: 16px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    transition: opacity 0.2s;
    margin-top: auto;
    line-height: 1.2;
}
.promo-card__buy-btn:hover {
    opacity: 0.9;
    color: #fff;
}
.promos-more-link {
    display: block;
    text-align: right;
    margin-top: 20px;
    color: #1728bf;
    font-weight: 400;
}

@media (max-width: 1200px) {
    .promos-container {
        padding: 80px 20px;
    }

    .promos-container .row {
        gap: 12px;
        justify-content: flex-start;
        margin-right: 0px;
        margin-left: 0px;
    }

    .promos-title {
        font-size: 32px;
    }

    .promo-card__title {
        font-size: 20px;
    }

    .promo-card__feature {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .promos-container .row .sale-item {
        max-width: 32%;
        min-width: 280px;
    }

    .promos-container .row {
        gap: 12px;
        justify-content: flex-start;
        margin-right: 0px;
        margin-left: 0px;
        overflow-x: auto;
        flex-wrap: nowrap;
    }
}

@media (max-width: 767px) {

}

@media (max-width: 480px) {

    .promos-container {
        padding: 60px 20px;
    }

    .promos-container .row {
        flex-direction: column;
        margin-bottom: 0px;
        width: 100%;
        margin: 0 auto;
    }

    .promo-card {
        margin-bottom: 0px;
		gap: 20px;
    }

    .promo-card__body .promo-card__features {
        padding: 0px 0px 16px 0px;
		gap: 0px;
    }

    .promo-card__info {
        padding: 16px 0px 0px;
        flex-direction: column;
    }

    .promo-card__price {
        min-width: 100%;
        width: 100%;
        text-align: left;
        align-items: flex-start;
    }

    .promos-container .row .sale-item {
        max-width: 100%;
    }

    .promos-title {
        font-size: 24px;
        margin-bottom: 32px;
    }

    .benefits__grid {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .benefit {
        min-width: 280px;
    }

    .benefits__right {
        width: 100%;
        overflow-x: auto;
    }

    .promo-card__title {
        font-size: 18px;
    }

    .promo-card__price-final {
        font-size: 20px;
    }

    .promo-card__price-old {
        font-size: 16px;
    }

    .promo-card__features .promo-card__feature {
        font-size: 12px;
        padding: 2px 0;
    }

    .promo-card__buy-btn {
        padding: 8px 16px;
        font-size: 14px;
    }

    .promos-filter select {
        max-width: 100%;
    }
}

/* End */
/* /local/components/wersys/club.header/templates/.default/style.css?17618385364178 */
/* /local/templates/atlet/assets/lib/magnific/magnific-popup.css?16790352576951 */
/* /local/components/wersys/club.benefits/templates/.default/style.css?17612928132741 */
/* /local/templates/atlet/components/bitrix/news.list/front_trainers/style.css?1679035257278 */
/* /local/components/wersys/club.promos/templates/.default/style.css?17639689595251 */
