

/* Start:/bitrix/templates/lavida/components/bitrix/breadcrumb/lavida/style.css?1592229630601*/
.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: none; color: #91611f;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/bitrix/templates/lavida/template_styles.css?169349261937905*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,900&display=swap');

.noPadding {
    padding: 0 !important;
    margin: 0 !important;
}
.alignright { float: right; }
.alignleft { float: left; padding: 0 20px 20px 0;}
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.small {
	  margin-top: 20px;
	  font-family: 'Lato', sans-serif;
	  font-size: 18px;
}
b {
	font-weight: 700 !important;
}
body p {
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	padding: 10px 0;
	line-height: 1.6em;
}
body p:first-of-type {
	padding-top: 0;
}
.header {
    background: url(/bitrix/templates/lavida/img/head-bg.jpg) #fff no-repeat top;
    background-size: cover;
	background-position: 100% 100%;
    height: 100vh;
    position: relative;
}
.topbar {
	padding: 20px;
	height: 120px;
}
.header-center {
    margin-top: 35vh;
}
.gym-card {
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	max-width: 700px;
	max-height: 238px;
	margin: 0 auto;
	height: 100%;
}
.gym-card a {
	color: #fff;
}
.gym-cover {
	object-fit: cover;
}

.gym-card h3 {
	font-size: 24px;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	margin-bottom: 20px;
}
.gym-card .new {
	color: #b2842f;
	text-transform: uppercase;
	font-weight: 700;
}
.gym-card p {
	font-family: Montserrat, sans-serif;
	font-weight: normal;
	font-size: 16px;
	padding: 10px 0;
}
.gym-meta {
	padding: 40px;
}
.gym-meta p {
	padding-top: 10px !important;
}
.gym-card-thumbs {
	margin-top: 10px;
	position: relative;
}
.gym-card-thumbs img {
	width: 100%;
	height: 100px;
	object-fit: cover;
}
.gym-card-thumbs p {
	position: absolute;
	text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    padding: 0 15px;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	font-size: 14px;
}
.head-logo {
    text-align: center;
}
.head-logo img {
	padding: 0 10px;
}
.head-address span {
    position: absolute;
    top: 0;
    margin: 10px 15px 0;
}
.top-overlay {
    background-color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
	height: 100%;
}
.head-contacts a {
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	color: #b2842f;
}

.header h1 {
    font-family: "SF UI Text Light", sans-serif;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    position: absolute;
    bottom: -40px;
    left: 40px;
    transform: rotate(-90deg);
    transform-origin: left;
    display: block;
    min-width: 350px;
    height: 80px;
    line-height: 80px;
}
.header h1 span {
	font-family: "SFUIText-Heavy", sans-serif;
    font-size: 72px;
}
.main-menu {
	/*width: 240px;
    display: block;
    position: absolute;
    top: -1px;
    background-color: #6b4001;
    border-bottom: 2px solid #fff;
    z-index: 9;*/
}
.navbar {
    padding: 0;
}
.navbar-nav {
	/*margin: 0;
    width: 100%;
	z-index: 9;
	background-color: #6b4001;
	display: block;
	padding: 10px;*/
	margin: 0;
    width: 100%;
}
.navbar-nav .nav-item {
	flex-basis: auto;
	flex-grow: 1;
	padding-right: 1rem;
    padding-left: 1rem;
	
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
	display: block;
    font-family: Montserrat, sans-serif;
	font-weight: normal;
    font-size: 16px;
	padding: 10px 0;
}
.navbar-light .navbar-nav .nav-link:focus {
	color: #f3a61f;
}
/*.navbar-light .navbar-nav li:first-child {
	padding-left: 0;
	text-align: left;
}
.navbar-light .navbar-nav li:last-child {
	padding-right: 0;
	text-align: right;
}*/
.navbar-light .navbar-nav .nav-link:hover {
    color: #f3a61f;
}
.collapse:not(.show) {
	/*display: none !important;*/
}
.main-menu .close {
	position: absolute;
	cursor: pointer;
	padding-left: 5px;
	right: 0;
	top: 0;
	z-index: 9999;
	display: none;
}
.main-menu .show .close {
	display: block;
}
.main-menu .close:before {
	font-family: "Font Awesome 5 Free";
    content: "\f00d";
    display: inline-block;
    padding-right: 10px;
	padding-top: 5px;
    vertical-align: middle;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
}
.navbar-toggler {
	display: block;
	position: absolute;
	top: 120px;
	left: 0;
	z-index: 9;
}
.custom-toggler.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(145,97,31,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.custom-toggler.navbar-toggler {
	border-color: transparent;
	margin: 0;
}
.more-button {
	background: #b2842f;
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	padding: 10px;
	border: 0;
	display: block;
	max-width: 240px;
	border-radius: 25px;
}
.more-button:hover {
	color: #fff;
	text-decoration: none;
}
.callback {
	text-align: center;
	margin-top: 40px;
}
.callback a {
	background-color: #f50c7f;
	color: #fff;
	text-align: center;
	display: inline-block;
	padding: 10px 40px;
	border-radius: 25px;
	font-family: "SFUIText-Medium", sans-serif;
    font-size: 20px;
}
.callback a:hover {
	text-decoration: none;
}
.city {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: #fff;
}
.tel {
    color: #f3a61f;
    font-family: "Lato", sans-serif;
    font-size: 14px;
}
.header .form {
    margin-top: 90px;
}
.form {
    text-align: center;
}
.form input {
    width: 100%;
    max-width: 250px;
    height: 48px;
    background-color: #FFF;
    border: 0;
    border-radius: 0;
    text-align: center;
    color: #373636;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    outline: none;
    font-weight: 300;
  }
  .form button {
    width: 100%;
    max-width: 250px;
    font-family: "Lato", sans-serif;
    color: #fff;
    font-size: 19px;
    font-weight: 300;
    padding: 10px 5px;
    outline: none;
    margin-top: 10px;
    text-align: center;
    border-radius: 40px;
    border: 0;
    cursor: pointer;
    background: #ffa800;
    position: relative;
    margin-left: 20px;
  }
  .scroll-down {
    text-align: center;
    color: #fff;
    background: #ffa800;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 50%;
    margin: 0px auto;
    font-size: 32px;
    position: absolute;
    bottom: 40px;
    cursor: pointer;
    left: 48.5%;
	z-index: 9;
  }
  .scroll-down a {
    color: #fff;
  }
.sec-title {
    font-family: Montserrat, sans-serif;
    font-size: 62px;
	font-weight: 900;
    text-align: left;
    text-transform: uppercase;
	color: #171616;
}
 .subtitle {
	font-family: Montserrat, sans-serif;
    font-size: 24px;
	font-weight: normal;
 }
.about {
	background: #fafafa;
	padding: 0 0 60px;
	margin-top: -1px;
}
.about .sec-title {
	padding: 40px 20px 20px;
}
.about-l, .about-r {
	/*max-height: 600px;*/	
}
.about-l {
	min-height: 680px;
	background: url(/bitrix/templates/lavida/img/about-l.png) no-repeat top;
	background-size: cover;
	background-position: 100% 100%;
	position: relative;	
}
.about-l img, .about-m img, .about-r img {
	width: 100%;	
	/*max-height: 600px;*/
	object-fit: cover;
	position: relative;
}
.about-l p {
	position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-58%, -50%);
    height: auto;
	font-family: Montserrat, sans-serif;
	font-weight: 900;
	font-size: 72px;
	color: #fff;
	padding: 0;
	line-height: 0;
}
/*.about-m p {
	position: absolute;
    top: 55%;
    left: 0;
    transform: translate(0, -50%);
    height: auto;
	font-family: Montserrat, sans-serif;
	font-weight: 900;
	font-size: 72px;
	color: #fff;
	padding: 30px;
	line-height: 0;
}*/
.about-l span {
	font-family: Montserrat, sans-serif;
	font-weight: normal;
	font-size: 48px;
	margin-top: 72px;
	display: block;
	text-align: right;
}
.about-text {
	background: #171616;
	color: #fff;
	padding: 20px 40px;
    text-align: justify;
}
.about .more-button {
	border-radius: 0;
	max-width: 200px;
	margin-top: 20px;
}
.advantages {
	padding: 60px 0 0;
	background: #fafafa;
}

.advantages .why {
	position: absolute;
    top: 0;
    left: 60%;
    transform: translate(-60%, 0);
    height: auto;
	color: #6b6b6b;
}
.adv-item {
	margin-bottom: 30px;
}
.adv-item img {
	width: auto;
	height: 64px;
	object-fit: contain;
	max-width: min-content;
}
/*.slider .container {
    top: 180px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
  }
  .slider .container-two {
    z-index: 9;
  }
  .slider .item {
    min-height: 620px;
    background-size: cover !important;
  }*/
  .slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    max-width: 1170px;
    width: 100%;
  }
  .slider .owl-theme .owl-nav .owl-prev {
    background: url("/bitrix/templates/lavida/img/left-arrow.png") no-repeat !important;
    width: 64px;
    height: 64px;
    float: left;
    margin-top: -26px;
    outline: none;
    margin-left: -100px;
  }
  .slider .owl-theme .owl-nav .owl-next {
    background: url("/bitrix/templates/lavida/img/right-arrow.png") no-repeat !important;
    outline: none;
    width: 64px;
    height: 64px;
    float: right;
    margin-top: -26px;
    margin-right: -100px;
  }
  .slider .form {
      padding-top: 20px;
  }
  .slider .form-slider {
    margin-top: 40px;
    background: #1f2a3f;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    padding: 70px 0;
    text-align: center;
    float: right;
  }
  .slider .form-slider input {
    width: 100%;
    max-width: 300px;
    height: 49px;
    text-align: center;
    font-family: "SFUIText-Light", sans-serif;
    font-size: 16px;
  }
  .slider .form-slider button {
    width: 100%;
    max-width: 300px;
    font-family: "SFUIText-Light", sans-serif;
    color: #FFFEFE;
    font-size: 18px;
    font-weight: 300;
    height: 49px;
    outline: none;
    margin-top: 10px;
    text-align: center;
    border: 0;
    cursor: pointer;
    position: relative;
    background: #13078e;
  }
  .slider .form-slider span {
    color: #fff;
    font-family: "SFUIText-Light", sans-serif;
    font-size: 27px; 
  }
  .slider .form-slider strong {
    color: #fff;
    font-family: "SFUIText-Heavy", sans-serif;
    font-size: 27px;
  }
.fotogallery {
	margin-top: -80px;
	padding: 0 0 60px;
	background: #fafafa;
	overflow: hidden;
}
.fotogallery .sec-title {
	text-align: center;
 }
.fotogallery .subtitle {
	text-align: center;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	color: #6b6b6b;
}
  /** Filter **/
  
  .filtr-container img, .filtr-container2 img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	transition: all 1s ease-out;
    z-index: 1;
}
	.filtr-container img:hover, .filtr-container2 img:hover {
		transform: scale(1.1);
		z-index: 99;
	}
.filtr-item {
    padding: .5rem;
	display: inline-block;
	z-index: 1;
}
.filtr-item:hover {
	z-index: 99;
}
.item-desc {
    background-color: rgba(0,0,0,0.5);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem;
    z-index: 1;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
}
  
  /* Filter controls */
.simplefilter, .simplefilter2, .multifilter, .sortandshuffle, .search-row {
  padding-left: 0;
  margin: 40px auto 0;
  border: 0;
  text-align: center;
  /*border-radius: 50px;*/
}
.simplefilter li, .simplefilter2 li, .multifilter li, .sortandshuffle li {
	background-color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    padding: 1rem 2rem;
	border: 1px #000 solid;
	margin-right: 8px;
}
.simplefilter li:last-child, .simplefilter2 li:last-child {
    margin-right: 0;
}
.simplefilter li:first-child {
	/*border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;*/
}
.simplefilter li:last-child {
	/*border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;*/
}
.simplefilter li.active, .simplefilter2 li.active {
    background-color: #000;
	color: #fff;
}
.multifilter li {
    background-color: #fff;
}
.multifilter li.active {
    background-color: #BCCB3E;
}

/* Shuffle and sort controls */
select {
    padding: 1rem 1rem;
    text-transform: uppercase;
}
.sortandshuffle .shuffle-btn {
    background-color: #dec800;
}
.sortandshuffle .sort-btn {
    background-color: #de0000;
}
.sortandshuffle .sort-btn.active {
    background-color: #9d0000;
}

/* Search control */
.filtr-search {
    padding: 0.5rem;
    text-transform: uppercase;
}

/* Colored divs */
.block {
  box-shadow: 0 1px 4px rgba(0,0,0,.75) inset;
  color: white;
  text-align: center;
  height: 80px;
  position: relative;
}
.block > .text {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.block.xs {
  height: 40px;
}
.block.md {
  height: 120px;
}
.block.lg {
  height: 160px;
}
.block.purple {
  background-color: purple;
}
.block.yellow {
  background-color: #dec800;
}
.block.red {
  background-color: crimson;
}
.block.green {
  background-color: lightgreen;
}
.block.blue {
  background-color: #4b9eff;
}

/* Helpers */
.push-down {
  margin-bottom: 50px;
}

.filtr-container,
.filtr-container2,
.color-container-1,
.color-container-2,
.color-container-3,
.color-container-4 {
  transition: height 500ms ease-out;
  margin-top: 40px;
}

.tab-wrap {
  /*transition: 0.3s box-shadow ease;
  border-radius: 6px;*/
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  list-style: none;
  margin: 40px 0;
  /*background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);*/
}
.tab-wrap:hover {
  /*box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19);*/
}

.tab {
  display: none;
}

.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:first-of-type:not(:last-of-type) + label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
  margin: 0 0 0 auto;
}
.tab:checked + label:after {
	/*border-right: 1px solid #fff;
	width: 50px;
	height: 30px;
	content: '';
	position: absolute;
	transform: rotate(50deg);
	right: 0;
	bottom: 0;*/
}
.tab:not(:first-of-type):not(:last-of-type) + label {
  border-radius: 0;
}
.tab:last-of-type:not(:first-of-type) + label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin: 0 auto 0 0;
}
.tab:checked + label {
  background-color: #b2842f;
  box-shadow: 0 -1px 0 #fff inset;
  cursor: default;
}
.tab:checked + label:hover {
  /*box-shadow: 0 -1px 0 #fff inset;*/
  background-color: #b2842f;
}
.tab + label {
  box-shadow: 0 -1px 0 #eee inset;
  /*border-radius: 6px 6px 0 0;*/
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #fff;
  flex-grow: 3;
  text-align: center;
  background-color: #000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  height: 50px;
  box-sizing: border-box;
  padding: 0 15px;
  max-width: 300px;
  line-height: 50px;
}
.tab + label:hover {
  background-color: #b2842f;
  /*box-shadow: 0 1px 0 #f4f4f4 inset;*/
}
.tab__content {
  padding: 10px 25px;
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  border-radius: 6px;
}
  
  /** End filter **/
  .price {
	  background: url(/bitrix/templates/lavida/img/price-bg.jpg) no-repeat;
	  background-size: cover;
	  background-position: 100% 15%;
	  padding: 60px 0;
	  color: #fff;
  }
  .price .sec-title {
	  color: #fff;
      margin-bottom: 20px;
	  text-align: left;
  }
  .price p {
	  padding: 5px 0;
  }
  .price .sub-heading {
	  padding: 10px 0;
	  text-align: center;
  }
  .price .form {
	  margin-top: 20px;
  }
  .price .form input {
	  max-width: 300px;
	  padding: 30px 5px;
  }
  .price .form button {
	  max-width: 300px;
	  padding: 15px 5px;
	  background: #bccb3e;
  }
  /*.sub-heading {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    text-align: center;
    text-transform: none;
    padding-top: 10px;
  }*/
#ymap {
    position: relative;
    height: 500px;
    display: block;
    width: 100%;
	margin-left: -1px;
}
#ymap [class*="ymaps-2"][class*="-ground-pane"]{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter:grayscale(100%);
}
#ymap [class*="ymaps-2"][class*="-placemark-overlay"] {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter:grayscale(100%);
}
#map1, #map2 {
    position: relative;
    height: 500px;
    display: block;
    width: 100%;
	margin-left: -1px;
	padding-left: 40px;
}
.footer {
}
.footer a {
	color: #fff;
}
.footer .contacts {
	background: #b2842f;
	position: relative;
}
.footer .contacts-card {
	position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-20%, -20%);
    height: auto;
    padding: 0 15px;
}
.footer .sec-title {
	color: #fff;
}
.footer .contacts-card p {
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	padding: 0;
}
.footer .contacts-card .phone {
	font-weight: 700;
	font-size: 30px;
	margin-top: 40px;
}
.footer-socials i {
	font-size: 24px;
	margin-right: 20px;
}
.footer .copyright {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
	text-align: center;
	padding: 15px 0;
	color: #000;
}

div[id^="wait_comp_"] { 
	display: none;
}
form input.error {
	border: 1px #ff0036 solid !important;
	background: #fff !important;
}
.send-ok {
	background: green;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
	margin: 0 15px;
}
.webstudio-copy a {
	color: #fff;
}
.error-message {
	text-align: center;
}
.error-message h2 {
	font-family: "Lato", sans-serif;
	font-size: 40px;
}
.error-message p {
	font-family: "Lato", sans-serif;
	font-size: 20px;
}
.error-message a {
	font-family: "Lato", sans-serif;
	font-size: 20px;
}
.scroll-top {display: none;}
.scroll-top a {
    z-index: 21;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    text-align: center;
    line-height: 43px;
    background: #aaa;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff !important;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer;
}
.scroll-top a i {
	vertical-align: baseline;
}
.scroll-top a:hover {background: #ffa800;}
.phone-mobile {
	display: none;
}
.half {
	width: 50%;
	float: left;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: auto;
  max-width: 60%;
  margin: 20px auto;
  transition: 1s all;
}
.white-popup h3 {
	font-family: 'LatoBold',sans-serif;
	font-size: 30px;
}
.white-popup p {
	font-family: 'Lato',sans-serif;
	font-size: 16px;
	padding: 10px 0;
}
.white-popup img {
	display: block;
	width: 300px;
	height: auto;
	margin: 0 auto;
}
.mfp-bg {}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}


/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}


/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.custom-toggler span span {
	display: none;
}

.page-title {
	font-family: Montserrat, sans-serif;
	font-size: 48px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	color: #171616;
	margin: 20px 0 40px;
}
.quote {
	border: 1px solid #a77d23;
	padding: 65px 45px 20px 50px !important;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	position: relative;
}
.quote:before {
	content: '“';
	position: absolute;
	top: 30px;
    left: 0;
	display: block;
	color: #b2842f;
	font-family: Montserrat, sans-serif;
	font-size: 140px;
	font-style: italic;
	line-height: 0;
	padding-top: 40px;
}
p.squared {
	font-family: Montserrat, sans-serif;
	font-size: 15px;
	font-weight: 700;
}
p.squared:before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #b2842f;
}
.about-big {
	position: relative;
}
.play-icon {
	position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 123px;
	height: auto;
}
p.brown {
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #b2842f;
	text-align: center;
	font-weight: 600;
	margin-bottom: 30px;
}
.contacts-page.contacts-card {
	min-width: 450px;
	width: auto;
	background: #b2842f;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 99;
	padding: 45px;
    transform: translate(0, -50%);
}
.contacts-page.contacts-card.second {
	background: #000;
}
.contacts-page.contacts-card .phone {
    font-weight: 700;
    font-size: 30px;
    margin-top: 0;
}
.contacts-page.contacts-card p {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    padding: 0;
}
.contacts-page .sec-title {
    color: #fff;
}
.contacts-page.contacts-card a {
	color: #fff;
}
.contacts-page.contacts-card .more-button {
	background: transparent;
	border: 1px solid #fff;
	text-transform: uppercase;
	margin: 30px 0 0;
	border-radius: 0;
	max-width: 180px;
}
.news-item {
	margin-bottom: 30px;
}
.news-cover {
	position: relative;
}
.news-cover img {
	width: 300px;
	height: 225px;
	object-fit: cover;
}
.news-list .news-date-time {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #b2842f;
	color: #fff;
	padding: 10px;
}
.news-meta-wrapper {
	position: relative;
}
.news-meta {
	position: absolute;
	top: 50%;
	left: 0;
    transform: translate(0, -50%);
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	color: #171616;
}
.news-meta h3 {
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	color: #171616;
	margin-bottom: 20px;
}
.news-meta a:hover {
	color: #000;
}
.news-detail {
	text-align:justify;
}
.news-detail h3 {
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-weight: 600;
}
.news-detail a {
	color: #b2842f;
}
.news-detail .news-date-time {
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	color: #979797
}
.news-detail .lightbox-gal {
	padding: 0 15px;
	width: 100%;
}
.news-detail ul {
	margin-left: 20px;
	list-style-type: disc;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
}
.news-detail p {
	text-align: justify !important;
	font-size: 14px !important;
	margin-bottom: 0;
}
.news-detail .more-button {
	border-radius: 0;
	margin: 20px auto;
    position: relative;
	/*max-width: 180px;*/
	min-width: 180px;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px 5px;
	-webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
	color: #fff;
}
.news-detail .more-button:before {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #000;
    margin: -5px 5px;
    -webkit-transition: margin .2s ease-in-out;
    -o-transition: margin .2s ease-in-out;
    transition: margin .2s ease-in-out;
}
.news-detail .more-button:hover {
	background: #d7b46a;
}
.news-detail .more-button:hover::before {
	margin: 5px 5px;
}
.news-detail h3 {
	font-size: 20px;
	margin-bottom: 30px;
}
.news-detail table {
	font-family: Montserrat, sans-serif;
	font-size: 14px;
}
.news-detail table b {
	font-weight: 700;
}
.news-detail table tr {
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
}
.news-detail table td {
	padding: 10px;
}
.news-detail table td:first-of-type {
	color: #b2842f;
}
.news-detail table td:not(:last-of-type) {
	border-right: 1px dotted #000;
}
.news-detail.card-detail table td:first-of-type {
	color: #000;
}
.news-back, .news-back:hover {
	color: #b2842f;
}
div.modern-page-navigation {
    text-align: center;
}
div.modern-page-navigation span.modern-page-current {
    background: #b2842f;
	color: #fff;
    padding: 5px;
    vertical-align: baseline;
    font-weight: normal;
	border: 1px solid #b2842f;
}
div.modern-page-navigation a, span.modern-page-current, div.modern-page-navigation a.modern-page-previous, span.modern-page-dots {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    padding: 5px;
    background: transparent;
    color: #000;
    min-width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
	border: 1px solid #000;
}
div.modern-page-navigation a.modern-page-first {
	border: 1px solid #000
}
.gym-box {
	margin-bottom: 30px;
}
.gym-box h3 {
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	color: #171616;
	text-align: center;
	margin-top: 20px;
}
.gym-box img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.gym-box a {
	color: #000;
}
.group-box {
	margin-bottom: 30px;
}
.group-box h3 {
	position: absolute;
	left: 15px;
	bottom: 0;
	background: #000;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	margin-top: 20px;
	padding: 10px;
    width: calc(100% - 30px);
}
.group-box img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	position: relative;
	opacity: 0.55;
}
.group-box a {
	color: #fff;
}
.box-overlay {
	background-color: #000;
    width: auto;
    height: 100%;
    top: 0;
    left: 0;
}
.group-box:hover img {
	opacity: 1;
}
.group-box:hover h3 {
	background: #b2842f;
}
.instructor-box {
	margin-bottom: 40px;
}
.instructor-box h3 {
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #171616;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
.instructor-box img {
	width: 100%;
	height: 350px;
	/*object-fit: cover;*/
	object-fit: contain;
	position: relative;
}
.instructor-box a {
	color: #fff;
}
.instructor-box .job {
	font-family: Montserrat, sans-serif;
	font-size: 14px;
}
.card-box {
	margin-bottom: 30px;
}
.card-box h3 {
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #171616;
	text-align: left;
	margin: 20px 0;
}
.card-box img {
	width: 100%;
	height: 200px;
	object-fit: contain;
}
.card-box a {
	color: #fff;
}
.card-list .more-button {
	border-radius: 0;
	margin: 20px auto;
    position: relative;
	max-width: 180px;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px 5px;
	-webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}
.card-list .more-button:before {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #000;
    margin: -5px 5px;
    -webkit-transition: margin .2s ease-in-out;
    -o-transition: margin .2s ease-in-out;
    transition: margin .2s ease-in-out;
}
.card-list .more-button:hover {
	background: #d7b46a;
}
.card-list .more-button:hover::before {
	margin: 5px 5px;
}
.card-meta {
	min-height: 280px;
}
.fixed-top {
	background: #000;
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
	height: 120px !important;
}

@media (min-width:1200px) and (max-width:1600px) {
	.services .item h3 {
		min-height: 70px;
		line-height: 1.8em;
		width: 100%;
	}
	.header-center {
		margin-top: 15vh;
	}
	.gym-card h3 {
		font-size: 22px;
	}
	.scroll-down {
		bottom: 15px;
	}
	.subtitle {
		font-size: 18px;
	}
	.about-l {
		min-height: 700px;
	}
	.about-r {
		margin-left: -1px;
	}
	.about-r img {
		height: 100%;
	}
	.advantages {
		padding: 40px 0 0;
	}
	.advantages .why {
		left: 75%;
	}
	.fotogallery {
		padding: 40px 0;
		margin-top: 0;
	}
	.footer .contacts-card {
		left: 30%;
	}
}

@media (max-width:800px) {
	.noPadding {
		padding: 0 2px !important;
		margin: 0 !important;
	}
	.company-title, .head-socials {
		display: none;
	}
	.head-contacts a {
		color: #fff;
	}
	.side-panel {
		display: none;
	}
	.custom-toggler.navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	}
	.custom-toggler.navbar-toggler {
		border-color: transparent;
		margin: 0;
	}
	.custom-toggler span span {
		display: block;
		font-family: "SF UI Text Light", sans-serif;
		padding-left: 35px;
		padding-top: 5px;
		vertical-align: sub;
		width: 100%;
		color: #fff;
	}
	.navbar-toggler {
		display: inline-block;
		top: 0;
		padding: 10px;
	}
	.header {
		height: 100%;
	}
    .head-address span {
        text-align: center;
    }
    .head-phone {
        text-align: center;
		display: none;
    }
	.topbar {
		text-align: center;
		padding-top: 10px;
		height: 90px;
	}
    .head-logo img {
		float: left;
		width: 50%;
    }
	.navbar.navbar-expand-lg.navbar-light {
		float: left;
	}
	.navbar-nav {
		padding: 20px 0;
	}
	.header-center {
		margin-top: 150px;
	}
	.head-callback .more-button {
		margin: 20px auto 10px;
	}
	.header h1 span {
		font-size: 40px;
	}
    .header h1 {
		display: none;
        font-size: 30px;
    }
    .header .subtitle {
        font-size: 19px;
    }
    .header .form {
        margin-top: 40px;
    }
    .header .small {
        font-size: 12px;
    }
	.header .callback {
		margin-top: 40px;
	}
	.head-contacts {
		text-align: center;
		padding: 10px 0 !important;
	}
	.head-contacts .phone {
		display: block;
		font-size: 18px;
		padding: 0 0 10px;
	}
	.menu-icon {
		position: absolute;
		top: 90px;
		width: 100%;
		background-color: #90621f;
		height: 50px;
		z-index: 9;
	}
	.main-menu {
		/*border-bottom: 0;
		margin-top: 20px;*/
	}
	.navbar-nav .nav-item {
		padding: 0;
	}
	#sm_menu_ham {
		top: 40px !important;
		right: 130px !important;
		transition: none !important;
	}
	#sm_menu_ham.open {
		top: 20px !important;
		left: 85%;
		/*position: fixed;*/
	}
	#sm_menu_ham span:last-of-type {
		color: #fff;
		padding-left: 40px;
		background: none;
		font-family: "Montserrat", sans-serif;
		font-size: 24px;
		font-weight: 700;
		position: absolute;
		top: -8px;
	}
	#sm_menu_ham.open span:last-of-type {
		display: none;
	}
	.mobile_menu li ul {
		position: absolute;
		top: 0;
		display: unset;
		z-index: unset;
		height: 100vh !important;
		width: 100%;
		border: 0;
		background: #417db5;
		padding: 20px 0;
	}
	.nav-link.root-item-selected, .submenu .item-selected {
		background: #b2842f;
	}
	.home-slider {
		padding-left: 0;
	}
	.home-carousel, .home-carousel .item {
		height: calc(100vh - 90px);
	}
	.callback {
		margin-top: 0;
	}
	.callback a {
		background-color: #f50c7f;
		color: #fff;
		text-align: center;
		display: inline-block;
		padding: 10px 25px;
		border-radius: 25px;
		font-family: "SFUIText-Medium", sans-serif;
		font-size: 18px;
	}
	.form button {
		margin-left: 0;
	}
	.gym-meta {
		padding: 20px;
	}
	.gym-card {
		max-height: 100%;
	}
	.gym-card:first-of-type {
		margin-bottom: 30px;
	}
	.gym-card h3 {
		font-size: 16px;
	}
	.gym-card p {
		font-size: 14px;
	}
	.contacts .sec-title {
		padding: 20px 0;
	}
	.footer-left p, .footer-right p {
		font-size: 12px;
		line-height: 2.2em;
	}
	.testimonial-text:before {
		top: -15px;
	}
	.owl-buttons {
		display: none;
	}
	.owl-carousel:hover .owl-buttons {
		display: block;
	}
	.slider .owl-theme .owl-nav .owl-prev {
		margin-top: 0;
		margin-left: 0;
	}
	.slider .owl-theme .owl-nav .owl-next {
		margin-top: 0;
		margin-right: 0;
	}
	.sec-title {
		font-size: 30px;
		padding-bottom: 30px;
		text-align: center !important;
	}
	.services {
		padding: 0;
	}
	.services .item:last-of-type {
		display: none;
	}
	.services .item img {
		height: 300px;
	}
	.about {
		padding: 0;
	}
	.about img {
		height: 100%;
		object-fit: cover;
	}
	.about-text {
		position: relative;
		bottom: unset;
		padding: 20px;
	}
	.subtitle {
		font-size: 16px;
	}
	.about .more-button {
		position: relative;
		bottom: unset;
		left: unset;
		margin: 40px auto 0;
	}
	.advantages {
		padding: 40px 0;
	}
	.fotogallery {
		margin-top: -20px;
		padding: 0 0 20px;
	}
	.tab + label {
		padding: 0 8px;
		font-size: 13px;
		max-width: 50%;
	}
	.tab__content {
		padding: 0;
	}
	.simplefilter, .simplefilter2, .multifilter, .sortandshuffle, .search-row {
		margin: 20px 0 0;
	}
	.simplefilter li, .simplefilter2 li, .multifilter li, .sortandshuffle li {
		padding: .5rem;
		font-size: 12px;
		margin-bottom: 15px;
	}
	.filtr-container img, .filtr-container2 img {
		height: 120px;
	}
	.filtr-container, .filtr-container2, .color-container-1, .color-container-2, .color-container-3, .color-container-4 {
		margin-top: 20px;
	}
	.tab-wrap {
		margin: 40px 0 20px;
	}
	#ymap {
		height: 300px;
	}
	.footer {
	}
	.footer .contacts-card {
		position: relative;
		top: unset;
		left: unset;
		transform: none;
		padding: 20px 20px 60px;
	}
	.footer .contacts-card .phone {
		margin-top: 20px;
	}
	.footer .copyright {
		background: #fff;
	}
	.scroll-down {
		display: none;
	}
	.phone-mobile {
		display: block;
		color: #fff;
		float: left;
		padding-top: 8px;
		right: 30px;
		top: 25px;
		position: absolute;
	}
	.phone-mobile a {
		color: #fff;
		display: none;
	}
	.fixed-phone-show {
		position: fixed !important;
		top: 0px;
		left: 0px;
		z-index: 9999;
		height: 60px;
		width: 100%;
		background-color: #90621f;
		color: #fff;
		text-align: center;
		line-height: 20px;
		padding: 20px;
		background-position-x: 15%;
		background-position-y: center;
		margin-top: 0 !important;
	}
	.fixed-phone-show a {
		color: #fff;
		display: block;
		font-size: 20px;
	}
	.quote {
		padding: 65px 40px 20px 50px !important;
	}
	#map1, #map2 {
		height: 250px;
		padding-left: 0;
	}
	#map1 {
		margin-bottom: 340px !important;
	}
	#map1 .contacts-page.contacts-card {
		top: 250px;
		position: absolute;
		left: 0;
	}
	#map2 .contacts-page.contacts-card {
		top: 250px;
		position: absolute;
		left: 0;
	}
	.map * {
  touch-action: auto !important;
}
	.contacts-page.contacts-card {
		min-width: 100%;
		width: 100%;
		/*position: relative;
		top: unset;
		left: unset;*/
		transform: none;
		padding: 20px;
	}
.news-cover img {
	width: 100%;
	height: auto;
}
.news-list .news-date-time {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #b2842f;
	color: #fff;
	padding: 10px;
}
.news-meta-wrapper {
	position: relative;
}
.news-meta {
	position: relative;
	top: unset;
	left: unset;
    transform: none;
}
.news-meta h3 {
	margin-top: 20px;
}
.page-title {
	font-size: 28px;
}
.news-detail .lightbox-gal {
	margin: 0;
	padding: 0;
}
.news-detail table {
	display: none;
}
.card-meta {
	min-height: auto;
}
}

div.news-detail img.detail_picture {
	height:auto;
}
.news-detail .lightbox-gal {
    margin-top: 15px;
    margin-bottom: 15px;
}


@media (max-width: 800px) {
.header {
    background: url(/bitrix/templates/lavida/img/head-bg.jpg) #fff no-repeat top;
}
.header video {
	display:none;
}
}
/* End */
/* /bitrix/templates/lavida/components/bitrix/breadcrumb/lavida/style.css?1592229630601 */
/* /bitrix/templates/lavida/template_styles.css?169349261937905 */
