.wellness_programblock .paket-number {
     margin-top: 30px;
}
.wellness_programblock .paket-number:first-child {
    margin-top: 0;
}
.paket-number {display:none;}
.paket-1 {display:block;}

.path {
	margin-top: 50px;
}
.info_wel{
	padding:20px 0 0; 
	margin: 0 0 30px; 
	list-style: none; 
	display: flex;
}

.info_wel li {
	padding-left: 29px;
	font-size: 16px;
	color: #3b3c40;
	background: url(/images/tmpl/landing/images/block_day.png) 0 50% no-repeat;
	margin-right:20px;
} 
.info_wel li.day {

	background: url(/images/tmpl/landing/images/block_day.png) 0 50% no-repeat;

} 

.info_wel li.time{
	background: url(/images/tmpl/landing/images/block_time.png) 0 50% no-repeat;
}  

.info_wel li.price{
	background: url(/images/tmpl/landing/images/block_price.png) 0 50% no-repeat;
	font-weight: 600;
	color: #00a322;
	font-size: 18px;
}

.wellness_programblock.min{
	padding:10px 0 40px;
	margin:0;
}
h2.color{
	color:#00a322;
	padding:0;
	background: none;
	margin-top:30px;
}

.button.infullz {
    border: 2px solid #00a322;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #00a322;
    text-transform: uppercase;
    max-width: 200px;
    margin-bottom: 20px;
}

.online_payment_button {
    display: block;
    position: absolute;
    bottom: -170px;
    left: 15px;
    width: 189px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.06em;
    font-size: 16px;
    text-decoration: none;
    border: none;
    text-transform: uppercase;
    z-index: 3;
    color: #fff;
    text-shadow: 0 2px 3px #777;
    border-radius: 0 0 12px 12px;
    background: #ffb02d; /* Old browsers */
    background: -moz-linear-gradient(top, #ffb02d 0%, #f68819 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffb02d 0%,#f68819 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffb02d 0%,#f68819 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb02d', endColorstr='#f68819',GradientType=0 ); /* IE6-9 */
}

.fixed_header .online_payment_button {
    bottom: -61px;
}

.header .butwrap.online_payment_button_block {
    display:none;
}
.header.fixed_header .butwrap.butwrap.online_payment_button_block {
    bottom: -45px;
    display: flex;
}

.path {
    margin-top: 50px;
}

.site_form {
    padding-top: 30px;
}
label.name, .site_form div.name, .popup_wrap label {
    margin-bottom: 10px;
}
.name span.title, .popup_wrap div.name .title {
	line-height: 20px;
	margin: 0;
}

.popup_wrap label {
    margin-top: 0;     
}

.popup_wrap .p_title {
    margin-bottom: 10px;
}

.popup_wrap div.name { 
    margin-top: 0;
    margin-bottom: 10px;
}

p.suctext, div.suctext {line-height: 24px;padding-top: 20px;font-size: 18px;}
.main_priceblock .pricewrap .block .hoverblock ul {padding: 10px 0 0;}
#map2 {width:100%; height:450px;}
#kakproehat .wrap {padding:10px;}
.popupslider .title.titodin {left: 70px;}
.services>ul>li>ul {z-index:10;}
.header .top .wrap {position:relative; z-index:5;}
.services>ul>li>ul>li>ul>li>ul>li>a {font-size: 16px; line-height: 20px;}
.services>ul>li>ul>li>ul>li>ul>li ul li a {font-size: 14px; line-height: 20px;}
.services>ul>li>ul>li>ul>li>ul>li ul li {margin-top: 12px;}
.services>ul>li>ul>li>ul>li>ul>li {margin-top: 30px;}
.services>ul>li>ul>li>ul>li>ul>li>a img {/*min-width: 0 !important;*/}
.price_body table td {white-space: unset;}
.serviceslider_wrap{background: rgba(255,255,255,0.8);}
.seviceimg{left: calc(50% - 180px);}
	@media screen and (max-width:1180px) {left: calc(33.33333% + 15px);}
	@media screen and (max-width:767px) {left:0;}
	@media screen and (min-width: 1040px) { .header.fixed_header .top .wrap { padding-right: 0;} }

.faq .block {
  margin-top: 33px;
  border: 2px solid #f7f9fb;
}

.faq .block:first-child {
  margin-top: 0;
}

.faq .block.active {
  border-color: #009f4d;
}

.faq .block.active .title {
  background: #009f4d;
  color: #fff;
}

.faq .block.active .title:before {
  background-position: 0 100%;
}

.faq .block .title {
  background: #f7f9fb;
  display: flex;
  align-items: center;
  min-height: 90px;
  padding: 10px 90px 10px 40px;
  font-size: 15px;
  font-weight: bold;
  color: #34495e;
  cursor: pointer;
  position: relative;
}

.faq .block .title:before {
  content: '';
  position: absolute;
  top: 23px;
  right: 30px;
  width: 40px;
  height: 40px;
  background: url(/images/tmpl/images/faq_arrow_new.png) 0 0 no-repeat;
  background-size: cover;
}

.faq .block .body {
  padding: 40px 90px;
  display: none;
}

@media screen and (max-width: 767px) {
  .faq .block {
    margin-top: 10px;
  }

  .faq .block .title {
    padding-left: 15px;
    padding-right: 50px;
    font-size: 12px;
  }

  .faq .block .title:before {
    right: 10px;
    width: 25px;
    height: 25px;
  }

  .faq .block .body {
    padding: 5px 15px;
  }
}

header .headerinfoblock {
    min-width: 320px;
}

.soctop {width: 178px;}

.lang_wrap {z-index: 4;}
.lang_wrap a {padding:0;}
.fixed_header .fixed_phone {font-size: 16px; line-height: 60px; white-space: nowrap; margin-left: 40px;}
.fixed_header .fixed_phone a {  color: #fff; text-decoration: none;}

.services>ul>li>ul>li>ul>li>ul>li ul li{margin-top:3px;} 
.services>ul>li>ul>li>ul.max li {min-height:auto;} 
.services>ul>li>ul {padding:25px;} 
.services>ul>li>ul>li>ul>li>ul>li {margin-top:15px;} 
.fadeInLeft .services>ul>li>a {padding:0 5px;} 
.services>ul>li {margin-left:10px;} 
@media screen and (min-width: 1040px){.header .top .wrap {padding-right: 106px;}}  

.services>ul>li>ul{max-height: calc(100vh - 100px); overflow-y: auto;}
.services>ul>li>a span{margin-left:3px;}

.streamwood-unibutton {
	top: 185px !important;
}

input[type=submit] {cursor: pointer;}


.rggg {
overflow: hidden;
}


.custom-checkbox{
  position: absolute;
  opacity: 0;
}

.custom-checkbox+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.custom-checkbox+label::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox:checked+label::before {
  border-color: #0ca134;;
  background-color: #0ca134;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
  border-color: #0ca134;
}
.custom-checkbox:not(:disabled):active+label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-checkbox:focus+label::before {
  /* box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); */
  box-shadow: 0 0 0 0.2rem rgba(32, 223, 66, 0.25);
}
.custom-checkbox:focus:not(:checked)+label::before {
  /* border-color: #80bdff; */
  border-color: #0ca134;
}
.custom-checkbox:disabled+label::before {
  /* background-color: #e9ecef; */
  background-color: #0ca134;
}




.msg-btn {
    outline: none !important;
    padding: 0;
    position: fixed;
    z-index: 999998;
    height: 80px;
    width: 80px;
    border-radius: 100px;
    border: 0;
    background-color: transparent;
    right: 50px;
    bottom: 50px;
    animation: pulse 1.4s infinite linear;
    backface-visibility: hidden;
}
.msg-btn__icon {
  box-shadow: 0px 0px 20px 0px rgba(51, 51, 51, 0.3);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: inherit;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 780px) {
  .msg-btn {
    right: 30px;
    bottom: 30px;
  }
}
@media screen and (max-width: 560px) {
  .msg-btn {
    height: 60px;
    width: 60px;
  }
}
.msg-btn::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  animation: shine 4.1s infinite linear;
  backface-visibility: hidden;
  background-color: #14ff3f;
  border-radius: inherit;
  pointer-events: none;
  z-index: 1;
}
.msg-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
  padding: 5vh 5vw;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #545454;
  font-size: 14px;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.35s ease;
}
@media screen and (max-width: 780px) {
  .msg-modal {
    align-items: center;
  }
}
.msg-modal._isactive {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.msg-modal._isactive .msg-modal__wrap {
  opacity: 1;
  transform: translateY(0);
}
.msg-modal img {
  display: block;
  max-width: 100%;
  height: auto;
}
.msg-modal__close {
  position: absolute;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  height: 20px;
  width: 20px;
  border: 0;
  color: #ccc;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  float: right;
  margin-right: 20px;
  cursor: pointer;
  font-size: 45px;
  font-weight: 400;
  transition: color 0.35s ease;
}
.msg-modal__close:hover {
  color: #a8a7a7;
}
.msg-modal__wrap {
  position: relative;
  max-width: 680px;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(51, 51, 51, 0.2);
  padding: 30px 0;
  transition: 0.35s ease 0.1s;
  opacity: 0;
  transform: translateY(50px);
}
@media screen and (max-width: 560px) {
  .msg-modal__wrap {
    border-radius: 10px;
  }
}
.msg-modal__content {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.msg-modal__container {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.msg-modal__container:not(:first-child) {
  border-top: 1px solid #ccc;
  padding-top: 2em;
}
@media screen and (max-width: 780px) {
  .msg-modal__container:not(:first-child) {
    display: none;
  }
}
.msg-modal__title {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  margin: 1em 0;
}
@media screen and (max-width: 560px) {
  .msg-modal__title {
    font-size: 5vw;
  }
}
.msg-modal__subtitle {
  font-size: 20px;
  text-align: center;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 780px) {
  .msg-modal__subtitle {
    display: none;
  }
}
.msg-modal__small {
  font-size: 12px;
  line-height: 1.4;
  display: flex;
  justify-content: center;
}
.msg-modal__small > div {
  max-width: 78%;
  text-align: center;

}
.msg-modal__small a {
  color: #ff8929;
}
@media screen and (max-width: 780px) {
  .msg-modal__small {
    max-width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .msg-modal__small {
    font-size: 10px;
  }
}
.msg-modal__btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em 2em;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 780px) {
  .msg-modal__btns {
    gap: 1em;
  }
}
@media screen and (max-width: 560px) {
  .msg-modal__btns {
    gap: 0.7em;
  }
}
.msg-modal-btn {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 1em;
  gap: 0.8em;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  margin-bottom: 1em;
  transition: box-shadow 0.35s ease;
  margin: 0;
}
@media screen and (max-width: 560px) {
  .msg-modal-btn {
    padding: 0.6em;
  }
}
.msg-modal-btn--wa {
  background-image: linear-gradient(30deg, rgb(35, 184, 62) 0%, rgb(41, 219, 77) 100%);
}
.msg-modal-btn--wa:hover {
  box-shadow: 0px 0px 20px 0px rgba(35, 184, 62, 0.7);
}
.msg-modal-btn--wa .msg-modal-btn__icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 67.19 67.52'%3E%3Cpath d='M57.4,9.81A33.46,33.46,0,0,0,4.75,50.18L0,67.52l17.74-4.66a33.42,33.42,0,0,0,16,4.08h0A33.47,33.47,0,0,0,57.4,9.81ZM33.74,61.29h0a27.91,27.91,0,0,1-14.16-3.88l-1-.6L8,59.57l2.81-10.26-.66-1.06a27.8,27.8,0,1,1,23.56,13ZM49,40.46c-.84-.42-5-2.44-5.71-2.72s-1.33-.42-1.88.42-2.16,2.72-2.65,3.28-1,.62-1.81.21a23,23,0,0,1-6.72-4.15,25.05,25.05,0,0,1-4.65-5.79c-.49-.84-.06-1.29.36-1.71s.84-1,1.26-1.47A5.75,5.75,0,0,0,28,27.14,1.52,1.52,0,0,0,28,25.68c-.21-.42-1.88-4.54-2.57-6.21S24,18.06,23.49,18s-1,0-1.6,0a3.08,3.08,0,0,0-2.23,1.05,9.41,9.41,0,0,0-2.92,7c0,4.12,3,8.09,3.41,8.65s5.9,9,14.28,12.62a44.66,44.66,0,0,0,4.77,1.76,11.47,11.47,0,0,0,5.26.34c1.61-.24,4.95-2,5.64-4a6.94,6.94,0,0,0,.49-4C50.38,41.09,49.83,40.88,49,40.46Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
}
.msg-modal-btn--tg {
  background-image: linear-gradient(30deg, rgb(0, 132, 214) 0%, rgb(47, 199, 247) 100%);
}
.msg-modal-btn--tg:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 132, 214, 0.7);
}
.msg-modal-btn--tg .msg-modal-btn__icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 66.25 54.85'%3E%3Cpath fill='%23fff' d='M66.25,4c0-.38-.08-.8-.13-1.23A2.58,2.58,0,0,0,63.72.09,7.57,7.57,0,0,0,60,.56C55.16,2,50.56,4,45.93,5.92c-11.67,4.77-23.22,9.84-34.79,14.86q-4.26,1.84-8.49,3.73A6.23,6.23,0,0,0,.55,26,1.73,1.73,0,0,0,.69,28.6,4.05,4.05,0,0,0,2,29.41,100.12,100.12,0,0,0,13.3,32.84a10.56,10.56,0,0,0,8.76-1.68l4.41-3c6.92-4.62,13.78-9.33,20.8-13.8a4.8,4.8,0,0,1,1.29-.67,1,1,0,0,1,1.26.33,1.07,1.07,0,0,1-.08,1.36,9.15,9.15,0,0,1-.62.75c-2.57,2.7-5.27,5.26-8,7.82C37.62,27.33,34,30.56,30.56,34a8.75,8.75,0,0,0-1.29,1.62,2.72,2.72,0,0,0,.23,3.44,10.8,10.8,0,0,0,2.56,2.15q8,5.43,16.07,10.87c.83.56,1.64,1.14,2.51,1.62a8.38,8.38,0,0,0,3,1.06A3.76,3.76,0,0,0,58,52.48a16.07,16.07,0,0,0,1.36-4.54c2.24-12.33,4.34-24.68,6.06-37.09C65.78,8.57,66.07,6.29,66.25,4Z'%3E%3C/path%3E%3C/svg%3E");
}
.msg-modal-btn__icon {
  flex: none;
  height: 2em;
  width: 2em;
  background-repeat: no-repeat;
  background-size: contain;
}
.msg-modal__imgs {
  display: flex;
  gap: 3em;
  padding: 0 2em;
}
.msg-modal__img {
max-width: 300px;
}
@keyframes pulse {
  0% {
    transform: scale(1, 1);
    animation-timing-function: linear;
  }
  28% {
    transform: scale(1.1, 1.1);
    animation-timing-function: linear;
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes shine {
  0% {
    opacity: 1;
    transform: scale(1, 1);
    animation-timing-function: linear;
  }
  12% {
    opacity: 0.4;
    transform: scale(1.35, 1.35);
    animation-timing-function: linear;
  }
  24% {
    opacity: 0;
    transform: scale(2, 2);
    animation-timing-function: linear;
  }
  89% {
    opacity: 0;
    transform: scale(2, 2);
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    transform: scale(2, 2);
  }
}






.js-tabs-header { display: flex; justify-content: center; gap: 10px; padding-bottom: 20px;}
.js-tabs-header-item { 
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px; font-size: 18px; color: #fff; border-radius: 10px; cursor: pointer;}
.js-tabs-header-item_t {
  background-image: linear-gradient(30deg, rgb(0, 132, 214) 0%, rgb(47, 199, 247) 100%);
}
.js-tabs-header-item_w {
  background-image: linear-gradient(30deg, rgb(35, 184, 62) 0%, rgb(41, 219, 77) 100%);
}
.js-tabs-content-item { display: none; }
.js-tabs-content-item.js-tabs-content-item-show {  display: block; }