
body {
  margin: 0px;
  font-family: 'ITC Avant Garde Std Bk';
  padding-top: 116px;
  color: #000000;
  font-weight: 500;
}

html {
  scroll-behavior: smooth;
  overflow: auto;
  position: relative;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 0;
  margin-top: 0;
}

a {
  text-decoration: none;
}

header.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1), inset 0px 280px 160px rgba(248, 248, 248, 0.4), inset 0px 0px 20px rgba(239, 239, 239, 0.5);
  backdrop-filter: blur(11.5px);
  /* display: flex;
  align-items: center; */
  padding: 16px 0px 14px;
  z-index: 9991;
  transition: padding 0.4s ease-in-out;
}

header.header.fixedHeader {
  padding: 0px 0px 0px;
}

.header_container {
  width: 100%;
  max-width: 1210px;
  padding: 0px 15px;
  margin: auto;
}

.header_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_menu {
  margin-left: 140px;
}

.header_menu-inner {
  display: flex;
  align-items: center;
}

nav.main_menu a {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #67627c;
  /* margin-right: 40px; */
}

nav.main_menu a:last-child {
  margin-right: 0px;
}

.header_sign-btns a {
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #67627c;
  padding: 17px 20px 15px;
  border: 1px solid #67627c;
  transition: all 0.4s ease-in-out;
}

.header_sign-btns a:hover {
  padding: 18px 21px 16px;
}

.header_sign-btns {
  margin-left: 140px;
}

.container {
  max-width: 1210px;
  padding: 0px 15px;
  width: 100%;
  margin: auto;
}

.footer_inner {
  display: flex;
  flex-wrap: wrap;
}

.footer_inner > div {
  flex-basis: 33.33%;
}

.title_item {
  display: block;
  font-size: 18px;
  line-height: 22px;
/* identical to box height */
  text-transform: uppercase;
  color: #605F7E;
  margin-bottom: 20px;
}

.menu_item a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #605F7E;
  display: block;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}

.menu_item a:hover {
  color: #8C889F;
}

.menu_item {
  margin-bottom: 70px;
}

.footer_social {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.footer_social a {
  margin-right: 23px;
  transition: all 0.4s ease-in-out;
}

.footer_social a:hover {
  opacity: 0.8;
}

.footer_social a:last-child {
  margin-right: 0px;
}

.footer_copyright {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 45px;
}

.copyright_text {
  margin-bottom: 30px;
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.footer_dev {font-weight: 500;font-size: 16px;line-height: 19px;color: #605F7E;}

.footer_dev a {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  /*text-decoration-line: underline;*/
  text-decoration-line: none;
  color: #605F7E;
  transition: all 0.3s ease-in-out;
}

.footer_dev a:hover {
  color: #8C889F;
}

footer {
  margin-top: 105px;
}

.footer_line {
  margin-bottom: 88px;
  position: relative;
  text-align: center;
}

.line_item {
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
}

span.item_drop {
  padding: 10px;
  background: #fff;
  position: relative;
  top: -6px;
}

.map_wrapper iframe {
  width: 100%;
}

.map_title {
  text-align: center;
  padding-top: 100px;
}

.map_top {
  height: 235px;
  background-image: url('/files/home/map-bg.webp');
  background-size: cover;
  background-position: center;
}

.default-title {
  font-weight: 500;
  font-size: 48px;
  line-height: 1.2;
/* identical to box height */
  text-transform: uppercase;
  color: #605F7E;
  margin-bottom: 30px;
}

.default-subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #605F7E;
  max-width: 580px;
  margin: auto;
  margin-bottom: 30px;
}

.map-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
  border-bottom: 1px solid #000000;
}

.item-slide.insta-slide {
  margin: 0px 10px;
}

.slider-inner {
  margin: 0px -10px;
}

.insta-slider ul.slick-dots button {
  display: none;
}

.insta-slider ul.slick-dots li {
  height: 2px;
  width: 70px;
  background: rgba(135, 132, 144, 0.4);
  margin: 0px 5px;
}

.insta-slider ul.slick-dots {
  padding: 0px;
  display: flex;
  list-style: none;
  margin-top: 60px;
  justify-content: center;
}

.insta_wrapper {
  background: #F8F8F8;
  padding: 100px 0px;
}

.slider-footer {
  display: block;
  text-align: center;
}

.subscribe-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
/* identical to box height */
  text-transform: uppercase;
  color: #000000;
  display: block;
  margin-top: 40px;
  margin-bottom: 20px;
}

a.link-to-subscribe {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #605F7E;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: underline;
}

a.link-to-subscribe img {
  margin-left: 4px;
  position: relative;
  top: -1px;
}

.head-slider {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

a.insta-name {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
/* identical to box height */
  color: #000000;
}

.slider_wrapper {
  margin-top: 60px;
}

.insta-slider button.slick-prev.slick-arrow {
  display: none !important;
}

.count-sliders {
  display: flex;
  align-items: center;
}

.insta_wrapper button.next-arrow-btn.slick-arrow {
  background: transparent; 
  border: none;
  box-shadow: none;
  margin-top: -7px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  position: relative;
  right: 0;
}

.insta_wrapper button.next-arrow-btn.slick-arrow:hover {
  right: -5px;
}

span.arrow-right {
  position: relative;
  display: block;
  width: 180px;
  height: 1px;
  background: #605F7E;
}

.countsSlides {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #878490;
  margin-right: 10px;
}

span.arrow-right:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1px solid #605F7E;
  transform: rotate(45deg);
  right: 0;
  top: -4px;
  border-left: 0;
  border-bottom: 0;
}

.title-insta span {
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  align-items: center;
  background: linear-gradient(90deg, #605F7E -1.16%, #8284E8 72.79%, #EA95AF 99.83%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #615dec;
  padding-top: 3px;
}

.insta-slider ul.slick-dots li.slick-active {
  background: #878490;
}

/**
 * Simple fade transition,
 */
 .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;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.doctorteoxane_wrapper {
  /* background-image: url(/files/home/drteoxane-bgjpg); */
  background-color: #fff;
  background-size: cover;
  padding: 100px 0px;
}

.videos_inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
}

.video_item {
  flex-basis: calc(50% - 20px);
  margin: 10px;
}

a.popup-youtube {
  position: relative;
  display: block;
  cursor: pointer;
}

span.btn-play-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: calc(50% - 40px);
  display: block;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid #9897AB;
  backdrop-filter: blur(20px);
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}

img.play-btn {
  width: 25px;
  position: relative;
  left: 2px;
}

span.btn-play-icon {
  transition: all 0.4s ease-in-out;
}

.video_item:hover span.btn-play-icon {
  transform: scale(1.1);
}

.align-center {
  text-align: center;
}

.white-title {
  color: #FFFFFF;
}

.section_desc-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
}

.section_desc-text.teoxane-desc {
  max-width: 580px;
  margin: auto;
  margin-bottom: 56px;
}

a.default-link {
  border: 1px solid #FFFFFF;
  display: flex;
  padding: 23px 30px 17px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}

/* a.default-link:hover {
  padding: 24px 31px 18px;
} */

.btn-bottom-video {
  margin-top: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
}

a.default-link.btn-link span {
  margin-left: 10px;
  top: -2px;
  width: 70px;
  right: 0px;
  background: #fff;
  transition: all 0.4s ease-in-out;
}

a.default-link.btn-link:hover span {
  right: -5px;
}

a.default-link.btn-link span:after {
  border-color: #fff;
  top: -3px;
  width: 7px;
}

img.img-youtube {
  width: 100%;
}

.review_wrapper {
  max-width: 920px;
  margin: auto;
}

.item-review-inner {
  display: flex;
}

.review-image-inner {
  margin-right: 25px;
  position: relative;
}

.review-name-inner {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
/* identical to box height */
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 25px;
}

.review-text-inner {
  max-width: 350px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #605F7E;
}

.review-image-inner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #000;
  left: 7px;
}

span.dropicon-block {
  padding: 0px 0px 10px;
  display: block;
  background: #fff;
  position: relative;
  z-index: 1;
}

.review_slider ul.slick-dots {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  margin-top: 60px;
  justify-content: center;
}

.review_slider ul.slick-dots button {
  display: none;
}

.review_slider ul.slick-dots li {
  height: 2px;
  width: 70px;
  background: rgba(135, 132, 144, 0.4);
  display: block;
  margin: 0px 5px;
}

.doctorsay_wrapper {
  padding: 100px 0px;
}

.review_slider ul.slick-dots li.slick-active {
  background: #878490;
}

.doctorsay_wrapper .section_title-block {
  margin-bottom: 50px;
}

.default-padding {
  padding: 100px 0px;
}

.form_block {
  background-size: cover;
}

.light-weight {
  font-family: 'ITC Avant Garde Std XLt';
}

.light-weight span {
  font-family: 'ITC Avant Garde Std Bk';
}

.title_formblock {
  font-size: 50px;
  line-height: 1.2;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.description_formblock {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #FFFFFF;
  max-width: 332px;
  margin-bottom: 30px;
}

a.default-link {
  max-width: fit-content;
}

.item-mainslider {
  height: 100vh;
  max-height: 800px;
}


section.main_slider {
  margin-top: -120px;
}

.main-slider.slick-slider {
  position: relative;
}

.item-mainslider.main-slide-1 {
  padding-top: 120px;
  position: relative;
}

.main-slider-inner {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}

.item-mainslider.main-slide-1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 120px;
  right: 48%;
  background-image: url('/files/home/mainslider/bg-slide1.png');
  z-index: 0;
  background-position-x: right;
}

.mainslider-title {
  font-weight: 275;
  font-size: 80px;
  line-height: 96.4%;
  max-width: 473px;
  font-family: 'ITC Avant Garde Std XLt';
  color: #FFFFFF;
  margin-bottom: 30px;
}

.mainslider-title span {
  font-family: 'ITC Avant Garde Std Bk';
}

.mainslider-subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #FFFFFF;
  margin-bottom: 50px;
}

.main-slider ul.slick-dots button {
  display: none;
}

.main-slider ul.slick-dots li {
  height: 4px;
  width: 70px;
  background: rgba(96, 95, 126, 0.5);
  margin: 0px 5px;
}

.main-slider ul.slick-dots {
  padding: 0px;
  display: flex;
  list-style: none;
  justify-content: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 91;
}

.main-slider ul.slick-dots li.slick-active {
  background: #605F7E;
}

/* .main-slide-2 .main-slider-inner:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 50%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
} */

.text-mainslider-inner {
  position: relative;
  z-index: 1;
}

.main-slide-2 .mainslider-title {
  font-weight: 500;
  font-size: 60px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 800px;
  margin: auto;
  margin-bottom: 50px;
}

.main-slide-2 .mainslider-btnlink {
  text-align: center;
  display: flex;
  justify-content: center;
}

.number_animation-item {
  display: flex;
  margin: 0px 40px;
}

.number_animation-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 850px;
  margin: auto;
}

.flex-count-num {
  font-weight: 275;
  font-size: 90px;
  line-height: 1.2;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #605F7E;
  font-family: 'ITC Avant Garde Std XLt';
  display: flex;
}

.count-title-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #605F7E;
}

.number_animation-item:first-child {
  margin-left: 0px;
}

.number_animation-item:last-child {
  margin-right: 0px;
}

.number_animation-wrapper {
  background: #F8F8F8;
  padding: 60px 0px;
}

.number_animation-wrapper span.dropicon-block {
  background: #F8F8F8;
}

.item-mainslider {
  background-size: cover;
}

.item-nomination {
  flex-basis: 33.33%;
  padding-top: 33.33%;
  background-size: cover;
  position: relative;
}

.nominations-lists {
  display: flex;
  flex-wrap: wrap;
}

.text-nomination {text-align: center;padding-top: 50px;padding-left: 30px;padding-right: 30px;}

a.link-nomination {
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}

.title-nomination {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  color: #FFFFFF;
}

.arrow-nomination {
  display: flex;
  justify-content: center;
}

.subtitle-nomination {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
/* identical to box height */
  color: #FFFFFF;
  margin: 13px 0px 20px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}

.arrow-nomination {
  transition: all 0.4s ease-in-out;
  opacity: 0;
}

.text-nomination span.arrow-right.white-arrow {
  background: #fff;
  width: 70px;
}

.text-nomination span.arrow-right.white-arrow:after {
  border-color: #fff;
}

a.link-nomination:hover {
  background: #605d758a;
}

a.link-nomination:hover .text-nomination > * {
  opacity: 1;
}

a.link-nomination.all-cases-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
  text-decoration: underline;
}

.default-title-block.title-case-nom {
  padding-top: 80px;
  padding-bottom: 60px;
}

.case-nominations {
  padding-bottom: 100px;
}

.visible-xs {
  display: none;
}

.header_logo img {
  transition: all 0.4s ease-in-out;
  width: 280px;
  padding-bottom: 0px;
}

.fixedHeader .header_logo img {
  width: 217px;
  padding-top: 4px;
}

.page-login, .page-register {
  background-image: url('/files/account/login-bg.png');
  background-size: contain;
  background-position: top, left;
  background-repeat: no-repeat;
  background-position-x: 0;
}

.login-wrapper-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 40px;
  align-items: flex-start;
}

.login-wrapper-inner > div {
  flex-basis: calc(50% - 40px);
}

.create_textblock {
  background: #9897AB;
  padding: 50px;
}

.create_textblock h2 {
  color: #FFFFFF;
  margin-bottom: 20px;
}

.subtext {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 50px;
}

ul.breadcrumb_lists {
  padding: 0px;
  list-style: none;
  display: flex;
  margin-bottom: 0px;
  margin-top: 20px;
}

ul.breadcrumb_lists li a {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
/* identical to box height */
  color: #8C889F;
  display: flex;
  align-items: center;
}

ul.breadcrumb_lists li a:after {
  content: "";
  display: inline-block;
  width: 12px;
  background: #8C889F;
  height: 1px;
  margin: 0px 5px;
}

ul.breadcrumb_lists li:last-child a:after {
  display: none;
}

.main-title {
  font-weight: 500;
  font-size: 50px;
  line-height: 1;
  text-transform: uppercase;
  color: #605F7E;
  margin-bottom: 10px;
}

.submain-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #605F7E;
  margin-bottom: 30px;
}

input.form-control {
  background: #F3F3F3;
  border: none;
  width: 100%;
  height: 60px;
  box-shadow: none;
  padding: 10px 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #605F7E;
  font-family: 'ITC Avant Garde Std Bk';
  margin-top: 10px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
}

input.form-control:focus {
  outline: none;
  box-shadow: none;
}

.item-input-inside {
  margin-bottom: 30px;
}

.item-login-input-block label {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #605F7E;
}

label.item-text-checkbox {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}

button.default-btn {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
  padding: 19px 25px 15px;
  border: 1px solid #000000;
  transition: all 0.4s ease-in-out;
  background: transparent;
  box-shadow: none;
  margin-bottom: 20px;
  cursor: pointer;
}

.item-login-input-block button.default-btn:hover {
  transform: scale(1.02);
}

.create_textblock a.default-link:hover {
  transform: scale(1.02);
}

a.grey-link {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #605F7E;
}

.custom-check {
  position: relative;
  margin-right: 15px;
}

span.custom-checkbox {
  width: 26px;
  height: 26px;
  display: block;
  border: 1px solid #000000;
  position: relative;
  top: -2px;
}

.custom-check input {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
}

.custom-check input:checked ~ .custom-checkbox:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 10px;
  border: 2px solid #605F7E;
  transform: rotate(-45deg);
  border-top: 0;
  border-right: 0;
  left: 4px;
  top: 4px;
}

.title-block-register {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 40px;
  margin-bottom: 50px;
}

.title-block-register h1 {
  margin-bottom: 0px;
}

a.black-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
  text-decoration: underline;
}

.title-card-item {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
/* identical to box height */
  text-transform: uppercase;
  color: #605F7E;
  padding-top: 1px;
  margin-bottom: 25px;
}

.card-item {
  margin-bottom: 30px;
}

.flexcard {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-basis-50 {
  flex-basis: calc(50% - 15px);
}

.item-input-card {
  margin-bottom: 30px;
}

.item-input-card label {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #605F7E;
  padding-top: 1px;
  display: block;
}

select.form-control {
  background: #F3F3F3;
  border: none;
  width: 100%;
  height: 60px;
  box-shadow: none;
  padding: 10px 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #605F7E;
  font-family: 'ITC Avant Garde Std Bk';
  margin-top: 10px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
}

.flex-basis-100 {
  flex-basis: 100%;
}

textarea.form-control {
  background: #F3F3F3;
  border: none;
  display: block;
  width: 100%;
  height: 120px;
  margin-top: 10px;
  font-family: 'ITC Avant Garde Std Bk';
  padding: 20px;
  font-size: 16px;
  line-height: 19px;
  color: #605F7E;
  border-radius: 0px;
  -webkit-border-radius: 0px;
}

select:focus, textarea:focus {
  outline: none;
  box-shadow: none;
}

.item-input-card .item-text-checkbox {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #605F7E;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

.select2-container--default .select2-selection--single {
  border: none !important;
  border-radius: 0px !important;
  background: #F3F3F3 !important;
  border: none !important;
  width: 100%;
  height: 60px !important;
  box-shadow: none;
  padding: 10px 15px !important;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 19px !important;
  color: #605F7E !important;
  font-family: 'ITC Avant Garde Std Bk';
  margin-top: 10px;
  display: flex !important;
  align-items: center !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 14px !important;
  right: 4px !important;
}

span.mandatory-inform {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #605F7E;
}

.select2-results__option--selectable {
  font-size: 14px !important;
  padding: 9px 12px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f3f3f3 !important;
  color: #6e6d8a !important;
  font-weight: 400;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 210px !important;
}

input.select2-search__field {
  height: 35px !important;
  margin-bottom: 10px;
  margin-top: 5px;
  margin-left: 5px;
  width: calc(100% - 10px) !important;
}

.transform-none {
  text-transform: none;
}

.reset-wrapper-inner {
  max-width: 543px;
  margin: 40px auto;
}

.reset_subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #605F7E;
  background: rgb(215 219 243 / 20%);
  padding: 38px 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

button.default-btn.reset-btn {
  display: block;
  width: 100%;
  margin-top: 50px;
  font-family: 'ITC Avant Garde Std Bk';
}

.submit_btn-link {
  text-align: center;
}

.m-top {
  display: block;
  margin-top: 50px;
}

.terms-text-link {
  margin-top: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #605F7E;
}

.terms-text-link a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #605F7E;
  text-decoration: underline;
}

span.invalid-feedback {
  margin-top: 10px;
  display: block;
  font-size: 14px;
  color: #ff0000a6;
}

.profile_menu {
  margin-top: 40px;
  margin-bottom: 40px;
}

nav.profile_menu-inner a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #605F7E;
  padding: 25px 20px 20px;
  border: 1px solid #9A99AD;
  transition: all 0.4s ease-in-out;
  margin-right: -1px;
}

nav.profile_menu-inner {
  display: flex;
}

nav.profile_menu-inner a.active {
  background: #9A99AD;
  color: #fff;
}

nav.profile_menu-inner a:hover {
  background: #9A99AD;
  color: #fff;
}

.profile_subtitle {
  display: block;
  max-width: 580px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #605F7E;
  margin-top: 20px;
  margin-bottom: 30px;
}

.social_input-item {
  display: flex;
  align-items: flex-end;
}

.social_icon-form {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  min-width: 60px;
  background: rgb(66 103 178 / 10%);
}

.social_icon-form.li-icon {
  background: rgb(2 116 179 / 10%);
}

.social_icon-form.in-icon {
  background: rgb(221 42 123 / 10%);
}

.social_icon-form.ws-icon {
  background: rgb(42 81 221 / 10%);
}

button.dark-btn {
  background: #605F7E;
  border-color: #605F7E;
  color: #fff;
}

.image-upload-window svg {
  width: 200px;
}

.image-upload-window svg path {
  fill: #605f7f;
}

.avatar-block {
  display: flex;
}

.profile-avatar {
  margin-right: 20px;
}

.btn-upload-delete-img {
  display: flex;
  align-items: self-start;
}

.upload-btn-block {
  position: relative;
  margin-right: 20px;
}

.upload-btn-block input {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
}

.upload-btn-block button {
  margin-bottom: 0px;
}

.image-upload-window.preload-img-upload svg {
  display: none;
}

img.preload-img {
  width: 200px;
  height: 275px;
  object-fit: cover;
}

.iti.iti--allow-dropdown {
  display: block;
  width: 100%;
  margin-top: 10px;
}

.fixed-social {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 20px;
  top: 0;
  bottom: 0;
  justify-content: center;
  z-index: 991;
}

.alert.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert.alert-moderate {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem 0.5rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.card-item.avatar-logout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.account-btn-avatar img {
  width: 55px;
  height: 55px;
  object-fit: cover;
  border: 2px solid #8C889F;
  border-radius: 100%;
}

.account-head-block {
  position: relative;
}

.account-menu {
  background: #FFFFFF;
  position: absolute;
  right: 0;
  width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.open-menu .account-menu {
  opacity: 1;
  visibility: visible;
}

.account-menu nav a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border: 0.5px solid #E2E1F5 !important;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
/* identical to box height */
  text-align: right;
  color: #000000;
  text-transform: none;
  padding: 12px 15px;
  margin-bottom: -1px;
}

.account-menu nav a:hover {
  padding: 12px 15px;

}

img.icon-menu {
  margin-left: 8px;
}

span.title-menu {
  display: block;
  margin-top: 3px;
}

.maincontent-wrapper p {
  font-size: 16px;
  line-height: 1.8;
}

.maincontent-wrapper h2 {
  margin-bottom: 15px;
  margin-top: 30px;
  font-weight: 500;
  font-size: 36px;
  line-height: 1;
  color: #605F7E;
}

.inside-wrapper-top {
  margin-top: 40px;
  margin-bottom: 30px;
}

.maincontent-wrapper a {
  color: #67627c;
  font-weight: bold;
}

.maincontent-wrapper li {
  font-size: 16px;
  line-height: 1.8;
}

.footer_logo > img {
  margin-left: 0px;
  width: 100%;
  max-width: 260px;
}

.cookie-form-popup {
  background: #F8F8F8;
  box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.1);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 0px;
  z-index: 9991;
}

.cookie-inside {
  display: flex;
  align-items: center;
}

.cookie-inside-btns {
  display: flex;
  align-items: center;
}

.cookie-inside-btns a {
  white-space: nowrap;
  margin-left: 20px;
}

.cookie-inside-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 141.2%;
  color: #000000;
}

a.black-link.link-border-bottom {
  text-decoration: none;
  border-bottom: 1px solid #000;
}

.cookie-inside-btns a.default-link {
  color: #000;
  border-color: #000;
}

a.default-link.fiolet-btn {
  background: #9897AB;
  color: #fff;
  border-color: #9897AB;
}

.btn-cases {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

a.default-link.fiolet-btn {
  /* padding: 15px 20px 12px; */
  font-size: 14px;
}

.profile-title-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
/* identical to box height */
  text-align: center;
  text-transform: uppercase;
  color: #605F7E;
  padding-top: 1px;
  display: block;
}

.addcase-report-bg {
  background-image: url('/files/account/addcase-bg.jpg');
  padding-top: 120px;
  text-align: center;
  margin-top: -120px;
  padding-bottom: 120px;
  margin-bottom: 50px;
  background-size: cover;
}

.profile_wrapper-inner.addcase-report-title {
  text-align: center;
  margin-top: 80px;
}

.addcase-report-title .profile_subtitle {
  margin-left: auto;
  margin-right: auto;
}

button.default-btn.btn-upload-files {
  padding: 12px 20px 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: none;
  background: #605F7E;
  border-color: #605f7e;
  color: #fff;
  margin-bottom: 0px;
}

.flex-upload-btn {
  margin-top: 20px;
}

span.at-to-upload {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: #605F7E;
  margin-left: 15px;
}

button {
  font-family: 'ITC Avant Garde Std Bk';
}

span.sublabel-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #605F7E;
  display: block;
  margin: 20px 0px 0px;
}

.card-item-accordion .title-card-item {
  margin-bottom: 0px;
  background: #E5E5F1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 25px 20px;
  line-height: 1.2;
  margin-bottom: 30px;
  cursor: pointer;
}

.card-item-accordion .flexcard {
  max-height: 0px;
  overflow: hidden;
}

.card-item-accordion.active .flexcard {
  max-height: 100%;
}

button.open-accord {
  margin-top: -29px;
  margin-bottom: -25px;
  margin-right: -25px;
  background: rgba(248, 248, 248, 0.5);
  border: none;
  padding: 15px 20px;
}

.card-item-accordion.active .open-accord img {
  content: url('/files/account/arrow-down.svg');
}

.card-item-accordion.active .open-accord {
  background: transparent;
}

.subtitle-card-item {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #605F7E;
  margin-bottom: 30px;
  margin-top: 20px;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.wrapper-cases {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  margin: 40px -10px;
}

.case-item {
  flex-basis: calc(33.33% - 20px);
  margin: 10px;
}

.case_image img {
  max-height: 370px;
  width: 100%;
  object-fit: cover;
  height: 100%;
  height: 370px;
}

.case_image-block {
  position: relative;
  overflow: hidden;
}

.btn_action-cases {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  z-index: 4;
}

.btn_action-cases a {
  background: #F8F8F8;
  width: 60px;
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.case_title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #605f7e8a;
  padding: 12px 20px 7px;
  z-index: 5;
  background: rgba(255, 255, 255, 0.10);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10), 0px 280px 160px 0px rgba(248, 248, 248, 0.40) inset, 0px 0px 20px 0px rgba(239, 239, 239, 0.50) inset;
  backdrop-filter: blur(5.75px);
}

.case_caption {
  background: #FAFAFA;
  padding: 25px 20px;
}

span.case-author {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #605F7E;
  border-bottom: 1px solid #605F7E;
  display: inline-block;
  margin-bottom: 15px;
}

.case-author_desc {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  color: #605F7E;
  margin-bottom: 15px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box!important;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

span.case_status {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #FFFFFF;
  padding: 8px 10px 5px;
}

span.case_status.case_status-0 {
  background: #C0B5B5;
}

span.case_status.case_status-2 {
  background: #8F3908;
}

span.case_status.case_status-1 {
  background: #088F44;
}

.case-disabled .case_image-block:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(217, 217, 217, 0.7);
}

input[disabled], select[disabled], button[disabled], textarea[disabled] {
  cursor: not-allowed !important;
  opacity: 0.7;
}

input[type="checkbox"][disabled] {
  opacity: 0;
}

.rejected-message {
  background: rgba(255, 98, 98, 0.57);
  padding: 30px;
  margin-bottom: 50px;
  display: flex;
  align-items: self-start;
}

img.info-icon {
  margin-right: 10px;
  position: relative;
  top: -3px;
}

span.rejected-message-inner {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #FFFFFF;
}

input#image {
  opacity: 0;
}

.upload-images-preview {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -15px 0px;
}

img.preload-img-multiple {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

span.upload-item-image {
  flex-basis: 16.667%;
  position: relative;
  margin: 0px 15px;
}

button.remove-image {
  position: absolute;
  transform: rotate(45deg);
  background: #fff;
  border: none;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  padding: 0px !important;
  line-height: 0;
  font-size: 22px;
  border: 1px solid #605f7f;
  color: #605f7f;
  cursor: pointer;
  right: -13px;
  top: -14px;
  z-index: 9;
}

input#images {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: -10px;
  height: 100%;
  opacity: 0;
}

button.default-btn.btn-upload-files {
  position: relative;
}

span.upload-file-result {
  font-family: sans-serif;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box!important;
  max-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 15px;
  color: #605f7f;
  position: relative;
  top: -6px;
}

a.filepond--credits {
  display: none !important;
}

.template-wrapper-top.template-wrapper-doctors {
  /* height: 70vh;
  max-height: 800px; */
  margin-top: -140px;
  padding-top: 140px;
  background-size: cover;
  background-position-x: -1px;
}

.template-wrapper-doctors .inside-wrapper-top {
  margin-top: 10%;
  max-width: 500px;
  padding-bottom: 10%;
}

.template-wrapper-doctors .inside-wrapper-top * {
  color: #fff;
}

.template-wrapper-doctors .inside-wrapper-top .short_description {margin-top: 20px;}


.filter_doctors-inner {
    margin: 50px 0px;
}

input#search {
  background: #FFFFFF;
  width: 100%;
  border: 1px solid #E8EBF3 !important;
  padding: 18px 40px 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #605F7E;
  opacity: 0.5;
  font-family: 'ITC Avant Garde Std Bk';
}

.input_search_doctors button {
    background: #8C889F;
    padding: 20px 38px;
    border: none;
    cursor: pointer;
}

.input_search_doctors form {
    /* background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(140, 136, 159, 0.2); */
}

input#search:focus {
    outline: none;
    box-shadow: none;
}

.doctor_lists {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
}

.doctor_item {
  flex-basis: calc(25% - 20px);
  margin: 10px;
  background: #FAFAFA;
}

.doctor_image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: top;
}

.doctor_image {
  position: relative;
  background: #F8F8F8;
  max-height: 320px;
  overflow: hidden;
}

.doctor_image:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 20px;
  background: rgba(152, 151, 171, 0.5);
  z-index: 9;
}

.doctor_image img {
  transition: all 0.4s ease-in-out;
}

.doctor_item:hover .doctor_image img {
  transform: scale(1.05);
}

.caption {
  padding: 12px 15px 15px;
  background: #F8F8F8;
}

.name {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #605F7E;
  margin-bottom: 8px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box!important;
  max-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.specialication {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: #605F7E;
  margin-bottom: 8px;
}

.address {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #605F7E;
}

.input-btn-search {
  display: flex;
  box-shadow: 0px 0px 20px rgba(140, 136, 159, 0.2);
}

.item_filter span.select2-selection.select2-selection--single {
  border: 1px solid #605F7E !important;
  background: #fff !important;
  font-weight: 500;
  font-size: 18px !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
  color: #605F7E !important;
  padding: 10px 10px 5px !important;
  height: 50px !important;
  margin-top: 0px !important;
}

.item_filter span.select2.select2-container {
  max-width: 200px !important;
  width: 200px !important;
}

.item_filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 10px;
  height: 10px;
  border: 1px solid #605F7E;
  transform: rotate(45deg);
  border-left: 0px;
  border-top: 0px;
  top: 21%;
  margin-left: -15px;
}

.filter_var {
  display: flex;
  margin-top: 50px;
}

.item_filter {
  margin-right: 30px;
}


.template-wrapper-top.template-wrapper-cases {
  height: 100vh;
  max-height: 495px;
  margin-top: -140px;
  padding-top: 140px;
  background-size: cover;
  background-position-x: -1px;
}

.template-wrapper-cases .inside-wrapper-top {
  margin-top: 6%;
  max-width: 480px;
}

.template-wrapper-cases .inside-wrapper-top * {
  color: #605F7E;
}

.template-wrapper-cases .inside-wrapper-top .short_description {margin-top: 20px;}

a.default-link.btn-link.black-link {
  border: 1px solid #000 !important;
  margin-top: 45px;
  color: #000;
  text-decoration: none;
}

a.default-link.btn-link.black-link span {
  background: #000;
}

a.default-link.btn-link.black-link span:after {
  border-color: #000;
}

img.photo-before-case {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.case-item:hover img.photo-before-case {
  opacity: 1;
}

button.sort-case {
  border: 1px solid #605F7E;
  background: transparent;
  padding: 14px 20px 8px;
  margin-right: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #605F7E;
  transition: all 0.4s ease-in-out;
}

button.sort-case.active {
  background: #605F7E;
  color: #fff;
}

button.sort-case:hover {
  background: #605F7E;
  color: #fff;
}

.template-wrapper-top.template-wrapper-doctortop {
  height: 100vh;
  max-height: 540px;
  margin-top: -140px;
  padding-top: 140px;
  background-size: cover;
  background-position-x: -1px;
}

.doctor-top-block {
  display: flex;
  padding: 50px 80px;
  background: #FFFFFF;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.09);
  margin-top: -300px;
}

.avatar-doctor-block {
  display: flex;
}

.border-right-image {
  position: relative;
  margin-left: 18px;
}

.border-right-image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #605F7E;
}

.border-right-image img {
  background: #fff;
  position: relative;
  z-index: 9;
  left: -6px;
  padding-bottom: 5px;
}

.inform-doctor-block {
  margin-left: 25px;
}

h1.doctor-name-card {
  font-weight: 500;
  font-size: 50px;
  line-height: 96.4%;
  color: #605F7E;
  margin-bottom: 20px;
}

.inform_practice-card {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #605F7E;
  margin-bottom: 15px;
}

.address-card {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #605F7E;
}

.specialization-card {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #605F7E;
  margin-bottom: 15px;
}

.avatar-doctor-block > img {
  max-width: 230px;
  height: 100%;
  object-fit: cover;
  min-height: 275px;
  max-height: 275px;
  min-width: 200px;
}

.social-card {
  display: flex;
  margin-top: 15px;
}

.social-card a {
  min-width: 40px;
  height: 40px;
  width: 40px;
}

.social-card a img {
  max-width: 20px;
}

.doctor_cases-wrraper {
  margin-top: 80px;
}

.template-wrapper-top.template-wrapper-case {
  height: 100vh;
  max-height: 800px;
  margin-top: -140px;
  padding-top: 140px;
  background-size: cover;
  background-position-x: -1px;
}

.case-top-block {
  display: flex;
  padding: 50px 100px;
  background: #FFFFFF;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.09);
}

.case-title-block {
  text-align: center;
  margin-top: 140px;
  margin-bottom: 100px;
}

.title_case {
  font-weight: 700;
  font-size: 50px;
  line-height: 96.4%;
  color: #FFFFFF;
  text-transform: uppercase;
}

.patient_information {
  padding-top: 160px;
  padding-bottom: 80px;
  background-image: url('/files/cases/bg.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}

.patient_inform-wrapp {
  display: flex;
  flex-wrap: wrap;
}

.patient_inform-wrapp > div {
  flex-basis: 50%;
}

.patient_needs-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #605F7E;
  max-width: 500px;
}

.patient_inform-block {
  background: #9897AB;
  padding: 60px;
}

.title-inform-block {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
/* identical to box height */
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 5px;
}

ul.patient_inform-lists {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
}

li.patient_inform-item {
  flex-basis: 50%;
  margin-top: 20px;
}

span.title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: #FFFFFF;
  display: block;
}

span.value {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #FFFFFF;
  display: block;
  margin-top: 5px;
}

.patient_needs-text a {
  color: #605f7e;
  font-weight: bold;
  text-decoration: underline;
}

a.default-link.map-link {
  color: #000000;
  border: none !important;
  padding: 0px;
  border-bottom: 1px solid #000000 !important;
  margin: auto;
}

.case_wrapper-form {
  background-image: url('/public/files/cases/case-form-bg.jpg');
  background-size: cover;
  padding: 100px 0px;
}

.case_row-text {
  max-width: 528px;
}

.action-form-text {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.action-form-text img {
  margin-right: 20px;
}

span.action-text-desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #605F7E;
}

.desc-form-text {
  display: flex;
  align-items: center;
}

.desc-form-text-inner {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #605F7E;
  max-width: 64%;
  margin-right: 20px;
}

.default-link-color {
  color: #605F7E !important;
  border-color: #605F7E !important;
}

section.patient_feedback {
  padding: 80px 0px;
  background: #F8F8F8;
}

.patient_feedback-inner {
  text-align: center;
  max-width: 720px;
  margin: auto;
}

.patient-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 30px;
}

.patient-desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #605F7E;
  margin-bottom: 20px;
}

img.icon-drop {
  width: 35px;
}

.procedure_treatment-inner {
  display: flex;
  align-items: center;
}

.procedure_treatment {
  padding: 80px 0px;
}

.procedure_treatment-title {
  margin-right: 80px;
}

.procedure_treatment-desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #605F7E;
}

.procedure_treatment-title h2 {
  margin-bottom: 0px;
}







.before_after-item {
  width:100%;
  position:relative;
  overflow:hidden;
}

.after-image {
  display:block
}

.before-image {
  position:absolute;
  height:100%;
  width:50%;
  top:0;
  left:0;
  overflow:hidden;
  z-index:2;
}

.resizer {
  position:absolute;
  display:flex;
  align-items:center;
  z-index:5;
  top:0;
  left:50%;
  height:100%;
  width:1px;
  background:white;
  /*Stop vertical scrolling on touch*/
  -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.resizer:after {
  content: url(/files/cases/slide-resize.png);
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  position: absolute;
  margin: 0 0 0 -19px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid white;
  background: #FFFFFF;
  padding-top: 5px;
}



.before_after-block {
  padding: 80px 0px;
  background-image: url('/files/cases/bg-before-after.jpg');
  background-size: cover;
}

.before_after-title {
  text-align: center;
  max-width: 580px;
  margin: 0px auto 50px;
}

.before_after-subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #605F7E;
}

.before_after-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.before_after-right {
  flex-basis: calc(60% - 50px);
  width: calc(60% - 50px);
}

.before_after-left {
  flex-basis: calc(40% - 50px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

.procedure_information {
  max-width: 370px;
}

.procedure_information-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
/* identical to box height */
  text-transform: uppercase;
  color: #605F7E;
  margin-bottom: 30px;
}

.procedure_information-desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #605F7E;
}

div#before-image img {
  width: 100%;
}

button.watch-video {
  background: transparent;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #605F7E;
  width: 100%;
  padding: 0px;
  justify-content: space-between;
  border: 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #605F7E;
  cursor: pointer;
}

button.watch-video img {
  width: 38px;
}

.before_after-bottom {
  margin-top: 60px;
  display: flex;
}

.patient_info-itemblock {
  margin-right: 80px;
  margin-bottom: 20px;
}

.patient_info-itemblock:last-child {
  margin-right: 0px;
}

.title_item-block {
  background: #8C889F;
  text-align: center;
  padding: 18px 30px 14px;
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
  white-space: nowrap;
  margin-bottom: 20px;
}

.desc_item-block {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #605F7E;
}

div#after-image img {
  width: 100%;
}

span.before-text {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1), inset 0px 280px 160px -100px rgba(248, 248, 248, 0.4), inset 0px 0px 20px rgba(239, 239, 239, 0.5);
  backdrop-filter: blur(11.5px);
  position: absolute;
  top: 20px;
  left: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  color: #605F7E;
  padding: 10px 10px 5px;
}

.after-text {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1), inset 0px 280px 160px -100px rgba(248, 248, 248, 0.4), inset 0px 0px 20px rgba(239, 239, 239, 0.5);
  backdrop-filter: blur(11.5px);
  position: absolute;
  top: 20px;
  right: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  color: #605F7E;
  padding: 10px 10px 5px;
}

.latest_container {
    max-width: calc(100% - ((100% - 1210px)/2));
    width: 100%;
    padding: 0px 0px 0px 15px;
    margin-left: auto;
}

section.latest-case {
  background: #F8F8F8;
  padding: 80px 0px;
}

.latest_slider {
  margin-left: -10px;
}

.latest-case .slick-list {
  padding-left: 0px !important;
}

.latest_slider:after {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  width: 250px;
  background: linear-gradient(270deg, #F8F8F8 0%, rgba(248, 248, 248, 0.91) 26.81%, rgba(248, 248, 248, 0) 100%);
  position: absolute;
}


.latest_slider ul.slick-dots {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  margin-top: 60px;
  justify-content: center;
}

.latest_slider ul.slick-dots button {
  display: none;
}

.latest_slider ul.slick-dots li {
  height: 3px;
  width: 70px;
  background: rgba(135, 132, 144, 0.4);
  display: block;
  margin: 0px 5px;
  cursor: pointer;
}

.latest_slider li.slick-active {
  background: #878490 !important;
}

.bottom_slider-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.bottom_slider-btn .default-link {
    margin: 0px 10px !important;
}

a.default-link.border-none {
  border: none;
}

.overlay_video {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 991;
  background-color: #00000080;
  display: none;
}

.popup_video {
  max-width: 700px;
  top: 13%;
  height: auto;
  left: 0;
  right: 0;
  margin: auto;
  position: fixed;
  z-index: 992;
  visibility: hidden;
  opacity: 0;
}

.popup_video-inner video {
  width: 100%;
}

.popup_video.show-popup {
  opacity: 1;
  visibility: visible;
}

button.popup_video-close {
  background: transparent;
  border: none;
  position: absolute;
  right: 0;
  color: #fff;
  transform: rotate(45deg);
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  z-index: 99991;
}




.product_lists {
  display: flex;
  flex-wrap: wrap;
}

.product-item {
  flex-basis: calc(50% - 50px);
  margin-bottom: 50px;
}

.product-item:nth-child(odd) {
  margin-right: 100px;
}

.product-head {
  display: flex;
  align-items: self-end;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #605F7E;
}

.product-name-block {
  display: flex;
}

.product-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #605F7E;
}

.product-drop {
  margin-right: 10px;
}

span.product-session {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #605F7E;
}

a.see-product-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
  border-bottom: 1px solid #000;
}

.injection_protocol-wrapper {
  background: #F8F8F8;
  padding: 80px 0px 50px;
}

.injection_title-block {
  text-align: center;
  margin-bottom: 60px;
}

.product-body {
  display: flex;
  align-items: flex-start;
}

.product-image {
  margin-right: 20px;
}

.product-body-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.product-value-item:nth-child(even) {
  flex-basis: 45%;
}

.product-value-item:nth-child(odd) {
  flex-basis: 55%;
}

span.product-value-title {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: #605F7E;
  margin-bottom: 5px;
}

.product-value-item {
  margin-bottom: 20px;
}

span.product-value-desc {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  color: #605F7E;
}


.before_after-slick ul.slick-dots {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  margin-top: 0px;
  justify-content: center;
}

.before_after-slick ul.slick-dots button {
  display: none;
}

.before_after-slick ul.slick-dots li {
  height: 3px;
  width: 70px;
  background: rgba(135, 132, 144, 0.4);
  display: block;
  margin: 0px 5px;
  cursor: pointer;
}

.before_after-slick li.slick-active {
  background: #878490 !important;
}

.before_after-slick ul.slick-dots {
  position: relative;
  top: 60px;
}

.before_after-inner {
  padding-bottom: 60px;
}

.template-wrapper-event {
  height: auto;
  max-height: initial;
  padding-top: 10px;
  background-repeat: no-repeat, no-repeat !important;
  background-position: top left, top right !important;
  background-size: 50%, 50% !important;
}

.flex-inside-wrapper-event {
  display: flex;
  flex-wrap: wrap;
}

.inside-wrapper-event {
  flex-basis: 50%;
  /* margin-left: auto; */
  padding: 80px 80px 80px 0px;
}

.event_lists .inside-wrapper-event {
  padding: 80px 80px 80px 80px;
}

.inside-wrapper-event h1.main-title {
  font-weight: 700;
  text-transform: uppercase;
  color: #605F7E;
  line-height: 1.2;
}

.short_description {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  color: #605F7E;
  margin-top: 20px;
}

.date-event {
  display: flex;
  border-bottom: 1px solid #9897AB;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.date-event > div {
  font-weight: 275;
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #605F7E;
  font-family: 'ITC Avant Garde Std XLt';
}

.event_location {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #605F7E;
  margin-top: 20px;
}

.book_event {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.book_event .default-link {
  margin-top: 0px !important;
}

.share-btns {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

span.share-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #605F7E;
  margin-right: 10px;
}

.share-links a {
  width: 40px;
  height: 40px;
  min-width: 40px;
}

.share-links a img {
  width: 24px;
}

.about_event-block {
  background: rgba(248, 248, 248, 0.7);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(50px);
  margin: auto;
  padding: 80px;
  position: relative;
  z-index: 1;
  display: flex;
}

.title_about-event {
  margin-right: 50px;
}

.desc_about-event {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
/* or 25px */
  color: #605F7E;
}

.experts_wrapper {
  margin: 80px 0px;
}

.programme_wrapper {
  background: linear-gradient(360deg, rgb(250 250 250 / 84%) 0%, #f8f8f8 100%);
  padding-bottom: 80px;
}

.programme_inner {
  background: rgba(248, 248, 248, 0.7);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(50px);
}

.title-programme-block {
  padding: 80px 70px 20px;
}

h2.event_programme-title {
  font-weight: 700;
  font-size: 70px;
  line-height: 1.2;
/* identical to box height */
  text-transform: uppercase;
  color: #605F7E;
}

.date-programme-event {
  display: flex;
  background: #FFFFFF;
  padding: 20px 70px 10px;
  font-family: 'ITC Avant Garde Std XLt';
}

.date-programme-event > div {
  font-weight: 275;
  font-size: 50px;
  line-height: 1.1;
/* identical to box height */
  text-transform: uppercase;
  color: #605F7E;
}

.programme_lists {
  padding: 80px 75px;
  position: relative;
}

.programme_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
  position: relative;
  margin-top: 50px;
}

span.programme_date-inner {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  text-align: right;
  color: #605F7E;
  display: block;
  margin-bottom: 5px;
}

.programme_date {
  text-align: right;
  margin-right: 30px;
  flex-basis: 12%;
}

span.programme_time-inner {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  text-align: right;
  color: #605F7E;
  display: block;
}

span.programme_title {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #605F7E;
}

.programme_desc {
  display: flex;
  align-items: flex-start;
}

img.event-drop {
  width: 20px;
}

.programme_item:before {
  content: "";
  left: calc(12% + 40px);
  position: absolute;
  bottom: -35px;
  width: 1px;
  background: #605F7E;
  top: 35px;
}

.programme_item:last-child::before {
  display: none;
}

.programme_item:last-child {
  margin-bottom: 0px;
}

.book_event.book_event-center {
  justify-content: center;
  margin-top: 60px;
}

.inside-wrapper-top.white-text-block * {
  color: #fff;
}

.inside-wrapper-top.white-text-block {
  margin-top: 10%;
}

.item_event {
  display: flex;
  align-items: center;
}

.item_event > div {
  flex-basis: 50%;
  max-height: 590px;
}

.item_image-event img {
  width: 100%;
}

.event_lists {
  margin-top: 60px;
}

.event-title {
  font-weight: 700;
  font-size: 44px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #605F7E;
}

.item_content-event .book_event {
  margin-top: 50px;
}

.item_event:nth-child(even) {
  flex-direction: row-reverse;
}

span.programme_shortdesc {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #9897AB;
  margin-top: 10px;
}

.programme_title-desc {
  margin-left: 30px;
}

.programme_desc {
  flex-basis: 85%;
}

.subprogramme_item span.programme_time-inner {
  color: #9897AB;
}

.subprogramme_item .programme_desc * {
  color: #9897AB;
}

.programme_item.subprogramme_item {
  margin-bottom: 20px;
  margin-top: 20px;
}

.programme_item:first-child {
  margin-top: 0px;
}

.programme_item.subprogramme_item:before {
  bottom: -40px;
  top: -16px;
}

.programme_item.subprogramme_item:before {
  bottom: -40px;
  top: -16px;
}

span.programmesub_circle {
  display: block;
  background: #605F7E;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  margin-left: 8px;
  position: relative;
  top: 5px;
}

.subprogramme_item .programme_title-desc {
  margin-left: 39px;
}

.alert.alert-danger {
  background: #ff000024;
}

section.latest-case.latest-slider-home {
  padding: 0px 0px 80px;
  background: transparent;
}

.popularcase_wrapper {
  background: #F8F8F8;
  padding: 80px 0px;
}

.popularcase_wrapper-inner {
  margin-top: 60px;
}

.subtitle-populat-cases {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #605F7E;
  max-width: 510px;
  margin: auto;
}

.popularcase_row {
  display: flex;
}

.popularcase_row > div {
  flex-basis: 50%;
  position: relative;
}

img.case_report-thumb {
  height: 600px;
  object-fit: cover;
  width: 100%;
}

.case_report-doctor {
  display: flex;
  align-items: center;
  background: url(/files/bg-popular-item.png), #8C889F;
}

.case_report-doctor-inner {
  padding: 0px 80px;
}

.doctor_name-case {
  font-weight: 500;
  font-size: 46px;
  line-height: 96.4%;
  color: #FFFFFF;
  max-width: 450px;
}

.doctor_avatar-desc {
  display: flex;
  align-items: flex-end;
  margin-top: 20px;
}

.doctor_avatar-block img {
  max-width: 200px;
}

.doctor_avatar-block {
  margin-left: 20px;
}

.doctor_shortdesc {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.doctor_location {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.doctor_sub {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.case_report-item {
  max-height: 600px;
}

.popularcase_row:nth-child(even) {
  flex-direction: row-reverse;
}

.popularcase_row:nth-child(even) .case_report-doctor {
  background: url(/files/bg-popular-item.png), #fff;
}

.popularcase_row:nth-child(even) .case_report-doctor * {
  color: #605F7E;
}

.popularcase_row:nth-child(even) a.default-link.white-link {
  border-color: #605F7E;
}

.case_report-doctor-inner {
  display: flex;
}

.column-case-report {
  margin-right: 20px;
  position: relative;
}

.column-case-report:before {
  content: "";
  position: absolute;
  width: 1px;
  top: 25px;
  bottom: 0;
  background: #fff;
  left: 6px;
}

.column-case-report svg path {
  fill: #fff;
}

.popularcase_row:nth-child(even) .column-case-report svg path {
  fill: #605F7E;
}

.popularcase_row:nth-child(even) .column-case-report:before {
  background: #605F7E;
}

span.case_report-title-author {
  position: absolute;
  z-index: 9;
  color: #fff;
  transform: rotate(-90deg);
  top: 0;
  bottom: 45px;
  left: 0;
  right: 0;
  padding: 0px 0px;
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  width: 600px;
}

span.case_report-drop-icon {
  display: inline-block;
  width: fit-content;
  height: fit-content;
  transform: rotate(90deg);
  margin-right: 25px;
  position: relative;
  top: 1px;
}

span.case_report-drop-icon img {
  width: 30px;
}

.popularcase_row:nth-child(even) span.case_report-title-author {
  font-size: 24px;
  /* top: -19%;
  bottom: 0px;
  left: 10%;
  right: 0;
  display: flex;
  align-items: flex-end;
  height: 50vw; */
}

.popularcase_row:nth-child(even) span.case_report-title-author img {
  width: 24px;
}

.popularcase_row:nth-child(even) span.case_report-title-author span {
  margin-right: 25px;
}

.doctor_avatar-maindesc {
  max-width: 210px;
}

.popularcase_row:nth-child(even) .case_report-doctor {
  display: flex;
  justify-content: flex-end;
}

.case_report-item:before {
  content: "";
  top: 0;
  bottom: 0;
  width: 30px;
  background-image: url('/files/cases/bg-img-center.png');
  right: -7px;
  position: absolute;
  z-index: 9;
}

.popularcase_row:nth-child(even) .case_report-item:before {
  right: auto;
  left: -7px;
}

.featured-mob-image {
  display: none;
}

span.eye-btn-block {
  position: absolute;
  right: 10px;
  top: calc(50% - 8px);
  cursor: pointer;
}

.password-input-block {
  position: relative;
}

.password-input-block.eye-active .eye-btn-block img {
  content: url('/files/eye.svg');
}

span.error-image-value {
  color: red;
  margin-bottom: 5px;
  display: block;
  font-size: 13px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #605F7E !important;
  border-width: 1px !important;
}

.main_input-productrow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0px -5px;
}

input.form-control.border-error {
  border-color: red;
  box-shadow: inset 0px 0px 6px -2px red;
}

.main_input-productrow > div {
  flex-basis: calc(50% - 10px);
}

.inner_product-itemrow {
  display: block;
}

.button_add_product {
  padding-top: 10px;
  margin-left: 0;
  width: 100%;
}

.button_add_product button {
  background: #E5E5F1;
  height: 100%;
  border: none;
  font-weight: bold;
  color: #67627c;
  cursor: pointer;
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
}

.button_add_product button span {
  display: block;
  font-size: 24px;
  font-weight: 100;
  margin-right: 6px;
  position: relative;
  top: -1px;
}

.text-align-right {
  text-align: right;
}

.btn-add-session {
  margin-top: 20px;
}

.inner_product-itemrow {
  position: relative;
  margin-bottom: 15px;
}

.inner_product-itemrow:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  display: block;
  height: 1px;
  background: #605f7f7d;
}

.row-inner_product {
  margin-bottom: 40px;
}

.row-inner_product:last-child {
  margin-bottom: 0px;
}

div#map {
  width: 100%;
  height: 550px;
  z-index: 992;
}

.gm-style-iw.gm-style-iw-c {
  border-radius: 0px;
  width: 350px;
  padding: 20px !important;
  background: rgb(248 248 248) !important;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15), inset 0px 280px 160px rgba(248, 248, 248, 0.7), inset 0px 0px 20px rgba(239, 239, 239, 0.5);
}

.gm-style-iw-d {
  padding: 0px !important;
  margin: 0px !important;
  width: 100% !important;
  max-height: 100% !important;
  overflow: visible !important;
}

.pac-logo:after {
  display: none;
}

.pac-container {
  border-top: 0px;
  border-left: 1px solid #605f7f;
  border-bottom: 1px solid #605f7f;
  background-color: #fff;
  position: absolute!important;
  z-index: 1000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-top: 1px solid #d9d9d9;
  font-family: 'ITC Avant Garde Std Bk';
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  border-right: 1px solid #605f7f;
}

.pac-item {
  font-size: 14px !important;
  padding: 5px 10px !important;
  color: #605f7f !important;
}

span.name_on_map {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #605F7E;
  display: block;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #605F7E;
  margin-bottom: 20px;
  font-family: 'ITC Avant Garde Std Bk';
}

span.name_on_map a {
  text-decoration: none;
  color: #605F7E;
}


.item_row-map {
  display: flex;
  margin-bottom: 10px;
}

.item_row-map span {
  margin-right: 5px;
  flex-basis: 20%;
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
/* identical to box height */
  color: #605F7E;
  font-family: 'ITC Avant Garde Std Bk';
}

.item_row-map:last-child {
  margin-bottom: 0px;
}

.item_row-map div {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
/* identical to box height */
  color: #605F7E;
  font-family: 'ITC Avant Garde Std Bk';
  position: relative;
  top: -1px;
}

.item_row-map div a {
  font-size: 14px;
  line-height: 18px;
  color: #605F7E;
  font-family: 'ITC Avant Garde Std Bk';
}

.item_row-map div a:focus {
  outline: none;
  box-shadow: none;
}

.gm-style .gm-style-iw-tc::after {
  background: rgb(248 248 248) !important;
}

/* Leaflet Popup Styles */
.leaflet-popup-content-wrapper {
  border-radius: 0px;
  padding: 20px;
  background: #F8F8F8;
  min-width: 300px;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
}

.leaflet-popup-content {
  margin: 0;
  width: auto !important;
  font-family: 'ITC Avant Garde Std Bk';
}

.leaflet-popup-tip {
  background: #F8F8F8;
}

video.case_result-video {
  width: 230px;
}

img.delete-product-icon {
  width: 18px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.status_logout-block {
  display: flex;
  align-items: center;
}

.status-text {
  margin-right: 15px;
  font-size: 15px;
  padding: 6px 10px 2px;
}

.status-text.status-bg0 {
  background: #C0B5B5;
}

.status-text.status-bg1 {
  background: #088F44;
  color: #fff;
}

.status-text.status-bg2 {
  background: #d16464;
  color: #fff;
}

.insta-slide img {
  width: 100%;
  max-width: 280px;
  max-height: 280px;
}

.slick-arrow-ba svg {
  width: 30px;
}

.slick-arrow-ba svg polyline {
  stroke: #605f7e;
}

.slick-arrow-ba {
  position: absolute;
  bottom: -78px;
  background: transparent;
  border: none;
  padding: 0px;
}

button.slick-next.next-arrow-rotate {
  bottom: -75px;
  right: -8px;
  transform: rotate(180deg);
}

span.case_status.case_status-3 {
  background: #C0B5B5;
}

a.preview-case {
  display: block;
  margin-top: 20px;
  font-size: 15px;
  background: #9897ab;
  color: #fff;
  text-align: center;
  max-width: 150px;
  padding-top: 14px;
  padding-bottom: 10px;
}

span.icon-share svg {
  width: 20px;
}

span.icon-share {
  display: flex;
  align-items: center;
}

.share-block {
  display: flex;
  align-items: center;
}

.share-block a {
  margin-left: 15px;
}

span.share-block-text {
  display: flex;
  align-items: center;
  position: relative;
  top: 2px;
  margin-right: 10px;
  color: #605f7e;
  font-size: 19px;
}

.share-block {
  margin-bottom: 15px;
}

span.icon-share svg, span.icon-share path {
  fill: #605f7e;
}

.cookie-form-popup-top {
  position: relative;
  z-index: 9999;
  background-color: #e2e0e4;
  padding: 24px 0;
  margin-top: -16px;
  margin-bottom: 15px;
  transition: all 0.4s ease-in-out;
}

header.fixedHeader .cookie-form-popup-top {
  margin-top: 0px;
  margin-bottom: 5px;
}

.cookie-inside-text-top {
  width: 88%;
  /* background-color: #e2e0e4; */
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #67627c;
}

.cookie-inside-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

a#setCookieTop span {
  width: 22px;
  height: 2px;
  background: #67627c;
  display: block;
}

a#setCookieTop span:first-child {
  position: relative;
  transform: rotate(45deg);
}

a#setCookieTop span:last-child {
  position: relative;
  transform: rotate(-45deg);
  top: -2px;
}

body.cookie-top-open {
  padding-top: 240px;
}

a.default-link.default-link-color:hover {
  background: #5C5F7E;
  color: #fff !important;
}

nav.nav.main_menu {
  display: flex;
  align-items: center;
}

nav.nav.main_menu .main_menu-item {
  margin-right: 40px;
}

nav.nav.main_menu .main_menu-item:last-child {
  margin-right: 0px;
}

.dropdown-menu {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.main_menu-item.dropdown-block {
  position: relative;
}

.dropdown-menu ul {
  padding: 0;
  margin: 0px;
  list-style: none;
  background: url('/images/bg.webp');
  background-size: cover;
}

.dropdown-menu ul li a {
  white-space: nowrap;
  color: #605F7E;
  font-size: 18px;
  padding-bottom: 25px;
  display: block;
  border-bottom: 1px solid rgb(96 95 126 / 20%);
  padding-top: 25px;
  transition: all 0.4s ease-in-out;
}

.dropdown-menu ul li:last-child a {
  border: none;
}

.dropdown-menu ul li {
  padding-left: 30px;
  padding-right: 30px;
  transition: all 0.4s ease-in-out;
}

.dropdown-menu ul li:hover {
  background: #fff;
}

.dropdown-menu ul li:hover a {
  border-color: #fff;
}

span.dropdown-arrow {
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid #605F7E;
  transform: rotate(45deg);
  border-left: 0;
  border-top: 0;
  border-radius: 0px !important;
  position: relative;
  top: -3px;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}

.dropdown-menu {
  transition: all 0.4s ease-in-out;
  padding-top: 20px;
}

.main_menu-item.dropdown-block:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main_menu-item.dropdown-block:hover .dropdown-arrow {
  transform: rotate(225deg);
}

section.gallery {
  padding: 80px 0px;
}

ul.gallery-lists {
  padding: 0px;
  margin: 0px -10px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

ul.gallery-lists li {
  flex-basis: calc(33.33% - 20px);
  margin: 10px;
}

ul.gallery-lists li a img {
  width: 100%;
  object-fit: cover;
}

.profile_form {
  margin-top: 20px;
}

.default-title-block.align-center.main-home-title {
  padding-top: 80px;
}

h1.main_title {
  font-weight: 500;
  font-size: 55px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #605F7E;
  max-width: 1000px;
  margin: auto;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  align-items: center;
  background: linear-gradient(90deg, #605F7E -1.16%, #8284E8 72.79%, #EA95AF 99.83%);
  -webkit-background-clip: text;
  background-clip: text;
  opacity: 0.5;
}

.text-download {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: #605F7E;
}

.text-download a {
  color: #605F7E;
  text-decoration: underline;
  font-weight: 500;
}

.filter-blur {
  position: relative;
}

.filter-blur:before {
  content: "Information available for the doctor";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 8;
  font-weight: 500;
  color: #000;
  font-size: 16px;
}

.product-body.filter-blur .product-image, .product-body.filter-blur .product-body-inner {
  filter: blur(8px);
}

.product-head.filter-blur {
  filter: blur(8px);
}

.procedure_information-desc.filter-blur span {
  filter: blur(5px);
}

ul.gallery-lists li span {
  display: block;
  text-align: center;
  font-size: 16px;
  margin-top: 5px;
  color: #605f7e;
  font-weight: 500;
}

a.default-link.dark-btn.btn-download {
  background: #605f7e;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 18px 30px 15px;
}

button.reaction_save-btn {
  background: transparent;
  padding: 0px;
  border: none;
  cursor: pointer;
}

span.count_reaction {
  position: absolute;
  left: 0px;
  right: 0;
  top: 16px;
  color: #605f7e;
  font-size: 15px;
  font-weight: 500;
}

button.reaction_save-btn {
  position: relative;
  margin-right: 15px;
}

button.reaction_save-btn.enough-btn {
  opacity: 1;
}

button.reaction_save-btn.enough-btn svg path {
  fill: #605f7e;
}

button.reaction_save-btn.enough-btn span {
  color: #fff;
}

.doctor_image:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgb(140 136 159 / 35%);
  mix-blend-mode: hue;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #bcbcbc !important;
  line-height: 28px;
  font-size: 14px;
  text-transform: none;
}

.item_active-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #605f7e !important;
}

.item_filter:last-child {
  margin-right: 0;
}

.filter_var .item_filter {
  flex-basis: 25%;
  width: 25%;
}

.item_filter span.select2.select2-container {
  max-width: 100% !important;
  width: 100% !important;
}

.template-wrapper-top.template-wrapper-case .breadcrumb_lists a {
  color: #fff;
}

.template-wrapper-top.template-wrapper-case .breadcrumb_lists a:after {
  background: #fff;
}










@media (min-width: 650px) {
  .cases-bg {
    background-image: url("/files/cases/cases-bg.webp");
  }
}

@media (max-width: 650px) {
  .cases-bg {
    background-image: url("/files/cases/cases-bg-mob.webp");
  }
}




@media (max-width: 1440px) {
  .item-mainslider.main-slide-1 {
    background-position-x: 45%;
  }
}


@media (max-width: 1140px) {
  .header_sign-btns {
      margin-left: 95px;
  }

  .upload-btn-block button {
    font-size: 14px;
    padding: 17px 15px 12px;
    margin-bottom: 0px;
    line-height: 1.1;
  }

  .addcase-report-bg {
    padding-top: 100px;
    margin-top: -120px;
    padding-bottom: 80px;
  }

  .profile_wrapper-inner.addcase-report-title {
    margin-top: 50px;
  }

  button.default-btn.profile-btn.delete-image {
    font-size: 14px;
    padding: 17px 15px 12px;
    margin-bottom: 0px;
    line-height: 1.1;
  }
  .cookie-form-popup {
    padding: 20px 0px;
  }

  .cookie-inside-text {
      font-size: 14px;
  }

  .cookie-inside-btns a {
      font-size: 14px;
  }

  .cookie-inside-btns a.default-link {
      padding: 15px 20px 12px;
  }

  a.default-link.fiolet-btn {
    padding: 15px 20px 12px;
    font-size: 14px;
}

  .reset-wrapper-inner h1 {
    text-align: center;
  }

  .reset-wrapper-inner h1 {
    text-align: center;
  }

  .reset_subtitle {
    font-size: 16px;
    padding: 20px 20px;
  }

  .reset-wrapper-inner {
    max-width: 400px;
  }

  button.default-btn.reset-btn {
    margin-top: 20px;
  }

  .m-top {
    margin-top: 30px;
  }

  .terms-text-link {
    margin-top: 20px;
  }

  .select2-container--default .select2-selection--single {
    height: 50px !important;
  }

  .item-mainslider.main-slide-1 {
    background-position-x: 50%;
  }

  .number_animation-wrapper {
    padding: 50px 0px;
  }

  h1.main_title {
    font-size: 38px;
    max-width: 800px;
}

.default-title-block.align-center.main-home-title {
    padding-top: 60px;
}

  .default-title-block.title-case-nom {
      padding-top: 40px;
      padding-bottom: 10px;
  }

  .title-nomination {
      font-size: 24px;
  }

  .default-title {
      font-size: 36px;
  }

  .flex-count-num {
      font-size: 68px;
  }

  .count-title-text {
      font-size: 16px;
  }

  .number_animation-list {
      justify-content: center;
  }

  .subtitle-nomination {
      font-size: 16px;
      line-height: 1.3;
  }

  .default-padding {
      padding: 50px 0px;
  }

  section.form_block {
      background-position-x: 25%;
  }

  .doctorsay_wrapper {
      padding: 50px 0px;
  }

  .doctorteoxane_wrapper {
      padding: 50px 0px;
  }

  .insta_wrapper {
      padding: 50px 0px;
  }

  .slick-slide img {
      width: 100%;
  }

  .map_title {
      padding-top: 50px;
  }

  .map_top {
      height: 135px;
  }

  .map_wrapper iframe {
      height: 450px;
  }

  footer {
      margin-top: 50px;
  }

  .footer_line {
      margin-bottom: 40px;
  }

  .footer_copyright {
      margin-top: 10px;
      margin-bottom: 30px;
  }

  .copyright_text {
      margin-bottom: 15px;
  }

  .mainslider-title {
    font-size: 65px;
    margin-bottom: 20px;
  }

  .mainslider-subtitle {
      font-size: 16px;
      margin-bottom: 40px;
  }

  .main-title {
      font-size: 36px;
  }

  .submain-title {
      font-size: 16px;
  }

  .subtext {
      font-size: 16px;
      line-height: 1.3;
  }

  .item-login-input-block label {
      font-size: 16px;
  }

  input.form-control {
      height: 50px;
  }

  .item-input-inside {
      margin-bottom: 20px;
  }

  span.custom-checkbox {
      top: -3px;
  }

  .create_textblock {
    padding: 35px;
  }

  select.form-control {
    height: 50px;
  }

  .item-input-card label {
    font-size: 16px;
  }

  textarea.form-control {
    height: 100px;
  }

  nav.profile_menu-inner a {
    padding: 15px 10px 10px;
    font-size: 14px;
  }

  .profile_menu {
      margin: 20px 0px 30px;
  }

  .profile_subtitle {
      font-size: 16px;
      max-width: 480px;
  }

  .social_icon-form {
      min-width: 50px;
      width: 50px;
      height: 50px;
  }

  .address {
    font-size: 12px;
  }

  .filter_doctors-inner {
    margin: 30px 0px 10px;
  }

  .template-wrapper-top.template-wrapper-doctors {
    max-height: 70vh;
  }

  .template-wrapper-doctors .inside-wrapper-top {
    margin-top: 11%;
  }

  .input_search_doctors button img {
    width: 20px;
  }

  input#search {
    padding: 14px 25px 12px;
    font-size: 14px;
  }

  .case_title {
    font-size: 14px;
    padding: 12px 15px 5px;
}

.case_caption {
    padding: 15px;
}

span.case-author {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.case-author_desc {
    font-size: 12px;
    margin-bottom: 10px;
    min-height: 29px;
}

.case_image img {
  max-height: 275px;
  height: 275px;
}

h1.doctor-name-card {
  font-size: 36px;
}

.doctor-top-block {
  padding: 40px 50px;
}

.inform_practice-card {
  font-size: 16px;
}

.specialization-card {
  font-size: 16px;
}

.address-card {
  font-size: 14px;
}

.doctor-top-block {
  margin-top: 100px;
}

.template-wrapper-top.template-wrapper-doctortop {
  max-height: 470px;
  background-position: center;
}

.doctor_cases-wrraper {
  margin-top: 180px;
}

.event_lists .inside-wrapper-event {
  padding: 20px 40px 40px;
}

.inside-wrapper-event {
  padding: 20px 40px 40px;
}

.about_event-block {
  padding: 40px;
}

.desc_about-event {
  font-size: 16px;
}

.short_description {
  font-size: 16px;
  margin-top: 10px;
}

.event_location {
  margin-top: 10px;
}

.book_event {
  margin-top: 20px;
}

.date-event > div {
  font-size: 18px;
}

.date-event {
  margin-bottom: 10px;
  padding-bottom: 5px;
}

h2.event_programme-title {
  font-size: 50px;
}

.title-programme-block {
  padding: 60px 40px 20px;
}

.date-programme-event {
  padding: 20px 40px 10px;
}

.date-programme-event > div {
  font-size: 32px;
}

.programme_lists {
  padding: 40px 35px;
}

span.programme_date-inner {
  font-size: 16px;
}

span.programme_time-inner {
  font-size: 16px;
}

.programme_date {margin-right: 20px;}

.programme_item:before {
  left: calc(12% + 30px);
}

span.programme_title {
  font-size: 16px;

}

.programme_title-desc {
  margin-left: 20px;
}

.subprogramme_item .programme_title-desc {
  margin-left: 29px;
}

span.programme_shortdesc {
  font-size: 14px;
}

img.case_report-thumb {
  height: 500px;
}

span.case_report-title-author {
  font-size: 28px;
  width: 465px;
}

span.case_report-drop-icon {
  margin-right: 20px;
}

span.case_report-drop-icon img {
  width: 27px;
}

.case_report-doctor-inner {
  padding: 0px 30px;
}

.doctor_name-case {
  font-size: 36px;
  max-width: 300px;
}

.doctor_shortdesc {
  font-size: 16px;
}

.doctor_location {
  font-size: 14px;
}

.doctor_sub {
  font-size: 14px;
}

.doctor_avatar-block img {
  max-width: 160px;
}

.popularcase_row:nth-child(even) span.case_report-title-author {
  font-size: 20px;
}

.popularcase_row:nth-child(even) span.case_report-title-author span img {
  width: 20px;
}

.case_report-item {
  max-height: 500px;
}

}


@media (max-width: 1024px) {
  .header_logo img {
    width: 220px;
  }

  .cookie-form-popup-top {
    padding: 20px 0px;
}

.cookie-inside-text-top {
  font-size: 12px;
}

  .case-title-block {
    margin-top: 80px;
    margin-bottom: 60px;
  }

  .patient_inform-block {
    padding: 30px;
  }

  .patient_info-itemblock {
    margin-right: 20px;
  }

  .before_after-bottom {
    margin-top: 30px;
  }

  .header_menu {
      margin-left: 40px;
  }

  .header_sign-btns {
      margin-left: 40px;
  }

  nav.main_menu a {
      margin-right: 13px;
      font-size: 16px;
  }

  .item-mainslider {
      max-height: 600px;
  }

  .title-nomination {
      font-size: 20px;
  }

  .footer_logo > img {width: 220px;}

  .menu_item a {
      margin-bottom: 10px;
  }

  .title_item {
      line-height: 1.2;
      font-size: 16px;
  }

  .menu_item {
      margin-bottom: 40px;
  }

  .item-mainslider.main-slide-1:before {
    top: 105px;
  }

  .login-wrapper-inner > div {
    flex-basis: calc(50% - 10px);
  }

  .event-title {
      font-size: 32px;
      margin-top: 15px;
  }

  nav.nav.main_menu .main_menu-item {
    margin-right: 13px;
  }

  .dropdown-menu ul li {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-menu ul li a {
      padding-top: 18px;
      padding-bottom: 18px;
      font-size: 16px;
  }

}


@media(max-width: 810px) {
  .item-mainslider.main-slide-1:before {
    top: 55%;
  }
}

@media (max-width: 768px) {
  .visible-xs {
    display: block;
  }

  button.reaction_save-btn svg {
    max-width: 35px;
}

button.reaction_save-btn span {
    font-size: 12px;
}

  .header_menu {
    display: flex;
    align-items: center;
}

.btn-login-head a {
  display: flex;
  margin-right: 20px;
}

  .status-text {
    display: none !important;
  }

  .case-top-block {
    padding: 30px;
}

.before_after-right {
  width: 100%;
}

.before_after-slick ul.slick-dots {
  margin-top: 0px !important;
  top: 30px;
}

section.gallery {
  padding: 40px 0px;
}

ul.gallery-lists li {
  flex-basis: calc(33.33% - 10px);
  margin: 5px;
}

ul.gallery-lists {
  margin: 0px -5px;
}

.before_after-inner {
  padding-bottom: 40px;
}

.template-wrapper-top.template-wrapper-case {
  height: auto;
  padding-bottom: 60px;
  background-position: center;
}

.patient_information {
  padding-top: 40px;
  padding-bottom: 40px;
}

.slick-arrow-ba {
    bottom: -48px;
}

button.slick-next.next-arrow-rotate {
    bottom: -42px;
}

.title_case {
  font-size: 28px;
}

.case-title-block {
  margin-top: 40px;
  margin-bottom: 40px;
}

.patient_inform-wrapp {
  display: block;
}

  .patient_info-itemblock {
    margin-right: 20px;
}

  .template-wrapper-top.template-wrapper-doctors {
    background-position: center;
}

  nav.profile_menu-inner a {
    padding: 13px 8px 10px;
    font-size: 12px;
  }

  .subtitle-card-item {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .card-item-accordion .title-card-item {
      font-size: 14px;
      padding: 15px 15px 10px;
  }

  .card-item-accordion .title-card-item button img {
      width: 18px;
  }

  .card-item-accordion .title-card-item button {
      margin-top: -19px;
      margin-right: -15px;
      margin-bottom: -15px;
      padding: 10px 15px;
  }

  .addcase-report-bg {
    margin-top: -80px;
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .profile_wrapper-inner.addcase-report-title {
    margin-top: 40px;
  }

  .cookie-inside-btns a {
    margin-left: 10px;
  }

  .cookie-inside-btns a:first-child {
    margin: 0px;
  }

  .cookie-inside-btns a.default-link {
    padding: 12px 12px 8px;
    font-size: 14px;
  }

  .cookie-inside {
    display: block;
  }

  .cookie-inside-btns {
    justify-content: center;
    margin-top: 20px;
  }

  .select2-container--default .select2-selection--single {
    height: 40px !important;
    font-size: 14px !important;
    padding: 2px !important;
  }

  .fixed-social {
    display: none;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
      top: 15px !important;
  }

  .fixed-social {
    display: none;
  }

  .avatar-block {
    display: block;
  }

  .card-item.avatar-logout {
    display: block;
  }

  button.default-btn.dark-btn {
    font-size: 14px;
    line-height: 1.2;
    padding: 13px 10px 10px;
  }

  button.add-session.default-btn {
    font-size: 14px;
    padding: 13px 10px 10px;
    line-height: 1.2;
  }

  button.submit-draft.default-btn {
    font-size: 14px;
    line-height: 1.2;
    padding: 13px 10px 10px;
  }

  .upload-btn-block {
    margin-right: 10px;
  }

  button.default-btn.profile-btn.delete-image {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.4;
    padding: 11px 20px;
  }

  .avatar-logout a.black-link {
    display: none;
  }


  a.black-link {
    font-size: 14px;
    margin-top: 10px;
    display: block;
  }

  .item-input-card .item-text-checkbox {
    font-size: 14px;
  }

  .title-block-register {
    display: block;
  }

  .footer_logo > img {
    width: 100%;
  }

  .header_menu-inner {
    position: fixed;
    left: 0;
    right: 0;
    /* bottom: 0; */
    top: 0;
    background: #fff;
    height: 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
  }

.header_logo {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

.header_wrapper {
  justify-content: space-between;
}

button.toggle-btn span {
  height: 2px;
  width: 30px;
  background: #605F7E;
  display: block;
  margin: 4px 0px;
  transition: all 0.4s ease-in-out;
}

.select2-results__option--selectable {
  font-size: 12px !important;
  font-weight: 400 !important;
}

button.burger-menu.toggle-btn {
  position: relative;
  z-index: 1;
}

button.burger-menu.toggle-btn {
  background: transparent;
  border: none;
  padding: 0px;
}

header.header {
  padding: 4px 0px;
}

.header_logo img {
  width: 160px;
}

.fixedHeader .header_logo img {
  width: 160px;
  padding-top: 0px;
}

.item-mainslider.main-slide-1 {
  padding-top: 60px;
  overflow: hidden;
  background-position-x: 75%;
  background-size: 300%;
}

.main-slide-2 {
  background-position-x: 33%;
}

.item-mainslider.main-slide-1:before {
  right: -50px;
  top: 53vh;
}

.item-mainslider {
  height: 100vh;
  max-height: 810px;
}

.main-slider-inner {
  align-items: flex-end !important;
}

.mainslider-title {
  font-size: 46px;
  margin-bottom: 10px;
}

.mainslider-subtitle {
  font-size: 14px;
  margin-bottom: 20px;
}

a.default-link {
  font-size: 14px;
  padding: 19px 20px 15px;
}

.number_animation-list {
  justify-content: center;
}

.flex-count-num {
  font-size: 35px;
  line-height: 50px;
  text-align: center;
  justify-content: center;
}

.number_animation-item {
  margin: 0px;
  flex-basis: 32%;
  text-align: center;
  /* margin-bottom: 15px; */
}
.count-title-text {
  font-size: 12px;
  line-height: 1.2;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-image-inner {
  margin: 0px 0px 0px 0px;
}

.review-image-inner:after {
  height: auto;
  display: block;
  left: 0;
  right: 0;
  margin: 15px auto 0px;
}

.inside-number-animation {
  width: 100%;
}

.number_animation-wrapper {
  padding: 50px 0px;
}

.default-title {
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 20px;
}

h1.main_title {
  font-size: 28px;
}

.default-title-block.align-center.main-home-title {
  padding-top: 40px;
}

.default-title-block.title-case-nom {
  padding-top: 30px;
}

.item-nomination {
  flex-basis: 100%;
  padding-top: 100%;
}

.text-nomination {
  padding-top: 0px;
}

.subtitle-nomination {
  opacity: 1;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.arrow-nomination {
  opacity: 1;
}

.title_formblock {
  font-size: 30px;
  margin-bottom: 10px;
}

.description_formblock {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 20px;
}

section.form_block {
  height: 340px;
  background-position-x: 59%;
  background-size: cover;
  background-image: url('/files/home/form-bg-mobile.jpg') !important;
}

.main-slide-2 .mainslider-title {
  font-size: 38px;
  margin-bottom: 10px;
}

.section_desc-text.teoxane-desc {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 20px;
  max-width: 300px;
}

.video_item {
  flex-basis: calc(100% - 20px);
}

.btn-bottom-video {
  margin-top: 30px;
}

h2.default-title.title-insta span {
  display: block;
  font-size: 65px;
}

.slider_wrapper {
  margin-top: 20px;
}

a.insta-name {
  font-size: 14px;
}

span.arrow-right {
  width: 50px;
}

ul.slick-dots {
  margin-top: 40px !important;
}

span.subscribe-text {
  font-size: 14px;
  line-height: 1;
  margin-top: 40px;
  margin-bottom: 10px;
}

a.link-to-subscribe {
  font-size: 14px;
  line-height: 1.2;
}

.default-subtitle.map-subtitle {
  font-size: 14px;
  max-width: 320px;
  margin-bottom: 0;
}

.map_top {
  height: 125px;
}

a.default-link.map-link {
  margin: auto;
  border: none;
  padding: 0px;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  text-decoration: underline;
  margin-top: 15px;
}

.footer_inner {
  display: block;
}

.footer_logo > img {
  max-width: 170px;
  margin: auto;
}

.footer_logo {
  text-align: center;
}

.footer_inner > div {
  text-align: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 12px;
}

.footer_social {
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

.menu_item {
  margin-bottom: 30px;
}

span.title_item {
  margin-bottom: 15px;
  font-size: 14px;
}

.footer_copyright {
  margin-top: 50px;
}
.main-slide-1 .main-slider-inner {
  padding-top: calc(55vh - 60px + 30px);
  display: block;
}

.main-slider ul.slick-dots {
  bottom: 10px;
}

header.header.fixedHeader {
  padding: 4px 0px;
}

.item-review .review-image-inner {
  margin: 0px 25px 0px 0px;
}

.item-review .review-image-inner:after {
  height: 100%;
}

ul.slick-dots li {
  width: 40px;
}

.open-menu .header_menu-inner {
  height: 100vh;
}

.open-menu button.toggle-btn span:first-child {
  transform: rotate(45deg);
  position: relative;
  top: 3px;
}

.open-menu button.toggle-btn span:nth-child(2) {
  opacity: 0;
}

.open-menu button.toggle-btn span:last-child {
  transform: rotate(-45deg);
  position: relative;
  top: -8px;
}

.open-menu .header_menu-inner {
  display: block;
  padding-top: 65px;
}

nav.nav.main_menu a {
  display: block;
  margin-right: 0px;
  padding: 20px 0px;
  border-top: 1px solid #E2E1F5;
}

nav.nav.main_menu {
  padding: 0px 22px;
}

nav.nav.main_menu > div:last-child a {
  border-bottom: 1px solid #E2E1F5;
}

.header_sign-btns {
  display: block;
  margin-top: 50px;
  margin-left: 22px;
}

.header_menu-inner {
  display: block;
}

.mobile_social {
  margin-left: 22px;
  margin-top: 45px;
}

.mobile_social a {
  margin-right: 15px;
}

body {
  padding-top: 56px;
}

.login-wrapper-inner {
  padding-top: 20px;
}

.login-wrapper-inner > div {
  flex-basis: 100%;
}

.main-title {
  font-size: 26px;
}

.submain-title {
  font-size: 14px;
  margin-bottom: 20px;
}

.item-login-input-block label {
  font-size: 14px;
}

input.form-control {
  height: 40px;
  margin-top: 5px;
}

select.form-control {
  margin-top: 5px;

}

label.item-text-checkbox {
  margin-bottom: 15px;
}

.create_textblock {
  padding: 20px;
}

.subtext {
  font-size: 14px;
  margin-bottom: 20px;
}

section.main_slider {
  margin-top: -56px;
}

select.form-control {
  height: 40px;
}

.item-input-card label {
  font-size: 14px;
}

textarea.form-control {
  height: 80px;
}

.flex-basis-50 {
  flex-basis: 100%;
}

.item-input-card {
  margin-bottom: 20px;
}

input.form-control, select.form-control, textarea.form-control {
  padding: 10px;
  font-size: 14px;
}

.inner_product-itemrow {
  display: block;
}

.main_input-productrow > div {
  flex-basis: calc(50% - 10px);
}

.button_add_product button {
  width: 100%;
  margin-left: 0px !important;
}

.button_add_product {
  margin-left: 0px;
}

.card-item {
  margin-bottom: 25px;
}

.title-card-item {
  font-size: 16px;
  margin-bottom: 20px;
}

.social_icon-form {
  min-width: 40px;
  height: 40px;
  width: 40px;
}

.social_icon-form img {
  max-width: 25px;
}

.profile_subtitle {
  font-size: 14px;
}

.doctor_item {
  flex-basis: calc(50% - 20px);
}

.template-wrapper-top.template-wrapper-cases {
  background-position: center;
  height: 52vh;
  min-height: 415px;
}

button.sort-case {
  font-size: 14px;
  line-height: 1.2;
  margin-right: 10px;
}

.case-item {
  flex-basis: calc(50% - 20px);
  background: #FAFAFA;
}

a.default-link.btn-link.black-link {
  display: flex;
  margin-top: 25px;
  padding: 12px 15px 7px;
}

.doctor-top-block {
  margin-top: 30px;
  padding: 30px;
}

h1.doctor-name-card {
  font-size: 28px;
  margin-bottom: 10px;
}

.inform_practice-card {
  font-size: 14px;
  margin-bottom: 10px;
}

.inform-doctor-block {
  margin-left: 10px;
}

.specialization-card {
  font-size: 14px;
}

.social-card {
  margin-top: 10px;
}

.doctor_cases-wrraper {
  margin-top: 60px;
}

.doctor_cases-wrraper .wrapper-cases {
  margin-top: 0;
}

.before_after-bottom {
  flex-wrap: wrap;
}

.latest_slider:after {
  width: 30%;
}

.patient_needs-text {
  max-width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
}

.patient_inform-block {
  padding: 20px;
}

.injection_protocol-wrapper {
  padding: 40px 0px 0px;
}

.product-item {
  flex-basis: 100%;
  margin-right: 0px !important;
}

.injection_title-block {
  margin-bottom: 30px;
}

.product-name {
  font-size: 18px;
}

span.product-session {
  font-size: 18px;
  display: block;
  margin-top: 5px;
}

.product-head {
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.product-value-item {
}

.before_after-block {
  padding: 40px 0px;
}

.before_after-subtitle {
  line-height: 1.2;
  font-size: 16px;
}

.before_after-title {
  margin-bottom: 30px;
}

.before_after-inner {
  display: block;
}

.procedure_information {
  max-width: 100%;
  margin-bottom: 20px;
}

.video-btn {
  margin-bottom: 20px;
}

.patient_info-itemblock {
  flex-basis: calc(33.33% - 20px);
  margin-right: 0px;
  margin: 0px 10px 20px;
}

.before_after-bottom {
  margin: 30px -10px 0px;
}

.title_item-block {
  font-size: 16px;
  margin-bottom: 10px;
}

.desc_item-block {
  font-size: 16px;
  line-height: 1.2;
}

.procedure_treatment {
  padding: 40px 0px;
}

section.patient_feedback {
  padding: 40px 0px;
}

.case_wrapper-form {
  padding: 40px 0px;
}

section.latest-case {
  padding: 40px 0px;
}

.event_lists .inside-wrapper-event {
  padding: 10px 20px 20px;
}

.inside-wrapper-event {
  padding: 10px 20px 20px;
}

.date-event > div {
  font-size: 14px;
}

.short_description {
  font-size: 14px;
  margin-top: 5px;
  line-height: 1.2;
}

.event_location {
  font-size: 12px;
  line-height: 1;
  margin-top: 5px;
}

.book_event {
  margin-top: 10px;
}

.about_event-block {
  display: block;
  padding: 20px;
}

.desc_about-event {
  font-size: 14px;
}

.title_about-event {
  margin-right: 0px;
  margin-bottom: -10px;
}

.experts_wrapper {
  margin: 40px 0px;
}

.title-programme-block {
  padding: 40px 20px 10px;
}

h2.event_programme-title {
  font-size: 28px;
}

.date-programme-event > div {
  font-size: 20px;
}

.date-programme-event {
  padding: 15px 20px 10px;
}

.programme_lists {
  padding: 20px;
}

span.programme_date-inner {
  font-size: 14px;
}

span.programme_time-inner {
  font-size: 14px;
}

span.programme_title {
  font-size: 14px;
}

.book_event.book_event-center {
  margin-top: 30px;
}

.programme_wrapper {
  padding-bottom: 40px;
}

span.programme_shortdesc {
  font-size: 12px;
  margin-top: 5px;
}

.programme_date {
  flex-basis: 14%;
}

.programme_desc {
  flex-basis: 80%;
}
.programme_item:before {
  left: calc(12% + 44px);
}

.popularcase_row {
  flex-direction: column;
}

.popularcase_row:nth-child(even) {
  flex-direction: column;
}

img.case_report-thumb {
  height: 320px;
}

span.case_report-title-author {
  font-size: 16px;
  width: 320px;
  bottom: 20px;
}

span.case_report-title-author img {
  width: 17px;
}

.case_report-item:before {
  bottom: -6px;
  top: auto;
  left: 0;
  right: 0;
  width: 100%;
  height: 28px;
  background-size: contain;
}

.popularcase_row:nth-child(even) .case_report-item:before {
  left: 0;
}

.case_report-item {
  flex-basis: 100%;
  max-height: 320px;
}

.case_report-doctor-inner {
  padding: 30px 10px;
}

.doctor_name-case {
  font-size: 26px;
}

.doctor_avatar-desc {}

.column-case-report {
  margin-right: 10px;
}

.doctor_shortdesc {
  font-size: 14px;
  margin-bottom: 10px;
}

.doctor_location {
  font-size: 12px;
  margin-bottom: 10px;
}

.doctor_sub {
  font-size: 12px;
  margin-bottom: 15px;
}

.doctor_avatar-block img {
  max-width: 110px;
}

.doctor_avatar-block {
  margin-left: 10px;
}

.popularcase_row:nth-child(even) .case_report-doctor {
  justify-content: unset;
}

.doctor_avatar-desc {
  align-items: flex-start;
}

.popularcase_row:nth-child(even) span.case_report-title-author {
  font-size: 12px;
}

.popularcase_row:nth-child(even) span.case_report-title-author span img {
  width: 14px;
}

.popularcase_row:nth-child(even) span.case_report-title-author span {
  margin-right: 15px;
}

.popularcase_wrapper {
  padding: 50px 0px;
}

.subtitle-populat-cases {
  font-size: 14px;
}

.popularcase_wrapper-inner {
  margin-top: 20px;
}

section.case-nominations {
  padding-bottom: 50px;
}

section.latest-case.latest-slider-home {
  padding-bottom: 50px;
}

.latest_slider ul.slick-dots li {
  width: 100%;
}

span.dropicon-block img {
  width: 10px;
}

span.dropicon-block {
  padding-bottom: 5px;
}

header.header {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: none;
}

.bottom_slider-btn 
 a.default-link.black-link.border-none {
    padding-left: 0px;
    padding-right: 0px;
}

.header_sign-btns a {
    display: block;
    text-align: center;
}

.header_sign-btns {position: absolute;bottom: 0;left: 0;right: 0;margin: 0px;}

.account-menu {
  top: 60px;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  position: fixed;
  text-align: left;
  opacity: 0 !important;
  visibility: hidden !important;
}

.account-head-block.open-menu .account-menu {
  visibility: visible !important;
  opacity: 1 !important;
}

.account-menu nav a:hover {
  padding: 15px 0px;
}

 .account-menu nav a {
  margin: 0px 16px;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 0px !important;
  flex-direction: row-reverse;
  justify-content: flex-end !important;
  padding: 15px 0px;
}

.account-menu nav a:last-child {
  border-bottom: 0.5px solid #E2E1F5 !important;
  /* flex-direction: row-reverse; */
  /* justify-content: flex-end !important; */
}




.account-menu nav a img {
  margin-left: 0px;
  margin-right: 10px;
}

.account-btn-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #9897AB;
  padding: 15px;
}

.account-btn-avatar.account-avatar-head {
  border: none;
  padding: 0px;
  margin-right: 5px;
}

.account-btn-avatar img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.name-user {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  position: relative;
  top: 2px;
}

.account-btn-avatar.account-avatar-head {
  border: none;
  padding: 0px;
  margin-right: 5px;
}

.account-menu.account-menu-head {
  width: 170px;
  height: auto;
  position: absolute;
  left: unset;
  bottom: unset;
  top: 40px;
}

.account-menu.account-menu-head nav a {
  padding: 10px 0px;
  font-size: 13px;
  margin: 0px 5px;
}

.account-menu.account-menu-head nav a img {
  max-height: 20px;
}

span.go-back {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  display: block;
  padding: 20px;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  border: 1px solid #9897AB;
}

header.fixedHeader .cookie-form-popup-top {
  padding: 10px 0px;
  margin-top: -5px;
}

.cookie-inside-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

nav.nav.main_menu {
  display: block;
}

.dropdown-menu {
  opacity: 1;
  visibility: visible;
  position: relative;
  padding: 0px;
  margin-left: -22px;
  margin-right: -44px;
  max-height: 0px;
  overflow: hidden;
}

.dropdown-menu ul li a {
  border: none !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 14px !important;
  line-height: 1.4;
}

.dropdown-menu ul {
  padding-left: 20px;
}

span.dropdown-arrow {
  position: absolute;
  left: 100px;
  border: 0px;
  width: auto;
  height: auto;
  padding: 0px 6px;
  margin-left: 2px;
  top: 19px;
  z-index: 999;
}

span.dropdown-arrow:before {
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid #605F7E;
  /* transform: rotate(45deg); */
  border-left: 0;
  border-top: 0;
  content: "";
  position: relative;
  top: 0;
  left: 0;
}

.main_menu-item.dropdown-block:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main_menu-item.dropdown-block > a {
  display: inline-block !important;
  border-top: 0px !important;
}

.main_menu-item.dropdown-block {
  border-top: 1px solid #E2E1F5;
}

.main_menu-item.dropdown-block.open-drop .dropdown-menu {
  max-height: 500px;
}

.main_menu-item.dropdown-block:hover .dropdown-arrow {
  transform: rotate(45deg);
}

.main_menu-item.dropdown-block.open-drop .dropdown-arrow {
  transform: rotate(225deg);
  top: 23px;
}

nav.nav.main_menu > div {
  margin: 0px !important;
}

}










@media (max-width: 560px) {
  .doctor_image img {
    height: 175px;
  }

  .featured-mob-image {
    display: block;
  }

  .featured-mob-image img {
    width: 100%;
  }

  .doctor_image {
    height: 175px;
  }

  .caption {
    padding: 10px;
  }

  .name {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .specialication {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .address {
    font-size: 12px;
    margin-top: 10px;
  }

  input#search {
    font-size: 12px;
    padding: 10px 25px 7px;
  }

  .input_search_doctors button {
    padding: 10px 15px;
    display: flex;
    align-items: center;
  }

  .template-wrapper-top.template-wrapper-doctors {
    height: auto;
    min-height: auto;
  }

  .item_filter {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 10px;
  }

  .filter_var .item_filter {
    width: calc(50% - 10px);
  }

  .case_image img {
    max-height: 200px;
  }

  .item_filter:nth-child(even) {
    margin-right: 0px;
  }

  .item_filter:last-child {
    margin-right: 0px;
  }

  .item_filter span.select2.select2-container {
    max-width: 100% !important;
    width: 200px !important;
  }

  .item_filter span.select2-selection.select2-selection--single {
    font-size: 14px !important;
  }

  .item_filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 0%;
  }

  .item_filter span.select2-selection.select2-selection--single {
    font-size: 14px !important;
    padding: 5px 5px 1px !important;
    height: 40px !important;
  }

  .filter_var {
    margin-top: 10px;
  }


  .template-wrapper-doctors ul.breadcrumb_lists li a {
    color: #fff;
  }

  button.sort-case {
    font-size: 12px;
    padding: 12px 10px 8px;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .item-sort-filter {
    flex-basis: calc(50% - 10px);
    margin-bottom: 10px;
  }

  .filter_var {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .wrapper-cases {
    margin: 10px -10px;
  }

  .case_title {
    font-size: 12px;
    padding: 10px 10px 5px;
  }

  .case_caption {
    padding: 10px;
  }

  span.case-author {
    font-size: 12px;
    border: none;
    text-decoration: underline;
  }

  .case-author_desc {
    font-size: 12px;
    min-height: 24px;
  }

  .doctor-top-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }

  .template-wrapper-top.template-wrapper-doctortop {
    max-height: 100%;
    height: 100%;
    padding-bottom: 10px;
  }

  .avatar-doctor-block {
    flex-direction: column;
    margin-bottom: 10px;
    width: 100%;
    align-items: center;
  }

  .border-right-image {
    margin-left: 0px;
    margin-top: 10px;
    width: 100%;
  }

  .border-right-image img {
    transform: none;
    left: -1px;
    top: 4px;
  }

  .border-right-image:before {
    top: 10px;
    bottom: auto;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
  }

  .inform-doctor-block {
    margin-left: 0px;
  }

  h1.doctor-name-card {
    font-size: 21px;
  }

  .inform_practice-card {
    font-size: 12px;
  }

  .specialization-card {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .address-card {
    font-size: 12px;
  }

  .doctor_cases-wrraper {
    margin-top: 40px;
  }

  .avatar-doctor-block > img {
    max-height: 275px;
  }

  .case-top-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }

  .template-wrapper-top.template-wrapper-case {
    max-height: 100%;
  }

  span.title {
    font-size: 14px;
  }

  span.value {
    margin-top: 0px;
    font-size: 12px;
  }

  span.product-name {
    font-size: 16px;
  }

  span.product-session {
    font-size: 14px;
  }

  .product-head {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }

  .product-image {
    margin-right: 10px;
  }

  .product-image img {
    max-width: 100px;
  }

  span.product-value-title {
    font-size: 14px;
    margin-bottom: 0px;
  }

  span.product-value-desc {
    font-size: 12px;
  }

  a.see-product-link {
    font-size: 14px;
  }

  .procedure_information-title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .procedure_information-desc {
    line-height: 1.2;
    font-size: 16px;
  }

  .title_item-block {
    font-size: 12px;
    padding: 12px 12px 8px;
  }

  .desc_item-block {
    font-size: 12px;
  }

  .procedure_treatment-inner {
    display: block;
  }

  .procedure_treatment-title {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .procedure_treatment-desc {
    font-size: 16px;
  }

  .patient-name {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .patient-desc {
    font-size: 15px;
  }

  .bottom_slider-btn {
    margin-top: 20px;
  }

  a.default-link.map-link {
    text-decoration: none;
  }

  .desc-form-text-inner {
    font-size: 14px;
    margin-right: 10px;
  }

  .patient_info-itemblock {
    flex-basis: calc(33.33% - 10px);
    margin-right: 0px;
    margin: 0px 5px 10px;
  }

  .before_after-bottom {
    margin: 30px -5px 0px;
  }

  .template-wrapper-top.template-wrapper-event {
    background: none !important;
      /* background-size: 0%, 100% !important;
      background-position: unset !important; */
  }

  .inside-wrapper-event {
    padding: 0px;
    flex-basis: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .short_description {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .event_location {
    margin-bottom: 20px;
  }

  .desc_about-event {
    font-size: 12px;
  }

  .title-programme-block {
    padding: 20px 20px 10px;
  }

  .date-programme-event > div {
    font-size: 14px;
  }

  .date-programme-event {
    padding: 10px 20px 6px;
  }

  span.programme_date-inner {
    font-size: 12px;
  }

  span.programme_time-inner {
    font-size: 12px;
  }

  .programme_item:before {
    left: calc(22% + 30px);
  }

  .programme_date {
    flex-basis: 30%;
    margin-right: 10px;
  }

  span.programme_title {
    font-size: 12px;
  }

  .item_event {
    display: block;
  }

  .item_content-event .book_event {
    margin-top: 20px;
  }

  .event-title {
    font-size: 22px;
    margin-top: 15px;
  }

  .template-wrapper-top.template-wrapper-cases {
    min-height: auto;
    height: auto;
  }

  .template-wrapper-cases .inside-wrapper-top {
    margin-top: 6%;
    max-width: 480px;
    padding-bottom: 6%;
  }

  .programme_title-desc {
    margin-left: 10px;
  }

  img.event-drop {
      width: 15px;
  }

  span.programme_shortdesc {
    font-size: 12px;
  }

  .share-text {
    font-size: 16px;
  }

  span.programmesub_circle {
    margin-left: 2px;
  }

  .subprogramme_item .programme_title-desc {
    margin-left: 16px;
  }

  .programme_item.subprogramme_item {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .programme_item {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .programme_item:before {
    top: 20px;
    bottom: -25px;
  }

  .programme_item.subprogramme_item:before {
    bottom: -25px;
  }

  input#search {
    border: none !important;
  }

  .template-wrapper-cases .inside-wrapper-top .short_description {
    margin-top: -8px;
  }

  .template-wrapper-top.template-wrapper-cases {
    background-position-x: 30%;
    background-position-y: 30px;
  }

  span.programmesub_circle {
    margin-left: 5px;
  }

  .bottom_slider-btn a.default-link.black-link.border-none {
    padding-left: 0px;
    padding-right: 0px;
  }

  .cookie-top-open.open-menu .header_menu-inner {
    height: 100vh;
    padding-top: 345px;
  }

  header.fixedHeader .cookie-form-popup-top {
    padding: 10px 0px 20px;
    margin-top: -5px;
    margin-bottom: 15px;
  }

  .btn-login-head.visible-xs > a {
    width: 36px;
    height: 36px;
    border: 2px solid #8C889F;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .btn-login-head.visible-xs > a img {max-width: 22px;}

  .filter_doctors-inner {
    margin: -19px 0px -9px;
}

}


@media (max-width: 330px) {
  .flex-count-num {
    font-size: 26px;
}

span.programmesub_circle {
  margin-left: 8px;
  width: 5px;
  height: 5px;
  min-width: 5px;
  min-height: 5px;
}

.mainslider-title {
    font-size: 42px;
}
}


.overlay_approved {position: fixed;left: 0;right: 0;top: 0;bottom: 0;background: #0000005e;z-index: 99991;}

.approved_popup {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999992;
}

.approved_popup-inner {
    max-width: 450px;
    background: #fff;
    text-align: center;
    padding: 30px 30px 20px;
}

.approved_popup-title {
    font-size: 16px;
    margin-bottom: 20px;
}

.btn_popup-approved {
    display: flex;
    flex-direction: row-reverse;
}

.btn_popup-approved button:first-child {
    margin-left: 10px;
}

@media (max-width: 768px) {
  .btn_popup-approved {
    flex-direction: column-reverse;
}

.btn_popup-approved button:first-child {
    margin-left: 0px;
    padding: 12px;
    margin-top: -7px;
}
}

.case_image-block .doctor_image:before {
  display: none;
}

.pagination__pages {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.pagination__pages a {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  cursor: pointer;
  border: 1px solid #E8EBF3;
  margin: 0px 5px;
  font-size: 20px;
  font-weight: 100;
}

.pagination__pages a.pagination__page_active {
  background: #8c889f;
  color: #fff;
}

a.pagination__arrow.mlh.arrow-left {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="180" height="8" viewBox="0 0 180 8" fill="none"><path d="M0.146447 3.64642C-0.0488153 3.84168 -0.0488153 4.15826 0.146447 4.35352L3.32843 7.5355C3.52369 7.73077 3.84027 7.73077 4.03553 7.5355C4.2308 7.34024 4.2308 7.02366 4.03553 6.8284L1.20711 3.99997L4.03553 1.17154C4.2308 0.97628 4.2308 0.659698 4.03553 0.464435C3.84027 0.269173 3.52369 0.269173 3.32843 0.464435L0.146447 3.64642ZM179.5 3.5L0.5 3.49997L0.5 4.49997L179.5 4.5L179.5 3.5Z" fill="%238C889F"/></svg>');
  width: 100px;
  height: 7px;
  display: block;
  margin-top: -20px;
  margin-right: 20px;
}

.blog__pagination.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

a.pagination__arrow.mlh.arrow-right {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="180" height="8" viewBox="0 0 180 8" fill="none"><path d="M0.146447 3.64642C-0.0488153 3.84168 -0.0488153 4.15826 0.146447 4.35352L3.32843 7.5355C3.52369 7.73077 3.84027 7.73077 4.03553 7.5355C4.2308 7.34024 4.2308 7.02366 4.03553 6.8284L1.20711 3.99997L4.03553 1.17154C4.2308 0.97628 4.2308 0.659698 4.03553 0.464435C3.84027 0.269173 3.52369 0.269173 3.32843 0.464435L0.146447 3.64642ZM179.5 3.5L0.5 3.49997L0.5 4.49997L179.5 4.5L179.5 3.5Z" fill="%238C889F"/></svg>');
  width: 100px;
  height: 8px;
  display: block;
  margin-top: -20px;
  transform: rotate(180deg);
  margin-left: 20px;
}

.latest_slider {
  position: relative;
}

.latest_slider {
    display: flex;
}

.latest_slider.slick-slider {
    display: block;
}


@media (max-width: 768px) {
  .pagination__pages a {
    width: 40px;
    height: 40px;
    font-size: 18px;
}
}

video.main-slide-video {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media (max-width: 1140px) {
  .item-mainslider.main-slide-1 {
    padding-top: 100px;
    position: relative;
}
}

@media (max-width: 768px) {
  video.main-slide-video {
    height: calc(53vh - 59px);
    top: 0px;
    object-position: right;
  }

  .item-mainslider.main-slide-1 {
    padding-top: 60px;
    position: relative;
  }

}


@media (max-width: 560px) {
  /* .item-mainslider.main-slide-2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 115px;
    right: 48%;
    background-image: url(/files/home/mainslider/bg-slide1.png);
    z-index: 0;
    background-position-x: right;
  }

  .item-mainslider.main-slide-2:before {
    right: -50px;
    top: 53vh;
  } */

  /* .main-slide-2 .main-slider-inner {
    padding-top: calc(63vh - 60px + 30px);
    display: block;
} */

  video.main-slide-video {
    height: calc(53vh - 59px);
    top: 0px;
    object-position: right;
  }

}




/* NEW CASE REPORT PAGE START */

.doctor_item.case_item-report {
  flex-basis: calc(33.33% - 20px);
}

/* .case_item-report .before-image img {
  width: 100%;
} */
/* .case_item-report .before-image {
  width: 100%;
} */
/*  */

.case_item-report div#after-image img {
  height: 380px;
  object-fit: cover;
}

.case_item-report .before-image img {
  height: 380px;
  object-fit: cover;
}


@media (max-width: 450px) {
  .doctor_item.case_item-report {
    flex-basis: calc(100% - 20px);
}
}


.case_item-report .before-image img {
  width: 100%;
  object-position: left;
}

.case_item-report div#after-image img {
  width: 100%;
  object-position: left;
}

.case_item-report div#after-image {
  width: 50%;
  left: auto;
  right: 0;
  margin-left: auto;
}

/* NEW CASE REPORT PAGE END */