@font-face {
  font-family: 'InterN';
  src: url('/wp-content/themes/hello-theme-child/fonts/Inter-Thin.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'InterN';
  src: url('/wp-content/themes/hello-theme-child/fonts/Inter-ThinItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'InterN';
  src: url('/wp-content/themes/hello-theme-child/fonts/Inter-Medium.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'InterN';
  src: url('/wp-content/themes/hello-theme-child/fonts/Inter-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'InterN';
  src: url('/wp-content/themes/hello-theme-child/fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'InterN';
  src: url('/wp-content/themes/hello-theme-child/fonts/Inter-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'InterN';
  src: url('/wp-content/themes/hello-theme-child/fonts/Inter-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'InterN';
  src: url('/wp-content/themes/hello-theme-child/fonts/Inter-SemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
}
*,
html,
body {
  margin: 0px;
  padding: 0px;
  font-family: Tahoma, sans-serif;
}
body {
  background-color: #FEFBFA;
  font-family: "InterN", sans-serif;
  color: #655C5F;
}
.e-con-inner {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 auto !important;
}
.e-con-boxed {
  padding: 0px !important;
}
.kz_pink {
  color: #FF7BAC;
}
.kz_darkbg {
  background: rgba(101, 92, 95, 0.15);
}
.kz_center {
  text-align: center;
}
.kz_content {
  position: relative;
  width: 100%;
}
.kz_wavetop {
  padding-top: 130px;
  margin-top: -40px;
}
.kz_wavetop:before {
  content: ' ';
  display: block;
  position: absolute;
  height: 100px;
  width: 100%;
  top: -20px;
  z-index: 100;
  background-image: url(../images/wavebg.png);
  background-repeat: repeat-x;
  transform: rotateX(180deg);
  pointer-events: none;
}
.kz_btn {
  display: inline-block;
  line-height: 48px;
  height: 50px;
  padding-left: 30px;
  padding-right: 50px;
  border-radius: 30px;
  text-decoration: none;
  text-transform: uppercase;
  background-image: url(../images/btn_arrow.png);
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  transition: all 200ms;
}
.kz_btn:hover {
  background-position: calc(100% - 10px) center;
}
.kz_btn__white {
  color: #655C5F;
  border: 1px solid #655C5F;
  background-color: #FEFBFA;
}
.kz_btn__pink {
  background-image: url(../images/link_arrow_white.png);
  color: #fff;
  border: 1px solid #FF7BAC;
  background-color: #FF7BAC;
}
.kz_style {
  position: relative;
}
.kz_style__one {
  border-radius: 50% !important;
}
.kz_style__two {
  border-radius: 80px !important;
}
.kz_style__three:after {
  content: ' ';
  display: block;
  width: 100%;
  padding-top: 100%;
  position: absolute;
  z-index: 50;
  background-image: url("../images/mask_1.png");
  background-size: 100%;
}
.kz_style__four:after {
  content: ' ';
  display: block;
  width: 100%;
  padding-top: 100%;
  position: absolute;
  z-index: 50;
  background-image: url("../images/mask_2.png");
  background-size: 100%;
}
.kz_halfs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  line-height: 27px;
  color: #655C5F;
  font-family: "InterN", sans-serif;
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 20px;
}
.kz_halfs__block {
  width: calc(50% - 10px);
}
.kz_sides {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 165px;
}
.kz_sides__block {
  width: calc(50% - 10px);
  margin-bottom: 30px;
}
.kz_sides__block p.kz_greytext {
  font-size: 23px;
  line-height: 27px;
  letter-spacing: -1px;
  color: #655C5F;
}
.kz_sides__block_flexcol {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.kz_sides__block #map {
  width: 100%;
  height: 530px;
}
.kz_lines {
  display: block;
}
.kz_lines__block {
  margin-bottom: 30px;
  border-bottom: 1px solid #73696C;
}
.kz_lines__block:last-of-type {
  margin-bottom: 0px;
}
.kz_lines__block a {
  padding-right: 40px;
  color: #73696C;
  font-size: 18px;
  line-height: 20px;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 4px;
  text-decoration: none;
  background-image: url(../images/btn_arrow.png);
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  transition: all 200ms;
}
.kz_lines__block a p {
  margin: 0px;
  display: inline-block;
  width: 200px;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
}
.kz_lines__block a p:last-of-type {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -1px;
  text-transform: none;
}
.kz_lines__block a span {
  color: #ffcc00;
  font-size: 22px;
}
.kz_lines__block a b {
  display: inline-block;
  margin-right: 20px;
  margin-left: 6px;
  color: #000;
  font-weight: 500;
}
.kz_lines__block a:hover {
  background-position: calc(100% - 10px) center;
}
.kz_sidesthree {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 30px;
}
.kz_sidesthree__block {
  width: calc(100% - 260px);
}
.kz_sidesthree__block:first-of-type {
  text-align: left;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0px;
  width: 120px;
}
.kz_sidesthree__block:last-of-type {
  text-align: right;
  width: 120px;
  display: flex;
  justify-content: space-evenly;
}
.kz_widebtn {
  width: 100%;
}
.kz_widebtn .kz_btn {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.kz_title {
  font-size: 85px;
  line-height: 80px;
  font-family: "InterN", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: -3px;
}
.kz_title span {
  font-weight: 600;
}
.kz_title i {
  margin-left: -7px;
  font-weight: 300;
  padding-right: 9px;
}
.kz_toptext {
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 4px;
  color: #655C5F;
  margin-bottom: 30px;
  font-family: "InterN", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.kz_text {
  font-family: "InterN", sans-serif;
  font-weight: 500;
  font-size: 23px;
  line-height: 27px;
  letter-spacing: -1px;
  margin-bottom: 30px;
}
.kz_salonphono {
  height: 860px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 65px;
  margin-bottom: 65px;
}
.kz_salonphono:before {
  content: ' ';
  display: block;
  position: absolute;
  height: 100px;
  width: 100%;
  top: -20px;
  z-index: 100;
  background-image: url(../images/wavebg.png);
  background-repeat: repeat-x;
  transform: rotateX(180deg);
  pointer-events: none;
}
.kz_salonphono:after {
  content: ' ';
  display: block;
  position: absolute;
  height: 100px;
  width: 100%;
  bottom: -10px;
  z-index: 100;
  background-image: url(../images/wavebg.png);
  background-repeat: repeat-x;
}
.kz_uslugi {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 165px;
}
.kz_uslugi__block {
  box-sizing: border-box;
  padding: 20px;
  border: 2px solid #655C5F;
  border-radius: 20px;
  width: calc(20% - 10px);
  background-color: #fff;
}
.kz_uslugi__block__text {
  font-size: 23px;
  line-height: 27px;
  color: #655C5F;
  text-transform: uppercase;
  text-align: center;
  padding-top: 20px;
}
.kz_uslugi__block__image {
  display: inline-block;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
}
.kz_pricelist {
  max-width: 810px;
  margin-bottom: 165px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.kz_pricelist__tabs ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-bottom: 6px;
  border-bottom: 1px solid #655C5F80;
}
.kz_pricelist__tabs ul li {
  position: relative;
  width: 100%;
}
.kz_pricelist__tabs ul li a {
  font-size: 23px;
  line-height: 27px;
  color: #655C5F80;
  font-family: "InterN", sans-serif;
  font-weight: 500;
  text-decoration: none;
}
.kz_pricelist__tabs ul li a:hover {
  color: #FF7BAC;
}
.kz_pricelist__tabs ul li a.active {
  color: #FF7BAC;
}
.kz_pricelist__tabscontent {
  display: none;
}
.kz_pricelist__tabscontent.active {
  display: block;
}
.kz_pricelist__tabscontent ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.kz_pricelist__tabscontent ul li {
  position: relative;
  width: 100%;
  padding-top: 10px;
  margin-bottom: 10px;
}
.kz_pricelist__tabscontent ul li:after {
  content: ' ';
  position: absolute;
  display: block;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  z-index: 10;
  background-image: radial-gradient(#655C5F 1px, transparent 1px);
  background-size: 6px 1px;
  /* dot spacing: 6px, dot size: 1px */
  background-repeat: repeat-x;
}
.kz_pricelist__tabscontent ul li span {
  position: relative;
  left: 0px;
  background-color: #FEFBFA;
  height: 30px;
  line-height: 20px;
  font-size: 18px;
  color: #655C5F;
  padding-right: 100px;
  bottom: -4px;
  z-index: 50;
  font-family: "InterN", sans-serif;
}
.kz_pricelist__tabscontent ul li b {
  position: absolute;
  right: 0px;
  bottom: -12px;
  background-color: #FEFBFA;
  height: 30px;
  line-height: 20px;
  font-size: 18px;
  color: #FF7BAC;
  padding-left: 6px;
  z-index: 50;
  font-weight: 600;
  font-family: "InterN", sans-serif;
}
.kz_video_bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.kz_header {
  height: 745px;
  width: 100%;
  background-image: url(../images/topbg.png);
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-position: center bottom;
  margin-bottom: 90px;
}
.kz_header_salon {
  height: 70px;
  background-image: none;
}
.kz_header_salon .kz_header__topmenu__left {
  width: calc(50% - 25px);
}
.kz_header_salon .kz_header__topmenu__left ul {
  list-style: none;
  display: flex;
}
.kz_header_salon .kz_header__topmenu__left ul li {
  margin-right: 50px;
}
.kz_header_salon .kz_header__topmenu__left ul li a {
  font-family: "InterN", sans-serif;
  color: #655C5F !important;
  text-decoration: none;
}
.kz_header_salon:after {
  display: none !important;
}
.kz_header__topmenu {
  position: absolute;
  z-index: 100;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 10px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.kz_header__topmenu__left {
  width: calc(50% - 25px);
}
.kz_header__topmenu__left ul {
  list-style: none;
  display: flex;
}
.kz_header__topmenu__left ul li {
  margin-right: 50px;
}
.kz_header__topmenu__left ul li a {
  font-family: "InterN", sans-serif;
  color: #fff;
  text-decoration: none;
}
.kz_header__topmenu__center {
  width: 50px;
}
.kz_header__topmenu__right {
  width: calc(50% - 25px);
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.kz_header__topmenu__right img {
  margin-left: 10px;
}
.kz_header__topmenu__right .kz_btn {
  margin-left: 50px;
}
.kz_header__content {
  display: flex;
  justify-content: space-between;
  color: #fff;
  position: absolute;
  box-sizing: border-box;
  top: 220px;
  min-height: 180px;
  text-align: center;
  width: 880px;
  left: 50%;
  margin-left: -440px;
  z-index: 10;
}
.kz_header__content__left {
  font-size: 13px;
  line-height: 21px;
  font-family: "InterN", sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  width: 220px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-align: left;
}
.kz_header__content__center h1 {
  font-size: 110px;
  line-height: 90px;
  color: #fff;
  font-family: "InterN", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  letter-spacing: -2px;
}
.kz_header__content__center h1 i {
  margin-left: -5px;
  font-weight: 300;
  padding-right: 7px;
}
.kz_header__content__right {
  font-size: 13px;
  line-height: 21px;
  font-family: "InterN", sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  width: 220px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  text-align: right;
}
.kz_header__button {
  text-align: center;
  position: absolute;
  bottom: 160px;
  left: 0px;
  width: 100%;
  z-index: 100;
}
.kz_header:after {
  content: ' ';
  display: block;
  position: absolute;
  height: 100px;
  width: 100%;
  bottom: 0px;
  z-index: 100;
  background-image: url(../images/wavebg.png);
  background-repeat: repeat-x;
}
.kz_imagesscroll {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 260px;
  margin-bottom: 165px;
}
.kz_imagesscroll__content {
  display: flex;
  animation: scroll-left linear infinite;
  width: fit-content;
  animation-duration: 50s;
}
.kz_imagesscroll__content__block {
  width: 260px;
  height: 260px;
  border-radius: 20px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-right: 30px;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(var(--scroll-distance));
  }
}
.kz_photoblock {
  margin-bottom: 165px;
}
.kz_photoblock__top {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
}
.kz_photoblock__image {
  width: 100%;
  height: 540px;
  border-radius: 80px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
.kz_photoblock__grid {
  max-width: 1230px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.kz_photoblock__grid__item {
  width: calc(33% - 10px);
  background-color: #E7E3E3;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
}
.kz_photoblock__grid__item__icon {
  margin-bottom: 30px;
}
.kz_photoblock__grid__item__text {
  margin-bottom: 30px;
}
.kz_photoblock__grid__item__image {
  width: 220px;
  height: 220px;
  border-radius: 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.kz_cards {
  max-width: 1230px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 165px;
}
.kz_cards__block {
  flex: 1 1 100%;
  max-width: 605px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  border-radius: 20px;
  background: rgba(101, 92, 95, 0.15);
  padding: 30px;
  font-family: 'InterN', sans-serif;
}
.kz_cards__block__top {
  display: flex;
  gap: 50px;
  margin-bottom: 40px;
}
.kz_cards__block__top__left {
  width: 220px;
  height: 220px;
  border-radius: 60px;
  overflow: hidden;
}
.kz_cards__block__top__left .kz_cards__block__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.kz_cards__block__top__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #333;
}
.kz_cards__block__top__right .kz_cards__block__title {
  font-size: 38px;
  line-height: 36px;
  color: #655C5F;
  font-weight: 500;
  font-family: 'InterN', sans-serif;
  text-transform: uppercase;
  letter-spacing: -2px;
}
.kz_cards__block__top__right .kz_cards__block__text {
  font-size: 18px;
  line-height: 20px;
  color: #655C5F;
  font-weight: 400;
  font-family: 'InterN', sans-serif;
}
.kz_cards__block__bottom {
  margin-top: auto;
}
.kz_cards__block__bottom .kz_cards__block__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.kz_cards__block__bottom .kz_cards__block__tags a {
  display: inline-block;
  border-radius: 24px;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 24px;
  font-size: 18px;
  color: #655C5F;
  font-weight: 400;
  font-family: 'InterN', sans-serif;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid rgba(115, 105, 108, 0.5);
  letter-spacing: -1px;
}
.kz_gallery {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 165px;
}
.kz_gallery__item {
  width: 394px;
  height: 394px;
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.kz_gallery_small .kz_gallery__item {
  width: 290px;
  height: 290px;
}
.kz_reviews {
  padding-bottom: 60px;
  margin-bottom: 165px;
}
.kz_reviews__slider .swiper-slide {
  width: 400px;
}
.kz_reviews__slider .swiper-button-next {
  opacity: 0 !important;
}
.kz_reviews__slider .swiper-button-prev {
  opacity: 0 !important;
}
.kz_reviews__review {
  width: 400px;
}
.kz_reviews__review__name {
  color: #FF7BAC;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'InterN', sans-serif;
  margin-bottom: 10px;
}
.kz_reviews__review__content {
  background-color: #fff;
  border-radius: 20px;
  padding: 10px;
}
.kz_interesting {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 165px;
}
.kz_interesting__block {
  width: calc(50% - 10px);
  box-sizing: border-box;
  padding-top: 60px;
  text-align: center;
  border-radius: 20px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 460px;
  position: relative;
  margin-bottom: 30px;
}
.kz_interesting__block__num {
  color: #fff;
  font-size: 15px;
  line-height: 23px;
  font-family: 'InterN', sans-serif;
  margin-bottom: 60px;
}
.kz_interesting__block__title {
  font-size: 38px;
  line-height: 40px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'InterN', sans-serif;
  font-weight: 500;
  box-sizing: border-box;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 30px;
}
.kz_interesting__block__text {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -1px;
  color: #655C5F;
  margin-bottom: 30px;
  box-sizing: border-box;
  padding-left: 100px;
  padding-right: 100px;
}
.kz_interesting__block__logo {
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  display: inline-block;
  bottom: 30px;
}
.kz_footer {
  background-image: url(../images/bg_footer.png);
  background-position: center top;
  background-size: cover;
  border-radius: 30px 30px 0 0;
  min-height: 220px;
  width: 100%;
}
.kz_footer__content {
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 30px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  line-height: 37px;
  font-family: 'InterN', sans-serif;
}
.kz_footer__content b {
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
}
.kz_footer__content span {
  font-size: 11px;
  line-height: 11px !important;
  display: block;
}
.kz_footer__content a.kz_arr {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  line-height: 22px;
  font-size: 16px;
  height: 22px;
  padding-left: 0px;
  padding-right: 24px;
  text-transform: uppercase;
  background-image: url(../images/link_arrow_white.png);
  background-position: calc(100% - 8px) center;
  background-repeat: no-repeat;
  transition: all 200ms;
  margin-bottom: 4px;
}
.kz_footer__content a.kz_arr:hover {
  background-position: calc(100% - 0px) center;
}
.kz_footer__logo {
  margin-right: 30px;
}
.kz_footer__adresa {
  width: 160px;
}
.kz_footer__socials {
  width: 280px;
}
.kz_footer__info {
  width: 320px;
}
.kz_footer__info p {
  display: block;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 20px;
}
.kz_footer__info__halfs {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.kz_footer__info__halfs__block {
  width: calc(50% - 5px);
  font-size: 11px;
  line-height: 11px !important;
  display: block;
}
.kz_show_dt {
  display: block !important;
}
.kz_show_mob {
  display: none !important;
}
@media screen and (max-width: 890px) {
  .kz_show_dt {
    display: none !important;
  }
  .kz_show_mob {
    display: block !important;
  }
  .kz_toptext {
    font-size: 11px;
    line-height: 21px;
    letter-spacing: 3px;
    color: #655C5F;
    margin-bottom: 0px;
    font-family: "InterN", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
  }
  .kz_btn {
    display: inline-block;
    line-height: 42px;
    height: 45px;
    padding-left: 30px;
    padding-right: 45px;
    border-radius: 30px;
    text-decoration: none;
    text-transform: uppercase;
    background-image: url(../images/btn_arrow.png);
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    transition: all 200ms;
    font-size: 13px;
  }
  .kz_btn:hover {
    background-position: calc(100% - 10px) center;
  }
  .kz_btn__white {
    color: #655C5F;
    border: 1px solid #655C5F;
    background-color: #FEFBFA;
  }
  .kz_btn__pink {
    background-image: url(../images/link_arrow_white.png);
    color: #fff;
    border: 1px solid #FF7BAC;
    background-color: #FF7BAC;
  }
  .kz_title {
    font-size: 28px;
    line-height: 26px;
    font-family: "InterN", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
    letter-spacing: -2px;
  }
  .kz_title span {
    font-weight: 600;
  }
  .kz_title i {
    margin-left: -2px;
    font-weight: 300;
    padding-right: 3px;
  }
  .kz_text {
    font-family: "InterN", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 17px;
    letter-spacing: -1px;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    margin-top: 0px;
  }
  .kz_content {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-left: 0px;
    padding-right: 0px;
  }
  .kz_sidesthree {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 0px;
  }
  .kz_sidesthree__block {
    width: calc(100% - 0px);
  }
  .kz_sidesthree__block:first-of-type {
    text-align: center;
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0px;
    width: 100%;
  }
  .kz_sidesthree__block:last-of-type {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
  }
  .kz_header {
    height: 580px;
    width: 100%;
    background-image: url(../images/topbg.png);
    background-size: cover;
    position: relative;
    background-position: center bottom;
    margin-bottom: 0px;
  }
  .kz_header.mobile_opened {
    overflow: visible;
  }
  .kz_header_salon {
    height: 70px;
    background-image: none;
  }
  .kz_header_salon .kz_header__topmenu.mobile_opened ul li a {
    color: #fff;
  }
  .kz_header_salon .kz_header__topmenu__center {
    top: 10px;
    left: 50%;
    margin-left: -25px;
    box-sizing: border-box;
    width: 50px;
    position: absolute;
    background-image: url(../images/mob_open_black.png);
    background-position: center center;
    background-repeat: no-repeat;
  }
  .kz_header_salon .kz_header__topmenu__center img {
    opacity: 0;
  }
  .kz_header_salon .kz_header__topmenu__left {
    width: calc(50% - 25px);
  }
  .kz_header_salon .kz_header__topmenu__left ul {
    list-style: none;
    display: flex;
  }
  .kz_header_salon .kz_header__topmenu__left ul li {
    margin-right: 50px;
  }
  .kz_header_salon .kz_header__topmenu__left ul li a {
    font-family: "InterN", sans-serif;
    color: #fff !important;
    text-decoration: none;
  }
  .kz_header_salon .kz_header__topmenu__right {
    width: calc(50% - 25px);
  }
  .kz_header_salon .kz_header__topmenu__right a {
    font-family: "InterN", sans-serif;
    color: #fff !important;
    text-decoration: none;
    position: relative;
  }
  .kz_header_salon .kz_header__topmenu__right a img {
    display: none;
  }
  .kz_header_salon .kz_header__topmenu__right a:nth-of-type(1) {
    display: inline-block;
    width: 30px;
  }
  .kz_header_salon .kz_header__topmenu__right a:nth-of-type(1):after {
    content: ' ';
    bottom: -12px;
    left: 0px;
    position: absolute;
    display: block;
    width: 27px;
    height: 27px;
    background-image: url("../images/logo_inst.png");
  }
  .kz_header_salon .kz_header__topmenu__right a:nth-of-type(2) {
    display: inline-block;
    width: 30px;
    margin-left: 20px;
  }
  .kz_header_salon .kz_header__topmenu__right a:nth-of-type(2):after {
    content: ' ';
    bottom: -12px;
    left: 0px;
    position: absolute;
    display: block;
    width: 27px;
    height: 27px;
    background-image: url("../images/logo_tg.png");
  }
  .kz_header_salon .kz_header__topmenu__right a:nth-of-type(3) {
    border: 1px solid #fff;
  }
  .kz_header_salon:after {
    display: none !important;
  }
  .kz_header__topmenu {
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
  }
  .kz_header__topmenu.mobile_opened {
    background-color: #FF7BAC;
    height: 100vh;
    overflow-y: auto;
    position: relative;
    z-index: 900;
    align-items: flex-start;
  }
  .kz_header__topmenu.mobile_opened .kz_header__topmenu__left {
    top: 80px;
    left: 0px;
    box-sizing: border-box;
    width: 100vw;
    position: absolute;
    opacity: 1;
    pointer-events: all;
  }
  .kz_header__topmenu.mobile_opened .kz_header__topmenu__left ul {
    display: block;
  }
  .kz_header__topmenu.mobile_opened .kz_header__topmenu__left ul li {
    display: block;
    margin-right: 0px;
    text-align: center;
    margin-bottom: 20px;
  }
  .kz_header__topmenu.mobile_opened .kz_header__topmenu__center {
    top: 10px;
    left: 50%;
    margin-left: -25px;
    box-sizing: border-box;
    width: 50px;
    position: absolute;
    background-image: url(../images/mob_close.png);
    background-position: center center;
    background-repeat: no-repeat;
  }
  .kz_header__topmenu.mobile_opened .kz_header__topmenu__center img {
    opacity: 0;
  }
  .kz_header__topmenu.mobile_opened .kz_header__topmenu__right {
    top: auto;
    bottom: 60px;
    left: 0px;
    box-sizing: border-box;
    width: 100vw;
    position: absolute;
    text-align: center;
    justify-content: center;
    opacity: 1;
    pointer-events: all;
  }
  .kz_header__topmenu.mobile_opened .kz_header__topmenu__right img {
    margin-left: 10px;
    margin-right: 10px;
  }
  .kz_header__topmenu__left {
    width: calc(50% - 25px);
    opacity: 0;
    pointer-events: none;
  }
  .kz_header__topmenu__left ul {
    list-style: none;
    display: flex;
  }
  .kz_header__topmenu__left ul li {
    margin-right: 50px;
  }
  .kz_header__topmenu__left ul li a {
    font-family: "InterN", sans-serif;
    color: #fff;
    text-decoration: none;
  }
  .kz_header__topmenu__center {
    top: 10px;
    left: 50%;
    margin-left: -25px;
    box-sizing: border-box;
    width: 50px;
    position: absolute;
    background-image: url(../images/mob_open_white.png);
    background-position: center center;
    background-repeat: no-repeat;
  }
  .kz_header__topmenu__center img {
    opacity: 0;
  }
  .kz_header__topmenu__right {
    width: calc(50% - 25px);
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    opacity: 0;
    pointer-events: none;
  }
  .kz_header__topmenu__right img {
    margin-left: 10px;
  }
  .kz_header__topmenu__right .kz_btn {
    margin-left: 50px;
  }
  .kz_header__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    position: absolute;
    box-sizing: border-box;
    top: 160px;
    min-height: 180px;
    text-align: center;
    width: 100%;
    left: 0%;
    margin-left: 0px;
  }
  .kz_header__content__left {
    font-size: 11px;
    line-height: 21px;
    font-family: "InterN", sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    width: 100%;
    bottom: auto;
    left: auto;
    text-align: center;
    position: relative;
  }
  .kz_header__content__center h1 {
    font-size: 39px;
    line-height: 36px;
    color: #fff;
    font-family: "InterN", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    letter-spacing: -2px;
  }
  .kz_header__content__center h1 i {
    margin-left: -5px;
    font-weight: 300;
    padding-right: 7px;
  }
  .kz_header__content__right {
    font-size: 11px;
    line-height: 21px;
    font-family: "InterN", sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    width: 100%;
    bottom: auto;
    right: auto;
    text-align: center;
    position: relative;
  }
  .kz_header__button {
    text-align: center;
    position: absolute;
    bottom: 110px;
    left: 0px;
    width: 100%;
    z-index: 100;
  }
  .kz_header__button .kz_btn {
    width: calc(100% - 40px);
    box-sizing: border-box;
  }
  .kz_header:after {
    content: ' ';
    display: block;
    position: absolute;
    height: 100px;
    width: 100%;
    bottom: -10px;
    z-index: 100;
    background-image: url(../images/wavebg.png);
    background-repeat: repeat-x;
  }
  .kz_imagesscroll {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 130px;
    margin-bottom: 60px;
  }
  .kz_imagesscroll__content {
    display: flex;
    animation: scroll-left linear infinite;
    width: fit-content;
    animation-duration: 50s;
  }
  .kz_imagesscroll__content__block {
    width: 130px;
    height: 130px;
    border-radius: 20px;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    flex-shrink: 0;
    margin-right: 10px;
  }
  .kz_cards {
    max-width: 1230px;
    margin: 0 auto;
    display: block;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 60px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  .kz_cards__block {
    flex: 1 1 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    border-radius: 20px;
    background: rgba(101, 92, 95, 0.15);
    padding: 15px;
    font-family: 'InterN', sans-serif;
    margin-bottom: 20px;
  }
  .kz_cards__block__top {
    display: flex;
    gap: 15px;
    align-items: center;
    position: relative;
    margin-bottom: 110px;
  }
  .kz_cards__block__top__left {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    overflow: hidden;
  }
  .kz_cards__block__top__left .kz_cards__block__image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
  .kz_cards__block__top__right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #333;
  }
  .kz_cards__block__top__right .kz_cards__block__title {
    font-size: 18px;
    line-height: 18px;
    color: #655C5F;
    font-weight: 500;
    font-family: 'InterN', sans-serif;
    text-transform: uppercase;
    letter-spacing: -1px;
  }
  .kz_cards__block__top__right .kz_cards__block__text {
    font-size: 15px;
    line-height: 15px;
    color: #655C5F;
    font-weight: 400;
    font-family: 'InterN', sans-serif;
    position: absolute;
    left: 0px;
    top: 100px;
  }
  .kz_cards__block__bottom {
    margin-top: auto;
  }
  .kz_cards__block__bottom .kz_cards__block__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .kz_cards__block__bottom .kz_cards__block__tags a {
    display: inline-block;
    border-radius: 20px;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 20px;
    font-size: 15px;
    color: #655C5F;
    font-weight: 400;
    font-family: 'InterN', sans-serif;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid rgba(115, 105, 108, 0.5);
    letter-spacing: -1px;
  }
  .kz_sides {
    max-width: 1240px;
    margin: 0 auto;
    display: block;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 60px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }
  .kz_sides_contact {
    margin-top: 40px;
  }
  .kz_sides__block {
    width: calc(100% - 0px);
    margin-bottom: 20px;
  }
  .kz_sides__block p.kz_greytext {
    font-size: 18px;
    line-height: 17px;
    letter-spacing: -1px;
    color: #655C5F;
  }
  .kz_sides__block_flexcol {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .kz_sides__block_flexcol .kz_title {
    position: absolute;
    top: -90px;
    min-height: 90px;
    left: 0px;
    text-align: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .kz_sides__block #map {
    width: 100%;
    height: 250px;
    border-radius: 20px;
    margin-top: 60px;
  }
  .kz_sides__block #map > ymaps {
    border-radius: 20px;
  }
  .kz_sides__block #map > ymaps > ymaps {
    border-radius: 20px;
  }
  .kz_sides__block #map > ymaps > ymaps > ymaps {
    border-radius: 20px;
  }
  .kz_sides .kz_widebtn {
    width: 100%;
  }
  .kz_lines {
    display: block;
  }
  .kz_lines__block {
    margin-bottom: 20px;
    border-bottom: 1px solid #73696C;
  }
  .kz_lines__block:last-of-type {
    margin-bottom: 0px;
  }
  .kz_lines__block a {
    padding-right: 40px;
    color: #73696C;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 4px;
    text-decoration: none;
    background-image: url(../images/btn_arrow.png);
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    transition: all 200ms;
    position: relative;
    margin-bottom: 22px;
  }
  .kz_lines__block a p {
    margin: 0px;
    display: inline-block;
    width: 200px;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
  }
  .kz_lines__block a p:last-of-type {
    display: block;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0px;
    text-transform: none;
    position: absolute;
    top: 24px;
  }
  .kz_lines__block a span {
    color: #ffcc00;
    font-size: 18px;
  }
  .kz_lines__block a b {
    display: inline-block;
    margin-right: 20px;
    margin-left: 6px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
  }
  .kz_lines__block a:hover {
    background-position: calc(100% - 10px) center;
  }
  .kz_gallery {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 60px;
  }
  .kz_gallery__item {
    width: calc(50vw - 30px);
    height: calc(50vw - 30px);
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .kz_gallery_small .kz_gallery__item {
    width: calc(50vw - 30px);
    height: calc(50vw - 30px);
  }
  .kz_wavetop {
    padding-top: 50px;
    margin-top: -20px;
    border-radius: 0 0 30px 30px;
  }
  .kz_wavetop:before {
    content: ' ';
    display: block;
    position: absolute;
    height: 100px;
    width: 100%;
    top: -20px;
    z-index: 100;
    background-image: url(../images/wavebg.png);
    background-repeat: repeat-x;
    transform: rotateX(180deg);
    pointer-events: none;
  }
  .kz_wavetop .kz_sidesthree {
    position: relative;
  }
  .kz_wavetop .kz_sidesthree .kz_sidesthree__block:nth-of-type(1) iframe {
    position: absolute !important;
    left: 50%;
    margin-left: -75px;
    bottom: 20px;
  }
  .kz_wavetop .kz_sidesthree .kz_sidesthree__block:nth-of-type(2) {
    padding-bottom: 100px;
  }
  .kz_wavetop .kz_sidesthree .kz_sidesthree__block:nth-of-type(3) {
    position: absolute;
    justify-content: space-between;
    bottom: 30px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  .kz_reviews {
    padding-top: 30px;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .kz_reviews__slider .swiper-slide {
    width: calc(100% - 40px);
  }
  .kz_reviews__slider .swiper-button-next {
    opacity: 0 !important;
  }
  .kz_reviews__slider .swiper-button-prev {
    opacity: 0 !important;
  }
  .kz_reviews__review {
    width: calc(100% - 40px);
  }
  .kz_reviews__review__name {
    color: #FF7BAC;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'InterN', sans-serif;
    margin-bottom: 10px;
  }
  .kz_reviews__review__content {
    background-color: #fff;
    border-radius: 20px;
    padding: 10px;
  }
  .kz_interesting {
    max-width: 1240px;
    margin: 0 auto;
    display: block;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 60px;
  }
  .kz_interesting__block {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-top: 30px;
    text-align: center;
    border-radius: 20px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: auto;
    position: relative;
    margin-bottom: 30px;
  }
  .kz_interesting__block__num {
    color: #fff;
    font-size: 15px;
    line-height: 23px;
    font-family: 'InterN', sans-serif;
    margin-bottom: 30px;
  }
  .kz_interesting__block__title {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'InterN', sans-serif;
    font-weight: 500;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
  }
  .kz_interesting__block__text {
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0px;
    color: #655C5F;
    margin-bottom: 30px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 500;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 110px;
  }
  .kz_interesting__block__logo {
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    display: inline-block;
    bottom: 30px;
  }
  .kz_widebtn {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
  .kz_widebtn .kz_btn {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  .kz_footer {
    background-image: url(../images/bg_footer.png);
    background-position: -900px top;
    background-size: cover;
    border-radius: 30px 30px 0 0;
    min-height: 200px;
    width: 100%;
    position: relative;
    padding-bottom: 10px;
  }
  .kz_footer__content {
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 30px;
    color: #fff;
    display: block;
    justify-content: space-between;
    font-weight: 500;
    font-size: 16px;
    line-height: 37px;
    font-family: 'InterN', sans-serif;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  .kz_footer__content b {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
    display: none;
  }
  .kz_footer__content span {
    font-size: 11px;
    line-height: 11px !important;
    display: block;
  }
  .kz_footer__content a.kz_arr {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    line-height: 22px;
    font-size: 16px;
    height: 22px;
    padding-left: 0px;
    padding-right: 24px;
    text-transform: uppercase;
    background-image: url(../images/link_arrow_white.png);
    background-position: calc(100% - 8px) center;
    background-repeat: no-repeat;
    transition: all 200ms;
    margin-bottom: 4px;
  }
  .kz_footer__content a.kz_arr:hover {
    background-position: calc(100% - 0px) center;
  }
  .kz_footer__logo {
    margin-right: 30px;
  }
  .kz_footer__adresa {
    width: 160px;
    position: absolute;
    top: 60px;
    right: 20px;
    text-align: right;
  }
  .kz_footer__socials {
    width: 280px;
  }
  .kz_footer__socials span {
    display: none;
  }
  .kz_footer__socials .kz_arr {
    text-indent: -1999px;
  }
  .kz_footer__socials .kz_arr:nth-of-type(1) {
    position: absolute;
    top: 20px;
    right: 20px;
    background-image: none;
  }
  .kz_footer__socials .kz_arr:nth-of-type(1):after {
    content: ' ';
    top: 0px;
    left: 0px;
    position: absolute;
    display: block;
    width: 27px;
    height: 27px;
    background-image: url("../images/logo_inst.png");
  }
  .kz_footer__socials .kz_arr:nth-of-type(2) {
    position: absolute;
    top: 20px;
    right: 70px;
    background-image: none;
  }
  .kz_footer__socials .kz_arr:nth-of-type(2):after {
    content: ' ';
    top: 0px;
    left: 0px;
    position: absolute;
    display: block;
    width: 27px;
    height: 27px;
    background-image: url("../images/logo_tg.png");
  }
  .kz_footer__info {
    width: 320px;
  }
  .kz_footer__info p {
    display: block;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 20px;
  }
  .kz_footer__info__halfs {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
    padding-right: 40px;
  }
  .kz_footer__info__halfs__block {
    margin-bottom: 20px;
    width: calc(100% - 0px);
    font-size: 14px;
    line-height: 15px !important;
    display: block;
  }
  .kz_footer__gotop {
    position: absolute;
    bottom: 10px;
    right: 0px;
  }
  .kz_footer__gotop a {
    width: 50px;
    height: 50px;
    background-image: url("../images/mob_scroolto.png");
    background-repeat: no-repeat;
    display: block;
    margin-right: 10px;
  }
  .kz_footer__gotop a img {
    display: none;
  }
  .kz_uslugi {
    max-width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 60px;
  }
  .kz_uslugi__block {
    box-sizing: border-box;
    padding: 20px;
    border: 2px solid #655C5F;
    border-radius: 20px;
    width: calc(50% - 10px);
    background-color: #fff;
  }
  .kz_uslugi__block__text {
    font-size: 18px;
    line-height: 18px;
    color: #655C5F;
    text-transform: uppercase;
    text-align: center;
    padding-top: 20px;
  }
  .kz_uslugi__block__image {
    display: inline-block;
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
  }
  .kz_pricelist {
    max-width: 810px;
    margin-bottom: 60px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .kz_pricelist__tabs ul {
    display: flex;
    justify-content: center;
    list-style: none;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
    padding-bottom: 6px;
    border-bottom: 0px solid #655C5F80;
    gap: 10px;
  }
  .kz_pricelist__tabs ul li {
    position: relative;
    width: auto;
  }
  .kz_pricelist__tabs ul li a {
    font-size: 18px;
    line-height: 17px;
    color: #655C5F80;
    font-family: "InterN", sans-serif;
    font-weight: 500;
    text-decoration: none;
  }
  .kz_pricelist__tabs ul li a:hover {
    color: #FF7BAC;
  }
  .kz_pricelist__tabs ul li a.active {
    color: #FF7BAC;
    border-bottom: 2px solid #FF7BAC;
  }
  .kz_pricelist__tabscontent {
    display: none;
  }
  .kz_pricelist__tabscontent.active {
    display: block;
  }
  .kz_pricelist__tabscontent ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .kz_pricelist__tabscontent ul li {
    position: relative;
    width: calc(100% - 40px);
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .kz_pricelist__tabscontent ul li:after {
    content: ' ';
    position: absolute;
    display: block;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 1px;
    z-index: 10;
    background-image: radial-gradient(#655C5F 0px, transparent 0px);
    background-size: 6px 1px;
    /* dot spacing: 6px, dot size: 1px */
    background-repeat: repeat-x;
  }
  .kz_pricelist__tabscontent ul li span {
    position: relative;
    display: inline-block;
    left: 0px;
    background-color: #FEFBFA;
    height: 30px;
    line-height: 15px;
    font-size: 15px;
    color: #655C5F;
    padding-right: 6px;
    bottom: -4px;
    z-index: 50;
    width: calc(100% - 80px);
    font-family: "InterN", sans-serif;
  }
  .kz_pricelist__tabscontent ul li b {
    position: absolute;
    right: 0px;
    bottom: -2px;
    background-color: #FEFBFA;
    height: 30px;
    line-height: 15px;
    font-size: 15px;
    color: #FF7BAC;
    padding-left: 6px;
    z-index: 50;
    font-weight: 600;
    font-family: "InterN", sans-serif;
  }
  .kz_salonphono {
    height: 300px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .kz_salonphono:before {
    content: ' ';
    display: block;
    position: absolute;
    height: 100px;
    width: 100%;
    top: -20px;
    z-index: 100;
    background-image: url(../images/wavebg.png);
    background-repeat: repeat-x;
    transform: rotateX(180deg);
    pointer-events: none;
  }
  .kz_salonphono:after {
    content: ' ';
    display: block;
    position: absolute;
    height: 100px;
    width: 100%;
    bottom: -10px;
    z-index: 100;
    background-image: url(../images/wavebg.png);
    background-repeat: repeat-x;
  }
  .kz_halfs {
    display: block;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    line-height: 27px;
    color: #655C5F;
    font-family: "InterN", sans-serif;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .kz_halfs__block {
    width: calc(100% - 0px);
    text-align: center;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 15px;
  }
  .kz_photoblock {
    margin-bottom: 60px;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
  .kz_photoblock__top {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
  }
  .kz_photoblock__image {
    width: 100%;
    height: 190px;
    border-radius: 30px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
  }
  .kz_photoblock__grid {
    max-width: 1230px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .kz_photoblock__grid__item {
    width: calc(100% - 0px);
    background-color: #E7E3E3;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 20px;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
  }
  .kz_photoblock__grid__item__icon {
    margin-bottom: 20px;
  }
  .kz_photoblock__grid__item__text {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 15px;
  }
  .kz_photoblock__grid__item__image {
    width: 140px;
    height: 140px;
    border-radius: 20px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
  }
}
