/* ---------------------------------------
Custom CSS 
background-color:#282b2f;
background-color:#2b333d;
violet 2b0a8f
accent 24364d
--------------------------------------- */

input::placeholder {
  font-weight: 300 !important;
  /*opacity: .5;*/
  color: #ccc !important;
}

/* Medical section */
.body-medical {
  background-color: #fff;
  color: #282b2f;
}

.body-medical .alter-bg {
  background-color: #f4f4f4;
}
.body-medical .alter-bg2 {
  background-color: #eceff1;
}

.body-medical .heroslider__film {
  background-color: rgba(12, 28, 23, 0.6);
}

.body-medical .alter-bg.alter-bg__film {
  background-color: transparent;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.body-medical .alter-bg.alter-bg__film:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(244, 244, 244, 0.75);
}
.body-medical .alter-bg.alter-bg__film .container {
  z-index: 1;
  position: relative;
}

.body-medical .delimitter {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.body-medical .fullpage-section__intro-contacts-social-link > a,
.body-medical .fullpage-section__intro-contacts-social-link > div {
  color: #24364d;
}
.body-medical .fullpage-section__intro-contacts-social-link > :hover {
  color: #000;
}

.emptyslider {
  height: 70px;
  margin-bottom: 30px;
  background-color: #333;
}

/* Sport section	 */
.body-sport {
  /* background-color:#282b2f; */
  background-color: #141414;
  color: #fff;
}

.body-sport .alter-bg {
  /* background-color:#2b333d; */
  background-color: #1f2227;
}
.body-sport .alter-bg2 {
  background-color: #15191b;
}

.body-sport .heroslider__film {
  background-color: rgba(26, 32, 35, 0.6);
}

.body-sport .alter-bg.alter-bg__film {
  background-color: transparent;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.body-sport .alter-bg.alter-bg__film:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(21, 21, 21, 0.75);
}
.body-sport .alter-bg.alter-bg__film .container {
  z-index: 1;
  position: relative;
}

.body-sport #breadcrumb::-webkit-scrollbar-track {
  background: #141414;
}

.body-sport .emptyslider {
  height: 70px;
  margin-bottom: 30px;
  background-color: #141414;
}

.body-sport .direction-link {
  display: block;
  padding: 0 0 20px 25px;
  font-size: 18px;
  position: relative;
  color: #fff;
  transition: all 0.2s;
}
.body-sport .direction-link:before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  /* background-color:#24364d; */
  /* background-color: rgba(36,54,77,0.3); */
  background-color: #ccc;
  top: 6px;
  left: 0;
  transition: all 0.2s;
}
.body-sport .direction-link:hover {
  /* padding:0 0 20px 30px; */
  color: #ccc;
  transition: all 0.2s;
}
.body-sport .direction-link:hover:before,
.body-sport .direction-link.active:before {
  /* background-color: rgba(36,54,77,0.99); */
  background-color: #37474f;
  transition: all 0.2s;
}

.body-sport .direction-link-arrow {
  display: inline-block;
  position: relative;
  width: 0px;
  height: 16px;
  /* border-left:1px solid #f00; */
  top: 3px;
  /* 		width: 16px;
		height: 16px;
		line-height: 16px;
		background-size: 16px 16px;
		color: #151515; */
  transition:
    opacity 0.4s,
    transform 0.4s,
    -webkit-transform 0.4s;
  /* opacity: 0.05; */
  opacity: 0;
}
.body-sport .direction-link:hover .direction-link-arrow {
  opacity: 1;
  transform: translate3d(4px, 0, 0);
}
.body-sport .direction-link-arrow .icon-arrow {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
}

.body-sport a {
  color: #78909c;
}
.body-sport a:hover {
  color: #607d8b;
}

.body-medical .fullpage-footer a {
  color: #282b2f;
}
.body-medical .fullpage-footer a:hover {
  color: #2b333d;
}

.body-sport .fullpage-footer a {
  color: #fff;
}
.body-sport .fullpage-footer a:hover {
  color: #ddd;
}
.body-sport .text a,
.body-sport .text p a {
  color: #78909c;
  transition: all 0.2s;
  text-decoration: underline;
}
.body-sport .text a:hover,
.body-sport .text p a:hover {
  color: #607d8b;
  transition: all 0.2s;
  text-decoration: none;
}

.body-sport .direction-tab-btn.active .direction-tab-btn-background {
  background-color: #37474f;
}
.body-sport .direction-tab-btn.active .direction-tab-btn-arrow,
.body-sport .direction-tab-btn.active .direction-tab-btn-text {
  color: #fff;
}

.body-sport .price-table {
  border: 1px solid #1c2428;
}
.body-sport .price-table__dark {
  background-color: #1c2428;
}

.body-sport .doc-card {
  border: 1px solid #37474f;
  padding: 15px;
  margin-bottom: 30px;
}

.body-sport .doc-card__img-title,
.body-sport .doc-card__img-title:hover {
  color: #fff;
}

.body-sport .page__title-breadcrumb .breadcrumb-item.active {
  color: #ccc;
}

/* teal */
.body-sport .direction-tab-btn.teal .direction-tab-btn-background {
  background-color: #37474f;
}
.body-sport .direction-tab-btn.teal:hover .direction-tab-btn-background,
.body-sport .direction-tab-btn.teal.active .direction-tab-btn-background {
  background-color: #263238;
}

/* selects	 */

.body-sport .select-css {
  display: block;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 500;
  color: #444;
  line-height: 20px;
  padding: 12px 20px 12px 15px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0 30px 0;
  border: 1px solid #fafafa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 46px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%2337474f%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"),
    linear-gradient(to bottom, #fafafa 0%, #fafafa 100%);
  background-repeat: no-repeat, repeat;
  background-position:
    right 0.7em top 50%,
    0 0;
  background-size:
    0.65em auto,
    100%;
}
.body-sport .select-css::-ms-expand {
  display: none;
}
.body-sport .select-css:hover {
  border-color: #eec78d;
}
.body-sport .select-css:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}

.body-sport .panel-body > p {
  color: #fff;
}

.body-sport .topmobilenav::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  background-color: #333;
}
.body-sport .topmobilenav::-webkit-scrollbar {
  height: 6px;
  background-color: #333;
}
.body-sport .topmobilenav::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 3px;
}

.body-sport .breadcrumb::-webkit-scrollbar-track {
  background-color: #333;
}
.body-sport .breadcrumb::-webkit-scrollbar {
  height: 6px;
  background-color: #333;
}
.body-sport .breadcrumb::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 3px;
}

/* SPA section	 */
.body-spa {
  /* background-color:#f6e9d7; */
  background-color: #1f130b;
  color: #fff;
}
.body-spa .alter-bg {
  background-color: #2b1a0f;
}
.body-spa .alter-bg2 {
  background-color: #26160c;
}

.body-spa .heroslider__film {
  background-color: rgba(31, 19, 11, 0.6);
}

.body-spa .alter-bg.alter-bg__film {
  background-color: transparent;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.body-spa .alter-bg.alter-bg__film:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(31, 19, 11, 0.78);
}
.body-spa .alter-bg.alter-bg__film .container {
  z-index: 1;
  position: relative;
}

.body-spa .delimitter {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.body-spa .fullpage-section__intro-contacts-social-link > a,
.body-spa .fullpage-section__intro-contacts-social-link > div {
  color: #ae8d68;
}
.body-spa .fullpage-section__intro-contacts-social-link > :hover {
  color: #987955;
}

.body-spa #breadcrumb::-webkit-scrollbar-track {
  background: #fbf5ec;
}

.body-spa .emptyslider {
  height: 70px;
  margin-bottom: 30px;
  background-color: #1f130b;
}

.body-spa .top-menu__submenu-container .submenu {
  background-color: rgba(31, 19, 11, 0.93);
}
.body-spa .fullpage-header .top-menu__submenu-container .submenu__triangle {
  border-bottom: 10px solid rgba(31, 19, 11, 0.93);
}
.body-spa .direction-link {
  display: block;
  padding: 0 0 20px 25px;
  font-size: 18px;
  position: relative;
  color: #fff;
  transition: all 0.2s;
}
.body-spa .direction-link:before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  /* background-color:#24364d; */
  /* background-color: rgba(36,54,77,0.3); */
  background-color: #ffe6a7;
  top: 6px;
  left: 0;
  transition: all 0.2s;
}
.body-spa .direction-link:hover {
  /* padding:0 0 20px 30px; */
  color: #fff;
  transition: all 0.2s;
}
.body-spa .direction-link:hover:before,
.body-spa .direction-link.active:before {
  /* background-color: rgba(36,54,77,0.99); */
  background-color: #987955;
  transition: all 0.2s;
}

.body-spa .direction-link-arrow {
  display: inline-block;
  position: relative;
  width: 0px;
  height: 16px;
  /* border-left:1px solid #f00; */
  top: 3px;
  /* 		width: 16px;
		height: 16px;
		line-height: 16px;
		background-size: 16px 16px;
		color: #151515; */
  transition:
    opacity 0.4s,
    transform 0.4s,
    -webkit-transform 0.4s;
  /* opacity: 0.05; */
  opacity: 0;
}
.body-spa .direction-link:hover .direction-link-arrow {
  opacity: 1;
  transform: translate3d(4px, 0, 0);
}
.body-spa .direction-link-arrow .icon-arrow {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
}

.body-spa a {
  color: #ae8d68;
}
.body-spa a:hover {
  color: #987955;
}
.body-spa .fullpage-footer a {
  color: #ae8d68;
}
.body-spa .fullpage-footer a:hover {
  color: #987955;
}
.body-spa .text a,
.body-spa .text p a {
  color: #ae8d68;
  transition: all 0.2s;
  text-decoration: underline;
}
.body-spa .text a:hover,
.body-spa .text p a:hover {
  color: #987955;
  transition: all 0.2s;
  text-decoration: none;
}

.body-spa #breadcrumb::-webkit-scrollbar-track {
  background: #1f130b;
}
/* .body-spa .page__title-breadcrumb .breadcrumb-item.active, .body-spa .page__title-breadcrumb .breadcrumb-item.active::before { */
.body-spa .page__title-breadcrumb .breadcrumb-item.active {
  color: #7a5e3d;
}

.body-spa .direction-tab-btn-background {
  background-color: #f9e2bf;
}
.body-spa .direction-tab-btn:hover .direction-tab-btn-background {
  background-color: #dcbb9a;
}
.body-spa .direction-tab-btn.active .direction-tab-btn-background {
  background-color: #ae8d68;
}
.body-spa .direction-tab-btn.active:hover .direction-tab-btn-background {
  background-color: #987955;
}

.body-spa .price-table {
  border: 1px solid #311d12;
}
.body-spa .price-table__dark {
  background-color: #311d12;
}

.body-spa .doc-card {
  border: 1px solid #ae8d68;
  padding: 15px;
  margin-bottom: 30px;
}

.body-spa .doc-card__img-title,
.body-spa .doc-card__img-title:hover {
  color: #fff;
}

.body-spa .buy-btn-background {
  background-color: #ae8d68;
}
.body-spa .buy-btn:hover .buy-btn-background {
  background-color: #987955;
}

/* teal */
.body-spa .direction-tab-btn.teal .direction-tab-btn-background {
  background-color: #ae8d68;
}
.body-spa .direction-tab-btn.teal .direction-tab-btn-text,
.body-spa .direction-tab-btn.teal .direction-tab-btn-arrow {
  color: #151515;
}
.body-spa .direction-tab-btn.teal:hover .direction-tab-btn-background,
.body-sport .direction-tab-btn.teal.active .direction-tab-btn-background {
  background-color: #987955;
}

/* gray */
.body-spa .direction-tab-btn.gray .direction-tab-btn-background {
  background-color: #f9e2bf;
}
.body-spa .direction-tab-btn.gray .direction-tab-btn-text,
.body-spa .direction-tab-btn.gray .direction-tab-btn-arrow {
  color: #151515;
}
.body-spa .direction-tab-btn.gray:hover .direction-tab-btn-background,
.body-sport .direction-tab-btn.gray.active .direction-tab-btn-background {
  background-color: #dcbb9a;
}

/* selects	 */

.body-spa .select-css {
  display: block;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 500;
  color: #444;
  line-height: 20px;
  padding: 12px 20px 12px 15px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0 30px 0;
  border: 1px solid #f9e2bf;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 46px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%2326160c%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"),
    linear-gradient(to bottom, #f9e2bf 0%, #f9e2bf 100%);
  background-repeat: no-repeat, repeat;
  background-position:
    right 0.7em top 50%,
    0 0;
  background-size:
    0.65em auto,
    100%;
}
.body-spa .select-css::-ms-expand {
  display: none;
}
.body-spa .select-css:hover {
  border-color: #eec78d;
}
.body-spa .select-css:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}

.body-spa .panel-body > p {
  color: #fff;
}

/* eof individual */

h1 {
  margin: 0 0 40px 0;
}

/* Hero slider */
.heroslider {
  position: relative;
  /* 	margin-left:-15px;
	margin-right:-15px; */
}

.heroslider__slide {
  min-height: 550px !important;
  /* height:100vh !important; */
  height: 75vh !important;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 50px;
  background-position: center center;
  background-size: cover;
  text-align: center;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}

/* .heroslider__slide video{
	position: absolute;
	z-index:0;
	top: 50%; 
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%; 
	min-height: 100%; 
	width: auto; 
	height: auto;
	z-index: -1000; 
	overflow: hidden;
} */
.heroslider__slide video {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  overflow: hidden;
  background-size: 100% 100%;
  background-color: black;
  background-image:  /* our video *;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .heroslider__slide {
    min-height: 700px !important;
    height: 100vh !important;
    margin-bottom: 0px;
    padding-top: 275px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .heroslider__slide {
    min-height: 568px !important;
    height: 100vh !important;
    margin-bottom: 0px;
    padding-top: 160px;
    padding-bottom: 40px;
  }
}
.heroslider__film {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color:rgba(0,0,0,0.25); */
  /* background-color:rgba(0,0,0,0.33); */
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.heroslider__content {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.heroslider__title {
  display: table-cell;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  padding: 0 50px;
  /* margin-bottom: 50px;
padding: 0 80px;
box-sizing: content-box;
display: block;
font-size: 32px;
line-height: 36px;
min-height:150px;
font-weight:700; */
}

@media only screen and (min-width: 1400px) {
  .heroslider__content {
    padding: 0 10%;
  }
  .heroslider__title {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .heroslider__title {
    /* font-size: 26px; */
  }
}

@media (max-width: 768px) {
  .heroslider__title {
    /* padding: 0 40px; */
    /* font-size: 16px; */
  }
}

@media (max-width: 576px) {
  .heroslider__title {
    padding: 0 20px;
    height: 250px;
  }
}

.heroslider__title.black {
  color: #000 !important;
  /* text-shadow: 0 0 2px #FFFFFF !important; */
}

.heroslider__button-wrapper {
  /* height: 65px; */
  margin-top: 75px;
}

.heroslider__title h1,
.heroslider__title .h1 {
  font-size: 52px;
  color: #fff;
  margin: 0;
  padding: 0;
}
.heroslider__title .h4 {
  font-size: 24px;
  color: #fff;
  padding: 40px 0 0 0;
}
@media (max-width: 576px) {
  .heroslider__title h1,
  .heroslider__title .h1 {
    font-size: 36px;
    color: #fff;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .heroslider__title h1,
  .heroslider__title .h1 {
    font-size: 30px;
    color: #fff;
    margin: 0;
    padding: 0;
  }
  .heroslider__title .h4 {
    font-size: 18px;
    line-height: 24px;
    padding: 20px 0 0 0;
    font-weight: 500;
    text-align: left;
  }
}

.heroslider__button {
  display: inline-block;
  border-radius: 3px;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  padding: 15px 50px;
  padding: 10px 50px;
  font-size: 14px;
}
/* 	.heroslider__button-c1 {
		background-color: #bb0050;
	}
	.heroslider__button-c2 {
		background-color: #ffdd2d;
	} */
.heroslider__button:hover,
.heroslider__button:focus {
  color: #fff;
  text-decoration: none;
  /* opacity:0.99; */
  filter: brightness(80%);
}

.heroslider__button-c1 {
  background-color: #ffdd2d;
  color: #000;
  font-weight: 700;
  /* border:2px solid #000; */
}
.heroslider__button-c1:hover,
.heroslider__button-c1:focus {
  color: #000;
}
.heroslider__button-c2 {
  background-color: #ffdd2d;
  font-weight: 700;
  /* border:2px solid #000; */
}
.heroslider__button-c2:hover,
.heroslider__button-c2:focus {
  color: #fff;
}
