/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@400;700;800&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 *
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

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

body {
  font-family: "Assistant", sans-serif;
  font-weight: 300;
  color: #AE7957;
}

a {
  color: #ffffff;
}

p {
  font-size: 17px;
  font-weight: 200;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: 500;
}

h1 {
  margin: 15px 0;
  font-size: 30px;
  font-weight: 700;
}

h2 {
  font-weight: 800;
  font-size: 24px;
  margin: 15px 0;
  min-height: 40px;
}

button {
  cursor: pointer;
}

li {
  padding: 5px;
}

.body {
  font-family: "Assistant", sans-serif;
}

.he p, .he h1, .he h2, .he h3, .he h4, .he h5, .he h6, .he li, .he ul {
  direction: rtl;
}
.he .header-nav {
  direction: ltr !important;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-image {
  height: 90%;
}

.button {
  cursor: pointer;
  color: #AE7957;
  background-color: transparent;
  border: 2px solid #AE7957;
  border-radius: 25px;
  padding: 10px 25px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
}
.button a {
  text-decoration: none;
  color: #AE7957;
}

.wrapper {
  max-width: 80%;
  height: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto 100px;
  flex-wrap: wrap;
}
@media (max-width: 1250px) {
  .wrapper {
    width: 95%;
    max-width: 95%;
  }
}
@media (max-width: 500px) {
  .wrapper {
    margin: 0 auto 30px;
  }
}
.wrapper .wrapper-img {
  width: 45%;
  margin-right: 5%;
}
.wrapper .wrapper-text {
  width: 50%;
}
.wrapper.reverse {
  flex-direction: row-reverse;
}

.hide {
  display: none;
}

.right .before-after-text {
  width: 45%;
  padding-left: 0;
  padding-right: 5%;
}

@media (max-width: 900px) {
  .column-reverse {
    flex-direction: column-reverse;
  }
}

.thank-you-page {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: url("/images/main/cta-bg.webp") no-repeat;
  height: 100vh;
}
.thank-you-page a {
  color: #AE7957;
}

.intro {
  width: 100%;
  background: url("/images/main/cta-bg.webp") no-repeat;
  background-size: cover;
}
.intro .intro-services {
  height: 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.intro .intro-services .intro-services__left {
  display: flex;
  margin: 8px 0 0 20px;
  width: 50%;
}
.intro .intro-services .intro-services__left a {
  font-size: 20px;
  font-weight: 700;
  color: #5a5a5a;
  text-decoration: none;
  margin-right: 5px;
}
.intro .intro-services .intro-services__left a:last-child {
  margin-top: -3px;
  height: 37px;
}
.intro .intro-services .intro-services__left a:first-of-type {
  margin: auto 5px;
}
.intro .intro-services .intro-services__left img {
  max-height: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.intro .intro-services .intro-services__right {
  width: 50%;
  display: flex;
  justify-content: end;
}
.intro .intro-services .intro-services__right a {
  min-width: 160px;
  color: #AE7957;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  padding: 7px 15px;
  box-shadow: 0px 2px 8px #ac987b;
}
.intro .wrapper {
  max-width: 80%;
  display: flex;
  flex-wrap: wrap;
  height: 86%;
  margin: 0 auto;
  align-items: end;
  justify-content: space-around;
}
@media (max-width: 500px) {
  .intro .wrapper {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }
}
.intro .wrapper .intro-img {
  display: flex;
  width: 47%;
  margin-right: 10%;
  height: 85%;
  align-items: end;
}
@media (max-width: 700px) {
  .intro .wrapper .intro-img {
    height: 480px;
    display: flex;
    justify-content: center;
    margin-right: 10px;
  }
}
@media (max-width: 500px) {
  .intro .wrapper .intro-img {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin-right: 8%;
  }
}
@media (max-width: 455px) {
  .intro .wrapper .intro-img {
    width: 61%;
  }
}
.intro .wrapper .intro-img img {
  width: 460px;
  height: 650px;
  max-height: 100%;
}
@media (max-width: 825px) {
  .intro .wrapper .intro-img img {
    width: 400px;
    height: 600px;
  }
}
@media (max-width: 700px) {
  .intro .wrapper .intro-img img {
    width: 300px;
    height: 450px;
    margin-bottom: 0;
    margin-top: auto;
  }
}
.intro .wrapper .intro-form {
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 40%;
  text-transform: uppercase;
  margin-top: 3%;
  margin-bottom: 3%;
  text-align: center;
}
@media (max-width: 700px) {
  .intro .wrapper .intro-form {
    width: 50%;
    margin-bottom: 15%;
  }
  .intro .wrapper .intro-form input,
  .intro .wrapper .intro-form button {
    display: none;
  }
}
@media (max-width: 500px) {
  .intro .wrapper .intro-form {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }
}
.intro .wrapper .intro-form h1 {
  margin-top: 0px;
  padding-top: 0px;
  font-size: 33px;
  font-weight: 700;
  text-transform: uppercase;
  color: #5c5c5c;
}
@media (max-width: 1400px) {
  .intro .wrapper .intro-form h1 {
    font-size: 31px;
  }
}
@media (max-width: 800px) {
  .intro .wrapper .intro-form h1 {
    font-size: 29px;
  }
}
@media (max-width: 700px) {
  .intro .wrapper .intro-form h1 {
    margin-bottom: 20px;
  }
}
.intro .wrapper .intro-form h2 {
  margin-top: 0px;
  padding-top: 0px;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #5c5c5c;
  margin-bottom: 45px;
}
@media (max-width: 900px) {
  .intro .wrapper .intro-form h2 {
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  .intro .wrapper .intro-form h2 {
    font-size: 22px;
  }
}
@media (max-width: 500px) {
  .intro .wrapper .intro-form h2 {
    margin-bottom: 20px;
  }
}
.intro .wrapper .intro-form h3 {
  margin-top: 0px;
  padding-top: 0px;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #AE7957;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .intro .wrapper .intro-form h3 {
    font-size: 19px;
  }
}
.intro .wrapper .intro-form .button-contact {
  margin: 10px 0;
  background: linear-gradient(to bottom right, #F8D8C3 1.08%, #b68768 99.94%);
  box-shadow: 0px 4px 30px #F8D8C3;
  border-radius: 5px;
  padding: 15px 80px;
  border: 0px solid #AE7957;
  width: 100%;
  color: #AE7957;
  font-weight: 600;
}
@media (max-width: 900px) {
  .intro .wrapper .intro-form .button-contact {
    padding: 12px 20px;
  }
}
.intro .wrapper .intro-form .button-contact:hover {
  transition: 0.2s;
  font-weight: 700;
  color: #ffffff;
}
.intro .wrapper .intro-form .button-contact-scroll {
  margin: 0 auto;
  background: linear-gradient(to bottom right, #F8D8C3 1.08%, #b68768 99.94%);
  box-shadow: 0px 4px 15px #F8D8C3;
  border-radius: 5px;
  padding: 11px;
  border: 0px solid #AE7957;
  color: #ffffff;
  font-weight: 600;
  min-width: 227px;
  display: none;
  cursor: pointer;
}
@media (max-width: 700px) {
  .intro .wrapper .intro-form .button-contact-scroll {
    display: block;
    font-weight: 700;
  }
}
@media (max-width: 500px) {
  .intro .wrapper .intro-form .button-contact-scroll {
    width: 200px;
    margin: 20px auto 0;
  }
}
.intro .wrapper .intro-form input {
  border: none;
  margin: 7px 0;
  padding: 15px;
  border-radius: 5px;
}
.intro .wrapper .intro-form input:first-of-type {
  margin-top: 30px;
}
.intro .wrapper .wrapper-main {
  height: 100%;
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
}
@media (max-width: 970px) {
  .intro .wrapper .wrapper-main {
    margin-top: 5vh;
  }
}
.intro .header {
  margin-top: 3px;
  width: 100%;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #F8D8C3;
  direction: ltr;
}
@media (max-width: 970px) {
  .intro .header {
    flex-direction: row-reverse;
    padding: 10px 0;
  }
}
.intro .header a {
  color: #5a5a5a;
  font-weight: 500;
  text-decoration: none;
}
.intro .header a:hover {
  cursor: pointer;
  transition: 0.3s;
  color: #ffffff;
}
.intro .header-logo {
  margin: 0 20px;
  width: 180px;
}
@media (max-width: 970px) {
  .intro .header-logo {
    width: 220px;
  }
}
.intro .header-logo img {
  max-width: 100%;
}
.intro .header-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 970px) {
  .intro .header-nav {
    display: none;
  }
}
.intro .header-nav li {
  font-size: 20px;
  margin: 0 15px;
}
.intro .hamburger-menu {
  display: none;
}
@media (max-width: 970px) {
  .intro .hamburger-menu {
    display: initial;
  }
}
.intro .doctor {
  display: flex;
  align-items: end;
}

.intro-video {
  background-color: #F8D8C3;
  height: 45vh;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
.intro-video iframe {
  border-radius: 15px;
  max-width: 100%;
}

.clinic {
  background: #ffffff url("/images/main/bg-about.webp") no-repeat left top;
  margin-top: 90px;
}
@media (max-width: 450px) {
  .clinic {
    background: none;
  }
}
@media (max-width: 1440px) {
  .clinic {
    margin-top: 10px;
  }
}
.clinic .wrapper {
  height: 100%;
  max-width: 80%;
  margin: 0 auto 100px;
  display: flex;
  flex-wrap: wrap-reverse;
}
.clinic .wrapper .clinic-img {
  width: 50%;
  display: flex;
  justify-content: start;
}
@media (max-width: 900px) {
  .clinic .wrapper .clinic-img {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 450px) {
  .clinic .wrapper .clinic-img {
    display: flex;
    justify-content: center;
  }
}
.clinic .wrapper .clinic-img img {
  width: 99%;
  -o-object-fit: cover;
     object-fit: cover;
}
.clinic .wrapper .clinic-text {
  width: 47%;
  padding-left: 3%;
}
@media (max-width: 900px) {
  .clinic .wrapper .clinic-text {
    width: 100%;
    padding-left: 0;
  }
}
.clinic h2 {
  font-weight: 700;
}
.clinic .wrapper-btn {
  display: flex;
  justify-content: end;
}
@media (max-width: 900px) {
  .clinic .wrapper-btn {
    margin-bottom: 20px;
  }
}

.doctor {
  padding: 25px 0;
  width: 100%;
  background-color: #F8D8C3;
}
.doctor.right {
  background-color: #ffffff;
}
.doctor.right .doctor-img {
  display: flex;
  justify-content: start !important;
}
.doctor h2 {
  font-weight: 700;
}
.doctor .wrapper {
  max-width: 80%;
  padding: 10px 0;
  margin: 0 auto 25px;
  display: flex;
  flex-wrap: wrap;
}
.doctor .wrapper .doctor-text {
  width: 50%;
}
@media (max-width: 900px) {
  .doctor .wrapper .doctor-text {
    width: 100%;
  }
}
.doctor .wrapper .doctor-img {
  width: 46%;
  margin: 2%;
  display: flex;
  justify-content: end;
}
@media (max-width: 900px) {
  .doctor .wrapper .doctor-img {
    width: 100%;
  }
}
.doctor .wrapper .doctor-img img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
  height: -moz-fit-content;
  height: fit-content;
}
.doctor .wrapper .doctor-subscribe {
  display: flex;
  justify-content: end;
}
.doctor .wrapper .doctor-subscribe img {
  margin-right: 10px;
}

.body {
  font-family: "Assistant", sans-serif;
}

.he p, .he h1, .he h2, .he h3, .he h4, .he h5, .he h6, .he li, .he ul {
  direction: rtl;
}
.he .header-nav {
  direction: ltr !important;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-image {
  height: 90%;
}

.button {
  cursor: pointer;
  color: #AE7957;
  background-color: transparent;
  border: 2px solid #AE7957;
  border-radius: 25px;
  padding: 10px 25px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
}
.button a {
  text-decoration: none;
  color: #AE7957;
}

.wrapper {
  max-width: 80%;
  height: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto 100px;
  flex-wrap: wrap;
}
@media (max-width: 1250px) {
  .wrapper {
    width: 95%;
    max-width: 95%;
  }
}
@media (max-width: 500px) {
  .wrapper {
    margin: 0 auto 30px;
  }
}
.wrapper .wrapper-img {
  width: 45%;
  margin-right: 5%;
}
.wrapper .wrapper-text {
  width: 50%;
}
.wrapper.reverse {
  flex-direction: row-reverse;
}

.hide {
  display: none;
}

.right .before-after-text {
  width: 45%;
  padding-left: 0;
  padding-right: 5%;
}

@media (max-width: 900px) {
  .column-reverse {
    flex-direction: column-reverse;
  }
}

.before-after {
  padding: 25px 0;
}
.before-after.right {
  background-color: #F8D8C3;
}
.before-after.right .wrapper {
  flex-direction: row-reverse;
  max-width: 80%;
  padding: 50px 0;
  margin: 0 auto 45px;
  display: flex;
  flex-wrap: wrap-reverse;
}
.before-after .before-after-text {
  display: flex;
  flex-direction: column;
  width: 43%;
  padding-left: 1%;
}
@media (max-width: 900px) {
  .before-after .before-after-text {
    width: 100%;
  }
}
.before-after .before-after-img {
  display: flex;
  justify-content: end;
  width: 50%;
}
.before-after .before-after-img .swiper {
  margin-top: 0;
}
@media (max-width: 900px) {
  .before-after .before-after-img {
    margin-top: 15px;
    width: 99%;
  }
}
.before-after .before-after-img img {
  max-width: 100%;
}
.before-after .button-wrapper {
  display: flex;
  align-items: end;
  margin-right: 10px;
  justify-content: end;
}

.lazer {
  padding: 70px 0;
}
.lazer .wrapper {
  flex-direction: row-reverse;
  max-width: 80%;
  margin: 0 auto 45px;
  display: flex;
  flex-wrap: wrap;
}
.lazer.left {
  background-color: #ffffff;
}
.lazer.left .wrapper {
  flex-direction: row-reverse;
  max-width: 80%;
  margin: 0 auto 45px;
  display: flex;
  flex-wrap: wrap;
}
.lazer .lazer-text {
  width: 50%;
}
@media (max-width: 900px) {
  .lazer .lazer-text {
    width: 100%;
  }
}
.lazer .lazer-img {
  width: 50%;
  display: flex;
  justify-content: start;
}
@media (max-width: 900px) {
  .lazer .lazer-img {
    width: 90%;
    margin: 0 auto;
  }
}
.lazer .lazer-img img {
  margin-top: 20px;
  max-width: 98%;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: cover;
     object-fit: cover;
}

.diploms {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
.diploms img {
  width: 20%;
}

.feedback {
  margin: -3px 0;
  padding: 80px 0px;
  color: #5a5a5a;
  background: url("/images/ilona-footer.webp") no-repeat right top, #f8eee9;
}
@media (max-width: 1000px) {
  .feedback {
    background: #f8eee9;
  }
}
.feedback .feedback-form {
  width: 45%;
  margin: 30px auto;
}
@media (max-width: 768px) {
  .feedback .feedback-form {
    width: 80%;
  }
}
.feedback .feedback-form .hebrew {
  color: #5a5a5a;
  text-align: end;
}
.feedback .feedback-form input {
  width: 94%;
  margin: 10px 0;
  padding: 15px 3%;
  border-radius: 5px;
  border: none;
}
.feedback .feedback-form .button {
  margin: 10px 0 0 15px;
  background: linear-gradient(90.45deg, #5c5c5c 0.08%, #727272 99.94%);
  box-shadow: 0px 4px 30px #9d9d9d;
  border-radius: 5px;
  padding: 15px 50px;
  border: 0px solid #AE7957;
  color: #ffffff;
}
.feedback .feedback-form .button:hover {
  color: #AE7957;
}
.feedback .feedback-form .btn-wrapper {
  display: flex;
  justify-content: end;
}
.feedback .feedback-form p {
  color: #5a5a5a;
}

.socialist {
  display: flex;
  background: #606060;
  justify-content: space-between;
  text-align: center;
}
.socialist .social-link-wrapper {
  width: 16.6%;
  height: 100%;
  padding: 15px 0;
}
.socialist .social-link-wrapper:nth-child(even) {
  background: #4F4F4F;
}

.footer {
  background-color: #424242;
  color: #ffffff;
  padding: 30px 0px 30px 0px;
}
.footer .wrapper {
  margin-bottom: 20px;
}
.footer .footer-logo {
  width: 65%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 700px) {
  .footer .footer-logo {
    width: 95%;
  }
}
.footer .footer-logo img {
  width: 40%;
  margin: 0 auto;
}
@media (max-width: 700px) {
  .footer .footer-logo img {
    width: 85%;
  }
}
.footer .footer-contact {
  width: 35%;
}
@media (max-width: 700px) {
  .footer .footer-contact {
    width: 90%;
    text-align: center;
  }
}
@media (max-width: 700px) {
  .footer .footer-contact.he {
    text-align: center;
  }
}
.footer .footer-contact a {
  text-decoration: none;
}

.copy {
  background-color: #313131;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  color: #ffffff;
}
.copy p {
  font-size: 15px;
  margin: 0;
}

@media (max-width: 610px) {
  .page-clinic .clinic {
    background: none;
    display: flex;
    justify-content: center;
    margin-top: 70px;
  }
}
.page-clinic .wrapper {
  max-width: 80%;
  padding: 50px 0;
  margin: 0 auto 45px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .page-clinic .wrapper {
    padding: 0;
  }
}
.page-clinic .wrapper .clinic-img img {
  height: 500px;
  width: 790px;
  margin: 0 auto;
}
@media (max-width: 1920px) {
  .page-clinic .wrapper .clinic-img img {
    width: 100%;
  }
}
@media (max-width: 1550px) {
  .page-clinic .wrapper .clinic-img img {
    width: 580px;
    height: 380px;
  }
}
@media (max-width: 610px) {
  .page-clinic .wrapper .clinic-img img {
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 1250px) and (max-width: 1440px) {
  .page-clinic .wrapper .clinic-text {
    margin-left: 3%;
    width: 45%;
  }
}
.page-clinic .intro {
  direction: ltr;
  background-image: none;
  height: 100%;
}
.page-clinic .clinic-about {
  margin-top: 70px;
}
.page-clinic .lazer {
  margin: 0;
}
.page-clinic .diploms img {
  max-width: 100%;
}

.page-doctor.he p, .page-doctor.he h1, .page-doctor.he h2, .page-doctor.he h3, .page-doctor.he h4, .page-doctor.he h5, .page-doctor.he h6 {
  direction: rtl;
}

.page-doctor .diploms-slider {
  padding: 45px 0;
}
.page-doctor .doctor {
  background-color: #ffffff;
}
.page-doctor .reverse {
  background-color: #ececec;
}
.page-doctor .reverse .wrapper {
  flex-direction: row-reverse;
}
.page-doctor .reverse .wrapper .doctor-text {
  width: 47%;
  margin-left: 3%;
}
@media (max-width: 1000px) {
  .page-doctor .reverse .wrapper .doctor-text {
    width: 100%;
  }
}
.page-doctor .intro {
  background-image: none;
  height: 13vh;
}
.page-doctor .intro .wrapper {
  display: none;
}

.page-lazer .intro {
  background-image: none;
  height: 12vh;
}
.page-lazer .intro .wrapper {
  display: none;
}
.page-lazer .swiper {
  width: 600px;
  height: 300px;
}
.page-lazer .lazer {
  margin: 0;
}

.page-proced {
  background-color: rgba(179, 177, 177, 0.0666666667);
  color: #AE7957;
}
.page-proced h2 {
  font-weight: 700;
  margin: 10px -10px;
}
.page-proced .proced-item-description {
  margin: 0 auto;
}
.page-proced .wrapper-proced {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 74px;
}
@media (max-width: 500px) {
  .page-proced .wrapper-proced {
    padding-bottom: 0;
  }
}
.page-proced .wrapper-proced .list-cards {
  padding: 0 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #AE7957;
}
.page-proced .wrapper-proced .list-cards h4 {
  width: 100%;
}
.page-proced .wrapper-proced .proced-card {
  width: 23%;
  box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.25);
  margin: 10px 5px;
  border-radius: 15px;
}
@media (max-width: 1000px) {
  .page-proced .wrapper-proced .proced-card {
    width: 31%;
  }
}
@media (max-width: 700px) {
  .page-proced .wrapper-proced .proced-card {
    width: 46%;
  }
}
@media (max-width: 700px) {
  .page-proced .wrapper-proced .proced-card {
    width: 95%;
    margin-bottom: 0 auto;
  }
}
.page-proced .wrapper-proced .proced-card .proced-card-img img {
  width: 100%;
  border-radius: 15px 15px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 240px;
  max-width: 100%;
}
.page-proced .wrapper-proced .proced-card .proced-card-text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  text-align: center;
  vertical-align: middle;
  background-color: #F8D8C3;
  border-radius: 0 0 13px 13px;
}
@media (max-width: 500px) {
  .page-proced .wrapper-proced .proced-card .proced-card-text {
    align-items: start;
    overflow: hidden;
    font-size: 14px;
    height: 80px;
  }
}
.page-proced .wrapper-proced .proced-card .proced-card-text h3 {
  color: #AE7957;
  padding: 8px;
  font-weight: 600;
}
.page-proced .wrapper-proced .proced-card:hover {
  scale: 1.05;
  transition: 0.2s;
}
.page-proced a {
  color: #AE7957;
}
.page-proced .proced {
  margin: 20px 0 100px 0;
}
@media (max-width: 500px) {
  .page-proced .proced {
    margin: 0 auto 20px;
  }
}
.page-proced .intro {
  background-image: none;
  height: 20vh;
}
@media (max-width: 500px) {
  .page-proced .intro {
    height: 12vh;
  }
}
.page-proced .intro .wrapper {
  display: none;
}
.page-proced .swiper {
  width: 600px;
  height: 300px;
}

.page-about-proced h1 {
  width: 100%;
}
.page-about-proced .about-proced {
  margin-top: 45px;
}
.page-about-proced .about-proced-section {
  width: 100%;
  display: flex;
  margin-bottom: 50px;
}
.page-about-proced .about-proced-section p {
  margin-bottom: 25px;
  width: 100%;
}
.page-about-proced .about-proced-section .about-proced-section-text {
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
}
.page-about-proced .about-proced-section img {
  max-width: 350px;
  border-radius: 15px;
  margin-right: 20px;
}
@media (max-width: 700px) {
  .page-about-proced .about-proced-section img {
    border-radius: 0;
    max-width: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    opacity: 0.3;
    top: 11%;
    right: -20px;
    z-index: -1;
  }
}
.page-about-proced .intro {
  background-image: none;
}
.page-about-proced .services-results-images {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 15px;
  margin: 40px 0;
}
.page-about-proced .services-results-images .image-wrapper {
  width: 360px;
  height: 250px;
}
.page-about-proced .services-results-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 10px 0;
}

.page-about-proced.he p, .page-about-proced.he h1, .page-about-proced.he h2, .page-about-proced.he h3, .page-about-proced.he h4, .page-about-proced.he h5, .page-about-proced.he h6, .page-about-proced.he ul, .page-about-proced.he li {
  direction: rtl;
  text-align: right;
}
.page-about-proced.he .about-proced-title {
  margin: 15px 0 15px auto;
  padding: 0 2%;
}

.page-about-proced.snore .services-results-images img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.page-contact .little {
  width: 16px;
  height: 16px;
  margin-bottom: 3px;
}
.page-contact .mail {
  width: 16px;
  height: 14px;
}
.page-contact .contact-wrapper {
  position: relative;
  margin-top: 20px;
}
.page-contact .background-img {
  top: 23px;
  right: -13px;
  z-index: 0;
  position: absolute;
  height: 700px;
  width: 400px;
}
@media (max-width: 920px) {
  .page-contact .background-img {
    opacity: 0.2;
  }
}
.page-contact a {
  color: #AE7957;
}
.page-contact .intro {
  height: 150px;
  background-image: none;
}
.page-contact .contacts {
  margin-top: -30px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  z-index: 111;
  background: #ffffff url(../../../images/contact/contact-img.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1250px) {
  .page-contact .contacts {
    background: #ffffff url(../../../images/contact/contact-img-tablet.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 800px) {
  .page-contact .contacts {
    background: none;
  }
}
.page-contact .contacts .contacts-card {
  background-color: #F8D8C3;
}
.page-contact .contacts-links {
  width: 45%;
}
@media (max-width: 4000px) {
  .page-contact .contacts-links {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 920px) {
  .page-contact .contacts-links {
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
}
.page-contact .contacts-links .contact-logo {
  max-width: 100%;
  width: 500px;
  margin-bottom: 50px;
}
.page-contact .contacts-links a {
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}
.page-contact .contacts-img {
  width: 43%;
  margin: 0 1%;
}
@media (max-width: 4000px) {
  .page-contact .contacts-img {
    display: none;
  }
}
.page-contact .contacts-img img {
  width: 100%;
}
.page-contact .contacts-card {
  display: flex;
  padding: 15px;
  margin: 40px auto;
  width: 80%;
  border: 2px solid #AE7957;
  border-radius: 15px;
}
.page-contact .contacts-card .contact-card-img-wrapper {
  width: 30%;
}
.page-contact .contacts-card .contact-card-img-wrapper img {
  max-width: 100%;
  margin: -15px;
  border-radius: 12px 0 0 12px;
}
.page-contact .contacts-card .title {
  font-weight: 600;
  color: #AE7957;
}
.page-contact .contacts-card p,
.page-contact .contacts-card a {
  color: #000;
}
.page-contact .contacts-card a {
  text-decoration: none;
}
.page-contact .social-links {
  margin: 30px 0;
}
@media (max-width: 4000px) {
  .page-contact .social-links {
    margin: 50px auto 10px;
    text-align: center;
  }
}
.page-contact .social-links img {
  max-width: 50px;
}
.page-contact .map iframe {
  width: 100%;
}

#menu__toggle {
  opacity: 0;
}

.menu__btn {
  display: flex;
  align-items: center;
  position: absolute;
  top: 60px;
  left: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 99999999;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #616161;
}

.menu__btn > span::before {
  content: "";
  top: -8px;
}

.menu__btn > span::after {
  content: "";
  top: 8px;
}

.menu__box {
  z-index: 44444;
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  text-align: center;
  background-color: #F8D8C3;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);
}

.menu__item {
  display: block;
  padding: 12px 24px;
  color: #424242;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}

#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}

#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}

#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  transition-duration: 0.25s;
}

.menu__box {
  transition-duration: 0.25s;
}

.menu__item {
  transition-duration: 0.25s;
}

.swiper {
  height: 350px;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  top: 35%;
}
.swiper .swiper-pagination-bullets {
  bottom: 0 !important;
}
.swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  line-height: 10px;
  font-size: 12px;
  background-color: #AE7957;
}

.faq-markup-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 74px;
}
.faq-markup-wrapper .proced-title {
  font-size: 32px;
  line-height: 36px;
  margin: 0 0 40px;
}
.faq-markup-wrapper .proced-item {
  cursor: pointer;
  position: relative;
  width: 100%;
}
.faq-markup-wrapper .proced-item.open {
  margin-bottom: 50px;
}
.faq-markup-wrapper .proced-item.open .proced-item-title::before {
  background-color: #AE7957;
  transform: rotate(45deg);
}
.faq-markup-wrapper .proced-item.open .proced-item-title::after {
  background-color: #AE7957;
  transform: rotate(-45deg);
}
.faq-markup-wrapper .proced-item.open .proced-item-description {
  max-height: 3000px;
  transition: max-height 0.5s ease-in;
}
.faq-markup-wrapper .proced-item .proced-item-title {
  font-size: 24px;
  line-height: 36px;
  background-color: #F8D8C3;
  padding: 10px;
}
@media (max-width: 700px) {
  .faq-markup-wrapper .proced-item .proced-item-title {
    font-size: 15px;
  }
}
.faq-markup-wrapper .proced-item .proced-item-title::before, .faq-markup-wrapper .proced-item .proced-item-title::after {
  content: "";
  cursor: pointer;
  flex-direction: column;
  height: 20px;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 26px;
  transition: 0.2s ease-in-out;
  width: 3px;
}
.faq-markup-wrapper .proced-item .proced-item-title::before {
  transform: rotate(0deg);
  background-color: #AE7957;
}
.faq-markup-wrapper .proced-item .proced-item-title::after {
  transform: rotate(90deg);
  background-color: #AE7957;
}
.faq-markup-wrapper .proced-item .proced-item-description {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
}
.faq-markup-wrapper .proced-item .proced-item-description .list-cards {
  letter-spacing: -0.374px;
  line-height: 25px;
  margin-bottom: 24px;
}

#text-animation .new {
  opacity: 0;
}

#text-animation {
  padding: 100px;
  width: 350px;
  display: none;
}

#text-animation .div_opacity {
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
}

.main-page .swiper {
  margin-top: 70px;
  width: 100%;
  height: 100%;
}
@media (max-width: 600px) {
  .main-page .swiper {
    height: 300px;
  }
}
.main-page .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}
.main-page .main-page-swiper-wrapper {
  width: 100%;
}
.main-page .main-page-swiper-wrapper .swiper {
  margin-top: 0;
}

.page-contact .contacts {
  margin-top: -30px;
}
.page-contact .wrapper {
  margin: 0 auto 20px;
}

.he p, .he h1, .he h2, .he h3, .he h4, .he h5, .he h6, .he li, .he ul {
  direction: rtl;
}
.he .before-after-block .before-after-block__image {
  display: flex;
}

.page-before-after .intro {
  height: 8vh;
}
@media (max-width: 800px) {
  .page-before-after .intro {
    height: 4vh;
  }
}
.page-before-after .before-after-text {
  margin-top: 40px;
  width: 100%;
  padding: 0;
}
.page-before-after .before-after-block {
  padding: 40px 0;
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media (max-width: 800px) {
  .page-before-after .before-after-block {
    padding: 50px 0;
  }
}
.page-before-after .before-after-block .wrapper {
  margin: 0 auto 40px;
}
@media (max-width: 800px) {
  .page-before-after .before-after-block .wrapper {
    margin: 0 auto 50px;
    flex-direction: column;
    align-items: center;
  }
}
.page-before-after .before-after-block:nth-child(odd) .wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 800px) {
  .page-before-after .before-after-block:nth-child(odd) .wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.page-before-after .before-after-block:nth-child(even) {
  background: #F8D8C3;
}
.page-before-after .before-after-block:nth-child(even) .wrapper .before-after-block__image {
  display: flex;
  justify-content: end;
}
@media (max-width: 800px) {
  .page-before-after .before-after-block:nth-child(even) .wrapper .before-after-block__image {
    justify-content: center;
  }
}
.page-before-after .before-after-block .before-after-block__text {
  width: 50%;
}
@media (max-width: 800px) {
  .page-before-after .before-after-block .before-after-block__text {
    width: 99%;
  }
}
.page-before-after .before-after-block .before-after-block__text .before-after-block__text__title {
  font-weight: 700;
  font-size: 24px;
  margin: 15px 0;
  min-height: 40px;
}
.page-before-after .before-after-block .before-after-block__image {
  width: 50%;
}
@media (max-width: 800px) {
  .page-before-after .before-after-block .before-after-block__image {
    width: 99%;
    display: flex;
    justify-content: center;
  }
}
.page-before-after .before-after-block .before-after-block__image .before-after-image {
  max-height: 420px;
  max-width: 97%;
}
.page-before-after .swiper {
  margin-top: 50px;
  width: 100%;
  height: 500px;
}
@media (max-width: 600px) {
  .page-before-after .swiper {
    height: 300px;
  }
}
.page-before-after .swiper-slide {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 90%;
}

.clinic.he .clinic-text p, .clinic.he .before-after-text p, .clinic.he .doctor-text p, .clinic.he .lazer-text p, .before-after.he .clinic-text p, .before-after.he .before-after-text p, .before-after.he .doctor-text p, .before-after.he .lazer-text p, .doctor.he .clinic-text p, .doctor.he .before-after-text p, .doctor.he .doctor-text p, .doctor.he .lazer-text p, .lazer.he .clinic-text p, .lazer.he .before-after-text p, .lazer.he .doctor-text p, .lazer.he .lazer-text p, .page-clinic.he .clinic-text p, .page-clinic.he .before-after-text p, .page-clinic.he .doctor-text p, .page-clinic.he .lazer-text p {
  direction: rtl;
}

@media (max-width: 1200px) {
  .page-clinic .clinic .clinic-img {
    width: 99%;
  }
}
@media (max-width: 1200px) {
  .page-clinic .clinic .clinic-text {
    width: 99%;
  }
}
.page-clinic .lazer {
  background-color: #F8D8C3;
}
.page-clinic .lazer .wrapper {
  flex-direction: row;
}
.page-clinic .lazer .lazer-img {
  display: flex;
  justify-content: end;
}

.page-doctor .intro {
  height: 150px;
}
.page-doctor .doctor:nth-child(odd) .wrapper .doctor-img {
  justify-content: start;
}
.page-doctor .swiper {
  margin-top: 70px;
  width: 100%;
  height: 300px;
}
@media (max-width: 600px) {
  .page-doctor .swiper {
    height: 300px;
  }
}
.page-doctor .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 90%;
}

.page-proced.he p, .page-proced.he h1, .page-proced.he h2, .page-proced.he h3, .page-proced.he h4, .page-proced.he h5, .page-proced.he h6, .page-proced.he li, .page-proced.he ul {
  direction: rtl;
}
.page-proced.he .proced-item-title {
  padding-right: 50px;
}