/*
.filter-box-out__wrap {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-bottom: 16px;
}
.filter_by_dnt_doctor__wrap .filter_label__wrap {
}
.filter_by_dnt_doctor__wrap .filter_label__wrap .title {
  border: 1px solid #e9f0fc;
  border-radius: 28px;
  padding: 10px 40px 10px 20px;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  background-image: url("/public/icon-mobile-filter.svg");
  background-position: top 5px right 8px;
  background-repeat: no-repeat;
}
.filter_by_dnt_doctor__wrap .filter__wrap {
  gap: 8px;
  padding-bottom: 24px;
  width: 280px;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0px 9px 25px rgb(4 35 69 / 7%), 0px 3.75998px 9.75464px rgb(4 35 69 / 5%), 0px 2.01027px 4.50154px rgb(4 35 69 / 3%), 0px 1.12694px 2.00555px rgb(4 35 69 / 2%), 0px 0.59851px 0.74179px rgb(4 35 69 / 1%), 0px 0.24905px 0.15918px rgb(4 35 69 / 0%);
  z-index: 1;
  right: 0;
  display: none;
  position: absolute;
  margin-top: 8px;
}
.filter_by_dnt_doctor__wrap .filter__wrap.active {
  display: flex;
}
.filter_by_dnt_doctor__wrap .select {
  padding: 8px 24px 8px 8px;
  border: 1px solid #f1f6fe;
  box-shadow: inset 0px 9px 25px rgb(4 35 69 / 7%), inset 0px 3.75998px 9.75464px rgb(4 35 69 / 5%), inset 0px 2.01027px 4.50154px rgb(4 35 69 / 3%), inset 0px 1.12694px 2.00555px rgb(4 35 69 / 2%), inset 0px 0.59851px 0.74179px rgb(4 35 69 / 1%), inset 0px 0.24905px 0.15918px rgb(4 35 69 / 0%);
  border-radius: 4px;
  height: 120px;
  overflow: scroll;
}
.filter_by_dnt_doctor__wrap .select .option {
  padding: 2px;
  cursor: pointer;
}
.filter_by_dnt_doctor__wrap .select .option.selected {
  background-color: #f1f6fe;
}
.filter_by_dnt_doctor__wrap .filter_by_day {
  width: 160px;
}
.filter_by_dnt_doctor__wrap .filter_by_time {
}
.filter_by_dnt_doctor__wrap optgroup {
  margin-top: -18px;
}
.filter_by_dnt_doctor__wrap .chips {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  align-items: center;
  color: #23527c;
  opacity: 0.7;
  font-size: 14px;
}
.filter_by_dnt_doctor__wrap .chips span {
  height: 28px;
  line-height: 28px;
}
.filter_by_dnt_doctor__wrap .chips .remove {
  display: none;
  background-image: url("/public/icon-reset.svg");
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
  cursor: pointer;
}
*/


.doctor_schedule_short .btn {
  cursor: pointer;
} 


.header__primary_nav .sub_menu__wrap ul.column_menu a {
  padding: 6px 12px 4px 12px;
  margin-left: -12px;
  border-radius: 20px;
  transition: background-color ease-in-out 0.3s, color ease-in-out 0.3s;
  display: block;
  margin-bottom: 2px;
}
.header__primary_nav .sub_menu__wrap ul.column_menu a:hover {
  background-color: #0056b3;
  color: #fff;
  text-decoration: none;
}
.header__primary_nav .sub_menu__wrap .sub_menu_big a {
  padding: 6px 12px 4px 12px;
  margin-left: -12px;
  border-radius: 20px;
  transition: background-color ease-in-out 0.3s, color ease-in-out 0.3s;
  display: block;
  margin-bottom: 2px;
}
.header__primary_nav .sub_menu__wrap .sub_menu_big a:hover {
  background-color: #0056b3;
  color: #fff;
  text-decoration: none;
}






.formAllreadyOk {
  background-color: #e6f0ff;
  padding: 25px;
  border-radius: 4px;
  max-width: 540px;
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: center;
}



#loader_w_wrapper {
	display: none;
	z-index: 999;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
}
#loader_w_wrapper .popup-preload {
	background-color: rgba(255, 255, 255, 0.88);
	z-index: 99999999;
	display: table;
	left: 0;
	transition: all 2s ease 0s;
	top: 0;
	margin: 0 auto;
}
#loader_w_wrapper .popup-preload .popup-in-text {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	color: #3371ca;
	font-weight: 500;
}


.header__primary_nav .sub_menu__wrap .sub_menu_big {
  margin-left: 30px;
}
b, strong {
  font-weight: 500;
}


.title-link {
  color: #222328;
  text-decoration: none;
}
.title-link:hover {
  color: #222328;
  text-decoration: none;
}

.card-big__wrap a.each-card, a.each-card:hover {
  text-decoration: none;
  color: #222328;
}


.btn-border--primary {
  border: 1px solid #2c66bc;
  color: #2d67bc;
}
.btn-border--primary:hover {
  background-color: #0060ff;
  text-decoration: none;
  color: #fff;
}


.bg--alert {
  background-color: #f9cdcd;
}


.breadcrump__wrap ul li {
  color: #bdc5cc;
}

.webinar__video {
  width: 100%;
  padding-bottom: 57.7%;
  position: relative;
}

.video--bordered {
  position: absolute;
  background-color: #cfe0fc;
  box-shadow: 0px 9px 25px rgba(4,35,69,0.07), 0px 3.75998px 9.75464px rgba(4,35,69,0.0487463), 0px 2.01027px 4.50154px rgba(4,35,69,0.0332697), 0px 1.12694px 2.00555px rgba(4,35,69,0.0209002), 0px 0.59851px 0.74179px rgba(4,35,69,0.0111718), 0px 0.24905px 0.15918px rgba(4,35,69,0.0041028);
  border-radius: 16px;
  padding: 10px;
    position: absolute;
  width: 100%;
  height: 100%;
}
.webinar__video .h_vid {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}


div[id*="wait_comp_"] { display:none; }

input.input-error, textarea.input-error, select.input-error+.select2 .select2-selection {
  border-color: red;
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
}


@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}






.float-right {
  float: right;
}



.phone__wrap a, .header__info_row .phone a {
  font-weight: 500;
  color: #222328;
  text-decoration: none;
}
.each.tns-item.tns-slide-active img {
  margin: 0 auto;
}
 
/*
.online-consult-link {
  display: none !important;
}
.webinary__wrap .js-each:first-child {
  display: none;
}
*/



.price_list__wrap .title.category small {
  width: 100%;
  font-weight: 400;
}


.fixed-header__wrap .phone a {
  font-size: 20px;
  font-weight: 500;
  color: #222328;
  text-decoration: none;
  display: inline-block;
  padding: 0 10px 0 20px;
}
.fixed-header__wrap .phone a:hover {
  color: #45464E;
}
.tabs__wrap .each.active {
  max-width: 100%;
}



.videoWrapper .h_vid {
  width: 100%;
  position: absolute;
  height: 100%;
}

.videoWrapper {
  padding-bottom: 56%;
  background-color: #c1c1c1;
  position: relative;
  margin-bottom: 20px;
}


main .price_list__wrap .each_item .detail.show {
  max-height: 30500px!important;
}

.price.price-border {
 color: #2c66bc;
  border-radius: 50px;
  background-color: #f1f6fe;
}





.header__primary_nav .sub_menu__wrap ul.column_menu__v2 a {
  padding: 6px 12px 4px 12px;
  margin-left: -12px;
  border-radius: 20px;
  transition: background-color ease-in-out 0.3s, color ease-in-out 0.3s;
  display: block;
  margin-bottom: 2px;
}
.header__primary_nav .sub_menu__wrap ul.column_menu__v2 a:hover {
  background-color: #0056b3;
  color: #fff;
  text-decoration: none;
}
 

 