.section-fitnes-top {
	justify-content: center;
	padding: 0;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

.section-fitnes-top::before {}

.section-fitnes-top__inner {
  display: flex;
	position: static;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	margin: 0;
	/*pointer-events: none;*/
}

.section-fitnes-info__title h2,
.section-fitnes-gallery__title h2,
.section-fitnes-gallery-coach__title h2,
.section-fitnes-gallery-service__title h2,
.section-fitnes-gallery-training__title h2,
.section-fitnes-team__title h2 {
  font-size: 2.7rem;
  font-weight: normal;
  margin: 52px auto;
  padding: 0 10px;
  text-align: center;
}

.section-fitnes-gallery-training__title h2 {
  margin: 32px auto;
  text-align: left;
}

.section-fitnes-top__wrapper-left {
  display: flex;
  flex-direction: row-reverse;
  width: 55vw;
  color: #ffffff;
  margin: 0;
  padding-top: 15vh;
  box-sizing: border-box;
  background-size: cover;
}

.section-fitnes-top__wrapper-left.no-form {
  width: 100vw;
  height: 812px;

}

.section-fitnes-top__wrapper-right {
  width: 45vw;
  margin: 0;
  padding: 13vh 10vw 0 2vw;
  background-color: #ffffff;
	box-sizing: border-box;
}

.section-fitnes-top__wrapper-left-single {
  width: auto;
  margin: auto;
  color: #ffffff;
  border: 1px solid coral;
  box-sizing: border-box;
}

.section-fitnes-top__organization {
  font-size: 41px;
  margin: calc(0.4em + 1vh) auto;
  font-weight: 600;
}

.section-fitnes-top__buttons {
  display: flex;
  justify-content: space-between;
}

.section-fitnes-top__attention {
  display: inline-block;
  color: #ff0000;
  background-color: rgba(255,255,255,0.9);
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  padding: 12px 26px;
  margin: 0 0 10px 0;
  border-radius: 3px;
}

.section-fitnes-top__private {
  display: inline-block;
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  padding: 12px 26px;
  margin: 0 0 10px 0;
  border-radius: 3px;
  background-color: #ed1c23;
  font-weight: normal;
  text-decoration: none;
}

.section-fitnes-top__media-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-sizing: border-box;
}

.section-fitnes-top__slide img {
	width: 100%;
	height: 975px;
	object-fit: cover;
}

.section-fitnes-top__address-container {
	width: 580px;
	margin-right: 120px;
	margin-left: 20px;
}

.section-fitnes-top__address-container.no-form {
	margin: 0 auto;
}

.section-fitnes-top__address {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 18px 30px 20px;
	background-color: #e94347;
	box-sizing: border-box;
}

.section-fitnes-top__address-item {}

.section-fitnes-top__address-item span {
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 0.7px;
	padding-left: 29px;
	position: relative;
}

.section-fitnes-top__address-item span a {
  color: #ffffff;
}

.section-fitnes-top__address-item span a:hover {
  text-decoration: none;
}

.section-fitnes-top__address-item span.location {
	margin-bottom: 21px;
}

.section-fitnes-top__address-item span.location:before,
.section-fitnes-top__address-item span.shedule:before {
	content: '';
	width: 20px;
	height: 27px;
	display: block;
	position: absolute;
	top: -2px;
	left: -2px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: auto;
}

.section-fitnes-top__address-item span.location:before {
	top: -5px;
	background-image: url('../../../images/fitnes/location.png');
}

.section-fitnes-top__address-item span.shedule:before {
	background-image: url('../../../images/fitnes/shedule.png');
}

.section-fitnes-top__shedule-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 22px 30px 32px;
	background-color: rgba(43, 44, 45, 0.7);
}

.section-fitnes-top__shedule {
	display: block;
	margin-bottom: 18px;
	border-bottom: 1px solid;
}

.section-fitnes-top__shedule:last-child {
	margin-bottom: -10px;
	border-bottom: none;
}

.section-fitnes-top__shedule-item {
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 88%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.section-fitnes-top__form-date {
  display: inline-block;
  border-radius: 35px;
  background-color: rgb(233,67,71);
  color: #ffffff;
  padding: 5px 15px;
  margin-bottom: 25px;
  font-weight: 600;
}

.section-fitnes-top__shedule-title {
	font-size: 17px;
}

.section-fitnes-top__shedule-phone a {
	text-decoration: none;
	color: inherit;
	outline: none;
}

.section-fitnes-top__shedule-time {
	font-size: 13px;
	margin: 12px 0px 20px 0;
	line-height: 17px;
	width: 123px;
	display: inline-block;
}

.section-fitnes-top__shedule-time span {
  display: block;
  text-align: left;
}

.section-fitnes-top__form-title {
    font-size: 41px;
    font-weight: 600;
    margin-bottom: 20px;
}

.section-fitnes-top__form-body {
  max-width: 410px;
}

.section-fitnes-top__form-body .form-item,
.section-fitnes-top__form-body .form-actions {
  margin: 0;
}

.section-fitnes-top__form-body select,
.section-fitnes-top__form-body input[type="text"],
.section-fitnes-top__form-body input[type="number"],
.section-fitnes-top__form-body input[type="email"],
.section-fitnes-top__form-body input[type="tel"] {
  box-sizing: border-box;
  width: 100%;
  max-width: 400px;
  margin: 0.7em 0;
  padding: 10px 15px;
  -webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
  transition: border linear 0.2s,box-shadow linear 0.2s;
  color: #595959;
  border: 1px solid #7b7b7b;
  border-radius: 2px;
  background: #fcfcfa;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.125);
  font-size: 1em;
}

.section-fitnes-top__form-body input[type="submit"] {
  margin: 15px auto 15px;
}

.section-fitnes-top__form-body label.option[for=edit-terms-of-service] {
  display: inline;
  font-weight: normal;
  font-size: 15px;
  padding-left: 5px;
}

.section-fitnes-gallery__wrapper {
	box-sizing: border-box;
}

.section-fitnes-gallery__title {
 	box-sizing: border-box;
}

.section-fitnes-gallery__slideshow .slick-prev,
.section-fitnes-gallery__slideshow .slick-next {
  height: calc(20px + 2vw);
  width: calc(20px + 2vw);
}

.section-fitnes-gallery__slideshow .slick-prev {
  left: calc(0px + 5vw);
}

.section-fitnes-gallery__slideshow .slick-next {
  right: calc(0px + 5vw);
}

.section-fitnes-gallery__slideshow .slick-prev::before,
.section-fitnes-gallery__slideshow .slick-next::before {
  line-height: 1.1;
}

.section-fitnes-gallery__slideshow .slick-arrow::before {
  color: #e94347;
  font-size: calc(2.0rem + 2vw);
}

.section-fitnes-gallery__slideshow .slick-dots {
  bottom: 0;
}

.section-fitnes-gallery__slideshow .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.section-fitnes-gallery__slideshow .slick-dots {
  bottom: 22px;
}

.section-fitnes-gallery__slideshow .slick-dots li {
  margin-bottom: 5px;
}

.section-fitnes-gallery__slideshow .slick-dots li button::before {
  color: #e94347;
  font-size: 1.4rem;
  opacity: 0.6;
}

.section-fitnes-gallery__slideshow .slick-dots li.slick-active button::before {
  color: #fe0000;
  opacity: 1;
}

.section-fitnes-gallery__slideshow .slick img {
  border: 0;
  max-width: 100%;
  width: 100%;
}

.paragraph--type--fitnes-slideshow-card {
  max-width: 475px;
}

.section-fitnes-slide-card__wrapper {
  display: flex;
  align-items: center;
  max-width: 400px;
}

.section-fitnes-slide-card__title {
  max-width: 285px;
}

.section-fitnes-slide-card__image {
  margin-right: 20px;
}

.section-fitnes-gallery__slideshow .slick__arrow {
  left: -8px;
}

.paragraph--type--fitnes-slideshow-card .slick__arrow {
  top: 15px;
  left: auto;
  right: -13px;
  max-width: 90px;
}

.paragraph--type--fitnes-slideshow-card .slick-list {
  overflow: hidden;
  max-width: 400px;
}

.paragraph--type--fitnes-slideshow-card .slick-arrow::before {
color: #e94347;
font-size: 2.25rem;  
}

.section-fitnes-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
 	box-sizing: border-box;
}

.section-fitnes-info__wrapper {
  display: flex;
  align-items: top;
}

.section-fitnes-info__body {
  margin: 0 65px;
  text-align: justify;
}

.section-fitnes-info .section-fitnes-info__docs {
  margin: 0;
  padding: 0 65px 0 0;
}

.section-fitnes-info .section-fitnes-info__docs a {
  display: inline-block;
  font-size: 19px;
  margin-bottom: 20px;
  color: #000000;
  padding-left: 30px;
  margin-bottom: 31.25px;
  background: url(/files/iconki/docs/x-office-document.png) top 4px left no-repeat
  /*background: url(/themes/kalibr/images/check-mark.png) no-repeat;*/
}

.section-fitnes-info .section-fitnes-info__docs a:hover {
  text-decoration: none;
}

.section-fitnes-gallery-coach__slideshow .ui-widget-content a {
  color: #e94347!important;;
}

.section-fitnes-gallery-coach__slideshow .ui-widget-content {
  color: #e94347!important;
}

.section-fitnes-gallery-coach__slideshow .flex-direction-nav a {
  color: #e94347!important;
}

.section-fitnes-gallery-service__slideshow {}

.section-fitnes-gallery-service__slideshow .slide__caption {
  padding: 20px 0;
}

.section-fitnes-gallery-service__slideshow .slide__title {
  display: inline-block;
  margin: 0px auto 13px;
  font-weight: normal;
  font-size: 22px;
}

.section-fitnes-gallery-service__wrapper a {
  text-decoration: none;
  color: #000000;
}

.section-fitnes-gallery-service__slideshow .blazy__caption--link {
  text-align: center;
}
.section-fitnes-gallery-service__slideshow h3 {
  display: none;
} 
.section-fitnes-gallery-service__slideshow a {
  display: inline-block;
  margin: 13px auto 1px;
  font-size: 28px;
  text-decoration: none;
}
.section-fitnes-gallery-service__slideshow a:hover {
  text-decoration: underline;
}

.section-fitnes-gallery-training__slideshow {}

.section-fitnes-gallery-training__body {
  margin: 0 15px;
  text-align: justify;
}

.section-fitnes-gallery-training__slideshow .slick img {
  margin: 12px auto;
  border: 0;
}

.section-fitnes-gallery-training__slideshow .slick-list {}

.section-fitnes-gallery-training__slideshow .slick-track {}

.section-fitnes-gallery-training__slideshow .slick-slide {
  font-size: 26px;
  font-weight: normal;
  text-align: center;
}

.section-fitnes-gallery-training__slideshow .slick-arrow::before {
  color: #e94347;
  font-size: 2.25rem;
}

.section-fitnes-gallery-training__slideshow .slick img {
  max-width: 88%;
}

.section-fitnes-gallery-training__slideshow .slick-wrapper, 
.section-fitnes-gallery-training__slideshow .slick, 
.section-fitnes-gallery-training__slideshow .slick * {
  box-sizing: border-box;
}

label[for=edit-terms-of-service] {
  display: inline;
  margin-bottom: 20px;
}

label[for=edit-terms-of-service] a {
  color: #000000;
}

/* tabs slideshows */
.section-fitnes-gallery-coach__wrapper .ui-widget-content {
	border: none;
}

.ui-widget-header {
	border: none;
	background: transparent;
	color: #fff;
	font-weight: normal;
}

.section-fitnes-gallery-coach__wrapper .ui-tabs .ui-tabs-nav {
	display: flex;
}

.section-fitnes-gallery-coach__wrapper .ui-tabs .ui-tabs-nav li {
	width: 100%;
	text-align: center;
	border-bottom-width: 1px;
	margin: 0;
	padding: 12.8px;
	text-align: center;
	color: #e94347;
	cursor: pointer;
	font-size: 18px;
	white-space: nowrap;
}

.section-fitnes-gallery-coach__wrapper .ui-tabs .ui-tabs-nav li[aria-controls=tabs-1] {
	border-radius: 0;
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
}

.section-fitnes-gallery-coach__wrapper .ui-tabs .ui-tabs-nav li[aria-controls=tabs-3] {
	border-radius: 0;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.section-fitnes-gallery-coach__wrapper .ui-tabs .ui-tabs-nav li[aria-controls=tabs-2] {
	border-left: none;
	border-right: none;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.section-fitnes-gallery-coach__wrapper .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: none;
	white-space: normal;
}

.section-fitnes-gallery-coach__wrapper .ui-corner-all,
.section-fitnes-gallery-coach__wrapper .ui-corner-top,
.section-fitnes-gallery-coach__wrapper .ui-corner-right,
.section-fitnes-gallery-coach__wrapper .ui-corner-tr {
    border-radius: 0;
}

.section-fitnes-gallery-coach__wrapper .ui-tabs .ui-tabs-nav li {
  border-right-width: 0;
}

.section-fitnes-gallery-coach__wrapper .ui-tabs .ui-tabs-nav li:last-child {
  border-right-width: 1px;
}

.section-fitnes-gallery-coach__wrapper .ui-state-default {
	border: solid 1px #e94347;
	background: #f6f6f6;
}

.section-fitnes-gallery-coach__wrapper .ui-state-active {
	border: solid 1px #e94347;
	background-color: #e94347;
}

.section-fitnes-gallery-coach__wrapper .ui-state-default .ui-tabs-anchor {
	color: #e94347;
}

.section-fitnes-gallery-coach__wrapper .ui-state-active .ui-tabs-anchor {
	color: #fff;
}


.section-fitnes-gallery-coach__wrapper .flex-direction-nav a::before {
  color: #e94347;
}

.flex-control-paging li a {
  background: rgba(233, 67, 71, 0.5)!important;
  box-shadow: none;
}

.flex-control-paging li a.flex-active {
  background: rgba(233, 67, 71, 1)!important;
  box-shadow: none;
}

.section-fitnes-team__wrapper .flexslider {
  background-color: #f9f9f9;
  border: 25px solid #f9f9f9;
  position: relative;
}

.section-fitnes-team__wrapper .flexslider ul.slides {
  background-color: #f9f9f9;
}

.section-fitnes-team__wrapper .flexslider ul.slides li p {
  margin-top: 7px;
  text-align: center;
  font-size: 15px;
}

.section-fitnes-team__wrapper .flexslider ul.slides li p > strong {
  font-weight: 600;
  font-size: 16px;
  color: #484848;
}

.section-fitnes-team__wrapper .flex-control-nav {
  bottom: -50px;  
}

.section-fitnes-team__wrapper .flex-direction-nav a {
  top: 44%;
}

.section-fitnes-team__wrapper .flex-direction-nav a::before {
  color: #e94347;
}

.section-fitnes-top__form-notice {
  font-size: 16px;
  color: #fff;
  background-color: #ed1c23;
  padding: 15px 20px;
  margin-bottom: 25px;
}

.section-fitnes-top__form-notice h4 {
  padding: 0;
  margin: 0 0 0 31px;
  font-size: 30px;
  font-weight: normal;
}

.section-fitnes-top__form-notice ol {
  padding-left: 0;
  list-style-type: none;
  /*list-style-image: url(star.svg);*/
}

.section-fitnes-top__form-notice li {
  padding-left: 2rem;
  padding-right: 2rem;
  background-image: url(star.svg);
  background-position: 0 0;
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
}

.section-fitnes-top__form-notice li:first-child {
  margin-bottom: 15px;
}

.section-fitnes-top__form-notice li strong {
  font-size: 17px;
}

/* Убираем выведение title */
.section-fitnes-team__wrapper .flexslider .slides img {
  pointer-events: none;
}

@media screen and (max-width: 992px) {
  .section-fitnes-info__title h2,
  .section-fitnes-gallery__title h2,
  .section-fitnes-gallery-coach__title h2,
  .section-fitnes-gallery-service__title h2,
  .section-fitnes-gallery-training__title h2,
  .section-fitnes-team__title h2 {
    font-size: 2.5rem;
    margin: 42px auto;
  }
  .section-fitnes-gallery__slideshow .slick-dots li button::before {
    font-size: 1.0rem;
  }
  .section-fitnes-gallery__slideshow .slick-dots {
    bottom: 0;
  }
  .section-fitnes-top {
    height: auto;
  }
	.section-fitnes-top__title {
		margin-bottom: 20px;
	}
	.section-fitnes-top__link a {
		padding: 5px 15px;
		font-size: 16px;
	}
  .section-fitnes-top__inner {
    flex-direction: column;
  }
  .section-fitnes-top__wrapper-left {
    width: 100%;
    padding: 25vh 10px 0 10px;
  }
  .section-fitnes-top__wrapper-left.no-form {
    width: 100%;
    padding: 15vh 10px 0 10px;
  }
  .section-fitnes-top__address-container {
    width: auto;
    margin: 0 auto 3vh auto;
  }
  .section-fitnes-top__wrapper-right {
    width: 100%;
    padding: 4vh 65px 0 65px;
  }
  .section-fitnes-info__image {
    display: none;
  }
  .section-fitnes-top__wrapper-left.no-form {
    height: 812px;    
  }
  .section-fitnes-info__wrapper {
    flex-direction: column;
  }
  .section-fitnes-info .section-fitnes-info__docs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 33px 65px 0 65px;
    padding: 0;
  }
  .section-fitnes-info .section-fitnes-info__docs a {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 10px;
  }
  /* tabs slideshows */
	.section-fitnes-gallery-coach__wrapper .ui-tabs .ui-tabs-nav {
		flex-direction: column;
	}
	.section-fitnes-gallery-coach__wrapper .ui-tabs .ui-tabs-nav li {
		width: auto;
		border-bottom-width: 0;
	}
  .section-fitnes-gallery-coach__wrapper .ui-tabs .ui-tabs-nav li:last-child {	
		border-bottom-width: 1px;
	}
  .section-fitnes-gallery-coach__wrapper .ui-tabs .ui-tabs-nav li {
    border-right-width: 1px;
  }
	.section-fitnes-gallery-coach__wrapper .ui-tabs .ui-tabs-nav li[aria-controls*=tabs-] {
		border-radius: 0;
		border: solid 1px #e94347;
	}
	.section-fitnes-gallery-coach__wrapper .ui-tabs .ui-tabs-nav li[aria-controls=tabs-2] {
		border-bottom-width: 0;
		border-top-width: 0;
	}
}

@media screen and (max-width: 768px) {
  .section-fitnes-info__title h2,
  .section-fitnes-gallery__title h2,
  .section-fitnes-gallery-coach__title h2,
  .section-fitnes-gallery-service__title h2,
  .section-fitnes-gallery-training__title h2,
  .section-fitnes-team__title h2 {
    font-size: 2.3rem;
    margin: 42px auto;
    text-align: center;
  }
	.section-fitnes-top__wrapper {
		text-align: center;
	}
	.section-fitnes-top__title {
		font-size: 30px;
	}
	.section-fitnes-top__navigation {
		justify-content: center;
	}
  .section-fitnes-top__organization {
    font-size: 38px;
    margin: 0 auto 20px auto;
    font-weight: 600;
    text-align: center;
    max-width: 400px;
  }	
  .section-fitnes-gallery-service__slideshow a {
    font-size: 25px;
  }
  .section-fitnes-gallery-training__slideshow .slick img {
    max-width: 100%;
  }
  .section-fitnes-gallery-training__body {
    margin: 0;
    text-align: left;
  }
}

@media screen and (max-width: 476px) {
  .section-fitnes-info__title h2,
  .section-fitnes-gallery__title h2,
  .section-fitnes-gallery-coach__title h2,
  .section-fitnes-gallery-service__title h2,
  .section-fitnes-gallery-training__title h2,
  .section-fitnes-team__title h2 {
    font-size: 1.8rem;
    margin: 32px 0;
    padding: 0;
    max-width: 315px;
    text-align: center;
  }
  .section-fitnes-gallery__slideshow .slick-dots li button::before {
    display: none;
    font-size: 0.8rem;
  }
  .section-fitnes-info__body {
    margin: 0 10px;
  }
  .section-fitnes-top__title {
		font-size: 28px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.section-fitnes-top__link {
		display: none;
	}
  .section-fitnes-top__buttons {
    justify-content: center;
    flex-direction: column;
  }
  .section-fitnes-top__wrapper-right {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-fitnes-top__form-title {
    font-size: 32px;
    font-weight: 600;
  }
  .section-fitnes-top__shedule-time {
    margin-bottom: 0;
  }
  .section-fitnes-top__shedule {
    padding-bottom: 20px;
  }
  .section-fitnes-top__shedule-container {
   padding: 22px 30px 13px;
  }
  .section-fitnes-top__form-slider .slick img {
    max-width: none;
  }
  .section-fitnes-top__form-date {
    text-align: center;
    margin-bottom: 18px;
  }
  .paragraph--type--fitnes-slideshow-card {
    margin-bottom: 45px;
  }
  .paragraph--type--fitnes-slideshow-card .slick__arrow {
    top: -8px;
    max-width: 104px;
    left: 37%;
  }
  .section-fitnes-top__wrapper-right {
    text-align: center;
  }
  .paragraph--type--fitnes-slideshow-card {
    text-align: left;
  }
  .section-fitnes-top__address-item {
    max-width: 300px;
  }
  .section-fitnes-gallery-service__slideshow a {
    font-size: 22px;
  }
  .section-fitnes-info__body {
    text-align: left;
  }
  .section-fitnes-top__wrapper-left {
    padding: 12vh 10px 0 10px;
  }
  .section-fitnes-top__private {
    font-size: 32px;
  }
  .section-fitnes-top__wrapper-left.no-form {
    padding-top: 10vh;
    max-height: 745px;
  }
  .section-fitnes-info .section-fitnes-info__docs {
    margin-left: 10px;
    margin-right: 10px;
  }
  .section-fitnes-top__form-notice ol {
    text-align: left;
    padding-left: 0;
    margin-left: -21px;
  }
  .section-fitnes-top__form-body {
    margin-top: -40px;
  }
}

@media screen and (max-width: 320px) {
  .section-fitnes-top__private {
    font-size: 27px;
  }
  .section-fitnes-top__organization {
    font-size: 35px;
  }
  .section-fitnes-top__form-title {
    font-size: 30px;
  }
  .section-fitnes-top__wrapper-left {
    min-width: 320px;    
  }
  .section-fitnes-top__wrapper-left.no-form {
    padding-top: 11vh;
  }
}