
/*main*/

body {
    direction: rtl;
    color: #2b2b2b;
  font-family: 'Assistant', sans-serif;
}
 strong {
    font-weight: 700;
}
p {
    font-size: 24px;
    font-weight: 300;
}
 h2{
	color: #222222;
font-size: 48px;
font-weight: 300;
}
video:focus{
	outline: none;
}
@font-face {
font-family: 'Myriad Pro';
src: url('fonts/MyriadPro-Regular.eot');
src: url('fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
url('fonts/MyriadPro-Regular.woff') format('woff'),
url('fonts/MyriadPro-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}


/*header*/

.s-header{
	padding: 54px 0 160px;
	text-align: right;
	background-image: url(../../img/headBg.png);
	background-position: center;
	background-size: cover;
	position: relative;
}

.s-header::after{
	content: '';
	position: absolute;
	height: 15px;
	background-image: url(../../img/h-shadow.png);
	width: 100%;
	background-position: center bottom;
	      bottom: -15px;
	    background-size: contain;
	    background-repeat: no-repeat;    z-index: 2;
}
.header__promo{
	background-image: url(../../img/h-el-1.png);
	background-repeat: no-repeat;
	width: 681px;
height: 127px;
margin-top: 60px;    margin-right: -116px;
}
.header__promo h2{
	      width: 470px;
    color: #333333;
    font-size: 30px;
    font-weight: 400;
    font-weight: 400;
    margin: 0 auto;
        line-height: 34px;
    padding-top: 16px;
    text-align: center;
        margin-left: 78px;
    margin-top: -1px;
}
.header__promo  span{
	font-weight: 700;
	color: #ed7305;
}
.header__tittle{
	    margin-top: 14px;
    margin-right: 3px;
}
.header__tittle h1{
	    color: #333333;
    font-size: 55px;
    font-weight: 300;    line-height: 46px;
}
.header__tittle span {
color: #ed7305;
font-size: 46px;
font-weight: 700;
text-transform: uppercase;
}

.button-link a{
width: 188px;
height: 50px;
box-shadow: inset 0 -3px 0 #bc5700;
border-radius: 5px;
background-color: #ed7004;
color: #f1ece6;
font-size: 21px;
font-weight: 600;
transition: all 0.3s ease;text-decoration: none;
display: flex;
justify-content: center;
align-items: center;padding-bottom: 6px;
}
.button-link a:hover{
    background-color: #ffffff;
    color: #ed7305;
}
.button-link {
    margin-top: 36px;
}
.button-link i {
    margin-right: 12px;
    position: relative;
    top: 2px;
    font-size: 26px;

}

/*s-consultation*/

.s-consultation{
	background-color: #ed7004;
	padding: 60px 0 230px;z-index: 1;position: relative;
}

.consultation__video video{
	max-width: 589px;
}
.s-consultation h2{
color: #ffffff;
font-size: 36px;
font-weight: 300;margin-top: 12px;
position: relative;
}
.s-consultation h2::after{
    content: '';
    position: absolute;
    right: 50%;
    top: 39px;
    background-image: url(../../img/el-arrow-1.png);
    width: 36px;
    height: 75px;
    margin-right: -180px;
}
.form{
    margin-top: 21px;
	display: flex;
	flex-direction: column;    align-items: flex-end;
}
.form input{
width: 409px;
height: 51px;
box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
border-radius: 5px;
background-color: #ffffff;

color: #887f75;
font-size: 24px;
font-weight: 300;
border: none;
margin-top: 10px;
padding-right: 30px;
padding-bottom: 3px;

}
.form input::placeholder{
	color: #887f75;
font-size: 24px;
font-weight: 300;	
}
.form input:focus{
outline: none;
}

.form button{
width: 409px;
height: 51px;
box-shadow: inset 0 -3px 0 #46044e;
border-radius: 5px;
background-color: #63066e;
color: #ffffff;
font-size: 24px;
font-weight: 600;
border: none;margin-top: 20px;
transition: all 0.3s ease;
cursor: pointer;
}
.form button:focus{
	outline: none;
}
.form button:hover{
background-color: #63066e;
    color: #ffffff;
    box-shadow: inset 0 -3px 0 #fff;
    text-shadow: 0 0 2px #ffffff;
}
.consultation__form{
	position: relative;

}

.consultation__form::after{
    content: '';
    width: 1368px;
    height: 528px;
    position: absolute;
    top: 50%;
    margin-top: -244px;
    left: 50%;
    margin-left: -776px;
    background: rgb(255, 255, 255);
    background: -webkit-radial-gradient(circle, #f49a19 18%, rgba(255, 255, 255, 0) 41%);
    background: -o-radial-gradient(circle, #f49a19 18%, rgba(255, 255, 255, 0) 41%);
    background: radial-gradient(circle, #f49a19 20%, rgba(255, 255, 255, 0) 51%);
    z-index: -1;
}
.s-consultation .row > div:last-of-type{
     position: relative;
    right: -103px;
}
.s-consultation .row > div:first-of-type{
    position: relative;
    right: -50px;
}
.consultation__about-us{
	width: 100%;
	max-width: 1200px;
height: 330px;
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.16);
position: absolute;
background-color: #fff;
display: flex;
    bottom: -160px;
flex-direction: row-reverse;
text-align: right;
align-items: center;
padding: 30px 70px 30px 20px;
left: 50%;
margin-left: -600px;
}
.consultation__about-us_text{
    padding-right: 85px;
    padding-top: 30px;
    line-height: 23px;
}
.consultation__about-us_text p:last-child{
        position: relative;
    top: -7px;
    padding-left: 20px;
    text-align: justify;
}
.consultation__about-us_text p {
color: #2b2b2b;
font-size: 21px;
font-weight: 300;
margin-bottom: 40px;
}
.consultation__about-us_text span{
	font-weight: 700;
}
/*s-our-advantages*/

.s-our-advantages{
	background-color: #f6f6f6;
	    padding: 210px 0 58px;
	text-align: right;
}
.s-our-advantages h2{
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    margin-top: 27px;
}
.s-our-advantages p{
	color: #2b2b2b;
font-size: 21px;
font-weight: 300;
text-transform: uppercase;    margin-bottom: 24px;text-align: justify;
}
.our-advantages__pictures {
position: relative;
     height: 503px;
    width: 450px;
        margin: auto;
         margin-left: 44px;
    margin-top: 13px;
}
.our-advantages__text-content{
	    margin-top: 47px;
    line-height: 26px;
}
.our-advantages__pictures img{
position: absolute;
object-fit: cover;
}
.our-advantages__pictures img:nth-child(1){
width: 220px;
height: 147px;
top: 0;
left: 0;
}
.our-advantages__pictures img:nth-child(2){
	width: 220px;
height: 293px;
top: 0;
right: 0;
}
.our-advantages__pictures img:nth-child(3){
width: 220px;
height: 346px;
bottom: 0;
left: 0;
}
.our-advantages__pictures img:nth-child(4){
	width: 220px;
height: 165px;
bottom: 35px;
right: 0;
}

/*s-video-gallery*/

.s-video-gallery{
	padding: 90px 0;
	background-color: #3e3e3e;
	    direction: ltr;
	    min-height: 529px;
	    max-height: 529px;
}
.s-video-gallery .container-fluid{
	max-width: 1880px;
}
.video-gallery__slider  video{
	max-width: 100%;
    position: relative;
    height: auto;
}

.video-gallery__slider_item{
	position: relative;
	transition: all 0.3s ease;

}
.video-gallery__slider_item::after{
content: '';
position: absolute;top: 0;
left: 0;
width: 100%;
height: 90.9%;
background-color: rgb(0, 0, 0);
opacity: 0.4;	transition: all 1s ease;

}
/*.video-gallery__slider  .video-gallery__slider_item:nth-child(1)::after{
    background-image: url(../../img/videoBg1.png);
}
.video-gallery__slider  .video-gallery__slider_item:nth-child(2)::after{
    background-image: url(../../img/videoBg2.png);
}
.video-gallery__slider  .video-gallery__slider_item:nth-child(3)::after{
    background-image: url(../../img/videoBg3.png);
}*/
.video-gallery__slider_item figcaption{
width: 100%;
text-align: center;    transform: translateY(8px);
    
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    color: #acacac;transition: all 0.6s ease;
}
.video-gallery__slider .owl-item.active figure{
transform-origin: left;
cursor: pointer;
}
.video-gallery__slider .owl-item figure{
	transform-origin: right;
	       

}

.video-gallery__slider .owl-item figure{
	width: 592px;	transform: scale(0.9);
}
.video-gallery__slider .owl-item.active.center figure {
width: 592px;  
}
.video-gallery__slider .owl-item.active.center figcaption{
 transform: translateY(18px);
}
.video-gallery__slider .owl-stage{
	display: flex;
	justify-content: center;align-items: center;
}
/*.video-gallery__slider .owl-item.active:not(.center) {
	transform: scale(0.8);
}*/
.video-gallery__slider {
	width: 100%;    margin: 0 auto;
}

/*.video-gallery__slider .owl-item.active .video-gallery__slider_item::after{
opacity: 1;
}*/
.video-gallery__slider .owl-item.active.center figure {
		transform: scale(1);
}
.video-gallery__slider .owl-item.active.center .video-gallery__slider_item::after{
opacity: 0;
}
/*.video-gallery__slider .owl-item .video-gallery__slider_item::after{
opacity: 0;
}*/
.video-gallery__slider .owl-item.active.center figcaption{
	color: #f6f6f6;
}
 .video-gallery__slider .owl-nav.disabled{
 	display: block;
 }
 .video-gallery__slider .owl-nav button.owl-next, .video-gallery__slider .owl-nav button.owl-prev{
position: absolute;
width: 107px;
height: 107px;
background-color: rgba(62, 62, 62, 0.5);
top: 50%;
    margin-top: -70px;
border-radius: 60px;color: #fff;
    font-size: 50px;
    background-repeat: no-repeat;    background-position: center center;
    transition:  all 0.3s ease;
 }
   .video-gallery__slider .owl-nav button:focus{
   	outline: none;
   }
   .video-gallery__slider .owl-nav button:hover{
       background-color: #f5a31d; 
   }
  .video-gallery__slider .owl-nav button.owl-next{
right: 210px;
background-image: url(../../img/arrowR.png);
  }
  .video-gallery__slider .owl-nav button.owl-prev{
left: 210px;
background-image: url(../../img/arrowL.png);

  }
    .video-gallery__slider .owl-nav button i {
           font-size: 88px;
    font-weight: 400;
    line-height: 111px; 
    }

/*  s-second-form*/

.s-second-form{
	background-color: #ed7004;
     padding: 36px 0 92px;
     position: relative;
     overflow: hidden;
}
.s-second-form .container{
    position: relative;z-index: 1;
}
.s-second-form::after{
    position: absolute;
    top: -380px;
    left: 50%;
    width: 80%;
    height: 750px;
    margin-left: -40%;
    content: '';
    background: -webkit-radial-gradient(circle, rgb(246, 168, 32) 1%, rgba(255, 255, 255, 0) 40%);
    background: -o-radial-gradient(circle, rgb(246, 168, 32) 1%, rgba(255, 255, 255, 0) 40%);
    background: radial-gradient(circle, rgb(246, 168, 32) 1%, rgba(255, 255, 255, 0) 40%);
}
.s-second-form h2{
	color: #ffffff;
font-size: 48px;
font-weight: 300;
text-align: center;
position: relative;
}
.s-second-form h2::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 31px;
    background-image: url(../../img/arrow-2.png);
    width: 70px;
    height: 54px;
    margin-left: -368px;
}
.second-form__form{
flex-direction: row;    margin-top: 36px;

}
.s-second-form .container{
	padding: 0;
}
.second-form__form button {
    width: 29.5%;
    margin-top: 0;
    }
.second-form__form input {
    width: 37%;  margin: 0;
    margin-left: 20px;
}

/*s-testimonials*/

.s-testimonials {
	direction: ltr;
	    padding: 33px 0 50px;
	background-color: #f6f6f6;
}
.s-testimonials h2{
	text-align: center;
}
.testimonials-all {
	margin-top: 40px;
}
.testimonials-all .col:nth-child(n + 7){
    display: none;
}
.load-testimonials{
    text-align: center;
      margin-top: 70px;
    margin-bottom: 23px;
}
.load-testimonials__more{
    width: 224px;
height: 47px;
border-radius: 5px;
border: 1px solid #ed7004;
background-color: transparent;
color: #ed7104;
font-size: 21px;
font-weight: 600;
transition: all 0.3s ease;
cursor: pointer;

}
.load-testimonials__more:hover{
    background-color: #ed7004;
    color: #ffffff;
}
.load-testimonials__more:focus{
    outline: none;
}
.s-testimonials .testimonials-all .col {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
    margin: 0 0 14px;
}
  .s-testimonials button.more {
    width: 100%;
    text-transform: uppercase;
    color: #7995F7;
    font-size: 14px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    border: 1px solid #D9D9D9;
    font-weight: 700;
    padding: 16px;
    cursor: pointer;
    margin: 15px 0 0;
    display: none; }


    .comment-one{
  display: flex;text-align: left;    font-family: 'Open Sans' , sans-serif;
}
.left-col{
 width: 13%;

}
.left-col img{
      margin: 0 auto;
    border-radius: 100px;
}
.right-col{
width: 87%;
}
.top-row{
border-radius: 27px;
background-color: #fff;
    padding: 30px;padding-top: 25px;    position: relative;    padding-bottom: 10px;
}
.name{
  font-weight: 700;    font-size: 19px;
}
.feedback{
    margin-top: 9px;
    font-size: 18px;
    line-height: 24px;
    line-height: 20px;
    direction: rtl;
    text-align: right;
}

.sticker-response{
    position: absolute;
    right: 27px;
    display: flex;
    background-color: #fff;
    padding: 5px;
    border-radius: 20px;
    bottom: -24px;
    width: 78px;
    padding-bottom: 1px;
    align-items: center;
    box-shadow: 0px 2px 1px 0px #bdbebe;
}
.sticker-response img{
  border-radius: 10px;
}
#comment2 .sticker-response{
    padding-bottom: 2.3px;
}
.bot-row ul{
  padding-left: 20px;
    margin-top: 3px;
    font-weight: 700;font-size: 17px;    color: #6b7075;
}
.bot-row li{
list-style: none;
display: inline-block;
margin-right: 7px;
margin-left: 7px;
}
.bot-row li:first-child{
font-weight: 500;
}
.like{
  color: #4873f5;
}
.count-follow{
color: #84888c;
    margin-left: 2px;
    font-size: 20px;
}
.feedback span{
      display: inline-block;
    vertical-align: bottom;
}


.group_comment1 .count-follow {
    margin-right: 7px;
}
.group_comment1 .sticker-response {
    width: 58px;
    padding-bottom: 2px;
    justify-content: center;
}

/*s-before-after*/

.s-before-after{
	background-color: #3e3e3e;
    padding: 90px 0 34px;
        position: relative;
    overflow: hidden;
}

.s-before-after .container{
    position: relative;z-index: 1;
}
.s-before-after::after {
    position: absolute;
    top: -380px;
    left: 50%;
    width: 80%;
    height: 750px;
    margin-left: -40%;
    content: '';
    background: -webkit-radial-gradient(circle, #626262 1%, rgba(255, 255, 255, 0) 40%);
    background: -o-radial-gradient(circle, #626262 1%, rgba(255, 255, 255, 0) 40%);
    background: radial-gradient(circle, #626262 1%, rgba(255, 255, 255, 0) 40%);
}
.before-after__list{
	display: flex;	display: flex;flex-direction: row-reverse;    padding-right: 0;

}

.before-after__list li {
	list-style: none;
}
.before-after-wrapper{
	display: flex;justify-content: space-between;
	flex-direction: row-reverse; 
    padding: 0;
}

.before-after__list li:first-child{
	margin-right: 10px;
}
.before-after__list p {
	color: #f6f6f6;
font-size: 24px;
font-weight: 300;
font-style: italic;
text-align: center;
margin-top: 20px;
}

/*s-our-expertise*/

.s-our-expertise{
    padding: 43px 0 74px;text-align: center;
}
.s-our-expertise h2{
}
.our-expertis-wrapper{
	display: flex;
	justify-content: space-between;
}
.our-expertise__list{
	padding-right: 0;
    margin-top: 32px;   width: 33%;
}
.our-expertise__list li{
	list-style: none;
}
.our-expertise__list p{
	color: #2b2b2b;
font-size: 21px;
font-weight: 600;
    margin-top: 26px;
    margin-left: 12px;
}

/*s-questions-answers*/

.s-questions-answers {
    padding: 39px 0 53px;
	text-align: center;
	background-color: #f6f6f6;
}



.s-questions-answers .container {
    position: relative;
    z-index: 1;
}

.questions-answers__list{
    margin-top: 37px;
    padding: 0 60px;
    color: #2b2b2b;
}

.questions-answers__list_item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-height: 90px;
    margin-bottom: 12px;
    padding: 27px 70px 0 100px;
    list-style: none;
    cursor: pointer;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .16);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .16);
}

.questions-answers__list_item h4 {
    font-size: 21px;
}

.questions-answers__list_item p {
	    max-width: 600px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    display: none;
    margin-top: 19px;
    margin-bottom: 50px;

}

.questions-answers__list_item.active p {
    display: block;
}

.questions-answers__toggles {
    font-size: 36px;
    font-weight: 300;
    line-height: 0;
    position: absolute;
    top: 22px;
    left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 41px;
    height: 41px;
    text-align: center;
    color: #ed7305;
    border-radius: 100%;
    background-color: #f6f6f6;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.questions-answers__list_item.active span.plus {
    display: none;
}

.questions-answers__list_item.active span.minus {
    display: block;
}

.questions-answers__list_item span.minus {
    display: none;
    padding-bottom: 7px;
}
/*s-treatment*/

.s-treatment{
      padding:35px 0 29px;
	background-color: #ed7104;
	    text-align: center;
    position: relative;
    overflow: hidden;
}
.s-treatment .container{
    position: relative;z-index: 1;
}
.treatment__tittle{
    line-height: 40px;
}
.s-treatment::after {
    position: absolute;
    top: -380px;
    left: 50%;
    width: 80%;
    height: 750px;
    margin-left: -40%;
    content: '';
    background: -webkit-radial-gradient(circle, rgb(246, 168, 32) 1%, rgba(255, 255, 255, 0) 40%);
    background: -o-radial-gradient(circle, rgb(246, 168, 32) 1%, rgba(255, 255, 255, 0) 40%);
    background: radial-gradient(circle, rgb(246, 168, 32) 1%, rgba(255, 255, 255, 0) 40%);
}
.treatment__tittle h2{
color: #ffffff;
}
.s-treatment p {
color: #fff;    margin-bottom: 20px;
}
.treatment__social{
    margin-bottom: 14px;
}
.form-tittle{
	position: relative;
}
.s-treatment .form-tittle{
    margin-bottom: 16px;
}
.form-tittle::after{
content: '';
position: absolute;
right: 50%;
     top: 22px;

    background-image: url(../../img/el-arrow-1.png);
width: 36px;
height: 75px;
      margin-right: -270px;
}

.treatment__form{
	    align-items: center;margin-top: 17px;
}

.treatment__form .form button {
    margin-top: 10px;
}
/*.s-footer*/
.footer__logo{
	text-align: center;
	margin-bottom: 30px;
}

.s-footer {
    padding: 28px 0 80px 0;
    background-color: #3e3e3e;
}
.contacts-data{
    padding: 0 120px;
}
.contacts-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-right: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contacts-list__item {
    font-size: 18px;
    font-weight: 300;
    position: relative;
    list-style: none;
    color: #fff;
}

.contacts-list__item::after {
    position: absolute;
    top: 14px;
    right: -35px;
    width: 5px;
    height: 5px;
    content: '';
    border-radius: 100%;
    background-color: #5a5a5a;
}

.contacts-list__item:last-child::after {
    display: none;
}

.contacts-list__item a {
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    color: inherit;
}

.contacts-list__item a:hover {
    text-decoration: none;
    color: #fed064;
}

.designeBy {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 20px;
    padding-right: 15px;
    color: #cacaca;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.designeBy img {
    width: 114px;
    height: 11px;
}

.designeBy span {
    margin-left: 12px;
}



.sticky-footer {
    position: fixed;
    z-index: 10;
    bottom: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 4px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
}

.sticky-footer .call-now {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
}

.sticky-footer .available__line {
    margin: 9px auto;
}


.sticky-footer {
    height: 69px;
    flex-direction: row-reverse;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(2, 3, 3, 0.26);
}

.sticky-footer a {
    position: relative;
    z-index: 10;
}

.sticky-footer .call-now {
background-color: #ed7004;
    height: 100%;
    width: 50%;
    position: relative;
}

.sticky-footer .call-now a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-right: 21px;
    padding-top: 7px;
}

.sticky-footer .call-now::after {
    content: '';
    position: absolute;
    height: 180%;
    width: 90px;
 background-color: #ed7004;
    right: -2px;
    top: -50px;
    transform: rotate(40deg);
    z-index: 1;
}

.sticky-footer .available__whatsap {
    background-color: #fff;
    height: 100%;
    width: 50%;
    position: relative;
}

.sticky-footer .available__whatsap a {
       color: #1e1e1e;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-right: 0;
    padding-top: 7px;
}

.sticky-footer .available__whatsap img {
    left: 0;
    width: auto;
    height: auto;
}

.sticky-footer .available__whatsap::after {
    content: '';
    position: absolute;
    height: 180%;
    width: 90px;
    background-color: #fff;
    left: -8px;
    top: -10px;
    transform: rotate(40deg);
    z-index: 1;
}

.treatment__social ul{
    padding-right: 0;
}
.treatment__social li{
    list-style: none;
}
.treatment__social a{
text-decoration: none;
color: #fff;
}
.treatment__social a i{
   color: #fff; 
}
.treatment__social{
        max-width: 467px;
        margin: 0 auto;
margin-bottom: 30px;
}
.social_ico{
     height: 58px;

    width: 100%;
    border: 1px solid #fff;
    border-right: none;border-left: none;
    margin: 0 auto;
    display: flex;align-items: center;
    justify-content: center;
}
.social_ico a {
    width: 33px;
height: 33px;
   border: 1px solid #fff;
   border-radius: 30px;display: inline-block;
}
.social_ico a  i{
    padding-top: 7px;
}  

.treatment__social .social_contact{
    display: flex;justify-content: space-around;align-items: center;
    flex-direction: row-reverse;padding: 0 50px;margin-bottom: 5px;
}
.fa-phone-volume{
  transform: rotate(-49deg);
}
.social_contact i {
        font-size: 40px;    margin-bottom: 6px;
}
.social_contact p {
        font-size: 18px;
    line-height: 20px;
}
.sticky-footer {
    display: none;
}

.our-advantages__pictures-mob{
    display: none;
}




.before-after__slider{
    display: none;
}



.video-gallery__slider_info{
    display: none;
}
.mob{
    display: none;
}


.s-thanks{
    display: flex;justify-content: center;align-items: center;
    flex-direction: column;
    background-image: url(../../img/bg-thanks.png);
    background-position: center;
    background-size: cover;
    height: 100vh;
    text-align: center;
}
.s-thanks h1{
    font-size: 63px;
    font-weight: 700;        color: #3e3e3e;
    line-height: 46px;
}
.s-thanks h2{
        color: #3e3e3e;
}
.s-thanks .logo{
        margin-bottom: 36px;
}
@media (max-width: 1450px){
    .s-header .container{
            padding-right: 150px;
    }
}

@media (max-width: 1199px){
        .s-header .container{
            padding-right: 50px;
    }
    .contacts-data {
    padding: 0;
}
.before-after__list {
    padding-right: 15px;
}
.s-consultation .row > div:last-of-type {
    right: 0;
}
.consultation__video video {
    max-width: 100%;
}
.s-consultation .row > div:first-of-type {
    right: 0;
}
.consultation__video{
        padding-top: 33px;
}

.consultation__form::after {
     width: 100%;
    height: 448px;
    margin-top: -244px;
    left: 0;
    margin-left: -70%;
}
.s-consultation h2::after {
    margin-right: -240px;
}
.consultation__about-us {
    max-width: none;
    left: 0;
    margin-left: 0;
}
}

@media (max-width: 991px){
.contacts-list{
        flex-direction: column;
    text-align: center;
}
.questions-answers__list {
    padding: 0;
}
.contacts-list__item::after{
    display: none;
}

.bot-row ul {
    margin-top: 33px;
}
.video-gallery__slider .owl-item figure {
    width: 370px;
    }
.video-gallery__slider .owl-item.active.center figure {
    width: 400px;
}
.video-gallery__slider .owl-nav button.owl-prev {
    left: 30px;
}
.video-gallery__slider .owl-nav button.owl-next {
    right: 30px;
}
.s-video-gallery {
   padding: 50px 0;
    max-width: 100%;min-height: 375px;
}
.s-header .container {
    padding-right: 100px;
}
.consultation__form::after {
    left: 0;
    margin-left: 0%;
}
.form {
    align-items: center;
}
.s-consultation h2 {
    text-align: center;
}
.s-consultation h2::after {
    margin-right: -257px;    top: 30px;
}
.consultation__video {
    text-align: center;
    padding-top: 0px;
    margin-bottom: 50px;
}
.s-header::after {
    bottom: -1.7%;
}
.consultation__about-us {
    height: auto;
    position: static;
    padding: 20px 0;
    flex-direction: column-reverse;
}
.s-consultation {
    padding: 30px 0 0px;
}
.consultation__form {
    margin-bottom: 20px;
}
.consultation__about-us_text {
    padding: 30px 20px 0 20px;
}
.s-our-advantages {
    padding: 30px 0 58px;
}
.our-advantages__pictures {
    margin: 0 auto;    margin-top: 20px;
}
.s-our-advantages .row{
    flex-direction: column-reverse;
}
.s-consultation .row{
       flex-direction: column-reverse;
}
}

@media (max-width: 767px){
    h2{
    font-size: 36px;
}
.s-header {
    padding: 24px 0 61px;
}
.header__promo {
    background-image: url(../../img/mobEl1.png);
 width: 343px;
height: 65px;
      margin-top: 50px;
    margin-right: 0;
        position: relative;
    right: -15px;
}
.header__promo h2 {
    width: 310px;
    font-size: 18px;
    line-height: 22px;
    padding-top: 9px;
    margin-top: 0px;
}
.s-header .container {
    padding-right: 15px;
    max-width: 100%;
}
.header__tittle span {
    font-size: 27px;
}
.header__tittle h1 {
    font-size: 32px;    line-height: 26px;
}
.consultation__about-us {
    padding: 30px 0;
}
.s-our-advantages h2 {
    font-size: 30px;
}
.video-gallery__slider .owl-item.active  {
   
}

.video-gallery__slider .owl-item figure {
    transform: scale(1);
    width: 80vw;

}
.s-video-gallery .container-fluid {
    padding-right: 0;
    padding-left: 16px;
}
.video-gallery__slider .owl-nav button.owl-prev{
    display: none;
}
.s-second-form h2{
    width: 287px;
    font-size: 36px;
    margin: 0 auto;
}
.s-second-form h2::after {
    top: 75px;
    background-image: url(../../img/decorate3.png);
    width: 41px;
    height: 34px;
    margin-left: -120px;
}
.second-form__form {
    flex-direction: column;
}
.second-form__form input {
    width: 100%;
    margin: 0;
    margin-bottom: 12px;
}
.second-form__form button {
    width: 100%;
    margin-top: 10px;
}
.s-testimonials .testimonials-all .col {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    margin: 0 0 14px;
}
.testimonials-all .col:nth-child(n + 4) {
    display: none;
}
.before-after__slider{
    display: block;
}
.mob{
    display: block;
}
.before-after-wrapper{
    display: none;
}
.before-after__list {
    padding: 0;
}
.before-after__list li {
    width: 50%;
}
.before-after__list li:first-child {
    margin-left: 6px;
}
.before-after__list p{
    font-size: 20px;
}
.before-after__slider .owl-dots {
    text-align: center;
}
.before-after__slider .owl-dots .owl-dot{
    width: 9px;
height: 9px;
border: 1px solid #ffffff;
border-radius: 20px;
margin: 0 5px;
}
.before-after__slider .owl-dots .owl-dot:focus{
    outline: none;
}
.before-after__slider .owl-dots .owl-dot.active{
background-color: #ffffff;
}
.before-after__slider  .owl-stage{
        display: flex;
    flex-direction: row-reverse;
}






.our-expertis-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.our-expertise__list {
    width: 100%;
}
.our-expertise__list p {
    margin-top: 26px;
    margin-left: 0;
    margin-bottom: 0;
}
 .sticky-footer {
    display: flex;
 }
 .s-header::after {
    bottom: -2.2%;
}
.consultation__about-us{
    position: relative;bottom: inherit;
}
.consultation__about-us::after{
    content: '';
    width: 100%;
height: 7px;
background-color: #f6f6f6;

position: absolute;top: 0;
left: 0;
}
.video-gallery__slider .owl-nav button.owl-next{
    background-image: url(../../img/arrowMob.png);
    background-color: transparent;
}
.video-gallery__slider .owl-stage .owl-item.active{
}
.overplay {
    position: relative;   
}
.video-gallery__slider_item::after{
    display: none;
}
.video-gallery__slider_item figcaption{
    width: 212px;
    font-size: 16px;
    margin: 0 auto;color: #f6f6f6;
}
.video-gallery__slider_item.overplay figcaption{
    color: #acacac;
}
.overplay::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
            height: 98.2%;
    background-color: rgb(0, 0, 0);
    opacity: 0.4;
    transition: all 1s ease;
    display: block;
}
.video-gallery__slider_info{
        text-align: center;
    margin-top: 30px;
}
.video-gallery__slider_more{
        width: 174px;
height: 42px;
border-radius: 5px;
border: 1px solid #ffffff;
    line-height: 39px;
color: #f6f6f6;
font-size: 16px;
font-weight: 700;
display: inline-block;
}
.video-gallery__slider_info{
    display: block;
}
.video-gallery__slider_more:hover{
    text-decoration: none;color: #fff;
}
.video-gallery__slider .owl-nav button.owl-next, .video-gallery__slider .owl-nav button.owl-prev {
     margin-top: 0;
    top: 22%;
    right: 0%;
}
    }

@media (max-width: 575px){
.s-header::after {
    bottom: -1.6%;
}
.s-consultation h2{
        width: 290px;
    line-height: 36px;
    margin: 0 auto;
}
.s-consultation h2::after {
    top: 49px;
    background-image: url(../../img/decorate3.png);
    width: 41px;
    height: 34px;
    margin-left: -115px;
    margin-right: inherit;
    left: 50%;
}
.form input {
    width: 100%;    margin-top: 12px;
    }
    .form button {
    width: 100%;    margin-top: 22px;
}
.s-consultation .row > div:first-of-type {
    right: 0;
    padding: 0;
}
.consultation__video {
    margin-bottom: 0;
    margin-top: 38px;
}
.s-our-advantages {
    padding: 3px 0 58px;
}
.s-our-advantages h2 {
    width: 325px;
    line-height: 34px;
}
.our-advantages__text-content {
    margin-top: 28px;
    line-height: 26px;
}
.s-our-advantages p {
    font-size: 18px;
}
.our-advantages__text-content {
    margin-top: 28px;
    line-height: 22px;
}
.our-advantages__pictures img:nth-child(1) {
    width:49%;
    height: auto;
}
.our-advantages__pictures img:nth-child(2) {
    width:49%;
    height: auto;
}
.our-advantages__pictures img:nth-child(3) {
    width:49%;
    height: auto;
}
.our-advantages__pictures img:nth-child(4) {
    width:49%;
    height: auto;
}
.s-video-gallery{
    position: relative;
}
.s-video-gallery::after{
    content: '';
    position: absolute;bottom: 0;
    background-image: url(../../img/shadow2.png);
    background-size: 100% 15px;
    background-position: bottom;left: 0;z-index: 1;
    width: 100%;
    height: 15px;    bottom: -15px;
}
.s-second-form h2{
    line-height: 42px;
}
.s-second-form h2::after {
    top: 58px;
    margin-left: -116px;
}
.s-second-form .container {
    padding:0 15px;
}
.second-form__form {
    margin-top: 15px;
}
.second-form__form input  {
    margin-top: 12px;
    margin-bottom: 0;
}
.s-second-form {
    padding: 26px 0 65px;
}
.s-consultation .row > div:first-of-type {
    margin-bottom: -7px;
}
.consultation__about-us_text p {
    margin-bottom: 30px;
    font-size: 18px;
}
.consultation__about-us{
    padding-bottom: 0;
}
.s-before-after {
    padding: 44px 0 40px;
}
.s-our-expertise {
    padding: 28px 0 10px;
}
.our-expertise__list p {
    width: 230px;
    margin: 0 auto;
       margin-top: 34px;    line-height: 22px;
}
.our-expertise__list {
    margin-bottom: 8px;
}
.s-questions-answers h2 {
    font-size: 48px;
}
.s-questions-answers {
    padding: 32px 0 35px;
}
.questions-answers__list_item{
        text-align: right;
    padding-right: 20px;
}
.form-tittle{
        width: 318px;
    margin: 0 auto;
    line-height: 30px;
}
.form-tittle::after {
    top: 41px;
    background-image: url(../../img/decorate3.png);
    width: 41px;
    height: 34px;
    margin-left: -140px;
    margin-right: inherit;
    left: 50%;
}
.our-advantages__pictures {
    width: auto;
}
.overplay::after {
    height: calc(100% - 7px);
    }

.video-gallery__slider .owl-nav button.owl-next {
    margin-top: -118px;    right: -20px;
}
.video-gallery__slider .owl-nav button.owl-next {
    top: 10vw;
    right: 0%;
    margin-top: 0;
}
.s-thanks h1 {
    font-size: 47px;
    font-weight: 700;
    color: #3e3e3e;
    line-height: 24px;
}
}
@media (max-width: 480px){
    .our-advantages__pictures{
        display: none;
    }
.button-link{
    text-align: center;
}
.header__tittle{
    text-align: center;
}
.button-link a {
        width: 100%;
        position: relative;
}
.consultation__form::after {
    margin-left: -15px;
    width: calc(100% + 30px);
        background: rgb(255, 255, 255);
    background: -webkit-radial-gradient(circle, #f49a19 18%, rgba(255, 255, 255, 0) 100%);
    background: -o-radial-gradient(circle, #f49a19 18%, rgba(255, 255, 255, 0) 100%);
    background: radial-gradient(circle, #f49a19 10%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
    }
    .s-consultation{
        overflow: hidden;
    }
    .s-header::after {
    bottom: -1.2%;
}
.button-link i{
    position: absolute;left: 20px;
    top: 10px;
}
.our-advantages__pictures-mob{
    display: flex;
    flex-direction: row-reverse;
}
.our-advantages__pictures_list{
    padding-right: 0;
    display: flex;
    flex-direction: column;
    width: 50%;
}

.our-advantages__pictures_list:first-child{
    margin-right: 8px;
}
.our-advantages__pictures_list li{
    list-style: none;
    margin-bottom: 7px;
}
.s-our-advantages {
    padding: 3px 0 36px;
}
}

