/* .street_box p, .tel_street, .flag span, .header_container .desk_menu a {
  color: #1D1B1A;
}

.hide_logo {
  opacity: 1;
}

.header_container .logo {
  opacity: 0;
}

header {
  background: #FFFFFF;
}

@media (max-width:1260px) {
  header {
  }
} */

body {
  background-color: #000;
  color: #fff;
}

/* header .container {
  max-width: 1600px;
} */

.hairdresser {
  position: relative;
}

.contact {
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
}

.hair__title {
  text-transform: uppercase;
}

.hairdresser__container {
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 40px;
}

@media (max-width: 1300px) {
  .hairdresser__container {
    max-width: 1024px;
  }
}

@media (max-width: 600px) {
  .hairdresser__container {
    padding: 0 16px;
  }
}

/* Маэстро */
.hairdresser-maestro {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  /* padding-top: 163px; */
  /* padding-bottom: 136px; */
  margin-bottom: 144px;
  /* background: linear-gradient(0deg, #ffffff 7.75%, #f3ebe2 100%); */
}

.hairdresser-maestro__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 100px;
}

@media (max-width:1300px) {
  .hairdresser-maestro__wrap {
  grid-template-columns: 1fr;
  gap: 30px;
  }
}

.hairdresser-maestro__swiper {
  /* padding-left: 66px;
  padding-right: 90px; */
  position: relative;
  overflow: hidden;
  padding: 32px;
  background-color: #282828;
}

.hairdresser-maestro__item {
  min-width: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
  /* justify-content: space-between; */
  /* gap: 268px; */
}

.hairdresser-maestro__left {
}

.hairdresser-maestro__right {
}

.hairdresser-maestro__picture-inline {
  display: none;
}

.hairdresser-maestro__about-list {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}

.hairdresser-maestro__title {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  /* color: #2c2d36; */
  color: #FFF;
}

.hairdresser-maestro__title-prof {
  margin-bottom: 24px;
  color: var(--orangeText1A);
}

.hairdresser-maestro__about-item {
  padding: 12px 18px;
  /* border: 1px solid #2c2d36; */
  border: 1px solid #FFF;
  /* color: #2c2d36; */
  color: #FFF;
}

.hairdresser-maestro__info {
  line-height: 1.7;
  text-align: justify;
}

.hairdresser-maestro__info-1 {
  margin-bottom: 20px;
}

.hairdresser-maestro__info-2 {
  margin-bottom: 48px;
}

.hairdresser-maestro__info-list {
  margin-top: 20px;
}

.hairdresser-maestro__info-item {
  /* padding-left: 10px; */
}

.hairdresser-maestro__quote {
  padding: 32px 69px 32px 48px;
  background-color: #f4ece3;
  border-radius: 80px;
  border-top-right-radius: 0;
  line-height: 1.7;
}

.hairdresser-works__navigate {
  display: flex;
  gap: 36px;
  content: '';
  justify-content: center;
  margin-top: 40px;
}

@media (max-width: 1300px) {
  .hairdresser-works__navigate {
    /* left: 52%; */
  }
}
@media (max-width: 1000px) {
  .hairdresser-maestro__info-1 {
    margin-bottom: 35px;
  }
}

@media (max-width: 600px) {
  .hairdresser-maestro__title {
    font-size: 28px;
  }
  .hairdresser-maestro__title-prof {
    font-size: 14px;
  }
}

.hairdresser-works__next,
.hairdresser-works__prev {
  cursor: pointer;
  position: relative;
  width: 50px;
  height: 43px;
}
.hairdresser-works__next.swiper-button-disabled,
.hairdresser-works__prev.swiper-button-disabled {
  opacity: 0.5;
}

.hairdresser-works__next:active,
.hairdresser-works__prev:active {
  outline: none;
}

.hairdresser-works__next::before,
.hairdresser-works__prev::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-repeat: no-repeat;
  /* background-size: contain; */
  background-position: center;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.hairdresser-works__next::before {
  background-image: url(./img/arrow-next.png);
  /* transform: rotate(180deg); */
}
.hairdresser-works__prev::before {
  background-image: url(./img/arrow-prev.png);
}

.hairdresser-maestro__info-btn {
  display: none;
  margin-top: 16px;
  margin-bottom: 32px;
  color: var(--orange1E);
  font-family: 'Rodch';
  line-height: 22.4px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  cursor: pointer;
  transition: color 0.3s;
}

.hairdresser-maestro__info-block.hide {
  display: block;
}

.hairdresser-maestro__info-btn:hover {
  color: var(--orangeHover26);
}

.hair-maestro__title {
  margin-bottom: 80px;
}

@media (max-width: 1600px) {
  .hairdresser-maestro__left {
  }

  .hairdresser-maestro__right {
  }

  .hairdresser-maestro__item {
    /* justify-content: space-around; */
    /* gap: 2%; */
  }

  .hairdresser-maestro__info-block.hide {
    display: none;
  }

  .hairdresser-maestro__info-block {
    display: block;
  }

  .hairdresser-maestro__info-btn.active {
    display: block;
  }
}

@media (max-width: 1300px) {
  .hairdresser-maestro {
    /* padding-top: 50px; */
    /* padding-bottom: 120px; */
    margin-bottom: 100px;
  }

  /* .hairdresser-maestro__swiper {
    padding-right: 50px;
    padding-left: 50px;
  } */

  .hairdresser-maestro__right {
    /* margin: 0 auto; */
  }

  .hairdresser-maestro__left {
  }

  .hairdresser-maestro__info-btn {
    margin-bottom: 32px;
  }

  .hairdresser-maestro__quote {
    padding: 24px 45px 15px 33px;
  }
  .hair-maestro__title {
    margin-bottom: 64px;
  }

  .hairdresser-maestro__quote {
    font-size: 14px;
  }

  .hairdresser-maestro__item {
    gap: 40px;
    /* justify-content: space-between; */
  }
}

@media (max-width: 1000px) {
  .hairdresser-maestro {
    margin-bottom: 80px;
  }

  .hairdresser-maestro__swiper {
    padding: 20px;
    padding-bottom: 42px;
  }

  .hairdresser-maestro__item {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hairdresser-maestro__about-list {
    margin-bottom: 16px;
  }

  .hairdresser-maestro__picture-inline {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
  }
  .hair-maestro__title {
    margin-bottom: 40px;
  }
}

@media (max-width: 550px) {
  .hairdresser-maestro__about-item {
    /* padding: 6px 10px; */
    /* font-size: 14px; */
  }

  .hairdresser-maestro__info-btn {
    margin-bottom: 16px;
  }
}

@media (max-width: 499px) {
  .hairdresser-maestro {
    /* padding-bottom: 67px; */
  }

  .hairdresser-maestro__swiper {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hairdresser-maestro__quote {
    padding: 16px 16px 16px 20px;
    border-radius: 48px;
    border-top-left-radius: 0;
    line-height: 1.6;
  }

  .hairdresser-maestro__info-btn {
    margin-top: 8px;
    margin-bottom: 25px;
    letter-spacing: 1px;
  }
}

@media (max-width: 450px) {
  .hairdresser-maestro__quote {
    font-size: 12px;
  }
}

/* ОТЗЫВЫ отключение */
.reviews__all {
  display: none;
}

.yButton.top {
  display: none;
}
/* ОТЗЫВЫ отключение конец */

.title_simple {
  font-size: 64px;
  font-weight: 500;
  text-align: start;
  font-family: 'montserrat1';
  color: #d99a1e;
  line-height: normal;
  text-wrap: nowrap;
  letter-spacing: normal;
}
.contact {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
}

@media (max-width: 1300px) {
  .contact {
    max-width: 1024px;
    padding: 0 40px;
    margin-bottom: 64px;
  }
  /* .title_simple {
  } */
}

@media (max-width: 900px) {
  .title_simple {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .contact {
    margin-bottom: 40px;
    padding: 0 16px;
  }
  .title_simple {
    font-size: 32px;
  }
}

/* Секция hero */
.hairdresser-hero__wrap {
  max-width: 1920px;
  margin: 0 auto;
  margin-bottom: 144px;
  padding: 200px 20px;
  min-height: 100svh;
  max-height: 1000px;
  padding-bottom: 360px;
  position: relative;
  background-image: url(./img/hero-1920.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hairdresser-hero__wrap::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  background-color: #101010;
}

.hairdresser-hero__wrap::after {
  position: absolute;
  bottom: 70px;
  left: 48.5%;
  transform: translateX(-50%);
  width: 27px;
  height: 55px;
  content: '';
  background-image: url(./img/arrow-hero.svg);
  background-repeat: no-repeat;
  animation: movement 2s infinite linear;
}

@keyframes movement {
  0% {
    transform: translateY(0px);
    animation-timing-function: ease-in-out;
  }
  50% {
    transform: translateY(-40px);
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(0px);
  }
}

@media (max-width:600px) {
  .hairdresser-hero__wrap::after {
    bottom: 50px;
  }
}

.hairdresser-hero__content {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hairdresser-hero__logo {
  display: none;
  margin-bottom: 54px;
}

.hairdresser-hero__btns {
  font-size: 14px;
}
.hairdresser-hero__btn {
  display: inline-block;
  padding: 16px 33px;
  min-width: 222px;
  color: #ffffff;
  font-weight: 500;
  line-height: normal;
}

.hairdresser-hero__btn-left {
  border: 2px solid #d99a1e;
  margin-right: 16px;
  text-align: center;
}

.hairdresser-hero__btn-right {
  background-color: #d99a1e;
}

@media (max-width: 1200px) {
  .hairdresser-hero__wrap {
    padding: 150px 20px;
    padding-bottom: 250px;
    margin-bottom: 100px;
  }

  .hairdresser-hero__logo {
    width: 281px;
    height: 135px;
    margin-bottom: 32px;
  }
}

@media (max-width: 600px) {
  .hairdresser-hero__logo {
    width: 160px;
    height: 80px;
    margin-bottom: 138px;
  }
  .hairdresser-hero__btn {
    display: block;
    min-width: 288px;
  }
  .hairdresser-hero__btn-left {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .hairdresser-hero__wrap {
    padding: 130px 16px 200px 16px;
    margin-bottom: 80px;
  }
  .custom_btn {
    right: 10px;
    bottom: 10px;
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    font: inherit;
    color: #2c2d36;
    font-size: 12px;
    animation: none;
  }
}

/* Атмосфера */
.hair-atmos {
  margin-bottom: 145px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.air-atmos__top {
  display: grid;
  grid-template-columns: 148fr 200fr;
  gap: 134px;
  margin-bottom: 100px;
}

.air-atmos__top-content {
  padding-top: 100px;
  padding-bottom: 170px;
}

.air-atmos__top-imgs {
  width: 100%;
  height: 100%;
  position: relative;
}

.air-atmos__top-imgs:before {
  position: absolute;
  content: '';
  top: -45px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(./img/atm-1-2-1920.jpg);
}

.air-atmos__center {
  display: grid;
  grid-template-columns: 200fr 148fr;
  /* min-height: 600px; */
  gap: 134px;
  margin-bottom: 140px;
}

.air-atmos__center-img {
  background-image: url(./img/atm-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.air-atmos__center-content {
  position: relative;
  /* padding-bottom: 293px; */
}
/* .air-atmos__center-content::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  height: 244px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(./img/atm-4-1920.jpg);
} */

.air-atmos__center-text {
  /* max-width: 260px; */
  max-width: 100%;
}

.air-atmos__bottom-img {
  height: 100%;
  /* width: 262px; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-image: url(./img/atm-5.jpg);
}

.air-atmos__bottom {
  display: grid;
  grid-template-columns: 148fr 200fr;
  gap: 134px;
}

.air-atmos__top, .air-atmos__center, .air-atmos__bottom {
  min-height: 400px;
}

.air-atmos__bottom-content {
  padding-bottom: 36px;
}

@media (max-width: 1300px) {
  .hair-atmos {
    margin-bottom: 100px;
  }
  .hair-atmos__title {
    margin-bottom: 64px;
  }
  .air-atmos__top, .air-atmos__bottom {
    grid-template-columns: 159fr 200fr;
    gap: 80px;
    margin-bottom: 64px;
  }
  .air-atmos__center {
    grid-template-columns: 200fr 159fr;
    gap: 80px;
    margin-bottom: 64px;
  }

  .air-atmos__top-imgs:before {
    top: 0;
    background-image: url(./img/atm-1-2-1024.jpg);
  }

  .air-atmos__center-text {
    max-width: 100%;
  }
  .air-atmos__center-img {
    background-image: url(./img/atm-3.jpg);
  }
  /* .air-atmos__center-content {
    padding-bottom: 359px;
  } */
  /* .air-atmos__center-content::before {
    background-image: url(./img/atm-4-1200.jpg);
  } */

  .air-atmos__bottom-content {
    padding-bottom: 0;
  }
  /* .air-atmos__bottom {
    gap: 90px;
  } */
  .air-atmos__bottom-img {
    /* background-image: url(./img/atm-5-1200.jpg); */
    /* height: 255px; */
    /* width: 194px; */
  }
}

@media (max-width: 1000px) {
  .hair-atmos {
    margin-bottom: 80px;
  }
  .hair-atmos__title {
    margin-bottom: 40px;
  }
  .air-atmos__top,
  .air-atmos__center,
  .air-atmos__bottom {
    position: relative;
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 64px;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 24px;
  }
  .air-atmos__top {
    margin-bottom: 24px;
  }
  .air-atmos__top-content {
    order: 2;
  }
  .air-atmos__top-imgs {
    order: 1;
  }
  .air-atmos__top-imgs {
    /* display: none; */
    min-height: 360px;
  }
  .air-atmos__top-content {
    position: relative;
    /* padding-top: 464px; */
    padding-top: 0;
    /* padding-bottom: 230px; */
    padding-bottom: 0;
  }
  /* .air-atmos__top-content::before
  , .air-atmos__top-content::after {
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
  } */
  /* .air-atmos__top-content::before {
    top: 0;
    height: 440px;
    background-image: url(./img/atm-2-600.jpg);
  } */
  /* .air-atmos__top-content::after {
    bottom: 0;
    height: 210px;
    background-image: url(./img/atm-1-600.jpg);
  } */
  .air-atmos__center-img {
    /* display: none; */
    min-height: 360px;
  }
  .air-atmos__center-content {
    /* padding-bottom: 264px; */
  }
  .air-atmos__center-content::before {
    background-position: center;
  }
  .air-atmos__bottom {
    grid-template-columns: 1fr;
    position: relative;
    gap: 20px;
    max-width: 600px;
    margin: 0 auto;
  }
  .air-atmos__bottom-img {
    /* display: none; */
    min-height: 360px;
    order: 1;
  }
  .air-atmos__bottom-content {
    order: 2;
  }
  /* .air-atmos__bottom-content-1 {
    padding-bottom: 244px;
    position: relative;
  } */
  /* .air-atmos__bottom-content-1::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 224px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(./img/atm-3-600.jpg);
    background-position: center;
  } */

  /* .air-atmos__bottom-content-2 {
    padding-bottom: 460px;
    position: relative;
  } */
  /* .air-atmos__bottom-content-2::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 440px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(./img/atm-5-600.jpg);
    background-position: center;
  } */
}

@media (max-width: 600px) {
  .air-atmos__top-content {
    /* padding-top: 267px; */
    /* padding-bottom: 146px; */
  }
  .air-atmos__top-content::before {
    /* height: 243px; */
  }
  .air-atmos__top-content::after {
    /* height: 126px; */
  }
  .air-atmos__center-content {
    /* padding-bottom: 184px; */
  }
  .air-atmos__center-content::before {
    /* height: 164px; */
  }
  .air-atmos__bottom-content-1 {
    /* padding-bottom: 168px; */
  }
  .air-atmos__bottom-content-1::before {
    /* height: 148px; */
  }
  .air-atmos__bottom-content-2 {
    /* padding-bottom: 271px; */
  }
  .air-atmos__bottom-content-2::before {
    /* height: 251px; */
  }
}

.hairdresser-maestro__img {
  /* width: 100%; */
  width: 100%;
    max-height: 414px;
    object-fit: cover;
}

/* @media (min-width: 1001px) {
  .swiper-slide-prev .hairdresser-maestro__left {
    display: none;
  }
  .swiper-slide-prev .hairdresser-maestro__img {
    position: relative;
    left: 0;
    bottom: 0;
    height: 256px;
    width: 184px;
  }
} */

/* Прайс */
.hair-price {
  margin-bottom: 144px;
}

@media (max-width: 1300px) {
  .hair-price {
    margin-bottom: 100px;
  }
}

@media (max-width: 600px) {
  .hair-price {
    margin-bottom: 80px;
  }
}

.hair-price__title {
  margin-bottom: 100px;
}

@media (max-width: 1300px) {
  .hair-price__title {
    margin-bottom: 64px;
  }
}

@media (max-width: 600px) {
  .hair-price__title {
    margin-bottom: 24px;
  }
}

.hair-price__subtitle-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
  text-transform: uppercase;
}

.hair-price__subtitle-item {
  padding-bottom: 24px;
  font-size: 40px;
  color: #878787;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.3s ease-in-out, color 0.3s ease-in-out;
}

.hair-price__subtitle-item.active {
  border-bottom: 1px solid #d99a1e;
  /* color: #2c2d36; */
  color: #FFF;
}

.hair-price__block {
  margin-bottom: 80px;
  /* color: #2C2D36; */
  color: #FFF;
}

.hair-price-women,
.hair-price-men {
  display: none;
  opacity: 0;
  /* transition: transform 0.3s ease-in-out; */
}

.hair-price-women {
  /* transform: translateX(-100%); */
  display: none;
}

.hair-price-men {
  /* transform: translateX(100%); */
  display: none;
}

.hair-price-women.active {
  display: block;
  opacity: 1;
  /* transform: translateX(0); */
}

.hair-price-men.active {
  display: block;
  opacity: 1;
  /* transform: translateX(0); */
}

.hair-price__subtitle {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 1000px) {
  .hair-price__subtitle {
    margin-bottom: 40px;
    font-size: 28px;
  }
}

.hair-price__children {
  margin-top: 80px;
  /* color: #2c2d36; */
  color: #FFF;
}

.hair-price__subtitle {
  margin-bottom: 60px;
}

.hair-price__container {
  padding-left: 160px;
  padding-right: 120px;
}

@media (max-width: 1300px) {
  .hair-price__container {
    padding-left: 80px;
    padding-right: 0;
  }
}
@media (max-width: 1000px) {
  .hair-price__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.hair-price__content-title {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 1000px) {
  .hair-price__content-title {
    font-size: 20px;
  }
}

.hair-price__content-price-time {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hair-price__content-info {
  display: flex;
  justify-content: space-between;
  padding-bottom: 13px;
  border-bottom: 1px solid #96969b;
  font-size: 16px;
}

.hair-price__content-info:not(:last-child) {
  margin-bottom: 32px;
}

.hair-price__content-item:not(:last-child) {
  margin-bottom: 60px;
}

.hair-price__content-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 60px;
  margin-bottom: 60px;
}

@media (max-width: 1300px) {
  .hair-price__content-block {
    grid-template-columns: 1fr;
  }
}

.hair-price__content-block .hair-price__content-item {
  margin-bottom: 0;
}

.hair-price .choices {
  display: none;
  position: absolute;
  right: 40px;
  top: 0;
  width: 500px;
  box-sizing: border-box;
  text-transform: uppercase;
}

.hair-price .choices__inner {
  padding: 24px;
  background-color: transparent;
  border: 1px solid #96969b;
  border-radius: 0;
  /* color: #2c2d36; */
  color: #FFF;
  font-size: 24px;
}

.hair-price .choices__list .is-selected {
  display: none;
}

.hair-price .choices[data-type*='select-one'] .choices__inner {
  padding-bottom: 24px;
}

.hair-price .choices::after,
.hair-price .choices.is-open::after {
  right: 40px;
  top: 45%;
  width: 10px;
  height: 10px;
  /* border: 2px solid #2c2d36; */
  border: 2px solid #FFF;
  border-left: 0;
  border-top: 0;
  transform: rotate(45deg) translateY(-50%);
  margin-top: 0;
}

@media (max-width: 1300px) {
  .hair-price__subtitle-list {
    display: none;
  }

  .hair-price .choices {
    display: inline-block;
  }
}

@media (max-width: 1000px) {
  .hair-price__title {
    margin-bottom: 24px;
  }
  .hair-price .choices {
    position: relative;
    width: 100%;
    max-width: 500px;
    top: auto;
    right: auto;
    margin-bottom: 40px;
  }
  .hair-price .choices__inner {
    padding: 14px;
    font-size: 16px;
  }
  .hair-price .choices[data-type*='select-one'] .choices__inner {
    padding-bottom: 14px;
  }
  .hair-price .choices::after, .hair-price .choices.is-open::after {
    top: 43%;
    right: 30px;
    width: 8px;
    height: 8px;
  }
}

.contact_container {
  background-color: #000;
  color: #fff;
}

.contact_container .contact_box .phone, .contact_container .contact_box .email, .contact_container .contact_box .map, .contact_container .contact_feedback .phone_sm {
  color: #FFF;
}


.hair-price__content-options {
  margin-bottom: 20px;
  margin-left: auto;
}

.hair-price__content-surcharge {
  margin-bottom: 32px;
}
.hair-price__content-surcharge:last-child {
  margin-bottom: 60px;
}

.hairdresser-works__img {
  width: 100%;
  height: 533px;
  object-fit: cover;
}

.choices__list--dropdown {
  background-color: #000000 !important;
}

.choices__item--selectable.is-highlighted {
  background-color: #000000 !important;
}

.uslugi_main-btn-item {
  min-width: 220px;
  display: inline-block;
  text-align: center;
}

@media (max-width:576px) {
  .uslugi_main-btn-item {
    display: flex;
  }
}

.hair-price__content-list-block {
  margin-bottom: 60px;
}

@media (max-width:500px) {
  .hair-price__content-info-right {
    text-align: end;
  }  
}