.treatment-content,
.treatment-header{
	display:block;
	width:100%;
	margin:0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'franklin_gothic_bookregular';
	font-size: 16px;
}
.visually-hidden { 
    position: absolute !important;
    height: 1px; 
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap; /* added line */
}

.treatment-header{
	width: 100%;
	background: #59B7B3;
	position: fixed;
	top:0;
	left: 0;
	right:0;
    z-index: 999;
}
.treatment-header a:hover,
.site-content a:hover,
.treatment-footer a:hover{	
	text-decoration: none;
}
.login-block__wrapper,
.treatment-navigation__wrapper,
.treatment-banner__wrapper,
.text-block__wrapper,
.technology-list__wrapper,
.treatment-footer__wrapper,
.celebrity-list-block__wrapper,
.media-list-block__wrapper{
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}
.celebrity-list-block{
	text-align: center;
	padding-top:30px;
	padding-bottom: 30px;
}
.celebrity-list__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.celebrity-banner{
	/*background-image: url('/wp-content/uploads/2022/12/EvaLongria_InMode_Hero.jpg');*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 0;
    
    overflow: hidden;
}
.celebrity-banner-v2 .celebrity-banner-v2__image-d{
	display: block;
	width: 100%;
}
.celebrity-banner-v2 .celebrity-banner-v2__image-m{
	display: none;
	width: 100%;
}
.text-block__wrapper--celebrity{
	position: relative;
	min-height: 470px;
}
.celebrity-banner__text {
    margin-bottom: 30px;
    /* position: absolute; */
    background: #ffffffd9;
    padding: 20px;
    top: 105px;
    right: 0;
    max-width: 100%;
    font-size: 2rem;
    line-height: 2.2rem;
    text-align: center;
    letter-spacing: 0.01em;
    color: #58B7B3;
}
.celebrity-banner__text::before,
.celebrity-banner__text::after{
	background: url('/wp-content/themes/inmodemd/images/quote1.svg') no-repeat center;
	content:"";
	position: absolute;
	top:-50px;
	left:0;
	width:56px;
	height: 43px;


}
.celebrity-banner__text::after{
	background-image: url('/wp-content/themes/inmodemd/images/quote2.svg');
	top:auto;
	left:auto;
	right:20px;
	bottom:10px;
}
.celebrity-banner__image{
	
	position: relative;
    bottom: 0;
    max-width: 100%;
    height: 260px;
    left: 0;
    overflow: hidden;

}
.celebrity-banner__image img{
	max-width:100%;
	height: auto;
}

.celebrity-item {
    max-width: 240px;
    margin: 10px auto;
    position: relative;
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 0 16px #969494;
    overflow: hidden;
}
.celebrity-item__image {
    max-height: 290px;
    overflow: hidden;
    width:100%;
}
.celebrity-item__image img {
    max-width: 100%;
    height: auto;
    width:100%;
}
.celebrity-item__photo {
        border-radius: 16px 16px 0 0;
}
.celebrity-item__workstation{
	color: #59B7B3;
	font-size: 20px;
	line-height: 25px;
}
.celebrity-item__workstation--inactive{
	color: #DED9C2;
}
.celebrity-item__frame{
/*	background-image: url('/wp-content/themes/inmodemd/images/phone-frame-transparent2.png');*/
	background-size: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	padding: 22px 9px 20px;
	/*padding: 22px 9px 67px;*/
	/*padding: 27px 15px 78px;*/
	/*min-height: 300px;*/
	min-height: 280px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:0;

}
.celebrity-item__background{
	/*position: absolute;
    background-color: #59B7B3;
    top: 19px;
    left: 8px;
    right: 8px;
    z-index: -1;
    min-height: 220px;*/
}
.celebrity-item__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 10px;
    background: #fff;
    min-height: 125px;
}

.celebrity-item__content div::after {
    content: ",";
    display: inline-block;
    color: #59B7B3;
    margin-right: 5px;
}
.clbn .celebrity-item__content div::after{
	color: #000;
}
.celebrity-item__content div:last-child::after {
    display: none;
}

.celebrity-item__name {
   /* font-size: 16px;
    line-height: 23px;
  */      font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.01em;
    width: 100%;
    color:#0d1f2c;
}
.login-block__text{
	font-weight:500;
	font-size: 10px;
	line-height: 14px;
	color: #fff;
    padding: 13px 0 10px;
    text-align: center;
}
.login-block__text a{
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}
.treatment-navigation{
	background: #fff;
}
.treatment-navigation__wrapper{
	padding:16px 0 11px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
}
.treatment-logo {
	max-width: 170px;
	display: block;
	cursor: pointer;
}
.treatment-logo img{
	width: 100%;
}
.treatment-menu{
	width: 100%;
	height: 100vh;
	max-height: calc( 100vh - 89px );
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
	background: #fff;
	padding-bottom: 10px;
	overflow-y: scroll;
	display: none;
}
.treatment-menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction:column;
	justify-content: space-around;
	flex-wrap: wrap;

}
/*.treatment-menu ul li{
	display: inline-block;*/
.treatment-menu ul li{
	display: block;
	position: relative;
	border-top: 1px #dbdde0 solid;
}
.treatment-menu .has-sub ul{
	display: none;
}

.treatment-menu ul a{
	display: block;
	padding: 10px 20px;
	text-decoration: none; 
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color:  #000; /*#1A5269;*/
	font-family: 'franklin_gothic_mediumregular';
}
.treatment-menu .has-sub ul a,
.treatment-menu .has-sub:hover ul a{
	text-transform: none;
	color: #565656;
}
.treatment-menu .has-sub li{
	display: block;
	width: 100%;
    text-align: left;
    padding-left: 30px;
}
.treatment-menu ul a:hover{
	color: #59B7B3;
}
.treatment-menu .has-sub ul a:hover{
	color: #59B7B3;
}
.treatment-menu .treatment-button{
	width: 200px;
	/*margin: 0 0 0 40px;*/
	padding: 12px 13px 10px;
	border: 2px solid #59B7B3;
}
.treatment-menu .treatment-button,
.treatment-button--header {
    margin: 30px auto 20px;
}
.treatment-menu .treatment-button:hover {
    transition: 1s;
    background: transparent;
    color: #59B7B3;

}
.treatment-menu__mobile-button{
	color:#59B7B3;
}
.treatment-menu__mobile-button,
.treatment-menu__mobile-button svg {
	 z-index: 104;
    cursor: pointer;
    position: relative;
}
.treatment-menu__mobile-button svg rect {
    transition: 0.45s all ease;
}

.treatment-menu__mobile-button.active svg rect:nth-child(1){
    transform: translateX(9px) translateY(22px) rotate(-45deg);
}
.treatment-menu__mobile-button.active svg rect:nth-child(2){
     opacity: 0; 
     transform: rotate(90deg); 
}
.treatment-menu__mobile-button.active svg rect:nth-child(3){
    transform: translateX(20px) translateY(-20px) rotate(45deg);
}
.treatment-button{
	display: block;
	max-width: 152px;
	padding: 6px 8px 6px;
	background-image: url('/wp-content/themes/inmodemd/images/button-blue.svg');
	background-repeat: no-repeat;
    background-size: 95%;
    background-position: center;
	width: 100%;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'franklin_gothic_bookregular';
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0.135em;/*
	border: 2px solid #59B7B3;*/
	box-sizing: border-box;
	cursor: pointer;
}
.treatment-button:hover,
.treatment-button:focus,
.treatment-button:active{
	color: #fff;
}
.treatment-button--white{
	background-image: url('/wp-content/themes/inmodemd/images/button-border.svg');
	color: #59B7B3;
	
}
.treatment-button--white:hover,
.treatment-button--white:focus,
.treatment-button--white:active{
	color: #59B7B3;
}
.text-block--blue .treatment-button{
	background-image: url('/wp-content/themes/inmodemd/images/button_white.svg');
}
.treatment-button--header{
	background: #59B7B3;
	font-size: 14px;
	max-width: 100%;
    margin: 0 auto;
    padding: 12px 13px 10px;
    border: 2px solid #59B7B3;
}
.treatment-button--header:hover{
	color: #59B7B3;
}
.js__menu .submenu-button {
    display: block;
    position: absolute;
    top: 6px;
    right: 15px;
    width: 22px;
    height: 22px;
    border: 1px #000 solid;
    border-radius: 50%;
    z-index: 5;
}
.js__menu .submenu-button:before {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 10px;
    left: 50%;
    margin-left: -1px;
    top: 50%;
    margin-top: -5px;
    background: #000;
}
.js__menu .submenu-button.submenu-opened:before{
    display: none;
}
.js__menu .submenu-button:after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 10px;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -5px;
    background: #000;
}
.treatment-content {
    padding-top: 89px;
}
.treatment-title{
	font-family: 'franklin_gothic_mediumregular';
	color: #59B7B3;
	margin: 0 0 10px;
}
.clbn .treatment-title{
	color: #000;
}
.treatment-title--celebrity{
		text-align: left;
		font-weight: 400;
		letter-spacing: 0.01em;
	}
.treatment-label{
	font-size: 16px;
	line-height: 17px;
	font-family: 'franklin_gothic_mediumregular';
	color: #565656;
	text-transform: uppercase;
	margin: 0 0 8px;
	letter-spacing: 0.02em;
}

.treatment-text,
.treatment-text p,
.treatment-text li,
.treatment-text a{
	font-family: 'franklin_gothic_bookregular';
	margin:0;
}
.text-block{
	background: #fff;
}
.text-block--blue{
	background: #59B7B3;
	color:#fff;
}
.text-block--gray{
	background: #f1f1f3;
	color:#000;
}
.celebrity-list-block.text-block--blue{
	margin-bottom: 1px;
}
.text-block--blue .treatment-title,
.text-block--blue .treatment-label{
	color: #fff;
}
.treatment-banner{
	display:flex;
	width:100%;
    min-height: 280px;
	margin:0;
	padding: 22px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/*overflow: hidden;*/
}
.treatment-banner__wrapper{
	display: flex;
	align-items: center;
}
.treatment-banner__text{
	max-width: 65%;
}

.treatment-banner__title{
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	padding-bottom: 10px;
	margin:0;
	letter-spacing: 0.02px;

}
.treatment-banner__text--home .treatment-banner__title br{
		display: none;
	}
.treatment-banner__subtitle{
	color:#000;
	font-family: 'franklin_gothic_bookregular';
	font-size: 16px;
	line-height: 23px;
	padding-bottom: 10px;
	margin:0;

}
.treatment-banner__button{
	background-size: 100%;

}
.text-block{
	text-align: center;
	padding:20px;
	box-sizing: border-box;
}

.text-block__title{
	font-size: 20px;
	line-height: 25px;
}
.text-block__text{
	font-size: 18px;
	line-height: 23px;
}
.technology-block__2-col .text-block__text{
	padding-bottom: 20px;
}
.text-block__buttons{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.text-block__button{
	margin: 10px auto;
}
.text-block__buttons .text-block__button{
    width: 90%;
    margin: 10px 0;
    max-width: 200px;
    padding: 13px 13px 12px;
}
.text-block__buttons .text-block__button:first-child{
	margin-right: 10px;
}
.ambasador-block__wrapper{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;	
}
.ambasador-block__picture{
	margin-bottom: 30px;
}
.ambasador-block__picture img{
	max-width: 100%;
	height: auto;
}
.media-list-block__wrapper{
	padding: 30px 0;
}
.magazine-list,
.video-list {
    text-align: center;
    padding-top: 30px;
}
.magazine-list__wrapper,
.video-list__wrapper {
	padding: 20px 0;
}

.media-list__button{
    margin: 10px auto;
    padding: 13px;
}
.article-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-bottom: 50px;
}
.article-item__image{
	margin-bottom: 20px;
}
.article-item__image a{
	display: block;
}
.article-item__image img {
    max-width: 100%;
    height: auto;
}
.article-item__title {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}
.article-item__text{
	margin-bottom: 20px;
}
.article-item__button{
	display: flex;
	justify-content: center;
}
.video-list__wrapper {
    display: flex;
    flex-direction: column;
}
.video-item{
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;

}
.video-item__image a {
    display: block;
    width: 100%;
    position: relative;
}
.video-item__image a:before,
.video-item__image a:after{
	display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    z-index: 1;
}
.video-item__image a:before {
    margin-left: -6px;
    margin-top: -12px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #fff;
}
.video-item__image a:after {
    height: 70px;
    width: 70px;
    margin-left: -35px;
    margin-top: -35px;
    background: rgb(255 255 255 / 0.3);
    border-radius: 50px;
}

.video-item__image img{
	max-width: 100%;
    height: auto;
    min-width: 100%;
}
.video-item__title{
	text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}
.logos-list {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.logos-text-block{
	padding: 10px 20px;
}
.logo-item{
	width: 55px;
	height: 55px;
}
.logo-item img{
	max-width: 100%;
}
.treatments-list {
    display: flex;
    flex-direction: column;
}

.treatment-item {
    padding: 30px 0;
}

.treatment-item__title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    color:#000;
}

.treatment-item__image {
    width: 150px;
    height: 150px;
    margin: 20px auto;
    border-radius: 100px;
    overflow: hidden;
}

.treatment-item__content {
    max-width: 420px;
    margin: 0 auto;
}
.technology-list__wrapper{
	padding: 30px 10px 0;
}
.technology-item{
	display: block;
	padding-bottom: 20px;
	overflow: hidden;
}
.technology-item__wrapper{
	display: flex;
	flex-direction: column;
}
.technology-item__content{
	text-align: center;
}
.technology-item__title{
	color: #1F1F1F;
	padding:12px 0;
	margin:0;
	font-weight: bold;
	font-size: 20px;
    line-height: 25px;
}
.technology-item__logo{
	display: inline-block;
    max-height: 70px;
    vertical-align: middle;
    width: auto;
    height: 100%;
}
.technology-item__text{
	font-size: 16px;
	line-height: 23px;
	padding-bottom: 12px;
}
.technology-item__buttons{
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.technology-item__button{
    width: 50%;
}
.technology-item__button:first-child{
	margin-right: 10px;
}
.technology-item__video-wrapper{
	display: none;
	position: relative;
}
.technology-item__video{
	width: 80vw;
	background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.technology-item__video iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.technology-block__2-col{
	display: flex;
	flex-direction: column;
}
.technology-block__video{
	padding: 30px 0;
	cursor: pointer;
}
.technology-block__video{
    position:relative;
}
.technology-block__video a:after,
.technology-block__video a:before {
    display:block;
    position:absolute;
    top:50%;
    left:50%;
   
    content:"";
    z-index: 1;
}
.technology-block__video a:after{
     height: 70px;
    width: 70px;
    margin-left: -35px;
    margin-top:-35px;
    background:rgb(255 255 255 / 0.3);
    border-radius: 50px;

}
.technology-block__video a:before{
  margin-left: -6px;
  margin-top:-12px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #fff;
}
.technology-block__video img{
	max-width: 100%;
    width: 100%;
}

.ba-item{
	max-width: 480px;
	/*margin: 10px auto 30px;*/
	margin: 10px auto 10px;
	/*min-height: 360px;*/
}
.ba-item__wrapper{
	display: block;
	position: relative;
    width: 85%;
    height: 100%;
    min-height: 300px;
    margin: 20px 5% 20px 10%;
    box-sizing: border-box;
}

.ba-item__picture{
	width: 45%;
    min-height: 110px;
	position: absolute;
	background: #eee;
    padding: 3%;
    border-bottom: 1px solid #999;
}
.ba-item__picture img{
	max-width: 100%;
	height: auto;

}
.ba-item__picture--before{
	top:20px;
	left: 0;

	transform: rotate(-9.34deg);
}
.ba-item__picture--after{
	top: 95px;
    left: 40%;
	transform: rotate(22.97deg);
}
.ba-item__picture--1photo{
	width: 70%;
	max-width: 340px;
	top:20px;
	left: 15%;

	transform: rotate(-9.34deg);
}
.technology-item:nth-child(2n) .ba-item__picture--1photo{

	transform: rotate(15.84deg);
}
.ba-item__caption{
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.135em;
	color: #000;
	margin-top: 8px;
	min-height: 14px;
	text-align: center;
}
.ba-item__picture:after{
	display: block;
	content: "";
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
}
.ba-item__picture--before:after{
	width: 150px;
	height: 40px;
	top: 110%;
	left: -45px;
	background-image: url('/wp-content/themes/inmodemd/images/arrow-from-this.svg');
	transform: rotate(9.34deg);

}
.ba-item__picture--after:after{
	width: 70px;
    height: 60px;
    top: -65px;
    left: 15%;
	background-image: url('/wp-content/themes/inmodemd/images/arrow-to-this.svg');
	transform: rotate(-22.97deg);

}
.ba-item__content {
    padding-top: 20px;
    text-align: center;
}

.ba-item__button {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.ba-item__content .treatment-button{
	margin:0;
}
.slick-arrow {
    position:absolute;
    width: 25px;
    height: 30px;
    top:50%;
    display:block;
    border:none;
    text-indent: -9999px;
    background-color: transparent;
    background-position:center;
    background-size:contain;
    background-repeat:no-repeat;
    z-index: 100;
}
.slick-arrow:focus,
.slick-arrow:active{
	outline: none;
}
.slick-prev{
	background-image:url('/wp-content/themes/inmodemd/images/prev-arrow.svg');
	left: 0;
}
.slick-prev:hover{
	background-image:url('/wp-content/themes/inmodemd/images/prev-arrow-teal.svg');
}
.slick-next{
	background-image:url('/wp-content/themes/inmodemd/images/next-arrow.svg');
	right: 0;
}
.slick-next:hover{
	background-image:url('/wp-content/themes/inmodemd/images/next-arrow-teal.svg');
}
.celebrity-list-block .slick-prev{
	background-image:url('/wp-content/uploads/2022/12/arr-prev.png');
	left: -15px;
}
.celebrity-list-block .slick-next{
	background-image:url('/wp-content/uploads/2022/12/arr-next.png');
	right: -15px;
}
.treatment-footer{
	background: #fff;
	font-family: 'franklin_gothic_bookregular';
	font-size: 12px;
	line-height: 16px;
	color: #000;
	padding: 20px 0;
}
.treatment-footer a{
	color: #000;
	text-decoration: none;
}
.treatment-footer__wrapper,
.treatment-footer__menu-wrapper{
	display: flex;
	justify-content: space-between;
}

.treatment-footer__wrapper{
	flex-direction: column;
	align-items: center;
	width: 90%;
}
.treatment-footer__info{
	margin-top: 10px;/*
	margin-bottom: 30px;*/
    padding-bottom: 40px;
	/*font-weight: bold;*/
	font-family: 'franklin_gothic_bookregular';
	/*font-style: italic;*/
    display: flex;
    flex-direction: column;
}
.instagram-block #sb_instagram .sbi_photo_wrap{
	padding: 10px;
}
.footer-menu,
.treatment-footer__contacts{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.treatment-footer__email{
	margin-bottom: 15px;
	text-align: center;
}

.treatment-footer__socials a {
	color: #59B7B3;
}
.treatment-footer__instagram,
.treatment-footer__facebook,
.treatment-footer__vimeo,
.treatment-footer__youtube-play,
.treatment-footer__linkedin{
	display: inline-block;
	text-indent: -9999999px;
	margin-right: 10px;
	width: 23px;
	height: 23px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.treatment-footer__socials-title{ 
	display: block;
    margin-right: 15px;
    font-style: italic;
    font-weight: bold;
}
.treatment-footer__facebook{
	background-image: url('/wp-content/themes/inmodemd/images/facebook.svg');
}
.treatment-footer__instagram{
	background-image: url('/wp-content/themes/inmodemd/images/instagram.svg');
}
.treatment-footer__vimeo{
	background-image: url('/wp-content/themes/inmodemd/images/vimeo2.svg');
}
.treatment-footer__youtube-play{
	background-image: url('/wp-content/themes/inmodemd/images/youtube.svg');
}
.treatment-footer__linkedin{
	background-image: url('/wp-content/themes/inmodemd/images/linkedin2.svg');
}
.footer-menu{
	margin-right: 20px;
	justify-content: flex-start;
	align-items: center;
}
.footer-menu{
	line-height: 25px;
	font-size: 14px;
}
.treatment-footer__title{
	padding-bottom: 25px;
	font-size: 14px;
	line-height: 25px;
	font-family: 'franklin_gothic_mediumregular';
	text-transform: uppercase;
}
.treatment-footer__link{
	font-family: 'franklin_gothic_bookregular';
}
.treatment-footer__copyright,
.treatment-footer__socials,
.treatment-footer__contacts{
	padding-bottom: 14px;

}
.treatment-footer__socials{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 2em;
}
/*.treatment-footer__menu-wrapper{
    order: 2;
}*/
.treatment-footer__info{
    justify-content:center;
    align-items: center;
    margin-bottom: 0;
}
.treatment-footer__copyright{
    text-align:center;
}
.treatment-footer__contacts{
    /*display:none;*/
}
.treatment-footer__title{
    display:none;
}
.treatment-footer__menu-wrapper{
    flex-direction:column;
    /*padding-bottom: 40px;*/
}
.footer-menu{
    flex-direction:row;
    justify-content:center;
    flex-wrap: wrap;
    margin-right: 0;
    margin-bottom: 20px;
}
.treatment-footer__link{
    display:block;
    line-height: 14px;
    position:relative;
    padding: 5px 7px;
    margin: 3px 10px;
}
.treatment-footer__link::before{
    content:"";
    display:block;
    width:0;
    height:0;
    position:absolute;
    top:50%;
    left:0;
    margin-top: -3px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #59B7B3;
}
.treatment-footer__address{
	/*display: none;*/
    line-height: 2em;
}
.treatment-footer__phone{
	text-align: center;
	margin-bottom: 1em;
}
.clbn .celebrity-item{
	box-shadow: unset;
	overflow: unset;
}
.clbn .celebrity-item__wrapper{
	width: 85%;
    margin: 0px auto;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 0 16px #969494;
}
.clbn .celebrity-item__frame{
	min-height: 100%;
}
.clbn .celebrity-item__image img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.clbn .celebrity-item__workstation{
	color:#000
}
.celebrity-list-block.clbn .slick-prev {
    background-image: url(/wp-content/uploads/2023/02/arr-prev-dark.png);
}
.celebrity-list-block.clbn .slick-next {
    background-image: url(/wp-content/uploads/2023/02/arr-next-dark.png);
}
.clbn .treatment-title--celebrity{
	color: #000 !important;
}
/*======== Begin Request Popup Form =========*/

.popup-request-form{
	background: #fff;
    width: auto;
    max-width: 600px;
    margin: 20px auto;
    position: relative;
    padding: 10px;

}
.popup-request-form__wrapper{
	padding: 24px;
}
.popup-request-form .workstations-tabs {
	margin-top: 0;
}
.popup-request-form .workstations-tabs .tabs{
	margin-top: 0;
}

.popup-request-form .tabs ul.nav-tabs{
	display: flex !important;
}
@media screen and (max-width: 890px){
	.popup-request-form .tabs ul.nav-tabs {
	    margin-left: -15px;
	}
}
.popup-request-form .workstations-tabs .tabs .nav-tabs .nav-link{
	height: auto;
}
.popup-request-form .workstations-tabs .tabs .nav-tabs .nav-link .title{
	margin-bottom: 0;
}
.popup-request-form .contact-form{
	padding-bottom: 5px;
}
.popup-request-form__title{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.2;
}
.popup-request-form label{
	width: 100%;
}
.popup-request-form label input,
.popup-request-form label textarea,
.popup-request-form label select{
	width: 100%;
	margin-bottom: 20px;
	border: none;
	border-bottom: 1px solid #59b7b3;
	height: 28px;
}
.popup-request-form label textarea{
	min-height: 252px;
	border: 1px solid #59b7b3;
	padding: 10px;
}

.popup-request-form__submit{
	text-align: center;
	padding-bottom:10px;
}
.popup-request-form input[type="submit"]{
	width: auto;
	border: none;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
	background-image: url('/wp-content/themes/inmodemd/css/images/button.png');
	background-position: center center;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px 16px;
	padding: 1rem 1.6rem;
	height: 44px;
	border-radius: 0;
	position: relative;
	background-size: cover;
	margin-top: 0;
}
/*======== End Request Popup Form =========*/
@media (max-width: 360px){
	.technology-item__buttons{
		flex-wrap: wrap;
	}
	.technology-item__button{
		width: 100%;
	}
	.technology-item__button:first-child{
		margin-bottom: 10px;
		margin-right: 0;
	}

}
@media screen and (max-width: 600px){
	html #wpadminbar{
		position: fixed;
	}
}
@media (min-width: 425px){
	.ba-item__wrapper--1photo{
		min-height: 360px;
	}

	
}
@media (min-width: 600px){

	.treatment-button{
		max-width: 200px;
		/*padding: 13px 13px 12px;*/
		min-width: 148px;
	}
	.text-block__buttons{
	    flex-direction: row;
	    margin-top: 30px;
	}
	.text-block__buttons .text-block__button{
	    width: 50%;
	}
	.treatment-label{
		color: #59B7B3;
	}
	.technology-item__wrapper{
		flex-direction: row;
		align-items: center;
	}
	.treatment-banner__text {
	    max-width: 50%;
	}
	.technology-item__logo {
	    max-height: 90px;
	}
	.technology-item__content,
	.technology-item__ba-slider{		
		width: 45%;
		text-align: left;
		margin: 0 2.5%;
	}
	.results-block .technology-item__ba-slider{
		width: 95%;
	}
	.results-block .technology-item,
	.results-block .technology-item:nth-child(2n){
		padding: 0;
	}
	.technology-item__content{
		order: 1;
	}
	.technology-item__ba-slider{
		order: 2;
	}
	.technology-item:nth-child(2n+1) .technology-item__content{
		order: 2;
	}
	.technology-item:nth-child(2n+1) .technology-item__ba-slider{
		order: 1;
	}

	.technology-list--shifted .technology-item__content{
		order: 2;
	}
	.technology-list--shifted .technology-item__ba-slider{
		order: 1;
	}
	.technology-list--shifted .technology-item:nth-child(2n+1) .technology-item__content{
		order: 1;
	}
	.technology-list--shifted .technology-item:nth-child(2n+1) .technology-item__ba-slider{
		order: 2;
	}
	.technology-item__buttons{
		flex-wrap: wrap;
	}
	.technology-item__button:first-child{
		margin-bottom: 10px;
		margin-right: 0;
	}
	.slick-arrow {
	    width: 40px;
	    height: 40px;
	}

	.technology-item__buttons{
	    justify-content: flex-start;
	}
	.treatment-footer{
		padding: 60px;
	}
	.footer-menu{
		min-width: 100px;
	    align-items: flex-start;
	}
	/*.treatment-footer__copyright{
		order: 3;
	}
	.treatment-footer__socials{
		order: 2;
	}
	.treatment-footer__contacts{
		order: 1;
	}*/
	.treatment-footer__wrapper{
		flex-direction: row;

	}
	.treatment-footer__info{
		order: 1;
		margin-top: 0;
		margin-bottom: 0;
	}
	/*.treatment-footer__menu-wrapper{
		order: 2;
	}*/
	.treatment-footer__socials{
		padding-bottom: 24px;
		justify-content: flex-start;
	}
	.treatment-footer__contacts{
		/*padding-bottom: 50px;*/
	}
	.treatment-footer__phone{
		text-align: right;
	    margin-bottom: 1.2em;
	}
	.ba-item__content {
	    padding-top: 50px;
	}
	.logo-item{
		width: 120px;
		height: 120px;
	}
	.treatment-footer__contacts{
      display:flex;
    } 
    .treatment-footer__title{
        display:block;
    }
    .treatment-footer__menu-wrapper{
       /* flex-direction:row;*/
        padding-bottom: 0;
    }
    .footer-menu{
        /*flex-direction:column;*/
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-right: 0;
    }
    .treatment-footer__link{
        /*margin-right: 0;*/
        margin-left: 0;
	}
	.treatment-footer__email{
		text-align: right;
	}
      
    .treatment-footer__copyright{
        text-align: right;
        padding-bottom: 0;
    }
    .treatment-footer__info{    
        align-items: flex-start;
        padding-bottom: 0;
    }
    .treatment-footer__address{
		display: block;
	}
	.celebrity-banner{
		margin-top:30px;
	}
	.celebrity-banner__text {
	    position:absolute;
	    
	    padding: 30px 60px 10px 110px;
	    top:105px;
	    
	    right:0;
	    max-width:70%;
	    
	}
	.celebrity-banner__image{
		position: absolute;
		bottom:0;
		max-width:450px;		
		height: 450px;
		left: -50px;
		z-index: 2;
	}
}
@media (max-width: 600px) {
    .has-mobile-bg.treatment-banner {
		background-position: top center;
		background-size: contain;
		padding-left: 5px;
		padding-right: 5px;
    }
    .has-mobile-bg .treatment-banner__text--home{
	    /* width: 96%; */
	    max-width: 100%;
	    margin: 45% auto 0;
	    text-align: center;
	}
	
	.has-mobile-bg .treatment-button{
	    margin:10px auto;
	}
	.has-mobile-bg .treatment-banner__subtitle{
		font-size: 12px;
		line-height: 17px;
	}
}
@media (min-width: 740px){
	.technology-item__buttons{
		flex-wrap: nowrap;
	}
	.technology-item__button:first-child{
		margin-right: 10px;
		margin-bottom: 0;
	}
	.ba-item__content .treatment-button{
		margin:0;
	}
}
@media (min-width: 900px){

	
	.treatment-menu{
		display: flex;
		width: auto;
		height: auto;
		flex-wrap: wrap;
		align-items: center;
	    max-height: initial;
	    position: relative;
	    top: initial;
	    padding-bottom: 0;
	    overflow-y: initial;
	}
	.treatment-menu ul {
	    flex-direction: row;
	}
	.treatment-menu ul li{
	display: inline-block;
		border-top: 0px;
	}
	.treatment-menu .has-sub li{
		padding-left: 0;
		background: #fff;
		text-align: center;
	}
	.treatment-menu .has-sub:hover ul{
	display: block;
    /*position: absolute;
    width: 200px;*/
    background-color: #fff;
    box-sizing: border-box;
    padding: 0;
    /*top: 100%;
    left: calc( -100px + 50% );   
    border-bottom: 1px #dbdde0 solid;
    padding-top: 11px;*/
    position: relative;
    width: 100%;
    top:0;
    left:0;
    border: 0px;
}
.treatment-menu .has-sub:hover li{
	/*border-left: 1px #dbdde0 solid;
    border-right: 1px #dbdde0 solid;*/
}
	.treatment-menu .has-sub:hover ul{
		position: absolute;
	    width: 200px;
	    top: 100%;
	    left: calc( -100px + 50% );
	    border: 0px;
	    z-index: 999;
	    border-bottom: 1px #dbdde0 solid;
	    padding-top: 11px;
	}
	.js__menu .submenu-button{
		display: none;
	}
	.treatment-menu .treatment-button, .treatment-button--header{
		margin: 0 ;
	}
	.treatment-menu__mobile-button{
		display: none;
	}
	.login-block__text{
		text-align: left;
		padding-left: 70px;
	}
	.treatment-banner{
		min-height: 500px;
	}
	.treatment-banner__text{
		width: 45%;
		margin-left: 40px;
	}
	.treatment-banner__text--home{
		max-width: 460px;
	}
	.treatment-banner__title{
		padding-bottom: 14px;
	}
	.treatment-banner__subtitle{
		font-size: 20px;
		line-height: 29px;
		padding-bottom: 30px;
	}
	.treatment-banner{
		z-index: 100;
		position: relative;
	}
	.treatment-banner:before,
	.treatment-banner:after{
		display: block;
		content: "";
		position: absolute;
		background-size: contain;
		background-repeat: no-repeat;
		z-index: 200;
	}
	.treatment-banner:before{
		width: 13%;
		height: 387px;
		top: 70%;
		left: 0;
		background-image: url('/wp-content/themes/inmodemd/images/hex-left.svg');
	    background-position: 0;
	}
	.treatment-banner:after{
		width: 13%;
		height: 456px;
		top: 45%;
		right: 0;
		background-image: url('/wp-content/themes/inmodemd/images/hex-right.svg');
	    background-position: right;
	}
	.treatment-banner__text--home .treatment-banner__title br{
		display: block;
	}
	.text-block{
		padding: 55px 20px;
	}
	.text-block--blue{
		padding: 23px;
	}
	.text-block--how-help .text-block__wrapper{
		max-width: 1000px;
		margin:0 auto;
	}
	.celebrity-text-block,
	.media-text-block{
		padding: 55px 20px;
	}
	.celebrity-text-block {
	    text-align: left;
	}
	.media-text-block{
		text-align: left;
	}
	.ambasador-block__wrapper{
		flex-direction: row;	
	}
	.ambasador-block__picture{
		width: 30%;
		margin-right: 5%;
		margin-bottom: 0;
	}
	.ambasador-block__content{
		width: 65%;
		text-align: left;
	}
	.ambasador-block__buttons{
		justify-content: flex-start;
	}
	.celebrity-item {
	    max-width: 240px;
	    margin: 20px auto;
	}
	.celebrity-item__frame{
		/*min-height: 390px;
		padding: 27px 12px 78px;*/
		min-height: 370px;
/*		padding: 27px 12px 20px;*/
	}
	.celebrity-item__name{
		/*font-size: 16px;
		line-height: 23px;*/
	    font-size: 25px;
    	line-height: 30px;
    
	}
	.celebrity-item__background{
		min-height: 300px;
	}

	.technology-list__wrapper{
		padding: 50px 0;
	}
	.technology-item{
		padding: 50px 30px;
	}
	.video-item.technology-item,
	.video-item.technology-item:nth-child(2n){
		padding: 0;

	}

	.treatment-title{
		font-size: 35px;
		line-height: 50px;		
	}
	.treatment-text{
		font-size: 20px;
		line-height: 29px;
		padding-bottom: 36px;
	}
	.technology-item__title{
		padding-bottom: 26px;
	}
	.treatment-button{
		padding: 13px 13px 12px;
	}
	.ba-item{
		min-height: 360px;
	}
	.ba-item__wrapper{/*
		width: 95%;*/
		margin-right: 0;
	    margin: 20px 5% 20px 10%;
	}
	.slick-next {
		right: 0;
	}
	.magazine-list, .video-list {
	    text-align: left;
	}

	.article-item {	    
	    flex-direction: row;
	}

	.article-item__image {
	    width: 30%;
	    margin-right: 5%;
	}

	.article-item__content {
	    width: 60%;
	    margin-right: 5%;
	    text-align: left;
	}
	.article-item__title {
		font-size: 24px;
		line-height: 30px;
	}
	.article-item__button{
		justify-content: flex-start;
	}
	.video-list__wrapper{		
		flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: space-between;

	}
	.video-item{
		width: 32%;
	    margin-bottom: 50px;
	    position: relative;
	}
	.video-item__title {
		font-size: 24px;
		line-height: 30px;
	}
	.video-item__image{
		height: 290px;
		overflow: hidden;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 20px;
	}
	.video-item__image a{
	    height: 220px;
	}
	.video-item__image img {
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	}

    .treatments-list {
	    flex-direction: row;
	    justify-content:space-around;
	    flex-wrap: wrap;
	}
	.treatment-item {
	    width:47%;
	}
	.treatment-item__title{
		font-size: 20px;
		line-height: 25px;
	}
	.technology-block{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.text-block__left,
	.text-block__right {
	    width: 47%;
	    text-align: left;
	}
	.technology-block__2-col{
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
	    align-items: flex-start;
	}
	.technology-block__video.technology-item{
		padding: 30px 0;
	}

	.celebrity-banner__image{
		left: auto;
		right: calc(70% - 240px);
	}
	.celebrity-banner__text{
/*		padding-left: 70px;*/
	}
	.celebrity-banner__text::after{
		right: 60px;
	}

	.celebrity-banner__text::before{
		left: 110px;
	}

}
@media (min-width: 1024px){
	.ba-item__picture--before:after {
	    width: 190px;
	    height: 65px;
	    left: -45px;
	}
	.ba-item__picture--after:after {
	    width: 100px;
	    height: 75px;
	    top: -65px;
	    left: 15%;
	}
}
@media (min-width: 1280px){
	.treatment-banner{
		min-height: 700px;
	}
	.technology-item{
		padding: 60px 30px;
	}
	.technology-item__content{
		width: 40%;
	}
	.technology-item__ba-slider{
		width: 55%;
	}
	.technology-item:nth-child(2n){
		padding-left: 85px;
		padding-right: 0;
	}
	.technology-block__video.technology-item{
		padding: 30px 0;
	}
	.treatment-banner:before{
		top: 80%;
	}
	.treatment-banner:after{
		top: 60%;
	}
	.ba-item__picture--before:after {
	    width: 240px;
	    height: 70px;
	    left: -95px;
	}
	.results-block .ba-item__picture--before:after {
		width: 190px;
		left: -45px;
	}
	.ba-item__picture--after:after {
	    width: 170px;
	    height: 90px;
	    top: -91px;
	    left: 10%;
	}
}
@media (min-width: 2000px){
	.treatment-banner{
		background-position: top center;
	}
}
@media (max-width: 900px){
	.celebrity-item__background{
		background: #000!important;
	}
}
@media (max-width: 899px){
	.cbn .celebrity-banner__text::before{
		left: 50px;
	}
}
@media (max-width: 740px){
	.celebrity-banner.cbn .text-block__wrapper.text-block__wrapper--celebrity{
		width: 100%;
	}
	.cbn .celebrity-banner__image{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		/* object-fit: cover; */
		z-index: 0;
	}
	.cbn .celebrity-banner__image img{
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	.cbn .celebrity-banner__text::after{
		right: 5px;
		width: 20px;
    	height: 15px;
		background-size: contain;
	}
	.cbn .celebrity-banner__text::before{
		left: 5px;
		top: 10px;
		width: 20px;
    	height: 15px;
		background-size: contain;
	}
	.cbn .celebrity-banner__text{
		position: absolute;
		bottom: 0;
		top: unset;
		margin-bottom: 0;
		width: 90%;
		max-width: 90%;
		left: 5%;
		font-size: 16px;
		line-height: 18px;
		box-sizing: border-box;
		padding: 25px;
	}

}
@media (max-width: 1400px){
	.celebrity-banner-v2{
		height: 400px;
	}
	.celebrity-banner-v2 .celebrity-banner-v2__image-d {
		display: block;
		width: 100%;
		position: absolute;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
}
@media (max-width: 1150px){
	.celebrity-banner-v2{
		height: 350px;
	}
}
@media (max-width: 1150px){
	.celebrity-banner-v2{
		height: 350px;
	}
}
@media (max-width: 990px){
	.celebrity-banner-v2{
		height: 300px;
	}
}
@media (max-width: 820px){
	.celebrity-banner-v2{
		height: 250px;
	}
}
@media (max-width: 650px){
	.celebrity-banner-v2{
		height: 200px;
	}
}
@media (max-width: 520px){
	.celebrity-banner-v2{
		height: 180px;
	}
}
@media (max-width: 440px){
	.celebrity-banner-v2{
		height: auto;
	}
.celebrity-banner-v2 .celebrity-banner-v2__image-d{
	display: none;
}
.celebrity-banner-v2 .celebrity-banner-v2__image-m{
	display: block;
}
}