

/* Start:/local/templates/re_europegym/components/bitrix/news.detail/school_full/style.css?17834227817011*/
.end-page-content{
    text-align: center;
}

.block-training.block-training-events {
    padding-top: 0;
    margin-bottom: 50px!important;
}
.article-detail {
    margin-top: 100px;
}

label.switch-more {
    width: 100%;
    text-align: right;
	margin-top: 10px;
	display: inline-block;
	text-decoration: underline;
	cursor: pointer;
}

label.switch-more::before {
	content: attr(data-text);
}

input.trigger-more:checked+.text-more-wrap+label.switch-more::before,
label.switch-more.open::before {
	content: attr(data-textOpen);
}

/* Animate */
.text-more-wrap {
	overflow: hidden;
	-webkit-transition: max-height 1s;
	-moz-transition: max-height 1s;
	-ms-transition: max-height 1s;
	-o-transition: max-height 1s;
	transition: max-height 1s;
	max-height: calc(7 * 25px);
	line-height: 25px; /*обязательно*/
}

input.trigger-more:checked+.text-more-wrap {
	-webkit-transition: max-height 2s;
	-moz-transition: max-height 2s;
	-ms-transition: max-height 2s;
	-o-transition: max-height 2s;
	transition: max-height 2s;
	max-height: 10000px;
}

.text_with_border{
    border: 2px solid #D57169;
    border-radius: 40px;
    padding: 40px;
    margin: 40px 0;
    position: relative;
}

.text_with_border::before {
    content: "";
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 50px;
    height: 50px;
    right: -16px;
    top: -14px;
    background-image: url(/local/templates/re_europegym/images/re_europegym/icon_green.png);
}

.text_with_border::after {
    content: "";
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 50px;
    height: 50px;
    left: -16px;
    bottom: -14px;
    background-image: url(/local/templates/re_europegym/images/re_europegym/icon_red.png);
}

.gymnastics__benefits.slick__slider__wrapp{
    margin-top: 90px;
}

.gymnastics__benefits.slick__slider__wrapp > h2{
    max-width: 650px;
}

.gymnastics__benefits.slick__slider__wrapp .slick-slide img {
    margin: 0 auto;
}

.gymnastics__benefits_list.slick__slider{
    padding-top: 20px;
}

.gymnastics__benefits_list.slick__slider .slick-arrow{
    left: 576px;
}
.gymnastics__benefits_list.slick__slider .slick-arrow.slick-next {
    left: 660px;
}

.redbk-text{
    background-image: -webkit-linear-gradient(left, rgb(244, 110, 94) 0%, rgb(218, 112, 105) 100%);
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 40px 10px;
    margin-top: 20px;
    line-height: 140%;
}
.redbk-text-wrap{
    display: flex;
    gap: 30px;
    align-items: center;
}
.redbk-text-wrap > div:first-child{
    width: 75px;
}
.redbk-text-wrap img{
    width: 100%;
}
.redbk-text-wrap > div:last-child{
    width: calc(100% - 105px);
}

.gimnastika-text-center{
    display: flex;
    justify-content: space-between;
}
.gimnastika-text-center > div:first-child{
    width: 58%;
    margin-top: 70px;
}
.gimnastika-text-center > div:last-child{
    width: 40% !important;
}
.gimnastika-text-center .header_banner_top .form_header .header_form{
    border: 2px solid rgb(239, 48, 71);
    border-radius: 8px;
}
.gimnastika-text-center h2{
    font-size: 27px;
    line-height: 1.1;
}
.form-full-width.four-elements{
    display: none;
}
.school-section.slick__slider__wrapp{
    margin-top: 90px;
}
.school-section.slick__slider__wrapp h2{
    max-width: 650px;
}
.school-section.slick__slider__wrapp .slick__slider .slick-arrow{
    top: -120px;
    left: 570px;
}
.school-section.slick__slider__wrapp .slick__slider .slick-arrow.slick-next {
    left: 670px;
}
.school-section.slick__slider__wrapp .school-section__item{
    margin-top: 40px;
}
.school-section.slick__slider__wrapp .school-section__item .slick-list {
    width: 100%;
}
.advantages-our-club{
    margin-top: 60px;
}

.sorevnovanija-prem{
    margin-top: 90px;
}
.centers-programs{
    margin-top: 90px !important;
}
section.programs-review.review_block{
    margin-top: 90px !important;
}
section.review_block{
    padding-bottom: 60px !important;
    padding-top: 20px !important;
}
#coach_filter_S{
    display: none;
}
.coaches-list{
    margin-top: 50px !important;
    margin-bottom: 10px !important;
}


@media screen and (min-width: 1201px) {
    section.programs-review.review_block {
        margin: 60px auto;
    }
    .programs-tabs-trainigs>h2{
        font-size: 48px !important;
        margin-top: 90px !important;
    } 
}
@media screen and (max-width: 1300px) {
    .gimnastika-text-center .header_banner_top .form_header {
        right: 0;
    }
}
@media (max-width: 991px) {
    .gimnastika-text-center .header_banner_top{
        display: none;
    }
    .gimnastika-text-center > div:first-child{
        width: 100%;
        margin-bottom: 40px;
    }
    .form-full-width.four-elements{
        display: block;
    }
}
@media (max-width: 900px) {
    .article-detail {
        margin-top: 80px;
    }
    .text-more-wrap {
        max-height: calc(7.5 * 25px);
    }
}

@media (max-width: 790px) {
    .gymnastics__benefits_list.slick__slider .slick-arrow {
        left: 0;
        top: 0;
    }
    .gymnastics__benefits_list.slick__slider .slick-arrow.slick-next {
        left: 90px;
    }
    .gymnastics__benefits_list.slick__slider {
        padding-top: 75px;
    }
    .redbk-text-wrap{
        flex-direction: column;
    }
    .redbk-text-wrap > div:last-child {
        width: 100%;
    }
    .redbk-text{
        font-size: 16px;
    }
    .school-section.slick__slider__wrapp .slick__slider .slick-arrow {
        left: 0;
        top: 0;
    }
    .school-section.slick__slider__wrapp .slick__slider .slick-arrow.slick-next {
        left: 90px;
    }
    .school-section.slick__slider__wrapp .slick__slider {
        padding-top: 75px;
    }
}

@media (max-width: 640px) {
    .tabs-training-content {
        margin-bottom: 50px!important;
    }
}

@media (max-width: 575px) {
    .text-more-wrap {
        line-height: 22px;
    }
    ul.mark_list li::before {
        width: 7px;
        height: 7px;
        flex: 0 0 7px;
        top: 7px;
        position: relative;
    }
    ul.mark_list li {
        display: flex;
        margin: 9px 0;
    }
    ul.mark_list li a {
        font-size: 15px;
        line-height: 21px;
        display: inline-block;
    }
    .header_banner_top.programs-banner {
        height: 300px !important;
    }
    .gimnastika-text-center h2 {
        font-size: 18px;
        line-height: 25px;
    }
    .gimnastika-text-center > div:first-child p,
    .gimnastika-text-center > div:first-child li{
        font-size: 15px;
        line-height: 22px;
    }
}
/* End */


/* Start:/local/components/chigov/highloadblock.list/templates/banners_top_programs/style.css?17103361103431*/
@font-face {
    font-family: "Montserrat";
    src: url("/local/templates/re_europegym/style/css/fonts/Montserrat-Black.eot");
    src: url("/local/templates/re_europegym/style/css/fonts/Montserrat-Black.eot?#iefix") format("embedded-opentype"),url("/local/templates/re_europegym/style/css/fonts/Montserrat-Black.ttf") format("truetype"),url("/local/templates/re_europegym/style/css/fonts/Montserrat-Black.woff") format("woff"),url("/local/templates/re_europegym/style/css/fonts/Montserrat-Black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal
}
.header_banner_top.programs-banner {
    height: 379px;
    margin-top: 50px;
}
.programs-banner .header_banner_top__title {
    position: relative;
    top: 67px;
}
.programs-banner .header_banner_top__title .callback__btn {
    border-radius: 13px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
    padding: 0 20px;
    background: #fff;
    text-align: center;
    line-height: 55px;
    display: block;
    color: #EF3047;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    max-width: 364px;
}
.programs-banner .header_banner_top__title p {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 46px;
}
.programs-banner .header_banner_top__title h1 {
    color: #FFF;
    font-size: 45px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 20px;
    max-width: 900px;
}
.header_banner_top.programs-banner+.four-elements {
    margin-top: 0;
}
@media screen and (max-width: 1120px) {
    .header_banner_top.programs-banner {
        background-position: 65% center;
    }
}
@media screen and (max-width: 1024px) {
    .programs-banner .header_banner_top__title h1 {
        max-width: 600px;
    }
    .programs-banner .header_banner_top__title {
        padding-left: 80px;
    }
    .programs-banner .header_banner_top__title p {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 750px) {
    .programs-banner .header_banner_top__title {
        padding-left: 60px;
    }
    .header_banner_top.programs-banner {
        background-position: 100% center;
    }
}
@media screen and (max-width: 575px) {
    .programs-banner .header_banner_top__title {
        max-width: 309px;
        top: 32px;
        padding: 0;
        margin-left: 30px;
    }
    .programs-banner .header_banner_top__title .callback__btn {
        padding: 0 10px;
        line-height: 49px;
        font-size: 14px;
        width: 270px;
    }
    .programs-banner .header_banner_top__title h1 {
        font-size: 32px;
        margin: 0 0 7px;
        line-height: 36px;
    }
    .header_banner_top.programs-banner {
        height: 237px;
    }
    .programs-banner .header_banner_top__title p {
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
    }
    .programs-banner .header_banner_top__title p br {
        display: none;
    }
    .programs-banner .header_banner_top__title .callback__btn {
        padding: 0 10px;
        line-height: 35px;
        font-size: 16px;
        width: 100%;
        border-radius: 8px;
    }
}
@media screen and (max-width: 355px) {
    .programs-banner .header_banner_top__title {
        margin-left: 15px;
        max-width: calc(100% - 15px);
    }
    .programs-banner .header_banner_top__title .callback__btn {
        font-size: 15px;
        width: 94%;
    }
}
/* End */


/* Start:/local/components/chigov/highloadblock.list/templates/advantages_our_club/style.css?17737602112370*/
.advantages-our-club h2 {
  color: #454545;
  text-align: center;
  font-size: 29px;
  font-weight: 600;
  margin: 0 0 47px;
}
.advantages-our-club {
  padding: 35px 20px 84px;
  background: rgba(217, 217, 217, 0.35);
}
.advantages-our-club__items {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  column-gap: 22px;
  row-gap: 30px;
}
.advantages-our-club__item {
  width: 240px;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 21px;
}
.advantages-our-club__img {
  border-radius: 6px;
  background: #EF3047;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 25px auto;
}
.advantages-our-club__img img {
  width: auto;
  height: auto;
}
.advantages-our-club__title {
  color: #1C1C1C;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 18px;
}
.advantages-our-club__text {
  color: #1C1C1C;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
section.our_centers_block {
  margin-top: 80px !important;
}
section.our_centers_block>h2 {
  color: #454545;
  text-align: center;
  font-size: 29px;
  font-weight: 600;
}
.our_centers_block+.form-full-width {
  margin: 60px 0 0;
}
.advantages-our-club__title-img {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.advantages-our-club__img {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
}
.advantages-our-club__item {
  width: auto;
  flex: 1 1 330px;
  padding: 30px;
}
.advantages-our-club__title {
  font-size: 18px;
  line-height: 20px;
}
@media screen and (min-width: 1201px) {
  .advantages-our-club h2 {
    font-size: 48px;
    margin: 0 0 80px;
  }
  .advantages-our-club__items {
    column-gap: 25px;
  }
}

@media screen and (max-width: 809px) {
  .advantages-our-club {
    margin: 50px auto 65px;
    --bs-gutter-x: 1.2rem;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 784px) {
  .advantages-our-club__items {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .advantages-our-club h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 386px) {
  .advantages-our-club__title {
    font-size: 14px;
  }
  .advantages-our-club__item {
    padding: 20px;
  }
}
/* End */


/* Start:/local/components/chigov/highloadblock.list/templates/video_training/style.css?17000483783770*/
.video-training {
  margin: 80px auto 65px;
}
.video-training>h2 {
  color: #454545;
  font-size: 29px;
  font-weight: 600;
  max-width: 410px;
  line-height: 37px;
  margin: 0;
}
.video-training__slider {
  margin-top: 35px;
}
.video-training__slider.slick__slider .slick-arrow {
  width: 45px;
  height: 26px;
  border-radius: 6px;
  left: 425px;
  top: -82px;
}
.video-training__slider.slick__slider .slick-arrow::before {
  width: 20px;
  height: 14px;
}
.video-training__slider.slick__slider .slick-arrow.slick-next {
  left: 480px;
}
.video-training__slider.slick__slider {
  margin-top: 35px;
}
.video-training__slider.slick-initialized .video-training__slide {
  padding: 19px 19px 19px 10px;
}
.video-training__slider.slick-initialized .video-training__slide>div {
  display: flex;
  border-radius: 12px;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.15);
}

.video-training__slider .slick-list {
  margin: -19px -19px 0 -10px;
}
.video-training__slide .youtube_video {
  height: 208px;
  width: 100%;
  background-repeat: no-repeat;
  border-radius: 12px;
  background-size: cover;
  position: relative;
}
.video-training .youtube_video__play:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.video-training .youtube_video__play {
  background: url(/local/templates/re_europegym/images/re_europegym/button_video.png) no-repeat;
  position: absolute;
  background-position: center;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: all 0.2s ease-out;
  background-size: 68px;
  cursor: pointer;
}
.video-training iframe {
  border-radius: 12px;
}
@media screen and (min-width: 1201px) {
  .video-training>h2 {
    font-size: 46px;
    max-width: 670px;
    line-height: 52px;
  }
  .video-training__slider.slick__slider .slick-arrow {
    width: 72px;
    height: 45px;
    border-radius: 6px;
    left: 690px;
    top: -113px;
  }
  .video-training__slider.slick__slider .slick-arrow.slick-next {
    left: 790px;
  }
  .video-training__slider.slick__slider .slick-arrow::before {
    width: 30px;
    height: 25px;
  }
  .video-training__slide .youtube_video {
    height: 330px;
  }
}
@media screen and (max-width: 1200px) {
  .video-training {
    max-width: 765px !important;
  }
}
@media screen and (max-width: 976px) {
  .video-training__slider .youtube_video__background, .youtube_video,
  .video-training__slider .youtube_video__background iframe {
    border-radius: 12px!important;
  }
  .video-training__slide .youtube_video {
    height: 208px!important;
    width: 100%!important;
    border-radius: 12px!important;
  }
}
@media screen and (max-width: 809px) {
  .video-training__slider.slick__slider {
    max-width: 369px;
    margin: 60px auto 0;
  }
  .video-training>h2 {
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
  }
  .video-training {
    margin: 50px auto 65px;
    --bs-gutter-x: 1.2rem;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
  }
  .video-training__slider.slick__slider .slick-arrow {
    left: 0;
    top: -27px;
  }
  .video-training__slider.slick__slider .slick-arrow.slick-next {
    left: 52px;
  }
}

@media (max-width: 575px) {
  .video-training>h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .video-training__slider.slick-initialized .video-training__slide {
    padding: 19px 0 19px;
  }
  .video-training__slider .slick-list {
    margin: -19px 0 0;
  }
  .video-training__slider.slick-initialized .video-training__slide>div {
    box-shadow: none;
  }
  .video-training .youtube_video,
  .video-training .youtube_video__background iframe {
    position: relative;
  }
  .video-training.slick__slider__wrapp {
    margin: 50px auto 20px;
  }
}
/* End */


/* Start:/local/templates/re_europegym/components/bitrix/news.list/price_list_programs/style.css?17000483786712*/
.programs-tabs-trainigs .block-training__title {
  color: #1E1E1E;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  position: relative;
  padding: 3px 0 0 27px;
  margin: 0 0 38px 20px;
  max-width: 205px;
}
.programs-tabs-trainigs .block-training__title::before {
  width: 63px;
  height: 63px;
}
.programs-tabs-trainigs .block-training__item-title {
  color: #1C1C1C;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-transform: none;
}
.programs-tabs-trainigs .block-training__item {
  border-radius: 6px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 18px 25px 15px;
  margin-bottom: 0;
  width: 240px;
}
.programs-tabs-trainigs .block-training__item-date {
  color: #F36475;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  margin: 8px 0 11px;
}
.programs-tabs-trainigs .block-training__item-text {
  display: none;
  color: #454545;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  margin: 0 0 20px;
}
.programs-tabs-trainigs .block-training__item-price {
  color: #1C1C1C;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 13px;
}
.programs-tabs-trainigs .block-training__item-price>span:first-of-type {
  font-size: 20px;
  font-weight: 700;
  color: #1C1C1C;
  margin-left: 10px;
  display: inline-block;
  line-height: 20px;
  text-transform: none;
}
.programs-tabs-trainigs .block-training__item-more {
  border-radius: 6px;
  background: rgba(239, 48, 71, 0.75);
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 105px;
  cursor: pointer;
}
.programs-tabs-trainigs .block-training__item-more a {
  color: #FFF;
  font-size: 10px;
  text-decoration: none;
  width: 100%;
  text-align: center;
}
.programs-tabs-trainigs .block-training__right {
  column-gap: 21px;
  row-gap: 11px;
}

.programs-tabs-trainigs .block-training__left .block-training__item {
  border: 2px solid #F36475;
  padding-bottom: 4px;
}
.programs-tabs-trainigs .block-training__left .block-training__item .block-training__item-text {
  display: block;
}
.programs-tabs-trainigs .block-training__left {
  padding-right: 24px;
  flex: 1 1 auto;
}
.programs-tabs-trainigs .callback__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: #EF3047;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  height: 55px;
  margin-top: 27px;
  text-decoration: none;
}
@media screen and (min-width: 1201px) {
  .programs-tabs-trainigs>h2 {
    font-size: 48px;
    margin-bottom: 70px;
    margin-top: 150px;
  }
  .programs-tabs-trainigs .block-training__right {
    padding-top: 85px;
  }
  .programs-tabs-trainigs .block-training__left {
    position: relative;
    padding-top: 85px;
    padding-right: 56px;
  }
  .programs-tabs-trainigs .block-training__title {
    position: absolute;
    width: 100vw;
    max-width: 520px;
    top: -8px;
  }
  .programs-tabs-trainigs .block-training__title {
    font-size: 32px;
    margin: 0 0 0 20px;
    padding: 15px 0 0 27px;
  }
  .programs-tabs-trainigs .block-training__item-title {
    font-size: 18px;
    flex: 1 1 auto;
  }
  .programs-tabs-trainigs .block-training__right {
    column-gap: 30px;
    row-gap: 20px;
  }
  .block-training__right .block-training__item {
    width: auto !important;
    flex: 1 1 240px;
    max-width: calc(100%/3 - 20px);
    flex-direction: column;
    display: flex;
    justify-content: space-between;
  }

  .programs-tabs-trainigs .block-training__item-price {
    font-size: 17px;
  }
  .programs-tabs-trainigs .block-training__item-price>span:first-of-type {
    font-size: 27px;
  }
  .programs-tabs-trainigs .block-training__item-date {
    font-size: 14px;
  }
  .programs-tabs-trainigs .block-training__item-more a {
    font-size: 12px;
  }
  .programs-tabs-trainigs .block-training__item-more {
    height: 23px;
    line-height: 22px;
  }
  .programs-tabs-trainigs .block-training__left .block-training__item .block-training__item-price>span:first-of-type {
    font-size: 20px;
  }
  .programs-tabs-trainigs .block-training__left .block-training__item .block-training__item-price {
    font-size: 14px;
  }
  .programs-tabs-trainigs .block-training.block-training-personal .block-training__title {
    padding: 15px 0 0 27px !important;
  }
  .programs-tabs-trainigs .block-training.block-training-personal {
    padding-top: 110px;
  }
  .programs-tabs-trainigs .block-training.block-training-personal .block-training__left .block-training__item-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 1355px) and (min-width: 1201px) {
  .programs-tabs-trainigs .block-training__item-price>span:first-of-type {
    font-size: 20px;
  }
}
@media screen and (max-width: 1235px) and (min-width: 1201px) {
  .programs-tabs-trainigs .block-training__left {
    padding-right: 44px;
  }
  .programs-tabs-trainigs .block-training__right {
    column-gap: 17px;
  }
  .block-training__right .block-training__item {
    max-width: calc(100%/3 - 12px);
  }
}
@media screen and (max-width: 1200px) {
  .programs-tabs-trainigs .block-training>.container {
    max-width: 925px;
  }
}
@media screen and (max-width: 1100px) {
  .programs-tabs-trainigs .block-training__left {
    position: relative;
    margin-bottom: 11px;
    column-gap: 55px;
  }
  .programs-tabs-trainigs .callback__btn {
    position: absolute;
    left: calc(50% - 251px);
    padding: 0 29px;
    font-size: 15px;
  }
  .programs-tabs-trainigs .block-training__right {
    max-width: 503px;
    margin: 0 auto;
  }
  .programs-tabs-trainigs .block-training__title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .programs-tabs-trainigs .tabs-training span {
    position: relative;
    z-index: 2;
    font-size: 21px;
    line-height: 22px;
    max-width: 240px;
    text-align: left;
    padding: 2px 0 0 57px;
    display: block;
    color: #000000;
    font-weight: 700;
  }
  .programs-tabs-trainigs .tabs-training>div {
    padding: 14px 0;
  }
  .programs-tabs-trainigs .tabs-training>div::before {
    top: 9px;
  }
  .programs-tabs-trainigs .tabs-training {
    margin-bottom: 0;
  }
  .programs-tabs-trainigs .price-first {
    margin-top: 0;
  }
  .programs-tabs-trainigs .block-training__left {
    padding-right: 0;
    flex-direction: column;
  }
  .programs-tabs-trainigs .callback__btn {
    position: static;
    margin-top: 14px;
  }
  .programs-tabs-trainigs .block-training__item {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 575px) {
  .programs-tabs-trainigs>h2 {
    font-size: 24px;
    line-height: 30px;
  }
}


/* End */


/* Start:/local/templates/re_europegym/components/bitrix/news.list/price_list_person_programs/style.css?1700048378204*/
.programs-tabs-trainigs .block-training.block-training-personal {
  padding-top: 50px;
}
.programs-tabs-trainigs .block-training.block-training-personal .block-training__title {
  padding: 4px 0 0 25px;
}
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1661191289666*/
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/re_europegym/components/bitrix/news.list/centers-map/style.css?1700048378122*/

@media screen and (min-width: 1201px) {
  section.our_centers_block.programs-our-centers>h2 {
    font-size: 48px;
  }
}

/* End */


/* Start:/local/templates/re_europegym/components/bitrix/news.list/photos_slider/style.css?17000483781060*/
.foto_block__wrapp h2 {
  text-align: center;
  margin-bottom: 35px;
  margin-top: 0;
}
.foto_block__wrapp .slick__slider .slick-arrow {
  top: -73px;
  left: calc(50% - 70px);
}
.foto_block__wrapp .slick__slider .slick-arrow.slick-next {
  left: calc(50% + 10px);
}
.foto_block__slider.slick__slider {
  max-width: 1038px;
  margin: 100px auto 50px;
}
.foto_block__slider.slick__slider .slick-arrow:not(.slick-disabled) {
  filter: grayscale(100%);
}
.foto_block__slider.slick__slider .slick-arrow.slick-disabled {
  filter: none;
}
.foto_block__slider.slick__slider .slick-slide {
  padding: 0;
  height: 515px;
  min-height: 340px;
}
.foto_block__slide img {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
  max-height: 100%;
  min-height: 340px;
}
@media screen and (max-width: 1120px) {
  .foto_block__slider.slick__slider .slick-slide {
    height: 46vw;
  }
}
@media (max-width: 720px) {
  .foto_block__wrapp {
    padding-top: 30px;
  }
}
@media (max-width: 575px) {
  .foto_block__slider.slick__slider {
    margin: 100px auto 30px;
  }
}

/* End */


/* Start:/local/templates/re_europegym/components/bitrix/news.list/centers_programs/style.css?17000483786965*/
.centers-programs {
  margin-top: 60px;
}
.centers-programs h2,
.centers-programs h1 {
  color: #454545;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 80px;
}
.centers-programs__items {
  margin: 0 auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}
.centers-programs__item {
  border-radius: 5.655px;
  border: 1px solid #E15162;
  background: #E15162;
  color: #fff;
  text-align: center;
  font-size: 11.311px;
  font-weight: 700;
  width: 151px;
  line-height: 9px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.centers-programs__item.active,
.centers-programs__item:hover {
  background: #FFF;
  color: #E15162;
}
.centers-programs__name>span {
  font-size: 10px
}
.centers-programs #mf_schedule_widget_cont {
  display: none;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.centers-programs.active #mf_schedule_widget_cont {
  display: block;
}
.programs-tabs-trainigs>h2 {
  color: #454545;
  text-align: center;
  font-size: 29px;
  font-weight: 600;
  margin-top: 73px;
  margin-bottom: 30px;
}
.programs-tabs-trainigs .price-first {
  margin-top: 30px;
}
.centers-programs__select+.select2-container {
  width: 100% !important;
}
.centers-programs__select+.select2-container .select2-selection {
  border-radius: 10px;
  background: #F3F3F3;
  height: 60px;
  border: 0;
}
.centers-programs__select+.select2-container .select2-selection .select2-selection__rendered {
  height: 100%;
  color: #454545;
  font-size: 26px;
  font-weight: 600;
  line-height: 60px;
  padding: 0 60px 0 0;
}
.select2-container--default .select2-results>.select2-results__options li.select2-results__option {
  font-size: 18px;
  line-height: 20px;
  color: #454545;
  padding: 10px 25px;
  font-weight: 600;
}
.centers-programs__select+.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #454545;
}
.select2-container .select2-dropdown {
  border: 0 !important;
  box-shadow: 0 7px 16px -11px #aaa;
}
.select2-container--default li.select2-results__option--highlighted[aria-selected] {
  background-color: #F3F3F3;
}
.centers-programs__select+.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background: url(/local/templates/re_europegym/images/re_europegym/Arrow_2.png) no-repeat;
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
  border: 0;
  position: static;
}
.centers-programs__select+.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  position: absolute;
  top: 12px;
  right: 10px;
  width: 40px;
}
.centers-programs__select+.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
}
.centers-programs.active #mf_schedule_widget_cont {
  margin-top: 70px;
}
.centers-programs__select+.select2-container {
  width: 100% !important;
  max-width: none;
}
@media screen and (min-width: 1201px) {
  .centers-programs__item {
    flex: 1 1 199px;
    height: 56px;
    font-size: 20px;
    line-height: 15px;
  }
  .centers-programs__name>span {
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .centers-programs__items {
    max-width: calc(100% - 80px) !important;
  }
  .centers-programs__item {
    flex: 1 1 149px;
  }
}


@media screen and (max-width: 1200px) and (min-width: 860px) {
  .centers-programs__items {
    padding: 0 !important;
  }
}
@media screen and (max-width: 880px) {
  .centers-programs {
    margin: 50px auto 37px;
    --bs-gutter-x: 1.2rem;
    margin-right: auto;
    margin-left: auto;
  }
  section.our_centers_block h2 {
    font-size: 32px;
  }
  .centers-programs h2, .centers-programs h1 {
    font-size: 24px;
    margin-bottom: 37px;
  }
  .centers-programs__select+.select2-container .select2-selection .select2-selection__rendered {
    font-size: 16px;
    line-height: 39px;
  }
  .select2-container--default .select2-results>.select2-results__options li.select2-results__option {
    font-size: 16px;
  }
  .centers-programs__select+.select2-container .select2-selection {
    height: 39px;
  }
  .centers-programs__select+.select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 28px;
    height: 28px;
  }
  .centers-programs__select+.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
    position: absolute;
    top: 8px;
    right: 5px;
    width: 28px;
  }
  .centers-programs.active #mf_schedule_widget_cont {
    margin-top: 37px;
    max-width: calc(100% - 80px);
  }
  section.our_centers_block.page_view {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 859px) {
  .centers-programs__items {
    max-width: none !important;
  }
}
@media screen and (max-width: 847px) {
  .centers-programs.active #mf_schedule_widget_cont {
    max-width: calc(100% - 79px);
  }
}
@media screen and (max-width: 818px) {
  .centers-programs__items {
    max-width: 637px;
  }
}
@media (max-width: 679.98px) {
  .centers-programs__items.container {
    --bs-gutter-x: 50px;
  }
  .centers-programs h2,
  .centers-programs h1 {
    padding: 0 25px;
    margin-bottom: 37px;
  }
  .centers-programs.active #mf_schedule_widget_cont {
    max-width: calc(100% - 25px);
  }
}
@media screen and (max-width: 656px) {
  .centers-programs__items {
    max-width: 475px;
  }
}
@media screen and (max-width: 600px) {
  .centers-programs__select+.select2-container .select2-selection .select2-selection__rendered {
    font-size: 20px;
    line-height: 39px;
  }
  .centers-programs__select+.select2-container .select2-selection {
    height: 39px;
  }
  .centers-programs__select+.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
    position: absolute;
    top: 8px;
    right: 10px;
    width: 28px;
  }
  .centers-programs__select+.select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 28px;
    height: 28px;
  }
  .centers-programs.active #mf_schedule_widget_cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 494px) {
  .centers-programs__items {
    max-width: 313px;
  }
}
@media screen and (max-width: 375px) {
  .centers-programs {
    --bs-gutter-x: 0;
  }
  .centers-programs__select+.select2-container .select2-selection .select2-selection__rendered {
    font-size: 16px;
  }
  .centers-programs__select+.select2-container .select2-selection .select2-selection__rendered {
    font-size: 14px;
  }
  .select2-container--default .select2-results>.select2-results__options li.select2-results__option {
    font-size: 14px;
  }
}
@media (max-width: 370px) {
  .centers-programs h2,
  .centers-programs h1 {
    line-height: 30px;
  }
}
@media screen and (max-width: 360px) {
  .centers-programs__item {
    width: 144px;
  }
}


/* End */


/* Start:/local/templates/re_europegym/components/bitrix/news.list/review-index/style.css?17478771594737*/
.review_block__avatar img {
  border-radius: 35px;
  margin-right: 22px;
}
.review_block__header {
  display: flex;
  margin-bottom: 30px;
}
.review_block__name {
  display: flex;
  flex-direction: column;
}
.review_block__name span:first-child {
  font-size: 24px;
  line-height: 25px;
  color: #37383d;
  font-weight: bold;
}
.review_block__name span:last-child {
  font-size: 16px;
  line-height: 25px;
  color: #7b7b7b;
}
.review_block__slider.slick__slider .slick-arrow {
  top: -131px;
}
.review_block__slider.slick__slider {
  margin-top: 90px;
}
.review_block__body {
  font-size: 16px;
  line-height: 25px;
  color: #7b7b7b;
  position: relative;
  padding-bottom: 40px;
}
div.review_block__body>div:first-of-type {
  max-height: 170px;
  overflow: hidden;
}
.review_block__more {
  height: 120px;
  background: linear-gradient(to top, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
  z-index: 2;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  position: absolute;
}
.review_block__more::before {
  content: "Читать отзыв";
  font-size: 18px;
  line-height: 30px;
  color: #ef3047;
  font-weight: bold;
  cursor: pointer;
}
.review_block__body.open_body>div:first-of-type {
  max-height: none;
}
.review_block__body.open_body .review_block__more::before {
  content: "Скрыть";
}
.review_block__body.open_body .review_block__more {
  background: none;
}
.review__button_all {
  text-align: center;
  margin-top: 20px;
}
.review__button_all>a,
.review__button_all>a:hover {
  background: #ef3047;
  box-shadow: 5px 5px 13px 2px #ffbac2;
  color: #fff;
  padding: 12px 15px;
  border-radius: 9px;
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
}
.review__button_all span,
.review__button_all:hover span {
    font-size: 23px;
    font-weight: 100;
    position: relative;
    top: 2px;
    left: 5px;
}
@media screen and (max-width: 992px) {
  .review_block__slider.slick__slider {
    margin-top: 110px;
  }
  .review_block__wrapp h2 {
    text-align: center;
    margin-bottom: 90px;
  }
  .review_block__slider.slick__slider .slick-arrow {
    top: -75px;
    left: 0;
  }
  .review_block__slider.slick__slider .slick-arrow.slick-next {
    left: 70px;
  }
}

/**/
.programs-review.review_block {
  margin: 40px auto 0;
}
.programs-review .slick__slider .slick-arrow {
  width: 45px;
  height: 26px;
  border-radius: 6px;
  left: 235px;
  top: -83px;
}
.programs-review .slick__slider .slick-arrow::before {
  width: 20px;
  height: 14px;
}
.programs-review .slick__slider .slick-arrow.slick-next {
  left: 284px;
}
.programs-review .review_block__wrapp>h2 {
  color: #454545;
  font-size: 29px;
  font-weight: 600;
  margin: 0;
}
.programs-review .review_block__slider.slick__slider {
  margin-top: 50px;
}
.programs-review .review_block__avatar {
  width: 50px;
  margin-right: 20px;
}
.programs-review .review_block__name span:first-child {
  font-size: 20px;
  line-height: 20px;  
}
.programs-review .review_block__name span:last-child {
  font-size: 14px;
  line-height: 21px;  
}
.programs-review .review_block__body {
  font-size: 12px;
  line-height: 19px;
  color: #7b7b7b;
  position: relative;
  padding-bottom: 20px;
}
.programs-review .review__button_all {
  text-align: center;
  margin-top: 50px;
}
.programs-review .review__button_all>a,
.programs-review .review__button_all>a:hover {
  padding: 12px 24px;
}
.programs-review .review_block__more::before {
  font-size: 14px;
}
@media screen and (min-width: 1201px) {
  .programs-review.review_block {
    margin: 160px auto;
  }
  .programs-review .review__button_all>a,
  .programs-review .review__button_all>a:hover {
    font-size: 24px;
    padding: 12px 40px;
  }
  .programs-review .review__button_all span,
  .programs-review .review__button_all:hover span {
    font-size: 31px;
    top: 1px;
  }
}
@media screen and (max-width: 1200px) {
  .programs-review.review_block {
    max-width: 765px !important;
  }
}
@media screen and (max-width: 992px) {
  .programs-review .review_block__wrapp>h2 {
    text-align: left;
  }
}
@media screen and (max-width: 809px) {
  .programs-review .review_block__wrapp>h2 {
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
  }
  .programs-review {
    margin: 50px auto 65px;
    --bs-gutter-x: 1.2rem;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
  }
  .programs-review .slick__slider .slick-arrow {
    left: 0;
    top: -42px;
  }
  .programs-review .slick__slider .slick-arrow.slick-next {
    left: 52px;
  }
}

@media (max-width: 575px) {
  .programs-review .review_block__wrapp>h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
/* End */


/* Start:/local/templates/re_europegym/components/bitrix/news.list/coaches_page_select/style.css?17000483784375*/

.main .h1 h1 {
  margin-bottom: 40px;
}
.coaches-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 60px;
  margin: 140px auto 100px;
  max-width: 1057px;
}
.coaches-list__item {
  width: calc(33% - 24px);
  height: 574px;
  border-radius: 30px;
  position: relative;
}
.coaches-list__item.img_prev {
  height: 380px;
}
.coaches-list__img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.coaches-list__info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 130px;
  background: #d67169;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.coaches-list__title {
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
}
.coaches-list__link {
  font-size: 16px;
  line-height: 40px;
}
.coaches-list__link:hover {
  font-weight: 600;
  text-decoration: none;
}
.coaches-switch {
  display: flex;
  justify-content: center;
  column-gap: 128px;
  margin-bottom: 50px;
  align-items: center;
}
.coaches-switch>label {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: #616161;
  color:#000;
  position: relative;
  /*border: 2px solid #d67169;*/
  padding: 10px 18px;
  cursor: pointer;
  box-shadow: 5px 8.66px 8px rgb(127 127 127 / 37%);
  background-color: #f1f4fb;
}
.coaches-switch>label:hover,
#coaches-switch__input:checked+label {
  background: #d67169;
  color: #fff;
}
.coaches-switch .coaches-centers__switch {
  opacity: 0;
  position: absolute;
}
.coaches-switch>span {
  font-size: 24px;
  line-height: 25px;
  color: #d67169;
  font-weight: 700;
}
#coach_filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 28px;
  row-gap: 28px;
}
.coaches-centers__item {
  position: relative;
  width: 175px;
  height: 75px;
  box-shadow: 5px 8.66px 8px rgba(127,127,127,0.37);
}
.coaches-centers__input {
  opacity: 0;
  position: absolute;
}
.coaches-centers__label {
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  font-weight: 600;
  background-color: #f1f4fb;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.coaches-centers__item:hover .coaches-centers__label,
.coaches-centers__input:checked+.coaches-centers__label {
  background-color: #d67169;
  color: #fff;
}
.header_banner_top.header_banner_top_trener {
  height:580px;
}
@media (max-width:1100px) {
  .coaches-list__item {
    width: 324px;
  }
  .coaches-list {
    justify-content: center;
    margin-top: 115px;
  }
  .coaches-list .dummy {
    width: 324px;
    height: 0;
  }
}

@media (max-width:870px) {
  .coaches-centers__item {
    position: relative;
    width: 159px;
    height: 68px;
  }
  .coaches-centers__label,
  .coaches-switch>label {
    font-size: 17px;
  }
  
  .coaches-switch>span {
    font-size: 22px;
  }
  #coach_filter {
    column-gap: 16px;
    row-gap: 25px;
  }
}

@media (max-width:767px) {
  .coaches-list__item {
    flex: 1 1 263px;
    border-radius: 24px;
  }
  .coaches-list__title {
    font-size: 21px;
    line-height: 26px;
  }
  .coaches-list__link {
    font-size: 16px;
    line-height: 35px;
    font-weight: 600;
    text-decoration: none;
  }
  .coaches-list__img {
    border-radius: 24px; 
  }
  .coaches-list__info {
    height: 110px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }
}

@media (max-width:764px) {
  #coach_filter {
    width: 1390px;
  }
  .coaches-list {
    margin-top: 50px;
  }
  .coach_filter__wrapp {
    width: 100vw;
    margin: 0 -40px;
    overflow: auto;
    padding: 0 0 23px;
  }
}
@media (max-width:679px) {
  .coach_filter__wrapp {
    margin: 0 -25px;
  }
}
@media (max-width:615px) {
  .coaches-switch>span {
    font-size: 20px;
  }
  .coaches-switch {
    flex-direction: column;
    align-items: center;
  }
  .coaches-switch>label {
    margin-bottom: 15px;
  }
  .coaches-list__item {
    max-width: 324px;
  }
  .coaches-list {
    row-gap: 42px;
    margin-bottom: 60px;
  }
  .main .h1 h1 {
    margin-bottom: 33px;
  }
}

@media screen and (max-width: 576px) {
  section.header_banner_top.header_banner_top_trener {
    height: calc(60px + 43.525vw);
  }
}

@media screen and (max-width: 430px) {
  form.select {
    max-width: 100%;
  }
}
/* End */
/* /local/templates/re_europegym/components/bitrix/news.detail/school_full/style.css?17834227817011 */
/* /local/components/chigov/highloadblock.list/templates/banners_top_programs/style.css?17103361103431 */
/* /local/components/chigov/highloadblock.list/templates/advantages_our_club/style.css?17737602112370 */
/* /local/components/chigov/highloadblock.list/templates/video_training/style.css?17000483783770 */
/* /local/templates/re_europegym/components/bitrix/news.list/price_list_programs/style.css?17000483786712 */
/* /local/templates/re_europegym/components/bitrix/news.list/price_list_person_programs/style.css?1700048378204 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1661191289666 */
/* /local/templates/re_europegym/components/bitrix/news.list/centers-map/style.css?1700048378122 */
/* /local/templates/re_europegym/components/bitrix/news.list/photos_slider/style.css?17000483781060 */
/* /local/templates/re_europegym/components/bitrix/news.list/centers_programs/style.css?17000483786965 */
/* /local/templates/re_europegym/components/bitrix/news.list/review-index/style.css?17478771594737 */
/* /local/templates/re_europegym/components/bitrix/news.list/coaches_page_select/style.css?17000483784375 */
