@font-face {
  font-family: "InterTight";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/InterTight/InterTightRegular.woff2") format("woff2"), url("../fonts/InterTight/InterTightRegular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "InterTight";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/InterTight/InterTightMedium.woff2") format("woff2"), url("../fonts/InterTight/InterTightMedium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "InterTight";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/InterTight/InterTightSemiBold.woff2") format("woff2"), url("../fonts/InterTight/InterTightSemiBold.woff") format("woff");
  font-display: swap;
}
* {
  padding: 0px;
  margin: 0px;
  border: none;
  outline: none;
  box-shadow: none;
}

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

.container {
  max-width: 1320px;
  padding-inline: 20px;
  margin-inline: auto;
}
@media (max-width: 991.98px) {
  .container {
    padding-inline: 16px;
  }
}

h3,
.h3,
h2,
.h2,
h1,
.h1 {
  font-family: "InterTight", "Arial", sans-serif;
  font-size: 64px;
  line-height: 110%;
  letter-spacing: 0.01em;
  font-weight: 500;
  color: #181818;
}
@media (max-width: 991.98px) {
  h3,
  .h3,
  h2,
  .h2,
  h1,
  .h1 {
    font-size: 38px;
    line-height: 110%;
    font-weight: 500;
  }
}

h1,
.h1 {
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  h1,
  .h1 {
    margin-bottom: 16px;
  }
}

h2,
.h2 {
  font-size: 48px;
  line-height: 110%;
  margin-bottom: 24px;
}
h2.design span,
.h2.design span {
  display: inline-block;
  vertical-align: top;
  font-style: italic;
  background: linear-gradient(90deg, #8270FF 0%, #FFC2D1 100%), #FFE3E5;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 4px;
}
h2.h2--l,
.h2.h2--l {
  font-size: 64px;
  line-height: 110%;
  letter-spacing: 0.01em;
}
@media (max-width: 1199.98px) {
  h2.h2--l,
  .h2.h2--l {
    font-size: 52px;
  }
}
@media (max-width: 991.98px) {
  h2.h2--l,
  .h2.h2--l {
    font-size: 32px;
    line-height: 120%;
  }
}
@media (max-width: 991.98px) {
  h2,
  .h2 {
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.01em;
    margin-bottom: 16px;
  }
}

h3,
.h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0.01em;
  margin-bottom: 26px;
}
@media (max-width: 991.98px) {
  h3,
  .h3 {
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 16px;
  }
}

.h1,
.h2,
.h3 {
  margin-top: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: #333333;
  text-decoration: none;
}

p {
  margin: 0 0 8px;
}
p:last-child {
  margin: 0;
}

ul {
  list-style: none;
  padding-left: 0;
}
ul li {
  padding-left: 26px;
  position: relative;
  margin-bottom: 8px;
}
ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #7650F5;
  position: absolute;
  left: 0;
  top: 7px;
}
ul.list-ok li {
  padding-left: 30px;
  margin-bottom: 12px;
}
ul.list-ok li:before {
  width: 18px;
  height: 18px;
  background: url(/local/templates/kosmetologi/img/svg/list-ok.svg) no-repeat center;
  background-size: contain;
  top: 2px;
}

html {
  height: 100%;
  overflow-x: hidden;
}

html, body {
  scroll-behavior: smooth;
  font-family: "InterTight", "Arial", sans-serif;
  font-size: 20px;
  line-height: 130%;
  font-weight: 500;
  color: #333333;
  background: #F1EDF1;
  font-feature-settings: "pnum" on, "lnum" on;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-variant-numeric: proportional-nums;
}
@media (max-width: 991.98px) {
  html, body {
    font-size: 18px;
    line-height: 130%;
  }
}

main {
  min-height: calc(100vh - 400px);
}
@media (max-width: 991.98px) {
  main {
    overflow: hidden;
  }
}

header {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 68px;
  max-width: 100vw;
  z-index: 12;
}
@media (max-width: 1199.98px) {
  header {
    padding-top: 22px;
  }
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo {
  display: block;
  width: 177px;
  height: 44px;
}
@media (max-width: 991.98px) {
  header .logo {
    width: 130px;
    height: 33px;
  }
}
header .logo img {
  display: block;
  width: 100%;
}
header .burger {
  position: fixed;
  top: 60px;
  right: 20px;
}
@media (min-width: 1513px) {
  header .burger {
    transform: translateX(33.3vw);
  }
}
@media (min-width: 1320px) {
  header .burger {
    right: 50%;
    transform: translateX(640px);
  }
}
@media (max-width: 1199.98px) {
  header .burger {
    top: 16px;
  }
}
@media (max-width: 991.98px) {
  header .burger {
    right: 16px;
  }
}

footer {
  display: block;
  position: relative;
  z-index: 1;
}
footer .container {
  position: relative;
}
footer .logo {
  display: block;
  width: 177px;
  margin-bottom: 27px;
}
@media (max-width: 991.98px) {
  footer .logo {
    width: 130px;
    height: 34px;
    margin-bottom: 20px;
  }
}
footer .logo img {
  display: block;
  width: 100%;
}
footer a:hover {
  color: #ffffff;
}

.footer {
  border-radius: 0;
  background-color: #1E1E1E;
  padding: 64px 0 22px;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .footer {
    border-radius: 50px 50px 0 0;
    padding: 63px 0 54px;
  }
}
@media (max-width: 991.98px) {
  .footer {
    border-radius: 0;
    padding: 64px 0 22px;
  }
}
.footer-top {
  max-width: 1065px;
}
@media (min-width: 992px) {
  .footer-cols, .footer-top {
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
}
@media (min-width: 992px) {
  .footer-cols {
    max-width: 500px;
    gap: 53px;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .footer-cols.left {
    max-width: 390px;
  }
}
.footer-contacts {
  margin-bottom: 32px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
@media (max-width: 991.98px) {
  .footer-contacts {
    margin-bottom: 32px;
  }
}
.footer-contacts span {
  display: block;
  line-height: 22px;
  color: #818181;
  margin-bottom: 4px;
}
@media (max-width: 767.98px) {
  .footer-contacts--socials {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .footer-contacts--socials > span {
    display: none;
  }
}
.footer-menu {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .footer-menu {
    gap: 16px;
    margin-top: 4px;
    font-size: 14px;
    line-height: 140%;
  }
}
@media (max-width: 991.98px) {
  .footer-menu {
    border-top: 1px solid #ffffff;
    margin-bottom: 48px;
  }
}
@media (max-width: 991.98px) {
  .footer-menu a {
    padding: 15px 0;
    border-bottom: 1px solid #ffffff;
  }
}
.footer-bot {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid #747474;
  margin-top: 68px;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
}
@media (min-width: 992px) {
  .footer-bot {
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
    padding-top: 18px;
  }
}
@media (max-width: 991.98px) {
  .footer-bot {
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .footer-bot {
    margin-top: 17px;
  }
}
.footer .user-agreement {
  line-height: 18px;
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  .footer .user-agreement {
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    max-width: 170px;
    margin-bottom: 41px;
  }
}

.burger {
  display: block;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding: 16px 19px 16px 30px;
  display: flex;
  gap: 20px;
  align-items: center;
  background: rgba(118, 80, 245, 0.7);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  color: white;
  font-size: 20px;
  line-height: 130%;
  cursor: pointer;
  border-radius: 100px;
  width: 160px;
}
@media (max-width: 991.98px) {
  .burger {
    width: 40px;
    height: 40px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
  }
}
.burger .text2 {
  display: none;
}
.burger.active .text2 {
  display: block;
}
.burger.active .text1 {
  display: none;
}
.burger.active span {
  width: 20px;
  height: 20px;
  background: url(/local/templates/kosmetologi/img/svg/burger-close.svg) no-repeat center;
}
@media (max-width: 991.98px) {
  .burger.active span {
    background: url(/local/templates/kosmetologi/img/svg/burger-close-m.svg) no-repeat center;
  }
}
.burger.active span:before, .burger.active span:after {
  display: none;
}
.burger span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 36px;
  height: 2px;
  background: white;
}
@media (max-width: 991.98px) {
  .burger span {
    width: 20px;
    height: 2px;
    background: #7650F5;
    border-radius: 2px;
  }
}
.burger span:before, .burger span:after {
  content: "";
  display: block;
  position: absolute;
  width: 36px;
  height: 2px;
  background: white;
  left: 0;
  top: -8px;
}
@media (max-width: 991.98px) {
  .burger span:before, .burger span:after {
    width: 20px;
    height: 2px;
    top: -5px;
    background: #7650F5;
    border-radius: 2px;
  }
}
.burger span:after {
  top: 8px;
}
@media (max-width: 991.98px) {
  .burger span:after {
    top: 5px;
  }
}

.burger-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.burger-menu.active {
  opacity: 1;
  visibility: visible;
  z-index: 11;
}
.burger-menu.active .burger-menu__body {
  transform: rotateY(0);
}
.burger-menu__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: rgba(13, 13, 13, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.burger-menu .container {
  position: relative;
}
.burger-menu__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  top: 138px;
  right: 20px;
  background: #ffffff;
  padding: 30px;
  width: 288px;
  border-radius: 20px;
  min-height: 620px;
  transform: rotateY(90deg);
  transition: all 0.2s;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
.burger-menu__body::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1199.98px) {
  .burger-menu__body {
    top: 91px;
  }
}
@media (max-width: 991.98px) {
  .burger-menu__body {
    position: fixed;
    width: auto;
    top: 76px;
    right: 16px;
    left: 16px;
    bottom: 16px;
    min-height: auto;
  }
}
.burger-menu__items {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .burger-menu__items {
    gap: 20px;
    margin-bottom: 32px;
  }
}
.burger-menu__item {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  line-height: 130%;
  color: #181818;
}
.burger-menu__item:hover {
  color: #7650F5;
}
.burger-menu .footer-contacts {
  color: #333333;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .burger-menu .footer-contacts {
    margin-bottom: 24px;
  }
}
.burger-menu .footer-contacts:last-child {
  margin-bottom: 0;
}
.burger-menu .footer-contacts a {
  transition: all 0.2s;
}
.burger-menu .footer-contacts a:hover {
  opacity: 0.8;
}
.burger-menu .footer-contacts img {
  filter: invert(1);
}
@media (max-width: 991.98px) {
  .burger-menu .footer-contacts--socials > span {
    display: block;
  }
}

.form-control {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  font-family: "InterTight", "Arial", sans-serif;
  font-size: 14px;
  line-height: 140%;
  font-weight: 500;
  padding: 14px 11px;
  background: #ffffff;
  border: 1px solid #E9E9E9;
  border-radius: 100px;
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 1;
  height: 50px;
}
@media (max-width: 991.98px) {
  .form-control {
    padding: 9px 11px;
    height: 40px;
  }
}
.form-control:focus {
  background: #ffffff;
  border: 1px solid white;
  outline: none;
  box-shadow: none;
  filter: none;
}
.error .form-control {
  border-color: #8F0C0C;
}

.form-control-wrap {
  display: block;
  margin-bottom: 8px;
  position: relative;
}
@media (max-width: 991.98px) {
  .form-control-wrap {
    margin-bottom: 8px;
  }
}
.form-control-wrap.--select select {
  cursor: pointer;
}
.form-control-wrap.--select:after {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 16px;
  background: url(/local/templates/kosmetologi/img/svg/arr-choose.svg) no-repeat center #ffffff;
  right: 3px;
  top: 19px;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .form-control-wrap.--select:after {
    top: 13px;
  }
}

.form-error-notice {
  display: none;
  color: #F7274A;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  margin-top: 4px;
}
.error .form-error-notice {
  display: block;
}

.radio-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 17px 20px;
  border: 1px solid #d1d1d1;
  border-radius: 50px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .radio-wrap {
    padding: 14px 20px;
  }
}

input[type=radio] {
  width: 20px;
  height: 20px;
  border-color: #949494;
  background-color: transparent;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
input[type=radio]:checked + span::before {
  border-color: #ffffff;
  border-width: 3px;
}
input[type=radio] + span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  vertical-align: top;
  font-size: 20px;
  line-height: 130%;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  input[type=radio] + span {
    font-size: 16px;
  }
}
input[type=radio] + span:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid white;
  outline: 1px solid #949494;
  background-color: transparent;
}

.check-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
input[type=checkbox]:checked + span::before {
  background-size: 100%;
}
input[type=checkbox] + span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  vertical-align: top;
  font-size: 20px;
  line-height: 130%;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  input[type=checkbox] + span {
    font-size: 16px;
  }
}
input[type=checkbox] + span:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #949494;
  background: url("/local/templates/kosmetologi/img/svg/check.svg") no-repeat center transparent;
  background-size: 0;
}

.btn {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  gap: 8px;
  font-family: "InterTight", "Arial", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #ffffff;
  max-width: 100%;
  background: #181818;
  border: 1px solid #181818;
  padding: 23px 30px;
  border-radius: 70px;
  height: 70px;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 991.98px) {
  .btn {
    font-size: 18px;
    padding: 18px 32px;
    height: 60px;
  }
}
.btn:hover {
  background: #7650F5;
  border-color: #7650F5;
  color: #ffffff;
}
.btn:hover svg path {
  fill: #ffffff;
}
.btn svg {
  max-width: 24px;
}
.btn--hover-white:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #181818;
}
.btn--hover-white:hover svg path {
  fill: #181818;
}
.btn--hover-white:hover img {
  filter: brightness(0);
}
.btn--light {
  color: #7650F5;
  border-color: #7650F5;
  background: transparent;
}
.btn--light:hover {
  color: #ffffff;
  background-color: #7650F5;
  border-color: #7650F5;
}

button {
  cursor: pointer;
}

.chipses {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 991.98px) {
  .chipses {
    row-gap: 7px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}

.chips {
  display: inline-block;
  vertical-align: top;
  padding: 5px 12px;
  min-height: 33px;
  border-radius: 100px;
  color: #7650F5;
  background: rgba(118, 80, 245, 0.1);
  font-size: 18px;
  line-height: 130%;
  font-weight: 500;
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  .chips {
    font-size: 16px;
    line-height: 130%;
    padding: 6px 11px;
    min-height: auto;
  }
}

.accordion-items {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (max-width: 767.98px) {
  .accordion-items {
    gap: 0;
    margin-bottom: 41px;
  }
}
.accordion-item {
  padding: 29px 0 8px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
@media (max-width: 991.98px) {
  .accordion-item {
    padding: 19px 2px 10px;
  }
}
@media (max-width: 991.98px) {
  .accordion-item:first-child {
    border-top: 1px solid rgba(51, 51, 51, 0.2);
  }
}
@media (max-width: 991.98px) {
  .accordion-item.active h4 {
    display: block;
  }
}
.accordion-item h3 {
  margin-bottom: 0;
  font-size: 32px;
  line-height: 130%;
  font-family: "InterTight", "Arial", sans-serif;
}
@media (max-width: 991.98px) {
  .accordion-item h3 {
    font-size: 14px;
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 0;
  }
}
.accordion-item__ico {
  width: 32px;
  height: 32px;
  background: url("/local/templates/kosmetologi/img/svg/ico-plus.svg") no-repeat center, url("/local/templates/kosmetologi/img/svg/ico-minus.svg") no-repeat center;
  background-size: 0, auto;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 992px) {
  .accordion-item__ico {
    top: 50%;
    translate: 0 -80%;
  }
}
@media (max-width: 767.98px) {
  .accordion-item__ico {
    top: 3px;
    right: -8px;
  }
}
.collapsed .accordion-item__ico {
  background-size: auto, 0;
}
.accordion-item .label {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  padding: 7px 28px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 991.98px) {
  .accordion-item .label {
    padding: 10px;
    font-size: 10px;
    line-height: 130%;
    margin-left: -8px;
  }
}
.accordion-top {
  padding-bottom: 19px;
  position: relative;
  padding-right: 64px;
}
@media (max-width: 991.98px) {
  .accordion-top {
    padding-right: 32px;
    padding-bottom: 10px;
    display: flex;
    gap: 8px;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .accordion-top {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 24px;
  }
}
@media (max-width: 991.98px) {
  .accordion-top h3 {
    font-size: 20px;
    line-height: 130%;
  }
}
.accordion-top.collapsed h3 {
  color: #333333;
}
.accordion-top.collapsed:hover h3 {
  color: #7650F5;
}
.accordion-drop {
  border-radius: 8px;
  color: #333333;
  display: grid;
  grid-template-rows: 1fr;
  transition: 250ms grid-template-rows ease;
}
.accordion-drop a {
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .accordion-drop {
    font-size: 16px;
    line-height: 130%;
    padding-inline: 0;
  }
}
.accordion-drop.collapse {
  grid-template-rows: 0fr;
  transition: 250ms grid-template-rows ease;
}
@media (min-width: 992px) {
  .accordion-drop {
    padding-right: 72px;
  }
}
.accordion-drop p:last-child {
  margin-bottom: 16px !important;
}
@media (max-width: 991.98px) {
  .accordion-drop p:last-child {
    margin-bottom: 10px !important;
  }
}
.accordion-drop__body {
  overflow: hidden;
}
.accordion-drop__title {
  border-radius: 50px;
  margin-bottom: 15px;
  padding: 9px 24px 6px;
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0.02em;
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .accordion-drop__title {
    font-size: 16px;
    padding: 6px 12px;
  }
}
@media (max-width: 991.98px) {
  .accordion-drop__title {
    padding: 2px 9px;
    font-size: 12px;
    margin-bottom: 18px;
  }
}
.accordion-drop__title:first-child {
  margin-top: 10px;
}
.accordion-drop ul {
  padding-left: 20px;
}
.accordion-drop ul li {
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .accordion-drop ul li {
    margin-bottom: 5px;
  }
}

.swiper-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  min-width: 65px;
  height: 30px;
  border-radius: 30px;
  background: transparent;
  border: 1px solid #7650F5;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin: -25px;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .swiper-button {
    width: 52px;
    min-width: 52px;
    height: 30px;
  }
}
.swiper-button:hover {
  border-color: #7650F5;
  background-color: #7650F5;
}
.swiper-button:hover:before {
  filter: brightness(100);
}
.swiper-button-prev {
  left: 75px;
}
@media (max-width: 991.98px) {
  .swiper-button-prev {
    left: 40px;
  }
}
.swiper-button-next {
  right: 75px;
}
@media (max-width: 991.98px) {
  .swiper-button-next {
    right: 40px;
  }
}
.swiper-button:after {
  display: none;
}
.swiper-button:before {
  content: "";
  height: 100%;
  width: 100%;
  background: url(/local/templates/kosmetologi/img/svg/arr-swiper.svg) no-repeat center;
  background-size: 24px auto;
}
@media (max-width: 991.98px) {
  .swiper-button:before {
    background-size: 20px auto;
  }
}
.swiper-button-prev:before {
  transform: rotate(-180deg);
}
.swiper-button-disabled {
  background: transparent;
  pointer-events: none;
  opacity: 1;
}
.swiper-nav {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
}
@media (max-width: 991.98px) {
  .swiper-nav {
    gap: 8px;
  }
}
.swiper-nav .swiper-button {
  position: static;
  margin: 0;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: static;
  margin: 48px 0 0;
}
@media (max-width: 991.98px) {
  .swiper-pagination {
    margin-top: 24px;
  }
}
.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  transform: scale(0.78);
  border-radius: 50%;
  background-color: #C0C0C0;
  opacity: 1;
  margin: 0 !important;
  transition: 0.3s;
}
@media (max-width: 991.98px) {
  .swiper-pagination-bullet {
    margin: 0 !important;
    width: 12px;
    height: 12px;
  }
}
.swiper-pagination-bullet-active {
  transform: scale(1);
  background-color: #7650F5;
}
.swiper-pagination-progressbar {
  width: 100%;
  background: rgba(186, 205, 243, 0.2);
  height: 5px;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 48px;
}
@media (max-width: 991.98px) {
  .swiper-pagination-progressbar {
    margin-block: 32px;
  }
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: 5px;
}

.socials {
  display: flex;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .socials a {
    width: 40px;
  }
}
.socials a img {
  width: 100%;
}
.socials--text {
  gap: 16px;
}
.socials--text a {
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 15px 15px 15px 25px;
  color: #ffffff;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.02em;
  background: #181818;
  border-radius: 50px;
}
.socials--text a img,
.socials--text a svg {
  width: 40px;
  height: 40px;
}
.socials--text a:hover {
  background: #7650F5;
}

.tooltips {
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .tooltips {
    z-index: 11;
  }
}
.tooltips-ico {
  width: 20px;
  height: 20px;
  background: url(/local/templates/kosmetologi/img/svg/ico-tooltip.svg) no-repeat center;
  cursor: pointer;
}
.tooltips-ico img {
  display: block;
  width: 100%;
}
.tooltips-content {
  display: none;
  min-width: 229px;
  width: -moz-max-content;
  width: max-content;
  max-width: 318px;
  position: absolute;
  bottom: 32px;
  left: -15px;
  padding: 9px 15px;
  background: #25262A;
  color: #EBEBEB;
  border-radius: 15px;
  font-size: 12px;
  line-height: 120%;
  min-height: 62px;
}
.tooltips-content:before {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 12px;
  left: 15px;
  bottom: -8px;
  background: url(/local/templates/kosmetologi/img/svg/ico-tail.svg) no-repeat center;
}
@media (max-width: 991.98px) {
  .tooltips-content:before {
    left: auto;
    right: 10px;
  }
}
@media (max-width: 991.98px) {
  .tooltips-content {
    max-width: 297px;
    left: auto;
    right: -10px;
    bottom: 24px;
    padding: 9px 10px;
  }
}
.tooltips-body {
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.02em;
}
@media (max-width: 991.98px) {
  .tooltips-body {
    font-size: 10px;
    line-height: 12px;
  }
}
.tooltips-body p:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .tooltips:hover .tooltips-content {
    display: block;
  }
}
.tooltips.active .tooltips-content {
  display: block;
}

.modal {
  padding: 0;
  background: none;
  border-radius: 20px;
  display: none;
}
@media (min-width: 768px) {
  .modal {
    border-radius: 50px;
  }
}
.modal-body {
  background: #f1f1f1;
  border-radius: 50px;
}
@media (max-width: 991.98px) {
  .modal-body {
    border-radius: 20px;
  }
}
.modal--1 {
  width: 1060px;
  background: url("/local/templates/kosmetologi/img/screen1bg.webp") no-repeat right center;
  background-size: auto 100%;
}
@media (max-width: 991.98px) {
  .modal--1 {
    width: calc(100% - 32px);
  }
}
.modal--1 .modal-body {
  display: flex;
  -webkit-backdrop-filter: blur(35px);
          backdrop-filter: blur(35px);
  border-radius: 50px;
  background: transparent;
}
@media (max-width: 991.98px) {
  .modal--1 .modal-body {
    border-radius: 20px;
    flex-direction: column-reverse;
  }
}
.modal--1 .steps-way {
  width: 50%;
  min-height: 750px;
}
@media (max-width: 991.98px) {
  .modal--1 .steps-way {
    width: 100%;
    min-height: 528px;
  }
}
.modal--1 .steps-way:last-child {
  background: transparent;
  border-radius: 0;
}
.modal--1 .steps-way .btn {
  min-width: 340px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991.98px) {
  .modal--1 .steps-way .btn {
    min-width: calc(100% - 40px);
  }
}
.modal--1 .steps-way__info {
  font-size: 20px;
  line-height: 130%;
  margin-right: 0;
  max-width: 100%;
}
.modal--1 .steps-way__info p {
  max-width: 437px;
}
.modal--1 .steps-way__img {
  top: -10%;
  left: -28%;
  width: 116%;
  min-height: 110%;
}
@media (max-width: 991.98px) {
  .modal--2 {
    width: calc(100% - 32px);
  }
}
.modal--2 h3 {
  margin-bottom: 16px;
}
.modal--2 .modal-body {
  max-width: 509px;
  background-color: #ffffff;
  padding: 50px;
}
@media (max-width: 991.98px) {
  .modal--2 .modal-body {
    padding: 20px;
  }
}
.modal--2 .modal-body form {
  margin-top: 32px;
}
.modal--2 .modal-body form .btn,
.modal--2 .modal-body form button {
  width: 100%;
  margin-top: 16px;
}
.modal--3 h3 {
  margin-bottom: 16px;
}
.modal--3 .modal-body {
  max-width: 509px;
  background-color: #ffffff;
  padding: 50px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .modal--3 .modal-body {
    padding: 20px;
  }
}
.modal--3 .modal-body img {
  margin-bottom: 32px;
}
@media (max-width: 991.98px) {
  .modal--3 .modal-body img {
    width: 70px;
    margin-bottom: 24px;
  }
}
@media (max-width: 991.98px) {
  .modal--3 .modal-body h3 {
    margin-bottom: 8px;
  }
}
.modal--3 .modal-body p {
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .modal--3 .modal-body p {
    margin-bottom: 8px;
  }
}
.modal--3 .modal-body .btn {
  width: 100%;
  margin-top: 32px;
}

.fancybox__content > .carousel__button.is-close {
  top: 24px;
  right: 24px;
  color: #989898;
  box-shadow: none;
}
@media (max-width: 991.98px) {
  .fancybox__content > .carousel__button.is-close {
    top: 12px;
    right: 12px;
  }
}
.fancybox__content > .carousel__button.is-close svg {
  filter: none;
}

.main-top {
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  background: url("/local/templates/kosmetologi/img/main-top-bg.webp") no-repeat center #A9A0FF;
  background-size: cover;
  overflow: hidden;
  margin-bottom: -100px;
  z-index: 6;
}
@media (max-width: 991.98px) {
  .main-top {
    background: url("/local/templates/kosmetologi/img/main-top-bg-m.webp") no-repeat center #A9A0FF;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}
.main-top__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
  z-index: 0;
}
.main-top .container {
  padding-top: 230px;
  padding-bottom: 152px;
}
@media (max-width: 1600px) {
  .main-top .container {
    padding-top: 168px;
  }
}
@media (min-width: 992px) {
  .main-top .container {
    min-height: 600px;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 991.98px) {
  .main-top .container {
    padding-top: 78px;
    padding-bottom: 18px;
  }
}
.main-top__info {
  color: #ffffff;
  padding-bottom: 166px;
}
@media (max-width: 1600px) {
  .main-top__info {
    padding-bottom: 66px;
  }
}
@media (max-width: 991.98px) {
  .main-top__info {
    padding-bottom: 0;
  }
}
.main-top__info .h1,
.main-top__info h1 {
  margin: 0 0 52px;
  color: inherit;
  max-width: 595px;
}
@media (max-width: 1600px) {
  .main-top__info .h1,
  .main-top__info h1 {
    font-size: 58px;
  }
}
@media (max-width: 991.98px) {
  .main-top__info .h1,
  .main-top__info h1 {
    font-size: 38px;
    line-height: 110%;
    margin-bottom: 24px;
  }
}
.main-top__info h3 {
  color: inherit;
}
.main-top__text {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 134px;
  max-width: 429px;
  position: relative;
  padding-left: 24px;
}
@media (max-width: 1600px) {
  .main-top__text {
    font-size: 20px;
    margin-bottom: 32px;
  }
}
@media (max-width: 991.98px) {
  .main-top__text {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
  }
}
.main-top__text::after, .main-top__text::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  z-index: 0;
}
.main-top__text::after {
  height: 0;
  background: #ffffff;
}
.main-top__text h3 {
  position: relative;
  margin-bottom: 16px;
}
.main-top__img {
  display: block;
  width: calc(100% + 32px);
  z-index: 0;
  pointer-events: none;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
@media (min-width: 1200px) {
  .main-top__img {
    transform: translateX(-26%);
    width: 48%;
  }
}
@media (min-width: 992px) {
  .main-top__img {
    position: absolute;
    left: 43%;
    bottom: 0;
    transform: translateX(-20%);
    width: 60%;
    height: calc(100% - 112px);
  }
}
@media (max-width: 991.98px) {
  .main-top__img {
    max-width: 595px;
    margin-inline: auto;
  }
}
@media (max-width: 767.98px) {
  .main-top__img {
    transform: translateX(-32px);
  }
}
.main-top .container.relative {
  position: relative;
  padding-block: 0;
  min-height: 0;
}
.main-top__experts {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 991.98px) {
  .main-top__experts {
    bottom: 16px;
    left: 16px;
    z-index: 3;
  }
}
.main-top__experts-items {
  display: flex;
  align-items: center;
}
.main-top__experts-item {
  display: block;
  width: 70px;
  height: 70px;
  border: 4px solid #BFACFC;
  border-radius: 100%;
  margin-right: -16px;
  position: relative;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .main-top__experts-item {
    width: 50px;
    height: 50px;
    border: 2px solid #ffffff;
  }
}
.main-top__experts-item:nth-child(1) {
  z-index: 4;
}
.main-top__experts-item:nth-child(2) {
  z-index: 3;
}
.main-top__experts-item:nth-child(3) {
  z-index: 2;
}
.main-top__experts-item:last-child {
  margin-right: 0;
}
.main-top__experts-item img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-top__experts-item.tooltips {
  cursor: pointer;
}
.main-top__experts-item .tooltips-content {
  left: 9px;
  bottom: 74px;
}
.main-top__experts-count {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  padding-top: 5px;
}
@media (max-width: 991.98px) {
  .main-top__experts-count {
    font-size: 12px;
    padding-top: 0;
  }
}
.main-top__experts-count span {
  display: block;
  font-weight: 500;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: 0.01em;
  margin-bottom: -4px;
}
@media (max-width: 991.98px) {
  .main-top__experts-count span {
    font-size: 24px;
  }
}
.main-top__experts.experts--light .main-top__experts-item {
  border-color: #ffffff;
}
.main-top .main-top__experts {
  color: #ffffff;
  position: absolute;
  bottom: 80px;
  left: 16px;
}
@media (max-width: 991.98px) {
  .main-top .main-top__experts {
    bottom: 16px;
    left: 16px;
    z-index: 3;
  }
}
.main-top .swiper-slide {
  opacity: 0 !important;
  height: auto;
}
@media (max-width: 991.98px) {
  .main-top .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.main-top .swiper-slide-active {
  opacity: 1 !important;
}
.main-top .swiper-slide-active .main-top__text:after {
  animation: slideHeight 4.15s linear;
}

@keyframes slideHeight {
  to {
    height: 100%;
  }
}
.promo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
  background: no-repeat center, linear-gradient(90.48deg, #FFD7D7 6.57%, #DAD7FF 74.67%, #C4C0FF 95.4%), #FFE3E5;
  padding: 50px 54px;
  margin-bottom: 100px;
}
@media (max-width: 991.98px) {
  .promo {
    display: block;
    padding: 20px 20px 414px;
    background: no-repeat center, linear-gradient(159.39deg, #FFD7D7 1.73%, #DAD7FF 55.03%, #C4C0FF 71.25%), #FFE3E5;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 64px;
  }
}
.promo-info {
  width: 55%;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .promo-info {
    width: 100%;
  }
}
.promo-info h2 {
  margin-bottom: 48px;
}
@media (max-width: 991.98px) {
  .promo-info h2 {
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .promo-info .btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 1;
  }
}
.promo-img {
  display: block;
  width: 43%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 1199.98px) {
  .promo-img {
    right: -40px;
    width: 65%;
  }
}
@media (max-width: 991.98px) {
  .promo-img {
    width: auto;
    right: 50%;
    transform: translateX(50%);
    top: auto;
    height: 461px;
  }
}
@media (max-width: 991.98px) {
  .promo--join .promo-info {
    position: static;
  }
}
.promo--socials {
  padding: 50px 54px 36px;
  margin-bottom: 151px;
}
@media (max-width: 991.98px) {
  .promo--socials {
    padding-bottom: 52px;
  }
}
@media (max-width: 1199.98px) {
  .promo--socials .promo-info {
    width: 100%;
  }
}
.promo--socials .promo-info h2 {
  margin-bottom: 88px;
}
@media (max-width: 1199.98px) {
  .promo--socials .promo-info h2 {
    max-width: 500px;
  }
}
@media (max-width: 991.98px) {
  .promo--socials .promo-info h2 {
    margin-bottom: 389px;
  }
}
@media (max-width: 767.98px) {
  .promo--socials .promo-info h2 {
    max-width: 268px;
  }
}
.promo--socials .promo-img {
  top: -51px;
  right: -82px;
  width: auto;
  height: calc(100% + 51px);
  bottom: 0;
}
@media (max-width: 1199.98px) {
  .promo--socials .promo-img {
    max-width: 70%;
  }
}
@media (max-width: 991.98px) {
  .promo--socials .promo-img {
    width: 546px;
    right: 50%;
  }
}
@media (max-width: 767.98px) {
  .promo--socials .promo-img {
    max-width: 160%;
    top: 0;
  }
}
@media (max-width: 991.98px) {
  .promo--socials .socials {
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    width: 213px;
    margin-inline: auto;
  }
}
@media (max-width: 767.98px) {
  .promo--socials .socials a {
    width: 100%;
    padding: 10px 10px 10px 23px;
    justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .promo--socials .socials a img {
    width: 40px;
  }
}

.mission {
  margin-bottom: 88px;
  position: relative;
}
@media (max-width: 991.98px) {
  .mission {
    padding-bottom: 302px;
    margin-bottom: 64px;
  }
}
.mission-info {
  width: 53%;
  padding-bottom: 79px;
}
@media (max-width: 991.98px) {
  .mission-info {
    padding-bottom: 23px;
    width: 100%;
  }
}
.mission-info h3 {
  max-width: 490px;
  margin-bottom: 16px;
}
.mission-info p {
  max-width: 535px;
}
.mission-img {
  display: block;
  width: 59%;
  position: absolute;
  top: 69px;
  bottom: 0;
  right: -59px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right bottom;
     object-position: right bottom;
}
@media (max-width: 991.98px) {
  .mission-img {
    display: block;
    right: 50%;
    transform: translateX(50%);
    top: auto;
    width: auto;
    height: 302px;
  }
}
.mission .main-top__experts {
  margin-top: 80px;
}
@media (max-width: 991.98px) {
  .mission .main-top__experts {
    padding-top: 24px;
    position: static;
    margin-top: 0;
  }
}
.mission .main-top__experts-item {
  border-color: #ffffff;
}

.adv {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 130px;
}
@media (max-width: 991.98px) {
  .adv {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 60px;
  }
}
@media (max-width: 767.98px) {
  .adv {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
.adv-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  .adv-item {
    max-width: 230px;
    margin-inline: auto;
  }
}
.adv-item span {
  display: block;
  font-size: 24px;
  line-height: 120%;
}
.adv-item img {
  display: block;
  margin-bottom: 4px;
}
@media (max-width: 991.98px) {
  .adv-item img {
    width: 160px;
  }
}

.way h2 {
  max-width: 400px;
  margin-bottom: -9px;
}
@media (max-width: 991.98px) {
  .way h2 {
    margin-bottom: 32px;
  }
}
.way-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: end;
}
@media (max-width: 991.98px) {
  .way-items {
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .way-items {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.way-item {
  background: #ffffff;
  border-radius: 50px;
  padding: 30px 30px 218px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .way-item {
    border-radius: 20px;
    padding-inline: 20px;
    padding-top: 20px;
  }
}
.way-item--2 {
  padding-bottom: 268px;
}
.way-item--3 {
  padding-bottom: 344px;
}
.way-item .chips {
  margin-bottom: 24px;
}
.way-item h3 {
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .way-item h3 {
    margin-bottom: 8px;
  }
}
.way-item .chips, .way-item h3, .way-item p {
  position: relative;
  z-index: 1;
}
.way-item img {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 0;
}

.components {
  margin-bottom: 150px;
}
@media (max-width: 991.98px) {
  .components {
    margin-bottom: 64px;
  }
}
.components h2 {
  max-width: 522px;
  margin-bottom: 48px;
}
@media (max-width: 991.98px) {
  .components h2 {
    margin-bottom: 32px;
  }
}
.components-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 86px;
}
@media (max-width: 991.98px) {
  .components-items {
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .components-items {
    grid-template-columns: 1fr;
    gap: 90px;
  }
}
.components-item {
  background: #ffffff;
  border-radius: 50px;
  padding: 326px 30px 30px;
  position: relative;
}
@media (max-width: 991.98px) {
  .components-item {
    border-radius: 20px;
    padding: 309px 20px 20px;
  }
}
.components-item h3 {
  margin-bottom: 16px;
}
.components-item__img {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
  max-width: calc(100% - 40px);
  pointer-events: none;
}
.components-item:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(/local/templates/kosmetologi/img/svg/plus.svg) no-repeat center #7650F5;
  top: 50%;
  right: -68px;
  transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .components-item:not(:last-child):after {
    right: -34px;
    z-index: 1;
  }
}
@media (max-width: 767.98px) {
  .components-item:not(:last-child):after {
    top: auto;
    bottom: -45px;
    right: 50%;
    transform: translate(50%, 50%);
  }
}

.site {
  padding: 130px 0 50px;
}
@media (max-width: 991.98px) {
  .site {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .site .swiper {
    padding-top: 46px;
  }
}
.site-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 991.98px) {
  .site-item {
    flex-direction: column;
  }
}
.site-item__info {
  width: 44%;
  max-width: 520px;
}
@media (max-width: 991.98px) {
  .site-item__info {
    width: 100%;
  }
}
.site-item__info p {
  margin-bottom: 16px;
}
.site-item__info p:last-child {
  margin-bottom: 0;
}
.site-item__img {
  display: block;
  width: 56%;
  margin-top: 64px;
}
@media (max-width: 991.98px) {
  .site-item__img {
    width: 100%;
    margin-top: 73px;
  }
}
.site-item--3 h2 {
  max-width: 400px;
}
@media (max-width: 991.98px) {
  .site-item--3 h2 {
    font-size: 29px;
  }
}
@media (max-width: 991.98px) {
  .site-item--3 .site-item__img {
    margin-top: 20px;
  }
}
.site .swiper-pagination {
  margin-top: 12px;
}

.join {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  color: #ffffff;
  position: relative;
}
@media (max-width: 767.98px) {
  .join {
    display: block;
    padding-bottom: 381px;
  }
}
.join::after {
  content: "";
  display: block;
  position: absolute;
  width: 80%;
  height: 125%;
  top: 50%;
  transform: translateY(-50%);
  left: 73%;
  background: url(/local/templates/kosmetologi/img/svg/join-decor-right.svg) no-repeat center;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .join::after {
    display: none;
  }
}
.join h2, .join h3 {
  color: inherit;
}
.join-img {
  height: 100%;
  pointer-events: none;
  position: relative;
}
@media (max-width: 767.98px) {
  .join-img {
    width: 100%;
    height: 381px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.join-img img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  position: relative;
  z-index: 3;
}
.join-img:before {
  content: "";
  display: block;
  position: absolute;
  top: 30%;
  left: 40%;
  width: 100%;
  height: 110%;
  border-radius: 40%;
  background: #FEC2BD;
  filter: blur(250px);
  transform: rotate(22.17deg) translateX(-50%);
  z-index: 0;
}
.join-img:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 10%;
  border-radius: 40%;
  background: #FEC2BD;
  filter: blur(100px);
  transform: rotate(40.07deg) translateX(-50%);
  z-index: 2;
  bottom: 0;
  left: 50%;
}
@media (max-width: 767.98px) {
  .join-img:after {
    height: 50%;
    top: 0;
    right: 0;
    bottom: auto;
  }
}
.join-info {
  padding: 170px 0 160px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .join-info {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
.join-info h2 {
  max-width: 404px;
  margin-bottom: 24px;
}
.join-info ul li::before {
  background: #ffffff;
}
.join-info .btn {
  margin-top: 42px;
}
.join-lock {
  width: 30.5%;
  height: 24%;
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  background: no-repeat center;
  background-size: contain;
}
.join-lock__top {
  width: 16%;
  height: 12%;
  position: absolute;
  left: 50%;
  top: 39%;
  transform: translate(-50%, -50%);
  background: no-repeat center;
  background-size: contain;
  animation: openLock 3s ease-in-out infinite;
}
.join-lock__wrap {
  width: 40%;
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  z-index: 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

@keyframes openLock {
  from {
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    transform: translate(-45%, -50%) rotate(24deg);
  }
}
.get-trained {
  padding: 78px 0 122px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .get-trained {
    gap: 20px;
    grid-template-columns: 1.3fr 1fr;
  }
}
@media (max-width: 767.98px) {
  .get-trained {
    grid-template-columns: 1fr;
    padding: 64px 0;
  }
}
.get-trained__info h2 {
  margin-bottom: 24px;
}
.get-trained__info h3 {
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .get-trained__info h3 {
    max-width: 324px;
  }
}
.get-trained__img {
  position: relative;
  aspect-ratio: 1;
}
.get-trained__img img {
  display: block;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.programs {
  padding-top: 59px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
@media (max-width: 991.98px) {
  .programs {
    padding-top: 0;
  }
}
@media (max-width: 767.98px) {
  .programs {
    display: flex;
    flex-direction: column-reverse;
    gap: 60px;
  }
}
.programs-img {
  position: relative;
  width: 74%;
  margin-left: 10%;
  aspect-ratio: 1/1.8;
  margin-bottom: -50px;
}
.programs-img .phone {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.programs-img .cards {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 2%;
  right: 2%;
  background: no-repeat center 0 #ECE5EC;
  background-size: 90% auto;
  background-repeat: repeat-y;
  z-index: 2;
  animation: scrollCards 30s linear infinite;
}
.programs-img:before {
  content: "";
  display: block;
  position: absolute;
  width: 77%;
  aspect-ratio: 1;
  background: url(/local/templates/kosmetologi/img/programs-decor-1.webp) no-repeat center;
  background-size: contain;
  left: -32%;
  top: 41%;
  transform: translateY(-50%);
  z-index: 0;
}
.programs-img:after {
  content: "";
  display: block;
  position: absolute;
  width: 44%;
  aspect-ratio: 1;
  background: url(/local/templates/kosmetologi/img/programs-decor-2.webp) no-repeat center;
  background-size: contain;
  left: -33%;
  top: 74%;
  transform: translateY(-50%);
  z-index: 4;
}
@media (max-width: 991.98px) {
  .programs-info {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .programs-info {
    margin-bottom: 0;
  }
}
.programs-info h2 {
  max-width: 500px;
}
.programs-info .chipses {
  margin-bottom: 24px;
  max-width: 432px;
}
.programs-info .btn {
  margin-top: 48px;
  min-width: 312px;
}
@media (max-width: 767.98px) {
  .programs-info .btn {
    margin-top: 32px;
    min-width: 246px;
  }
}

@keyframes scrollCards {
  to {
    background-position-y: 100%;
  }
}
.cases h2 {
  margin-bottom: 48px;
}
.cases .swiper {
  border-radius: 50px;
}
@media (max-width: 767.98px) {
  .cases .swiper {
    border-radius: 30px;
  }
}
.cases .swiper-pagination {
  margin-top: 32px;
}
.cases-item {
  padding: 50px;
  border-radius: 50px;
  min-height: 667px;
  position: relative;
}
@media (max-width: 767.98px) {
  .cases-item {
    padding: 20px;
    border-radius: 30px;
  }
}
.cases-item__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  border-radius: 50px;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .cases-item__bg {
    border-radius: 20px;
    background: no-repeat center bottom #ffffff;
    background-size: cover;
  }
}
.cases-item__info {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 87px;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .cases-item__info {
    width: 100%;
    gap: 24px;
    padding-bottom: 462px;
  }
}
.cases-item__info .btn {
  width: 312px;
}
@media (max-width: 767.98px) {
  .cases-item__info .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 3;
  }
}
.cases-item__text {
  margin-bottom: 20px;
}
.cases-item__text .quote {
  font-size: 32px;
  line-height: 120%;
  max-width: 514px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .cases-item__text .quote {
    font-size: 20px;
    line-height: 130%;
  }
}
.cases-item__text .autor {
  margin-top: 22px;
  font-size: 24px;
  line-height: 120%;
  color: #929292;
}
@media (max-width: 767.98px) {
  .cases-item__text .autor {
    margin-top: 12px;
    font-size: 16px;
    line-height: 130%;
  }
}
.cases-item__from-to {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: #7650F5;
  color: #ffffff;
  border-radius: 10px;
  padding-right: 27px;
}
@media (max-width: 767.98px) {
  .cases-item__from-to {
    font-size: 14px;
    line-height: 130%;
    padding-right: 12px;
  }
}
.cases-item__from-to span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 60px 17px 39px;
  color: #333333;
  background: url(/local/templates/kosmetologi/img/svg/arr-cases.svg) no-repeat right 18px center #CDC8FF;
  margin-right: 23px;
  border-radius: 10px 50px 50px 10px;
}
@media (max-width: 767.98px) {
  .cases-item__from-to span {
    padding: 11px 31px 11px 12px;
    margin-right: 12px;
    background-position-x: 90%;
    background-size: 12px;
    border-radius: 20px 50px 50px 20px;
    margin-left: -1px;
  }
}

.steps-title {
  position: relative;
}
@media (min-width: 992px) {
  .steps-title h2 {
    position: sticky;
    top: 40px;
  }
}
.steps-top {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 40px;
  margin-bottom: 83px;
  position: relative;
}
@media (max-width: 991.98px) {
  .steps-top {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .steps-top {
    margin-bottom: 48px;
  }
}
@media (max-width: 991.98px) {
  .steps-top h2 {
    margin-bottom: 32px;
  }
}
.steps-progress {
  position: absolute;
  border-radius: 4px;
  width: 4px;
  height: 100%;
  left: 88px;
  top: 0;
  background: #ffffff;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .steps-progress {
    left: -20px;
  }
}
@media (max-width: 991.98px) {
  .steps-progress {
    left: 70px;
  }
}
.steps-progress span {
  display: block;
  width: 100%;
  background: #7650F5;
  height: 34%;
  border-radius: 4px;
  transition: height 0.3s;
}
.steps-progress span.--2 {
  height: 67%;
}
.steps-progress span.--3 {
  height: 100%;
}
.steps-items {
  position: relative;
}
.steps-item {
  font-size: 32px;
  line-height: 120%;
  padding-left: 180px;
  position: relative;
  opacity: 0.5;
}
@media (max-width: 1199.98px) {
  .steps-item {
    padding-left: 100px;
  }
}
@media (max-width: 991.98px) {
  .steps-item {
    padding-left: 90px;
  }
}
@media (max-width: 767.98px) {
  .steps-item {
    font-size: 24px;
    line-height: 130%;
    padding-right: 4px;
  }
}
.steps-item--1, .steps-item--2 {
  height: 330px;
}
.steps-item .chips {
  position: absolute;
  left: 0;
  top: 0;
}
.steps-item.active {
  opacity: 1;
}
.steps-item.active .chips {
  color: #ffffff;
  background: #7650F5;
}
.steps-bot {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 991.98px) {
  .steps-bot {
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .steps-bot {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.steps-way {
  border-radius: 50px;
  min-height: 562px;
  padding: 50px;
  background: url(/local/templates/kosmetologi/img/svg/way-bg.svg) no-repeat right bottom #ffffff;
  background-size: contain;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .steps-way {
    padding: 20px;
    min-height: 369px;
  }
}
@media (max-width: 767.98px) {
  .steps-way {
    border-radius: 20px;
  }
}
.steps-way__info {
  max-width: 400px;
  margin-right: 76px;
  font-size: 24px;
  line-height: 120%;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .steps-way__info {
    font-size: 18px;
    line-height: 130%;
  }
}
.steps-way__info h3 {
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .steps-way__info h3 {
    margin-bottom: 8px;
  }
}
.steps-way__info p {
  max-width: 260px;
}
@media (max-width: 767.98px) {
  .steps-way__info p {
    max-width: 201px;
  }
}
.steps-way .btn {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 2;
  min-width: 312px;
}
@media (max-width: 991.98px) {
  .steps-way .btn {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
  }
}
@media (max-width: 767.98px) {
  .steps-way .btn {
    width: 188px;
    min-width: auto;
  }
}
.steps-way__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right bottom;
     object-position: right bottom;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .steps-way__img {
    right: auto;
    width: calc(100% + 30px);
  }
}
.steps-way__lable {
  width: 19.5%;
  aspect-ratio: 1;
  background: url(/local/templates/kosmetologi/img/svg/steps-way-label.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 28px;
  right: 23px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .steps-way__lable {
    top: auto;
    bottom: 15px;
    right: 15px;
  }
}

.education {
  position: relative;
}
@media (max-width: 767.98px) {
  .education .swiper {
    padding-top: 34px;
    margin-inline: -16px;
    border-radius: 0 0 20px 20px;
  }
}
.education .swiper-slide-active {
  z-index: 2;
}
.education-item {
  position: relative;
  min-height: 784px;
  padding-top: 95px;
}
@media (max-width: 767.98px) {
  .education-item {
    padding-top: 0;
    border-radius: 0 0 20px 20px;
    padding-inline: 16px;
    overflow: hidden;
  }
}
.education-item__img {
  background: no-repeat right bottom;
  background-size: auto 77%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
}
@media (max-width: 1199.98px) {
  .education-item__img {
    background-size: 62% auto;
  }
}
@media (max-width: 767.98px) {
  .education-item__img {
    background-position: center bottom;
    background-size: cover;
    left: -20px;
    right: -20px;
  }
}
.education-item__info {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .education-item__info {
    width: 50%;
  }
}
.education-item__info h2 {
  margin-bottom: 48px;
}
@media (max-width: 767.98px) {
  .education-item__info h2 {
    margin-bottom: 24px;
    max-width: 228px;
  }
}
.education-item__info h3 {
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .education-item__info h3 {
    max-width: 480px;
  }
}
@media (max-width: 767.98px) {
  .education-item__info h3 {
    margin-bottom: 8px;
  }
}
@media (min-width: 1200px) {
  .education-item__info p {
    max-width: 480px;
  }
}
.education-item--1 .education-bot {
  margin-top: 110px;
}
@media (max-width: 767.98px) {
  .education-item--1 .education-bot {
    margin-top: 36px;
  }
}
@media (max-width: 767.98px) {
  .education-item--2 .education-bot {
    margin-top: 33px;
  }
}
.education-bot {
  margin-top: 69px;
}
@media (max-width: 767.98px) {
  .education-bot {
    margin-top: 48px;
  }
}
.education-rating {
  display: inline-block;
  vertical-align: top;
  background: rgba(255, 255, 255, 0.5);
  margin-left: 83px;
  padding: 24px 26px 23px 96px;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 767.98px) {
  .education-rating {
    margin-left: 57px;
    padding: 19px 44px 20px 86px;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.02em;
  }
}
.education-rating img {
  display: block;
  width: 53%;
  position: absolute;
  bottom: -26px;
  left: -83px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .education-rating img {
    left: -57px;
    width: 47%;
  }
}
.education-license {
  display: inline-block;
  vertical-align: top;
  background: rgba(255, 255, 255, 0.5);
  padding: 24px 96px 23px 26px;
  border-radius: 20px;
  position: relative;
  font-size: 16px;
  line-height: 130%;
}
@media (max-width: 767.98px) {
  .education-license {
    background: rgba(255, 255, 255, 0.3);
    padding: 14px 76px 14px 14px;
    font-size: 14px;
    line-height: 130%;
  }
}
.education-license .number {
  font-size: 14px;
  line-height: 130%;
  margin-top: 6px;
}
@media (max-width: 767.98px) {
  .education-license .number {
    font-size: 12px;
    line-height: 130%;
    margin-top: 3px;
  }
}
.education-license .date {
  font-size: 12px;
  line-height: 130%;
  margin-top: 14px;
}
@media (max-width: 767.98px) {
  .education-license .date {
    margin-top: 7px;
  }
}
.education-license img {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  right: 0;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .education-license img {
    width: 89%;
    right: -2%;
  }
}
@media (max-width: 767.98px) {
  .education .main-top__experts {
    position: static;
  }
}
.education .main-top__experts-count {
  font-size: 16px;
  line-height: 130%;
}
@media (max-width: 767.98px) {
  .education .main-top__experts-count {
    font-size: 12px;
    line-height: 110%;
  }
}
.education .swiper-nav {
  top: 100px;
}
@media (max-width: 767.98px) {
  .education .swiper-nav {
    top: 0;
    right: 16px;
  }
}
.education .swiper-pagination {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media (max-width: 767.98px) {
  .education .swiper-pagination {
    position: static;
    transform: translateX(0);
  }
}

.reviews h2 {
  max-width: 438px;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .reviews h2 {
    margin-bottom: 32px;
  }
}
.reviews .swiper {
  overflow: visible;
}
.reviews .swiper-slide {
  opacity: 0.1;
  height: auto;
}
@media (max-width: 767.98px) {
  .reviews .swiper-slide {
    width: 308px;
  }
}
.reviews .swiper-slide-active {
  opacity: 1;
}
.reviews .swiper-slide-active + .swiper-slide {
  opacity: 1;
}
.reviews-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 50px;
  padding: 30px;
  background: url(/local/templates/kosmetologi/img/svg/quote.svg) no-repeat right 30px top 30px #ffffff;
  background-size: 50px auto;
  min-height: 382px;
  font-size: 20px;
  line-height: 130%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .reviews-item {
    border-radius: 20px;
    padding: 20px;
    font-size: 18px;
    line-height: 130%;
    background-size: 27px auto;
    background-position: right 20px top 20px;
  }
}
.reviews-item__author {
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .reviews-item__author {
    gap: 12px;
    padding-right: 32px;
  }
}
.reviews-item__author img {
  display: block;
  width: 50px;
  border-radius: 50%;
}
.reviews-item__text {
  max-width: 555px;
}
.reviews-item .btn {
  min-width: 292px;
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .reviews-item .btn {
    min-width: auto;
    width: 100%;
  }
}

.starts {
  padding: 276px 0 363px;
  border-radius: 100px 100px 0 0;
  margin-bottom: -50px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 1399.98px) {
  .starts {
    padding: 176px 0 263px;
  }
}
@media (max-width: 1199.98px) {
  .starts {
    padding: 110px 0 150px;
  }
}
@media (max-width: 991.98px) {
  .starts {
    border-radius: 50px 50px 0 0;
  }
}
@media (max-width: 767.98px) {
  .starts {
    border-radius: 30px 30px 0 0;
    padding: 20px 0 522px;
  }
}
.starts-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: no-repeat right bottom #8585FF;
  background-size: contain;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .starts-img {
    background: no-repeat center bottom #8585FF;
    background-size: cover;
  }
}
.starts-info {
  width: 53%;
  color: #ffffff;
  font-size: 24px;
  line-height: 120%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .starts-info {
    width: 55%;
  }
}
@media (max-width: 767.98px) {
  .starts-info {
    width: 100%;
    font-size: 18px;
    line-height: 130%;
  }
}
.starts-info h2 {
  color: inherit;
}
@media (max-width: 767.98px) {
  .starts-info h2 {
    font-size: 32px;
    line-height: 120%;
  }
}
@media (max-width: 767.98px) {
  .starts-info h2 span {
    font-style: italic;
  }
}
.starts-info .btn {
  margin-top: 40px;
  min-width: 270px;
}
@media (max-width: 767.98px) {
  .starts-info .btn {
    margin-top: 24px;
    min-width: 200px;
  }
}

.qa h2 {
  margin-bottom: 48px;
  max-width: 510px;
}
@media (max-width: 991.98px) {
  .qa h2 {
    margin-bottom: 24px;
  }
}

.agree {
  font-size: 12px;
  line-height: 110%;
  padding-left: 8px;
  margin-top: 15px;
}
.agree a {
  color: inherit;
  text-decoration: underline;
}
.agree a:hover {
  text-decoration: none;
}

@media (min-width: 992px) {
  .is-mob {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .is-desk {
    display: none !important;
  }
}

.section-wrap {
  position: relative;
}
.section-wrap section:last-child {
  margin-bottom: 0;
}
.section-wrap--1 {
  padding-top: 200px;
  padding-bottom: 150px;
  background: url(/local/templates/kosmetologi/img/svg/gradient-bg-1.svg) no-repeat center bottom #ffffff;
  border-radius: 0 0 50px 50px;
  overflow: hidden;
  z-index: 5;
}
@media (max-width: 991.98px) {
  .section-wrap--1 {
    background: #F1EDF1;
    padding-top: 164px;
    padding-bottom: 0;
  }
}
.section-wrap--2 {
  background: url(/local/templates/kosmetologi/img/wrap-2-bg.webp) no-repeat center bottom;
  background-size: 100% auto;
  padding-top: 150px;
  margin-bottom: -100px;
  border-radius: 0 0 100px 100px;
  z-index: 4;
}
@media (max-width: 991.98px) {
  .section-wrap--2 {
    border-radius: 0 0 50px 50px;
    padding-top: 64px;
  }
}
@media (max-width: 767.98px) {
  .section-wrap--2 {
    border-radius: 0 0 30px 30px;
    background-size: 300% auto;
  }
}
.section-wrap--3 {
  background: #8585FF;
  padding-top: 100px;
  padding-bottom: 0;
  margin-bottom: -100px;
  border-radius: 0 0 100px 100px;
  overflow: hidden;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .section-wrap--3 {
    border-radius: 0 0 50px 50px;
  }
}
@media (max-width: 767.98px) {
  .section-wrap--3 {
    border-radius: 0 0 30px 30px;
  }
}
.section-wrap--4 {
  background: url(/local/templates/kosmetologi/img/svg/wrap-4-bg.svg) no-repeat center bottom #ffffff;
  background-size: 100% auto;
  padding-top: 100px;
  border-radius: 0 0 100px 100px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .section-wrap--4 {
    border-radius: 0 0 50px 50px;
  }
}
@media (max-width: 767.98px) {
  .section-wrap--4 {
    border-radius: 0 0 30px 30px;
  }
}
.section-wrap--5 {
  background: url(/local/templates/kosmetologi/img/svg/wrap-5-bg.svg) no-repeat center bottom;
  background-size: 100% auto;
  padding-top: 150px;
  border-radius: 0 0 100px 100px;
}
@media (max-width: 991.98px) {
  .section-wrap--5 {
    overflow: hidden;
    border-radius: 0 0 50px 50px;
  }
}
@media (max-width: 767.98px) {
  .section-wrap--5 {
    border-radius: 0 0 30px 30px;
    padding-top: 64px;
    background: none;
  }
}
.section-wrap--6 {
  padding-block: 150px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .section-wrap--6 {
    padding-top: 64px;
    padding-bottom: 23px;
  }
}

section {
  position: relative;
  margin-bottom: 150px;
}
section:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  section {
    margin-bottom: 64px;
  }
}
section .subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  background: #F1EDF1;
  padding: 8px 16px;
  position: relative;
  border-radius: 36px;
}
@media (min-width: 992px) {
  section .subtitle {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 991.98px) {
  section .subtitle {
    margin-bottom: 24px;
  }
}
section.main-top {
  padding: 0;
}
section.promo {
  margin-bottom: 100px;
}
@media (max-width: 991.98px) {
  section.promo {
    margin-bottom: 64px;
  }
}

.up {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #8585FF;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  bottom: 104px;
  right: 20px;
  cursor: pointer;
  z-index: 12;
}
@media (max-width: 991.98px) {
  .up {
    width: 60px;
    height: 60px;
    bottom: 57px;
    right: 16px;
  }
}
@media (max-width: 991.98px) {
  .up svg {
    width: 20px;
  }
}

.w-100 {
  width: 100%;
}

.mb-0 {
  margin-bottom: 0;
}/*# sourceMappingURL=styles.css.map */