<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:yandex="http://news.yandex.ru" xmlns:turbo="http://turbo.yandex.ru" xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>Парк победы</title>
    <link>https://cuteam.ru</link>
    <description/>
    <language>ru</language>
    <lastBuildDate>Fri, 22 May 2026 08:46:22 +0300</lastBuildDate>
    <item turbo="true">
      <title>Виктория Изория</title>
      <link>https://cuteam.ru/beauty-master-victory-park/93rgsxdu91-viktoriya-izoriya</link>
      <amplink>https://cuteam.ru/beauty-master-victory-park/93rgsxdu91-viktoriya-izoriya?amp=true</amplink>
      <pubDate>Fri, 20 Feb 2026 20:27:00 +0300</pubDate>
      <category>акции</category>
      <category>м.Парк победы</category>
      <category>Москва</category>
      <category>парикмахер</category>
      <enclosure url="https://static.tildacdn.com/tild6134-6665-4138-a438-313862663361/32.png" type="image/png"/>
      <turbo:content><![CDATA[<header><h1>Виктория Изория</h1></header><figure><img alt="" src="https://static.tildacdn.com/tild6134-6665-4138-a438-313862663361/32.png"/></figure><div class="t-redactor__embedcode"><style>
/* контейнер */
.yc-wrap{
  width:100%;
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:18px;
}

/* кнопка */
.yc-btn{
  --line:#000;
  --text:#000;

  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;

  width:100%;
  box-sizing:border-box;

  padding:20px 28px;
  min-height:66px;

  color:var(--text);
  background:transparent;
  border:none;
  text-decoration:none;

  font-family:"Gill Sans","GillSans","Gill Sans MT",Arial,sans-serif;
  font-weight:300;
  font-size:14px;
  letter-spacing:.12em;
  text-transform:uppercase;
  text-align:center;
  line-height:1.2;

  -webkit-tap-highlight-color:transparent;
}

/* линии */
.yc-btn::before,
.yc-btn::after{
  content:"";
  position:absolute;
  left:12%;
  right:12%;
  height:1px;
  background:var(--line);
  pointer-events:none;

  transform:scaleX(1);
  transition:transform 1s cubic-bezier(.25,.8,.25,1), opacity .7s ease;
}

.yc-btn::before{
  top:4px;
  transform-origin:left center;
}

.yc-btn::after{
  bottom:4px;
  transform-origin:right center;
}

/* hover */
.yc-btn:hover::before,
.yc-btn:hover::after{
  transform:scaleX(0);
  opacity:0;
}

/* mobile */
@media (hover:none){
  .yc-btn:active::before,
  .yc-btn:active::after{
    transform:scaleX(0);
    opacity:0;
  }
}

/* планшеты */
@media screen and (max-width:960px){
  .yc-wrap{
    gap:14px;
  }

  .yc-btn{
    padding:20px 22px;
    min-height:66px;
    font-size:13px;
    letter-spacing:.1em;
  }
}

/* мобильная версия: 2 сверху, 1 снизу */
@media screen and (max-width:640px){
  .yc-wrap{
    grid-template-columns:repeat(2, 1fr);
    gap:12px;
  }

  .yc-btn{
    padding:18px 16px;
    min-height:62px;
    font-size:12px;
    letter-spacing:.08em;
  }

  .yc-btn:nth-child(3){
    grid-column:1 / 3;
  }
}

/* очень узкие экраны */
@media screen and (max-width:390px){
  .yc-btn{
    padding:17px 12px;
    min-height:60px;
    font-size:11px;
    letter-spacing:.06em;
  }
}
</style>

<div class="yc-wrap">
  <a class="yc-btn" href="https://n1985933.yclients.com" target="_blank" rel="noopener">
    ЗАПИСАТЬСЯ ОНЛАЙН
  </a>

  <a class="yc-btn" href="tel:+79176488686">
    ПОЗВОНИТЬ МАСТЕРУ
  </a>

  <a class="yc-btn" href="https://t.me/viktoria_izoria" target="_blank" rel="noopener">
    НАПИСАТЬ МАСТЕРУ
  </a>
</div></div><div class="t-redactor__embedcode"><section class="master-contacts-section">
  <div class="master-contacts-card">
    <h3 class="master-contacts-title">Контакты мастера</h3>
 
    <p class="master-contacts-text">
      Актуальные способы связи:
    </p>
 
    <div class="master-contacts-list">
      <a class="master-contacts-item" href="tel:+79176488686">
        <span class="master-contacts-label">Телефон</span>
        <span class="master-contacts-value">+7 917 648-86-86</span>
      </a>
      <a class="master-contacts-item" href="https://t.me/viktoria_izoria" target="_blank" rel="noopener">
        <span class="master-contacts-label">Telegram</span>
        <span class="master-contacts-value">@viktoria_izoria</span>
      </a>
    </div>
  </div>
</section>
 
<style>
.master-contacts-section {
  width: 100%;
  margin: 56px 0 22px;
  padding: 0;
  box-sizing: border-box;
}
 
.master-contacts-card {
  width: 100%;
  padding: 42px 34px 44px;
  background: #e9bea6;
  border-radius: 28px;
  box-sizing: border-box;
  overflow: hidden;
}
 
.master-contacts-title {
  margin: 0 0 18px;
  color: #222;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 400;
}
 
.master-contacts-text {
  margin: 0 0 24px;
  color: #333;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 300;
}
 
.master-contacts-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
 
.master-contacts-item {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 74px;
  padding: 16px 30px;
  background: rgba(255, 255, 255, 0.42);
  border-radius: 22px;
  box-sizing: border-box;
  color: #222;
  text-decoration: none;
  transition: background .25s ease, transform .25s ease, opacity .25s ease;
}
 
.master-contacts-label {
  display: block;
  margin: 0 0 5px;
  color: rgba(34, 34, 34, .62);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: .08em;
  text-transform: uppercase;
}
 
.master-contacts-value {
  display: block;
  color: #222;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 300;
}
 
.master-contacts-item:hover {
  background: rgba(255, 255, 255, 0.58);
  transform: translateY(-1px);
}
 
@media (max-width: 960px) {
  .master-contacts-section {
    margin: 48px 0 20px;
  }
 
  .master-contacts-card {
    padding: 38px 28px 40px;
    border-radius: 26px;
  }
 
  .master-contacts-title {
    font-size: 29px;
  }
}
 
@media (max-width: 640px) {
  .master-contacts-section {
    margin: 40px 0 12px;
  }
 
  .master-contacts-card {
    padding: 32px 20px 34px;
    border-radius: 22px;
  }
 
  .master-contacts-title {
    margin-bottom: 14px;
    font-size: 25px;
  }
 
  .master-contacts-text {
    margin-bottom: 18px;
    font-size: 15px;
  }
 
  .master-contacts-list {
    gap: 10px;
  }
 
  .master-contacts-item {
    width: 100%;
    min-height: 64px;
    padding: 14px 18px;
    border-radius: 18px;
  }
 
  .master-contacts-label {
    font-size: 10px;
  }
 
  .master-contacts-value {
    font-size: 15px;
  }
}
 
@media (max-width: 420px) {
  .master-contacts-section {
    margin: 34px 0 6px;
  }
 
  .master-contacts-card {
    padding: 28px 16px 30px;
    border-radius: 20px;
  }
 
  .master-contacts-title {
    font-size: 22px;
  }
 
  .master-contacts-text,
  .master-contacts-value {
    font-size: 14px;
  }
}
</style></div><div class="t-redactor__embedcode"><section class="master-quote-section">
  <div class="master-quote-card">
    <div class="master-quote-bubble">
      <p class="master-quote-text">
        Всем привет! Меня зовут Виктория. В парикмахерском искусстве я уже более 20 лет,
        и для меня важно не просто сделать свою работу, а подарить вам комфорт и уверенность в себе.
      </p>

      <p class="master-quote-text">
        В своей работе я делаю акцент на здоровье ваших волос и результат, который сохранится надолго.
        Я с удовольствием подберу для вас идеальное окрашивание в любой технике, выполню стрижку под ваш
        образ жизни, а также делюсь опытом с коллегами на своих обучениях.
      </p>

      <p class="master-quote-final">
        Буду рада видеть вас в своем кресле!
      </p>
    </div>
  </div>
</section>

<style>
.master-quote-section {
  width: 100%;
  padding: 34px 0 0;
  box-sizing: border-box;
}

.master-quote-card {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.master-quote-bubble {
  width: 100%;
  padding: 32px 34px;
  background: #f5f5f5;
  border-radius: 28px;
  box-sizing: border-box;
}

.master-quote-text {
  margin: 0 0 16px;
  color: #222;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
}

.master-quote-final {
  margin: 20px 0 0;
  color: #222;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 400;
}

@media (max-width: 640px) {
  .master-quote-section {
    padding: 28px 0 0;
  }

  .master-quote-bubble {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .master-quote-text {
    font-size: 15px;
    line-height: 1.55;
  }

  .master-quote-final {
    font-size: 17px;
  }
}
</style>
</div><div class="t-redactor__embedcode"><section class="promo-master-section">
  <div class="promo-master-card">
    <h3 class="promo-master-title">
      «Знакомство с мастером»
    </h3>

    <p class="promo-master-text">
      Скидка 20% на комбо-услуги:
    </p>

    <div class="promo-master-list">
      <div class="promo-master-item">Уход + стрижка</div>
      <div class="promo-master-item">Окрашивание + уход</div>
      <div class="promo-master-item">Окрашивание + стрижка</div>
      <div class="promo-master-item">Окрашивание + стрижка + уход</div>
    </div>
  </div>
</section>

<style>
.promo-master-section {
  width: 100%;
  margin: 56px 0;
  padding: 0;
  box-sizing: border-box;
}

.promo-master-card {
  width: 100%;
  padding: 42px 34px 44px;
  background: #e9bea6;
  border-radius: 28px;
  box-sizing: border-box;
  overflow: hidden;
}

.promo-master-title {
  margin: 0 0 14px;
  color: #222;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 400;
}

.promo-master-text {
  margin: 0 0 22px;
  color: #222;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 300;
}

.promo-master-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.promo-master-item {
  padding: 14px 16px;
  background: rgba(255, 255, 255, .45);
  border-radius: 18px;
  color: #222;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 300;
  box-sizing: border-box;
}

@media (max-width: 960px) {
  .promo-master-section {
    margin: 48px 0;
  }

  .promo-master-card {
    padding: 38px 28px 40px;
    border-radius: 26px;
  }

  .promo-master-title {
    font-size: 29px;
  }
}

@media (max-width: 640px) {
  .promo-master-section {
    margin: 40px 0;
  }

  .promo-master-card {
    padding: 32px 20px 34px;
    border-radius: 22px;
  }

  .promo-master-title {
    margin-bottom: 12px;
    font-size: 25px;
  }

  .promo-master-text {
    margin-bottom: 18px;
    font-size: 15px;
  }

  .promo-master-list {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .promo-master-item {
    padding: 13px 14px;
    border-radius: 16px;
    font-size: 15px;
  }
}

@media (max-width: 420px) {
  .promo-master-section {
    margin: 34px 0;
  }

  .promo-master-card {
    padding: 28px 16px 30px;
    border-radius: 20px;
  }

  .promo-master-title {
    font-size: 22px;
  }

  .promo-master-text,
  .promo-master-item {
    font-size: 14px;
  }
}
</style></div><div class="t-redactor__embedcode"><section class="master-price-section">
  <div class="master-price-card">
    <div class="master-price-header">
      <h3 class="master-price-title">Прайс</h3>
      <p class="master-price-subtitle">Услуги мастера Виктории</p>
    </div>

    <div class="master-price-accordion">

      <!-- Окрашивание -->
      <details class="master-price-group">
        <summary class="master-price-toggle">
          <span>Окрашивание</span>
          <span class="master-price-arrow"></span>
        </summary>

        <div class="master-price-content">
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Airtouch original</div>
              <div class="master-price-time">5 ч</div>
            </div>
            <div class="master-price-cost">30 000 ₽</div>
          </div>

          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Total блонд</div>
              <div class="master-price-time">4 ч 30 мин</div>
            </div>
            <div class="master-price-cost">25 000 ₽</div>
          </div>

          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Выход из белого в русый</div>
              <div class="master-price-time">4 ч</div>
            </div>
            <div class="master-price-cost">20 000 ₽</div>
          </div>

          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Выход из черного</div>
              <div class="master-price-time">4 ч</div>
            </div>
            <div class="master-price-cost">50 000 ₽</div>
          </div>

          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Консультация</div>
              <div class="master-price-time">1 ч</div>
            </div>
            <div class="master-price-cost">По записи</div>
          </div>

          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Однотонное окрашивание — короткая длина</div>
              <div class="master-price-time">2 ч 30 мин</div>
            </div>
            <div class="master-price-cost">12 000 ₽</div>
          </div>

          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Однотонное окрашивание — средняя длина</div>
              <div class="master-price-time">3 ч</div>
            </div>
            <div class="master-price-cost">14 000 ₽</div>
          </div>

          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Однотонное окрашивание — длинные волосы</div>
              <div class="master-price-time">3 ч</div>
            </div>
            <div class="master-price-cost">15 000 ₽</div>
          </div>

          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Однотонное окрашивание — экстра длинные волосы</div>
              <div class="master-price-time">3 ч 30 мин</div>
            </div>
            <div class="master-price-cost">17 000 ₽</div>
          </div>

          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Работа с полосами и пятнами</div>
              <div class="master-price-time">4 ч</div>
            </div>
            <div class="master-price-cost">25 000 ₽</div>
          </div>

          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Сложная техника: шатуш, балаяж, мелирование</div>
              <div class="master-price-time">4 ч</div>
            </div>
            <div class="master-price-cost">25 000 ₽</div>
          </div>

          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Тонирование волос</div>
              <div class="master-price-time">1 ч 30 мин</div>
            </div>
            <div class="master-price-cost">12 000 ₽</div>
          </div>
        </div>
      </details>

      <!-- Долговременная укладка -->
      <details class="master-price-group">
        <summary class="master-price-toggle">
          <span>Долговременная укладка</span>
          <span class="master-price-arrow"></span>
        </summary>

        <div class="master-price-content">
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Авторская завивка</div>
              <div class="master-price-time">5 ч</div>
            </div>
            <div class="master-price-cost">25 000 ₽</div>
          </div>

          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Буфан</div>
              <div class="master-price-time">2 ч</div>
            </div>
            <div class="master-price-cost">9 000 ₽</div>
          </div>

          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Вертикальная завивка</div>
              <div class="master-price-time">4 ч</div>
            </div>
            <div class="master-price-cost">18 000 ₽</div>
          </div>

          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Горизонтальная завивка</div>
              <div class="master-price-time">3 ч</div>
            </div>
            <div class="master-price-cost">15 000 ₽</div>
          </div>
        </div>
      </details>

      <!-- Стрижка -->
      <details class="master-price-group">
        <summary class="master-price-toggle">
          <span>Стрижка</span>
          <span class="master-price-arrow"></span>
        </summary>

        <div class="master-price-content">
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Женская стрижка</div>
              <div class="master-price-time">1 ч</div>
            </div>
            <div class="master-price-cost">6 500 ₽</div>
          </div>

          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Мужская стрижка</div>
              <div class="master-price-time">1 ч</div>
            </div>
            <div class="master-price-cost">5 000 ₽</div>
          </div>

          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Стрижка челки</div>
              <div class="master-price-time">30 мин</div>
            </div>
            <div class="master-price-cost">2 000 ₽</div>
          </div>
        </div>
      </details>

      <!-- Укладка -->
      <details class="master-price-group">
        <summary class="master-price-toggle">
          <span>Укладка</span>
          <span class="master-price-arrow"></span>
        </summary>

        <div class="master-price-content">
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Укладка любой сложности</div>
              <div class="master-price-time">1 ч</div>
            </div>
            <div class="master-price-cost">4 000 ₽</div>
          </div>

          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Прическа любой сложности</div>
              <div class="master-price-time">1 ч 30 мин</div>
            </div>
            <div class="master-price-cost">8 000 ₽</div>
          </div>
        </div>
      </details>

      <!-- Уход -->
      <details class="master-price-group">
        <summary class="master-price-toggle">
          <span>Уход</span>
          <span class="master-price-arrow"></span>
        </summary>

        <div class="master-price-content">
          <div class="master-price-item master-price-item-large">
            <div class="master-price-info">
              <div class="master-price-name">Уход Artego</div>
              <div class="master-price-description">
                Восстановленные изнутри эластичные и шелковистые волосы, мощная защита от повреждений,
                объем и плотность, благородное сияние по всей длине, мягкость, увлажнение и ухоженный вид.
              </div>
              <div class="master-price-time">1 ч</div>
            </div>
            <div class="master-price-cost">7 000 ₽</div>
          </div>

          <div class="master-price-item master-price-item-large">
            <div class="master-price-info">
              <div class="master-price-name">TOKIO INKARAMI</div>
              <div class="master-price-description">
                Полная реконструкция волоса от стержня до кутикулы. Волосы становятся более эластичными,
                гладкими, блестящими и шелковистыми, уходит излишняя пушистость, сокращается время укладки.
                Эффект длится до 8 недель.
              </div>
              <div class="master-price-time">1 ч</div>
            </div>
            <div class="master-price-cost">15 000 ₽</div>
          </div>

          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Авторский уход</div>
              <div class="master-price-time">1 ч</div>
            </div>
            <div class="master-price-cost">15 000 ₽</div>
          </div>

          <div class="master-price-item master-price-item-large">
            <div class="master-price-info">
              <div class="master-price-name">Липидный уход</div>
              <div class="master-price-description">
                Восстановление структуры волосяного стержня с помощью средств, содержащих липиды.
                Пряди выглядят плотнее и ровнее, меньше пушатся и легче расчесываются.
              </div>
              <div class="master-price-time">40 мин</div>
            </div>
            <div class="master-price-cost">6 000 ₽</div>
          </div>

          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Реконструкция волос</div>
              <div class="master-price-time">30 мин</div>
            </div>
            <div class="master-price-cost">5 000 ₽</div>
          </div>

          <div class="master-price-item master-price-item-large">
            <div class="master-price-info">
              <div class="master-price-name">Счастье для волос</div>
              <div class="master-price-description">
                Восстановление волос на клеточном уровне. Подходит для истонченных, ломких и склонных
                к выпадению волос, помогает вернуть блеск и ухоженный вид.
              </div>
              <div class="master-price-time">1 ч</div>
            </div>
            <div class="master-price-cost">9 000 ₽</div>
          </div>
        </div>
      </details>

    </div>
  </div>
</section>

<style>
.master-price-section {
  width: 100%;
  margin: 56px 0;
  padding: 0;
  box-sizing: border-box;
}

.master-price-card {
  width: 100%;
  padding: 42px 34px 44px;
  background: #f5f5f5;
  border-radius: 28px;
  box-sizing: border-box;
  overflow: hidden;
}

.master-price-header {
  margin-bottom: 28px;
}

.master-price-title {
  margin: 0 0 8px;
  color: #222;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 400;
}

.master-price-subtitle {
  margin: 0;
  color: #777;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 300;
}

.master-price-accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.master-price-group {
  background: #ffffff;
  border-radius: 22px;
  overflow: hidden;
  box-sizing: border-box;
}

.master-price-toggle {
  width: 100%;
  min-height: 66px;
  padding: 20px 22px;
  border: none;
  outline: none;
  background: #ffffff;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  text-align: left;
  box-sizing: border-box;
  list-style: none;
}

.master-price-toggle::-webkit-details-marker {
  display: none;
}

.master-price-toggle::marker {
  display: none;
  content: "";
}

.master-price-toggle span:first-child {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 500;
}

.master-price-arrow {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: #f2f2f2;
  position: relative;
  transition: transform .25s ease, background .25s ease;
}

.master-price-arrow::before,
.master-price-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #222;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  transition: transform .25s ease;
}

.master-price-arrow::before {
  width: 13px;
  height: 1.5px;
}

.master-price-arrow::after {
  width: 1.5px;
  height: 13px;
}

.master-price-group[open] .master-price-arrow {
  transform: rotate(180deg);
  background: #e9bea6;
}

.master-price-group[open] .master-price-arrow::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.master-price-content {
  padding: 0 22px 22px;
  box-sizing: border-box;
}

.master-price-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  padding: 18px 0;
  border-top: 1px solid rgba(0, 0, 0, .08);
}

.master-price-info {
  min-width: 0;
}

.master-price-name {
  color: #222;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 400;
}

.master-price-time {
  margin-top: 6px;
  color: #777;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 300;
}

.master-price-description {
  max-width: 760px;
  margin-top: 8px;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
}

.master-price-cost {
  white-space: nowrap;
  color: #222;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 400;
  text-align: right;
}

@media (max-width: 960px) {
  .master-price-section {
    margin: 48px 0;
  }

  .master-price-card {
    padding: 38px 28px 40px;
    border-radius: 26px;
  }

  .master-price-title {
    font-size: 30px;
  }

  .master-price-toggle span:first-child {
    font-size: 19px;
  }
}

@media (max-width: 640px) {
  .master-price-section {
    margin: 40px 0;
  }

  .master-price-card {
    padding: 32px 20px 34px;
    border-radius: 22px;
  }

  .master-price-header {
    margin-bottom: 24px;
  }

  .master-price-title {
    font-size: 26px;
  }

  .master-price-subtitle {
    font-size: 14px;
  }

  .master-price-group {
    border-radius: 18px;
  }

  .master-price-toggle {
    min-height: 58px;
    padding: 17px 18px;
  }

  .master-price-toggle span:first-child {
    font-size: 17px;
  }

  .master-price-arrow {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }

  .master-price-content {
    padding: 0 18px 18px;
  }

  .master-price-item {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px 0;
  }

  .master-price-name {
    font-size: 16px;
  }

  .master-price-time {
    font-size: 13px;
  }

  .master-price-description {
    font-size: 13px;
  }

  .master-price-cost {
    font-size: 16px;
    text-align: left;
  }
}

@media (max-width: 420px) {
  .master-price-section {
    margin: 34px 0;
  }

  .master-price-card {
    padding: 28px 16px 30px;
    border-radius: 20px;
  }

  .master-price-title {
    font-size: 24px;
  }

  .master-price-toggle {
    padding: 16px;
  }

  .master-price-toggle span:first-child {
    font-size: 16px;
  }

  .master-price-name,
  .master-price-cost {
    font-size: 15px;
  }
}
</style></div><div class="t-redactor__text">Работы мастера:</div><img src="https://static.tildacdn.com/tild6261-3663-4363-b763-393230656362/Frame_21.png"><img src="https://static.tildacdn.com/tild6631-3362-4234-b366-396161383565/Frame_23.png"><img src="https://static.tildacdn.com/tild6162-6264-4563-b361-643630633330/Frame_21.png">]]></turbo:content>
    </item>
    <item turbo="true">
      <title>Александр Рождественский</title>
      <link>https://cuteam.ru/beauty-master-victory-park/y24vudaam1-aleksandr-rozhdestvenskii</link>
      <amplink>https://cuteam.ru/beauty-master-victory-park/y24vudaam1-aleksandr-rozhdestvenskii?amp=true</amplink>
      <pubDate>Thu, 19 Feb 2026 16:10:00 +0300</pubDate>
      <category>акции</category>
      <category>м.Парк победы</category>
      <category>Москва</category>
      <category>парикмахер</category>
      <enclosure url="https://static.tildacdn.com/tild6333-3533-4461-b565-623932376335/29.png" type="image/png"/>
      <turbo:content><![CDATA[<header><h1>Александр Рождественский</h1></header><figure><img alt="" src="https://static.tildacdn.com/tild6333-3533-4461-b565-623932376335/29.png"/></figure><div class="t-redactor__embedcode"><style>
/* контейнер */
.yc-wrap{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.yc-wrap.yc-count-4{grid-template-columns:repeat(4,1fr);}
.yc-wrap.yc-count-2{grid-template-columns:repeat(2,1fr);}
.yc-wrap.yc-count-1{grid-template-columns:1fr;}
/* кнопка */
.yc-btn{--line:#000;--text:#000;position:relative;display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box;padding:20px 28px;min-height:66px;color:var(--text);background:transparent;border:none;text-decoration:none;font-family:"Gill Sans","GillSans","Gill Sans MT",Arial,sans-serif;font-weight:300;font-size:14px;letter-spacing:.12em;text-transform:uppercase;text-align:center;line-height:1.2;-webkit-tap-highlight-color:transparent;}
/* линии */
.yc-btn::before,.yc-btn::after{content:"";position:absolute;left:12%;right:12%;height:1px;background:var(--line);pointer-events:none;transform:scaleX(1);transition:transform 1s cubic-bezier(.25,.8,.25,1),opacity .7s ease;}
.yc-btn::before{top:4px;transform-origin:left center;}.yc-btn::after{bottom:4px;transform-origin:right center;}
/* hover */
.yc-btn:hover::before,.yc-btn:hover::after{transform:scaleX(0);opacity:0;}
/* mobile */
@media (hover:none){.yc-btn:active::before,.yc-btn:active::after{transform:scaleX(0);opacity:0;}}
/* планшеты */
@media screen and (max-width:960px){.yc-wrap{gap:14px;}.yc-wrap.yc-count-4{grid-template-columns:repeat(2,1fr);}.yc-btn{padding:20px 22px;min-height:66px;font-size:13px;letter-spacing:.1em;}}
/* мобильная версия */
@media screen and (max-width:640px){.yc-wrap{grid-template-columns:repeat(2,1fr);gap:12px;}.yc-btn{padding:18px 16px;min-height:62px;font-size:12px;letter-spacing:.08em;}.yc-btn:nth-child(3):last-child{grid-column:1 / 3;}}
/* очень узкие экраны */
@media screen and (max-width:390px){.yc-btn{padding:17px 12px;min-height:60px;font-size:11px;letter-spacing:.06em;}}
</style>
 
<div class="yc-wrap yc-count-2">
  <a class="yc-btn" href="https://n1981472.yclients.com" target="_blank" rel="noopener">
    ЗАПИСАТЬСЯ ОНЛАЙН
  </a>
 
  <a class="yc-btn" href="https://t.me/sky90210" target="_blank" rel="noopener">
    НАПИСАТЬ МАСТЕРУ
  </a>
</div>
</div><div class="t-redactor__embedcode"><section class="master-contacts-section">
  <div class="master-contacts-card">
    <h3 class="master-contacts-title">Контакты мастера</h3>
 
    <p class="master-contacts-text">
      Актуальные способы связи:
    </p>
 
    <div class="master-contacts-list">
      <a class="master-contacts-item" href="https://t.me/sky90210" target="_blank" rel="noopener">
        <span class="master-contacts-label">Telegram</span>
        <span class="master-contacts-value">@sky90210</span>
      </a>
    </div>
  </div>
</section>
 
<style>
.master-contacts-section {
  width: 100%;
  margin: 56px 0 22px;
  padding: 0;
  box-sizing: border-box;
}
 
.master-contacts-card {
  width: 100%;
  padding: 42px 34px 44px;
  background: #e9bea6;
  border-radius: 28px;
  box-sizing: border-box;
  overflow: hidden;
}
 
.master-contacts-title {
  margin: 0 0 18px;
  color: #222;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 400;
}
 
.master-contacts-text {
  margin: 0 0 24px;
  color: #333;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 300;
}
 
.master-contacts-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
 
.master-contacts-item {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 74px;
  padding: 16px 30px;
  background: rgba(255, 255, 255, 0.42);
  border-radius: 22px;
  box-sizing: border-box;
  color: #222;
  text-decoration: none;
  transition: background .25s ease, transform .25s ease, opacity .25s ease;
}
 
.master-contacts-label {
  display: block;
  margin: 0 0 5px;
  color: rgba(34, 34, 34, .62);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: .08em;
  text-transform: uppercase;
}
 
.master-contacts-value {
  display: block;
  color: #222;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 300;
}
 
.master-contacts-item:hover {
  background: rgba(255, 255, 255, 0.58);
  transform: translateY(-1px);
}
 
@media (max-width: 960px) {
  .master-contacts-section {
    margin: 48px 0 20px;
  }
 
  .master-contacts-card {
    padding: 38px 28px 40px;
    border-radius: 26px;
  }
 
  .master-contacts-title {
    font-size: 29px;
  }
}
 
@media (max-width: 640px) {
  .master-contacts-section {
    margin: 40px 0 12px;
  }
 
  .master-contacts-card {
    padding: 32px 20px 34px;
    border-radius: 22px;
  }
 
  .master-contacts-title {
    margin-bottom: 14px;
    font-size: 25px;
  }
 
  .master-contacts-text {
    margin-bottom: 18px;
    font-size: 15px;
  }
 
  .master-contacts-list {
    gap: 10px;
  }
 
  .master-contacts-item {
    width: 100%;
    min-height: 64px;
    padding: 14px 18px;
    border-radius: 18px;
  }
 
  .master-contacts-label {
    font-size: 10px;
  }
 
  .master-contacts-value {
    font-size: 15px;
  }
}
 
@media (max-width: 420px) {
  .master-contacts-section {
    margin: 34px 0 6px;
  }
 
  .master-contacts-card {
    padding: 28px 16px 30px;
    border-radius: 20px;
  }
 
  .master-contacts-title {
    font-size: 22px;
  }
 
  .master-contacts-text,
  .master-contacts-value {
    font-size: 14px;
  }
}
</style>
</div><div class="t-redactor__embedcode"><section class="master-quote-section">
  <div class="master-quote-card">
    <div class="master-quote-bubble">
      <p class="master-quote-text">
        Стилист, трихолог-эстетист, победитель российских чемпионатов в области парикмахерского искусства и участник проекта
«Битва салонов» на канале «Пятница». Выпускник академии Долорес. Трендсеттер Olaplex Russia.
      </p>
 
      <p class="master-quote-text">
        Участник документального фильма «От цирюльника до Салона» на телеканале Москва - 24. Систематически повышаю квалификацию и владею всеми современными техниками окрашивания. Учился и проходил стажировки у лучших мировых топ-стилистов.
      </p>
    </div>
  </div>
</section>
 
<style>
.master-quote-section{width:100%;padding:34px 0 0;box-sizing:border-box}.master-quote-card{width:100%;margin:0;box-sizing:border-box}.master-quote-bubble{width:100%;padding:32px 34px;background:#f5f5f5;border-radius:28px;box-sizing:border-box}.master-quote-text{margin:0 0 16px;color:#222;font-size:18px;line-height:1.6;font-weight:300}.master-quote-final{margin:20px 0 0;color:#222;font-size:20px;line-height:1.45;font-weight:400}@media (max-width:640px){.master-quote-section{padding:28px 0 0}.master-quote-bubble{padding:24px 20px;border-radius:22px}.master-quote-text{font-size:15px;line-height:1.55}.master-quote-final{font-size:17px}}
</style>
</div><div class="t-redactor__embedcode"><section class="promo-master-section">
  <div class="promo-master-card">
    <h3 class="promo-master-title">«Знакомство с мастером»</h3>
    <p class="promo-master-text">Актуальное предложение мастера:</p>
    <div class="promo-master-list">
      <div class="promo-master-item">Скидка 20% на все услуги</div>
    </div>
  </div>
</section>
 
<style>
.promo-master-section{width:100%;margin:56px 0;padding:0;box-sizing:border-box}.promo-master-card{width:100%;padding:42px 34px 44px;background:#e9bea6;border-radius:28px;box-sizing:border-box;overflow:hidden}.promo-master-title{margin:0 0 14px;color:#222;font-size:32px;line-height:1.15;font-weight:400}.promo-master-text{margin:0 0 22px;color:#222;font-size:18px;line-height:1.45;font-weight:300}.promo-master-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.promo-master-item{padding:14px 16px;background:rgba(255,255,255,.45);border-radius:18px;color:#222;font-size:16px;line-height:1.35;font-weight:300;box-sizing:border-box}@media (max-width:960px){.promo-master-section{margin:48px 0}.promo-master-card{padding:38px 28px 40px;border-radius:26px}.promo-master-title{font-size:29px}}@media (max-width:640px){.promo-master-section{margin:40px 0}.promo-master-card{padding:32px 20px 34px;border-radius:22px}.promo-master-title{margin-bottom:12px;font-size:25px}.promo-master-text{margin-bottom:18px;font-size:15px}.promo-master-list{grid-template-columns:1fr;gap:8px}.promo-master-item{padding:13px 14px;border-radius:16px;font-size:15px}}@media (max-width:420px){.promo-master-section{margin:34px 0}.promo-master-card{padding:28px 16px 30px;border-radius:20px}.promo-master-title{font-size:22px}.promo-master-text,.promo-master-item{font-size:14px}}
</style></div><div class="t-redactor__embedcode"><section class="master-price-section">
  <div class="master-price-card">
    <div class="master-price-header">
      <h3 class="master-price-title">Прайс</h3>
      <p class="master-price-subtitle">Услуги мастера Александр</p>
    </div>
    <div class="master-price-accordion">
      <details class="master-price-group">
        <summary class="master-price-toggle">
          <span>Окрашивание</span>
          <span class="master-price-arrow"></span>
        </summary>
        <div class="master-price-content">
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Контуринг</div>
              <div class="master-price-time">1 ч 30 мин</div>
            </div>
            <div class="master-price-cost">12 000 ₽</div>
          </div>
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">AirTouch (аиртач)</div>
              <div class="master-price-time">2 ч 30 мин</div>
            </div>
            <div class="master-price-cost">17 000 ₽</div>
          </div>
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Окрашивание корней</div>
              <div class="master-price-time">1 ч</div>
            </div>
            <div class="master-price-cost">5 000 ₽</div>
          </div>
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Тонирование</div>
              <div class="master-price-time">1 ч 30 мин</div>
            </div>
            <div class="master-price-cost">8 500 ₽</div>
          </div>
        </div>
      </details>
      <details class="master-price-group">
        <summary class="master-price-toggle">
          <span>Укладка / прически</span>
          <span class="master-price-arrow"></span>
        </summary>
        <div class="master-price-content">
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Укладка</div>
              <div class="master-price-time">1 ч</div>
            </div>
            <div class="master-price-cost">4 500 ₽</div>
          </div>
        </div>
      </details>
      <details class="master-price-group">
        <summary class="master-price-toggle">
          <span>Стрижка</span>
          <span class="master-price-arrow"></span>
        </summary>
        <div class="master-price-content">
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Стрижка</div>
              <div class="master-price-time">1 ч</div>
            </div>
            <div class="master-price-cost">5 000 ₽</div>
          </div>
        </div>
      </details>
    </div>
  </div>
</section>
 
<style>
.master-price-section{width:100%;margin:56px 0;padding:0;box-sizing:border-box}.master-price-card{width:100%;padding:42px 34px 44px;background:#f5f5f5;border-radius:28px;box-sizing:border-box;overflow:hidden}.master-price-header{margin-bottom:28px}.master-price-title{margin:0 0 8px;color:#222;font-size:34px;line-height:1.15;font-weight:400}.master-price-subtitle{margin:0;color:#777;font-size:16px;line-height:1.45;font-weight:300}.master-price-accordion{display:flex;flex-direction:column;gap:10px}.master-price-group{background:#fff;border-radius:22px;overflow:hidden;box-sizing:border-box}.master-price-toggle{width:100%;min-height:66px;padding:20px 22px;border:none;outline:none;background:#fff;color:#222;display:flex;align-items:center;justify-content:space-between;gap:18px;cursor:pointer;text-align:left;box-sizing:border-box;list-style:none}.master-price-toggle::-webkit-details-marker{display:none}.master-price-toggle::marker{display:none;content:""}.master-price-toggle span:first-child{font-size:20px;line-height:1.25;font-weight:500}.master-price-arrow{width:34px;height:34px;min-width:34px;border-radius:50%;background:#f2f2f2;position:relative;transition:transform .25s ease,background .25s ease}.master-price-arrow::before,.master-price-arrow::after{content:"";position:absolute;top:50%;left:50%;background:#222;border-radius:999px;transform:translate(-50%,-50%);transition:transform .25s ease}.master-price-arrow::before{width:13px;height:1.5px}.master-price-arrow::after{width:1.5px;height:13px}.master-price-group[open] .master-price-arrow{transform:rotate(180deg);background:#e9bea6}.master-price-group[open] .master-price-arrow::after{transform:translate(-50%,-50%) rotate(90deg)}.master-price-content{padding:0 22px 22px;box-sizing:border-box}.master-price-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:start;padding:18px 0;border-top:1px solid rgba(0,0,0,.08)}.master-price-info{min-width:0}.master-price-name{color:#222;font-size:17px;line-height:1.35;font-weight:400}.master-price-time{margin-top:6px;color:#777;font-size:14px;line-height:1.35;font-weight:300}.master-price-description{max-width:760px;margin-top:8px;color:#666;font-size:14px;line-height:1.5;font-weight:300}.master-price-cost{white-space:nowrap;color:#222;font-size:17px;line-height:1.35;font-weight:400;text-align:right}@media (max-width:960px){.master-price-section{margin:48px 0}.master-price-card{padding:38px 28px 40px;border-radius:26px}.master-price-title{font-size:30px}.master-price-toggle span:first-child{font-size:19px}}@media (max-width:640px){.master-price-section{margin:40px 0}.master-price-card{padding:32px 20px 34px;border-radius:22px}.master-price-header{margin-bottom:24px}.master-price-title{font-size:26px}.master-price-subtitle{font-size:14px}.master-price-group{border-radius:18px}.master-price-toggle{min-height:58px;padding:17px 18px}.master-price-toggle span:first-child{font-size:17px}.master-price-arrow{width:30px;height:30px;min-width:30px}.master-price-content{padding:0 18px 18px}.master-price-item{grid-template-columns:1fr;gap:8px;padding:16px 0}.master-price-name{font-size:16px}.master-price-time{font-size:13px}.master-price-description{font-size:13px}.master-price-cost{font-size:16px;text-align:left}}@media (max-width:420px){.master-price-section{margin:34px 0}.master-price-card{padding:28px 16px 30px;border-radius:20px}.master-price-title{font-size:24px}.master-price-toggle{padding:16px}.master-price-toggle span:first-child{font-size:16px}.master-price-name,.master-price-cost{font-size:15px}}
</style>
</div><div class="t-redactor__text">Работы мастера:</div><img src="https://static.tildacdn.com/tild3366-3565-4261-b766-656238326436/Frame_19.png">]]></turbo:content>
    </item>
    <item turbo="true">
      <title>Александр Орлюк</title>
      <link>https://cuteam.ru/beauty-master-victory-park/ezg5gjl6v1-aleksandr-orlyuk</link>
      <amplink>https://cuteam.ru/beauty-master-victory-park/ezg5gjl6v1-aleksandr-orlyuk?amp=true</amplink>
      <pubDate>Mon, 04 May 2026 21:18:00 +0300</pubDate>
      <category>акции</category>
      <category>м.Парк победы</category>
      <category>Москва</category>
      <category>визажист</category>
      <category>бровист</category>
      <enclosure url="https://static.tildacdn.com/tild3531-3830-4232-b665-643466613532/66.png" type="image/png"/>
      <turbo:content><![CDATA[<header><h1>Александр Орлюк</h1></header><figure><img alt="" src="https://static.tildacdn.com/tild3531-3830-4232-b665-643466613532/66.png"/></figure><div class="t-redactor__embedcode"><!-- БЛОК 1: КНОПКИ -->
<style>
/* контейнер */
.yc-wrap{
  width:100%;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.yc-wrap.yc-count-4{
  grid-template-columns:repeat(4,1fr);
  gap:10px;
}

.yc-wrap.yc-count-2{grid-template-columns:repeat(2,1fr);}
.yc-wrap.yc-count-1{grid-template-columns:1fr;}

/* кнопка */
.yc-btn{
  --line:#000;
  --text:#000;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  box-sizing:border-box;
  padding:20px 28px;
  min-height:66px;
  color:var(--text);
  background:transparent;
  border:none;
  text-decoration:none;
  font-family:"Gill Sans","GillSans","Gill Sans MT",Arial,sans-serif;
  font-weight:300;
  font-size:14px;
  letter-spacing:.12em;
  text-transform:uppercase;
  text-align:center;
  line-height:1.2;
  white-space:nowrap;
  -webkit-tap-highlight-color:transparent;
}

/* специально для 4 кнопок на ПК */
.yc-wrap.yc-count-4 .yc-btn{
  padding:18px 12px;
  min-height:62px;
  font-size:12px;
  letter-spacing:.075em;
}

/* линии */
.yc-btn::before,
.yc-btn::after{
  content:"";
  position:absolute;
  left:12%;
  right:12%;
  height:1px;
  background:var(--line);
  pointer-events:none;
  transform:scaleX(1);
  transition:transform 1s cubic-bezier(.25,.8,.25,1),opacity .7s ease;
}

.yc-wrap.yc-count-4 .yc-btn::before,
.yc-wrap.yc-count-4 .yc-btn::after{
  left:9%;
  right:9%;
}

.yc-btn::before{
  top:4px;
  transform-origin:left center;
}

.yc-btn::after{
  bottom:4px;
  transform-origin:right center;
}

/* hover */
.yc-btn:hover::before,
.yc-btn:hover::after{
  transform:scaleX(0);
  opacity:0;
}

/* mobile tap */
@media (hover:none){
  .yc-btn:active::before,
  .yc-btn:active::after{
    transform:scaleX(0);
    opacity:0;
  }
}

/* планшеты */
@media screen and (max-width:960px){
  .yc-wrap{
    gap:14px;
  }

  .yc-wrap.yc-count-4{
    grid-template-columns:repeat(2,1fr);
    gap:14px;
  }

  .yc-btn,
  .yc-wrap.yc-count-4 .yc-btn{
    padding:20px 22px;
    min-height:66px;
    font-size:13px;
    letter-spacing:.1em;
    white-space:normal;
  }
}

/* мобильная версия */
@media screen and (max-width:640px){
  .yc-wrap,
  .yc-wrap.yc-count-4{
    grid-template-columns:repeat(2,1fr);
    gap:12px;
  }

  .yc-btn,
  .yc-wrap.yc-count-4 .yc-btn{
    padding:18px 16px;
    min-height:62px;
    font-size:12px;
    letter-spacing:.08em;
    white-space:normal;
  }

  .yc-btn:nth-child(3):last-child{
    grid-column:1 / 3;
  }
}

/* очень узкие экраны */
@media screen and (max-width:390px){
  .yc-btn,
  .yc-wrap.yc-count-4 .yc-btn{
    padding:17px 12px;
    min-height:60px;
    font-size:11px;
    letter-spacing:.06em;
  }
}
</style>

<div class="yc-wrap yc-count-4">
  <a class="yc-btn" href="https://n2179989.yclients.com" target="_blank" rel="noopener">
    ЗАПИСАТЬСЯ ОНЛАЙН
  </a>

  <a class="yc-btn" href="tel:89268322013">
    ПОЗВОНИТЬ МАСТЕРУ
  </a>

  <a class="yc-btn" href="https://t.me/Hiiamalexander" target="_blank" rel="noopener">
    НАПИСАТЬ МАСТЕРУ
  </a>

  <a class="yc-btn" href="https://www.instagram.com/mister.makeup" target="_blank" rel="noopener">
    СОЦСЕТЬ МАСТЕРА
  </a>
</div></div><div class="t-redactor__embedcode"><section class="master-contacts-section">
  <div class="master-contacts-card">
    <h3 class="master-contacts-title">Контакты мастера</h3>
 
    <p class="master-contacts-text">
      Актуальные способы связи:
    </p>
 
    <div class="master-contacts-list">
      <a class="master-contacts-item" href="tel:+79268322013">
        <span class="master-contacts-label">Телефон</span>
        <span class="master-contacts-value">+7 926 832-20-13</span>
      </a>

      <a class="master-contacts-item" href="https://t.me/Hiiamalexander" target="_blank" rel="noopener">
        <span class="master-contacts-label">Telegram</span>
        <span class="master-contacts-value">@Hiiamalexander</span>
      </a>

      <a class="master-contacts-item" href="https://www.instagram.com/mister.makeup" target="_blank" rel="noopener">
        <span class="master-contacts-label">Instagram</span>
        <span class="master-contacts-value">@mister.makeup</span>
      </a>
    </div>
  </div>
</section>
 
<style>
.master-contacts-section {
  width: 100%;
  margin: 56px 0 22px;
  padding: 0;
  box-sizing: border-box;
}
 
.master-contacts-card {
  width: 100%;
  padding: 42px 34px 44px;
  background: #e9bea6;
  border-radius: 28px;
  box-sizing: border-box;
  overflow: hidden;
}
 
.master-contacts-title {
  margin: 0 0 18px;
  color: #222;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 400;
}
 
.master-contacts-text {
  margin: 0 0 24px;
  color: #333;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 300;
}
 
.master-contacts-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
 
.master-contacts-item {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 74px;
  padding: 16px 30px;
  background: rgba(255, 255, 255, 0.42);
  border-radius: 22px;
  box-sizing: border-box;
  color: #222;
  text-decoration: none;
  transition: background .25s ease, transform .25s ease, opacity .25s ease;
}
 
.master-contacts-label {
  display: block;
  margin: 0 0 5px;
  color: rgba(34, 34, 34, .62);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: .08em;
  text-transform: uppercase;
}
 
.master-contacts-value {
  display: block;
  color: #222;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 300;
}
 
.master-contacts-item:hover {
  background: rgba(255, 255, 255, 0.58);
  transform: translateY(-1px);
}
 
@media (max-width: 960px) {
  .master-contacts-section {
    margin: 48px 0 20px;
  }
 
  .master-contacts-card {
    padding: 38px 28px 40px;
    border-radius: 26px;
  }
 
  .master-contacts-title {
    font-size: 29px;
  }
}
 
@media (max-width: 640px) {
  .master-contacts-section {
    margin: 40px 0 12px;
  }
 
  .master-contacts-card {
    padding: 32px 20px 34px;
    border-radius: 22px;
  }
 
  .master-contacts-title {
    margin-bottom: 14px;
    font-size: 25px;
  }
 
  .master-contacts-text {
    margin-bottom: 18px;
    font-size: 15px;
  }
 
  .master-contacts-list {
    gap: 10px;
  }
 
  .master-contacts-item {
    width: 100%;
    min-height: 64px;
    padding: 14px 18px;
    border-radius: 18px;
  }
 
  .master-contacts-label {
    font-size: 10px;
  }
 
  .master-contacts-value {
    font-size: 15px;
  }
}
 
@media (max-width: 420px) {
  .master-contacts-section {
    margin: 34px 0 6px;
  }
 
  .master-contacts-card {
    padding: 28px 16px 30px;
    border-radius: 20px;
  }
 
  .master-contacts-title {
    font-size: 22px;
  }
 
  .master-contacts-text,
  .master-contacts-value {
    font-size: 14px;
  }
}
</style></div><div class="t-redactor__embedcode"><section class="master-quote-section">
  <div class="master-quote-card">
    <div class="master-quote-bubble">
      <p class="master-quote-text">
        Меня зовут Александр Орлюк - я визажист с более чем 10-летним опытом в бьюти-индустрии.
Съёмки, частные клиенты и коммерческие проекты сформировали мой профессиональный опыт.
      </p>
 
      <p class="master-quote-text">
        В моей практике - сотрудничество с Krygina Cosmetics и Keep Looking, Золотое Яблоко, Рив Гош и публикации в модных журнальных изданиях как часть пути, который усилил насмотренность и точность в работе с образом.
      </p>
 
      <p class="master-quote-text">
        Для меня макияж - это способ подчеркнуть достоинства, не меняя лицо.
      </p>
 
      <p class="master-quote-text">
        Я работаю так, чтобы лицо выглядело гармоничным, свежим и модным — без лишнего, но с вниманием к каждой детали.
      </p>
 
      <p class="master-quote-text">
        В своей работе я всегда отталкиваюсь от индивидуальности человек, сохраняя баланс между актуальностью и характером внешности. Мой подход - это внимание к деталям, которые формируют целостное впечатление.
      </p>
    </div>
  </div>
</section>
 
<style>
.master-quote-section{width:100%;padding:34px 0 0;box-sizing:border-box}.master-quote-card{width:100%;margin:0;box-sizing:border-box}.master-quote-bubble{width:100%;padding:32px 34px;background:#f5f5f5;border-radius:28px;box-sizing:border-box}.master-quote-text{margin:0 0 16px;color:#222;font-size:18px;line-height:1.6;font-weight:300}.master-quote-final{margin:20px 0 0;color:#222;font-size:20px;line-height:1.45;font-weight:400}@media (max-width:640px){.master-quote-section{padding:28px 0 0}.master-quote-bubble{padding:24px 20px;border-radius:22px}.master-quote-text{font-size:15px;line-height:1.55}.master-quote-final{font-size:17px}}
</style></div><div class="t-redactor__embedcode"><section class="promo-master-section">
  <div class="promo-master-card">
    <h3 class="promo-master-title">«Знакомство с мастером»</h3>
    <p class="promo-master-text">Актуальное предложение мастера:</p>
    <div class="promo-master-list">
      <div class="promo-master-item">-10% новым клиентам на любую услугу</div>
    </div>
  </div>
</section>
 
<style>
.promo-master-section{width:100%;margin:56px 0;padding:0;box-sizing:border-box}.promo-master-card{width:100%;padding:42px 34px 44px;background:#e9bea6;border-radius:28px;box-sizing:border-box;overflow:hidden}.promo-master-title{margin:0 0 14px;color:#222;font-size:32px;line-height:1.15;font-weight:400}.promo-master-text{margin:0 0 22px;color:#222;font-size:18px;line-height:1.45;font-weight:300}.promo-master-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.promo-master-item{padding:14px 16px;background:rgba(255,255,255,.45);border-radius:18px;color:#222;font-size:16px;line-height:1.35;font-weight:300;box-sizing:border-box}@media (max-width:960px){.promo-master-section{margin:48px 0}.promo-master-card{padding:38px 28px 40px;border-radius:26px}.promo-master-title{font-size:29px}}@media (max-width:640px){.promo-master-section{margin:40px 0}.promo-master-card{padding:32px 20px 34px;border-radius:22px}.promo-master-title{margin-bottom:12px;font-size:25px}.promo-master-text{margin-bottom:18px;font-size:15px}.promo-master-list{grid-template-columns:1fr;gap:8px}.promo-master-item{padding:13px 14px;border-radius:16px;font-size:15px}}@media (max-width:420px){.promo-master-section{margin:34px 0}.promo-master-card{padding:28px 16px 30px;border-radius:20px}.promo-master-title{font-size:22px}.promo-master-text,.promo-master-item{font-size:14px}}
</style></div><div class="t-redactor__embedcode"><section class="master-price-section">
  <div class="master-price-card">
    <div class="master-price-header">
      <h3 class="master-price-title">Прайс</h3>
      <p class="master-price-subtitle">Услуги мастера Александр</p>
    </div>

    <div class="master-price-accordion">

      <details class="master-price-group">
        <summary class="master-price-toggle">
          <span>Макияж</span>
          <span class="master-price-arrow"></span>
        </summary>

        <div class="master-price-content">
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Вечерний макияж</div>
            </div>
            <div class="master-price-cost">8 000 ₽</div>
          </div>

          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Дневной макияж</div>
            </div>
            <div class="master-price-cost">7 000 ₽</div>
          </div>

          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Урок по макияжу для себя</div>
            </div>
            <div class="master-price-cost">15 000 ₽</div>
          </div>
        </div>
      </details>

      <details class="master-price-group">
        <summary class="master-price-toggle">
          <span>Брови</span>
          <span class="master-price-arrow"></span>
        </summary>

        <div class="master-price-content">
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Коррекция бровей</div>
            </div>
            <div class="master-price-cost">2 800 ₽</div>
          </div>

          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Окрашивание бровей</div>
            </div>
            <div class="master-price-cost">2 800 ₽</div>
          </div>

          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Коррекция и окрашивание бровей</div>
            </div>
            <div class="master-price-cost">5 000 ₽</div>
          </div>

          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Окрашивание ресниц</div>
            </div>
            <div class="master-price-cost">2 800 ₽</div>
          </div>

          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Осветление бровей</div>
            </div>
            <div class="master-price-cost">2 800 ₽</div>
          </div>

          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Депиляция верхней губы</div>
            </div>
            <div class="master-price-cost">1 500 ₽</div>
          </div>

          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Долговременная укладка бровей</div>
            </div>
            <div class="master-price-cost">5 500 ₽</div>
          </div>

          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Счастье для бровей</div>
            </div>
            <div class="master-price-cost">2 500 ₽</div>
          </div>
        </div>
      </details>

    </div>
  </div>
</section>

<style>
.master-price-section{width:100%;margin:56px 0;padding:0;box-sizing:border-box}.master-price-card{width:100%;padding:42px 34px 44px;background:#f5f5f5;border-radius:28px;box-sizing:border-box;overflow:hidden}.master-price-header{margin-bottom:28px}.master-price-title{margin:0 0 8px;color:#222;font-size:34px;line-height:1.15;font-weight:400}.master-price-subtitle{margin:0;color:#777;font-size:16px;line-height:1.45;font-weight:300}.master-price-accordion{display:flex;flex-direction:column;gap:10px}.master-price-group{background:#fff;border-radius:22px;overflow:hidden;box-sizing:border-box}.master-price-toggle{width:100%;min-height:66px;padding:20px 22px;border:none;outline:none;background:#fff;color:#222;display:flex;align-items:center;justify-content:space-between;gap:18px;cursor:pointer;text-align:left;box-sizing:border-box;list-style:none}.master-price-toggle::-webkit-details-marker{display:none}.master-price-toggle::marker{display:none;content:""}.master-price-toggle span:first-child{font-size:20px;line-height:1.25;font-weight:500}.master-price-arrow{width:34px;height:34px;min-width:34px;border-radius:50%;background:#f2f2f2;position:relative;transition:transform .25s ease,background .25s ease}.master-price-arrow::before,.master-price-arrow::after{content:"";position:absolute;top:50%;left:50%;background:#222;border-radius:999px;transform:translate(-50%,-50%);transition:transform .25s ease}.master-price-arrow::before{width:13px;height:1.5px}.master-price-arrow::after{width:1.5px;height:13px}.master-price-group[open] .master-price-arrow{transform:rotate(180deg);background:#e9bea6}.master-price-group[open] .master-price-arrow::after{transform:translate(-50%,-50%) rotate(90deg)}.master-price-content{padding:0 22px 22px;box-sizing:border-box}.master-price-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:start;padding:18px 0;border-top:1px solid rgba(0,0,0,.08)}.master-price-info{min-width:0}.master-price-name{color:#222;font-size:17px;line-height:1.35;font-weight:400}.master-price-time{margin-top:6px;color:#777;font-size:14px;line-height:1.35;font-weight:300}.master-price-description{max-width:760px;margin-top:8px;color:#666;font-size:14px;line-height:1.5;font-weight:300}.master-price-cost{white-space:nowrap;color:#222;font-size:17px;line-height:1.35;font-weight:400;text-align:right}@media (max-width:960px){.master-price-section{margin:48px 0}.master-price-card{padding:38px 28px 40px;border-radius:26px}.master-price-title{font-size:30px}.master-price-toggle span:first-child{font-size:19px}}@media (max-width:640px){.master-price-section{margin:40px 0}.master-price-card{padding:32px 20px 34px;border-radius:22px}.master-price-header{margin-bottom:24px}.master-price-title{font-size:26px}.master-price-subtitle{font-size:14px}.master-price-group{border-radius:18px}.master-price-toggle{min-height:58px;padding:17px 18px}.master-price-toggle span:first-child{font-size:17px}.master-price-arrow{width:30px;height:30px;min-width:30px}.master-price-content{padding:0 18px 18px}.master-price-item{grid-template-columns:1fr;gap:8px;padding:16px 0}.master-price-name{font-size:16px}.master-price-time{font-size:13px}.master-price-description{font-size:13px}.master-price-cost{font-size:16px;text-align:left}}@media (max-width:420px){.master-price-section{margin:34px 0}.master-price-card{padding:28px 16px 30px;border-radius:20px}.master-price-title{font-size:24px}.master-price-toggle{padding:16px}.master-price-toggle span:first-child{font-size:16px}.master-price-name,.master-price-cost{font-size:15px}}
</style></div><div class="t-redactor__text">Работы мастера:</div><img src="https://static.tildacdn.com/tild6463-3565-4365-b333-316635633139/Frame_99_1.png"><img src="https://static.tildacdn.com/tild6634-3064-4265-b866-623035663466/Frame_103.png"><img src="https://static.tildacdn.com/tild3562-6636-4330-a638-373635363832/Frame_86.png"><img src="https://static.tildacdn.com/tild6231-3437-4333-b437-653739616461/Frame_87.png"><img src="https://static.tildacdn.com/tild3134-3039-4232-b037-333738653863/Frame_88.png"><img src="https://static.tildacdn.com/tild6333-3931-4433-b832-636363363266/Frame_89.png"><img src="https://static.tildacdn.com/tild3064-3562-4037-b562-346166616339/Frame_93.png"><img src="https://static.tildacdn.com/tild3938-6564-4230-a139-393731353733/Frame_94.png"><img src="https://static.tildacdn.com/tild3937-6137-4639-a165-366462343530/Frame_95.png"><img src="https://static.tildacdn.com/tild3066-3163-4564-a465-396433343338/Frame_96.png"><img src="https://static.tildacdn.com/tild3739-3136-4663-b532-646462396566/Frame_97.png"><img src="https://static.tildacdn.com/tild6566-3465-4438-b565-643433363334/Frame_98.png">]]></turbo:content>
    </item>
    <item turbo="true">
      <title>Александр Cеваев</title>
      <link>https://cuteam.ru/beauty-master-victory-park/etmk9kst11-aleksandr-cevaev</link>
      <amplink>https://cuteam.ru/beauty-master-victory-park/etmk9kst11-aleksandr-cevaev?amp=true</amplink>
      <pubDate>Thu, 26 Mar 2026 15:36:00 +0300</pubDate>
      <category>акции</category>
      <category>м.Парк победы</category>
      <category>Москва</category>
      <category>парикмахер</category>
      <enclosure url="https://static.tildacdn.com/tild6165-3966-4439-b061-333337336134/60.png" type="image/png"/>
      <turbo:content><![CDATA[<header><h1>Александр Cеваев</h1></header><figure><img alt="" src="https://static.tildacdn.com/tild6165-3966-4439-b061-333337336134/60.png"/></figure><div class="t-redactor__embedcode"><!-- БЛОК 1: КНОПКИ -->
<style>
/* контейнер */
.yc-wrap{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.yc-wrap.yc-count-4{grid-template-columns:repeat(4,1fr);}
.yc-wrap.yc-count-2{grid-template-columns:repeat(2,1fr);}
.yc-wrap.yc-count-1{grid-template-columns:1fr;}
/* кнопка */
.yc-btn{--line:#000;--text:#000;position:relative;display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box;padding:20px 28px;min-height:66px;color:var(--text);background:transparent;border:none;text-decoration:none;font-family:"Gill Sans","GillSans","Gill Sans MT",Arial,sans-serif;font-weight:300;font-size:14px;letter-spacing:.12em;text-transform:uppercase;text-align:center;line-height:1.2;-webkit-tap-highlight-color:transparent;}
/* линии */
.yc-btn::before,.yc-btn::after{content:"";position:absolute;left:12%;right:12%;height:1px;background:var(--line);pointer-events:none;transform:scaleX(1);transition:transform 1s cubic-bezier(.25,.8,.25,1),opacity .7s ease;}
.yc-btn::before{top:4px;transform-origin:left center;}.yc-btn::after{bottom:4px;transform-origin:right center;}
/* hover */
.yc-btn:hover::before,.yc-btn:hover::after{transform:scaleX(0);opacity:0;}
/* mobile */
@media (hover:none){.yc-btn:active::before,.yc-btn:active::after{transform:scaleX(0);opacity:0;}}
/* планшеты */
@media screen and (max-width:960px){.yc-wrap{gap:14px;}.yc-wrap.yc-count-4{grid-template-columns:repeat(2,1fr);}.yc-btn{padding:20px 22px;min-height:66px;font-size:13px;letter-spacing:.1em;}}
/* мобильная версия */
@media screen and (max-width:640px){.yc-wrap{grid-template-columns:repeat(2,1fr);gap:12px;}.yc-btn{padding:18px 16px;min-height:62px;font-size:12px;letter-spacing:.08em;}.yc-btn:nth-child(3):last-child{grid-column:1 / 3;}}
/* очень узкие экраны */
@media screen and (max-width:390px){.yc-btn{padding:17px 12px;min-height:60px;font-size:11px;letter-spacing:.06em;}}
</style>
 
<div class="yc-wrap yc-count-3">
  <a class="yc-btn" href="https://n1990062.yclients.com" target="_blank" rel="noopener">
    ЗАПИСАТЬСЯ ОНЛАЙН
  </a>
 
  <a class="yc-btn" href="tel:+79265763177">
    ПОЗВОНИТЬ МАСТЕРУ
  </a>
 
  <a class="yc-btn" href="https://www.instagram.com/sevaev?igsh=dGVhNHFxcDgwemJv&amp;utm_source=qr" target="_blank" rel="noopener">
    СОЦСЕТЬ МАСТЕРА
  </a>
</div>
</div><div class="t-redactor__embedcode"><section class="master-contacts-section">
  <div class="master-contacts-card">
    <h3 class="master-contacts-title">Контакты мастера</h3>
 
    <p class="master-contacts-text">
      Актуальные способы связи:
    </p>
 
    <div class="master-contacts-list">
      <a class="master-contacts-item" href="tel:+79265763177">
        <span class="master-contacts-label">Телефон</span>
        <span class="master-contacts-value">+7 926 576-31-77</span>
      </a>
      <a class="master-contacts-item" href="https://www.instagram.com/sevaev?igsh=dGVhNHFxcDgwemJv&amp;utm_source=qr" target="_blank" rel="noopener">
        <span class="master-contacts-label">Instagram</span>
        <span class="master-contacts-value">@sevaev</span>
      </a>
    </div>
  </div>
</section>
 
<style>
.master-contacts-section {
  width: 100%;
  margin: 56px 0 22px;
  padding: 0;
  box-sizing: border-box;
}
 
.master-contacts-card {
  width: 100%;
  padding: 42px 34px 44px;
  background: #e9bea6;
  border-radius: 28px;
  box-sizing: border-box;
  overflow: hidden;
}
 
.master-contacts-title {
  margin: 0 0 18px;
  color: #222;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 400;
}
 
.master-contacts-text {
  margin: 0 0 24px;
  color: #333;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 300;
}
 
.master-contacts-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
 
.master-contacts-item {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 74px;
  padding: 16px 30px;
  background: rgba(255, 255, 255, 0.42);
  border-radius: 22px;
  box-sizing: border-box;
  color: #222;
  text-decoration: none;
  transition: background .25s ease, transform .25s ease, opacity .25s ease;
}
 
.master-contacts-label {
  display: block;
  margin: 0 0 5px;
  color: rgba(34, 34, 34, .62);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: .08em;
  text-transform: uppercase;
}
 
.master-contacts-value {
  display: block;
  color: #222;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 300;
}
 
.master-contacts-item:hover {
  background: rgba(255, 255, 255, 0.58);
  transform: translateY(-1px);
}
 
@media (max-width: 960px) {
  .master-contacts-section {
    margin: 48px 0 20px;
  }
 
  .master-contacts-card {
    padding: 38px 28px 40px;
    border-radius: 26px;
  }
 
  .master-contacts-title {
    font-size: 29px;
  }
}
 
@media (max-width: 640px) {
  .master-contacts-section {
    margin: 40px 0 12px;
  }
 
  .master-contacts-card {
    padding: 32px 20px 34px;
    border-radius: 22px;
  }
 
  .master-contacts-title {
    margin-bottom: 14px;
    font-size: 25px;
  }
 
  .master-contacts-text {
    margin-bottom: 18px;
    font-size: 15px;
  }
 
  .master-contacts-list {
    gap: 10px;
  }
 
  .master-contacts-item {
    width: 100%;
    min-height: 64px;
    padding: 14px 18px;
    border-radius: 18px;
  }
 
  .master-contacts-label {
    font-size: 10px;
  }
 
  .master-contacts-value {
    font-size: 15px;
  }
}
 
@media (max-width: 420px) {
  .master-contacts-section {
    margin: 34px 0 6px;
  }
 
  .master-contacts-card {
    padding: 28px 16px 30px;
    border-radius: 20px;
  }
 
  .master-contacts-title {
    font-size: 22px;
  }
 
  .master-contacts-text,
  .master-contacts-value {
    font-size: 14px;
  }
}
</style></div><div class="t-redactor__embedcode"><!-- БЛОК 2: ТЕКСТ МАСТЕРА -->
<section class="master-quote-section">
  <div class="master-quote-card">
    <div class="master-quote-bubble">
      <p class="master-quote-text">
        Всем привет!меня зовут Александр,я топ стилист с опытом работы 20 лет!
Работал в международной британской компании Toni&amp;Guy!
Владею всеми современными техниками стрижки,и подбора индивидуально под каждого клиента ,а также знание работы с кудрявыми волосами и создания полного образа!
      </p>
    </div>
  </div>
</section>
 
<style>
.master-quote-section{width:100%;padding:34px 0 0;box-sizing:border-box}.master-quote-card{width:100%;margin:0;box-sizing:border-box}.master-quote-bubble{width:100%;padding:32px 34px;background:#f5f5f5;border-radius:28px;box-sizing:border-box}.master-quote-text{margin:0 0 16px;color:#222;font-size:18px;line-height:1.6;font-weight:300}.master-quote-final{margin:20px 0 0;color:#222;font-size:20px;line-height:1.45;font-weight:400}@media (max-width:640px){.master-quote-section{padding:28px 0 0}.master-quote-bubble{padding:24px 20px;border-radius:22px}.master-quote-text{font-size:15px;line-height:1.55}.master-quote-final{font-size:17px}}
</style>
</div><div class="t-redactor__embedcode"><!-- БЛОК 3: АКЦИЯ -->
<section class="promo-master-section">
  <div class="promo-master-card">
    <h3 class="promo-master-title">«Знакомство с мастером»</h3>
    <p class="promo-master-text">Актуальное предложение мастера:</p>
    <div class="promo-master-list">
      <div class="promo-master-item">Скидка 20% на стрижку</div>
    </div>
  </div>
</section>
 
<style>
.promo-master-section{width:100%;margin:56px 0;padding:0;box-sizing:border-box}.promo-master-card{width:100%;padding:42px 34px 44px;background:#e9bea6;border-radius:28px;box-sizing:border-box;overflow:hidden}.promo-master-title{margin:0 0 14px;color:#222;font-size:32px;line-height:1.15;font-weight:400}.promo-master-text{margin:0 0 22px;color:#222;font-size:18px;line-height:1.45;font-weight:300}.promo-master-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.promo-master-item{padding:14px 16px;background:rgba(255,255,255,.45);border-radius:18px;color:#222;font-size:16px;line-height:1.35;font-weight:300;box-sizing:border-box}@media (max-width:960px){.promo-master-section{margin:48px 0}.promo-master-card{padding:38px 28px 40px;border-radius:26px}.promo-master-title{font-size:29px}}@media (max-width:640px){.promo-master-section{margin:40px 0}.promo-master-card{padding:32px 20px 34px;border-radius:22px}.promo-master-title{margin-bottom:12px;font-size:25px}.promo-master-text{margin-bottom:18px;font-size:15px}.promo-master-list{grid-template-columns:1fr;gap:8px}.promo-master-item{padding:13px 14px;border-radius:16px;font-size:15px}}@media (max-width:420px){.promo-master-section{margin:34px 0}.promo-master-card{padding:28px 16px 30px;border-radius:20px}.promo-master-title{font-size:22px}.promo-master-text,.promo-master-item{font-size:14px}}
</style>
</div><div class="t-redactor__embedcode"><!-- БЛОК 4: ПРАЙС -->
<section class="master-price-section">
  <div class="master-price-card">
    <div class="master-price-header">
      <h3 class="master-price-title">Прайс</h3>
      <p class="master-price-subtitle">Услуги мастера Александр</p>
    </div>
    <div class="master-price-accordion">
      <details class="master-price-group">
        <summary class="master-price-toggle">
          <span>Стрижка</span>
          <span class="master-price-arrow"></span>
        </summary>
        <div class="master-price-content">
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">стрижка мужская</div>
              <div class="master-price-time">1 ч 30 мин</div>
            </div>
            <div class="master-price-cost">6 500 ₽</div>
          </div>
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">стрижка мужская</div>
              <div class="master-price-time">1 ч</div>
            </div>
            <div class="master-price-cost">5 500 ₽</div>
          </div>
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">стрижка челки</div>
              <div class="master-price-time">30 мин</div>
            </div>
            <div class="master-price-cost">2 500 ₽</div>
          </div>
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">стрижка детская</div>
              <div class="master-price-time">1 ч</div>
            </div>
            <div class="master-price-cost">4 500 ₽</div>
          </div>
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">стрижка - 3.</div>
            </div>
            <div class="master-price-cost">600₽</div>
          </div>
        </div>
      </details>
      <details class="master-price-group">
        <summary class="master-price-toggle">
          <span>Акции / комплексы</span>
          <span class="master-price-arrow"></span>
        </summary>
        <div class="master-price-content">
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">АКЦИЯ Знакомство с мастером -20% на все стрижки</div>
              <div class="master-price-time">1 ч 30 мин</div>
            </div>
            <div class="master-price-cost">Стрижка женская - 5.200р Стрижка мужская - 4.400р Стрижка челки - 2.000р Детская</div>
          </div>
        </div>
      </details>
      <details class="master-price-group">
        <summary class="master-price-toggle">
          <span>Услуги</span>
          <span class="master-price-arrow"></span>
        </summary>
        <div class="master-price-content">
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">2 000 – 5 200 ₽</div>
            </div>
            <div class="master-price-cost">По записи</div>
          </div>
        </div>
      </details>
    </div>
  </div>
</section>
 
<style>
.master-price-section{width:100%;margin:56px 0;padding:0;box-sizing:border-box}.master-price-card{width:100%;padding:42px 34px 44px;background:#f5f5f5;border-radius:28px;box-sizing:border-box;overflow:hidden}.master-price-header{margin-bottom:28px}.master-price-title{margin:0 0 8px;color:#222;font-size:34px;line-height:1.15;font-weight:400}.master-price-subtitle{margin:0;color:#777;font-size:16px;line-height:1.45;font-weight:300}.master-price-accordion{display:flex;flex-direction:column;gap:10px}.master-price-group{background:#fff;border-radius:22px;overflow:hidden;box-sizing:border-box}.master-price-toggle{width:100%;min-height:66px;padding:20px 22px;border:none;outline:none;background:#fff;color:#222;display:flex;align-items:center;justify-content:space-between;gap:18px;cursor:pointer;text-align:left;box-sizing:border-box;list-style:none}.master-price-toggle::-webkit-details-marker{display:none}.master-price-toggle::marker{display:none;content:""}.master-price-toggle span:first-child{font-size:20px;line-height:1.25;font-weight:500}.master-price-arrow{width:34px;height:34px;min-width:34px;border-radius:50%;background:#f2f2f2;position:relative;transition:transform .25s ease,background .25s ease}.master-price-arrow::before,.master-price-arrow::after{content:"";position:absolute;top:50%;left:50%;background:#222;border-radius:999px;transform:translate(-50%,-50%);transition:transform .25s ease}.master-price-arrow::before{width:13px;height:1.5px}.master-price-arrow::after{width:1.5px;height:13px}.master-price-group[open] .master-price-arrow{transform:rotate(180deg);background:#e9bea6}.master-price-group[open] .master-price-arrow::after{transform:translate(-50%,-50%) rotate(90deg)}.master-price-content{padding:0 22px 22px;box-sizing:border-box}.master-price-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:start;padding:18px 0;border-top:1px solid rgba(0,0,0,.08)}.master-price-info{min-width:0}.master-price-name{color:#222;font-size:17px;line-height:1.35;font-weight:400}.master-price-time{margin-top:6px;color:#777;font-size:14px;line-height:1.35;font-weight:300}.master-price-description{max-width:760px;margin-top:8px;color:#666;font-size:14px;line-height:1.5;font-weight:300}.master-price-cost{white-space:nowrap;color:#222;font-size:17px;line-height:1.35;font-weight:400;text-align:right}@media (max-width:960px){.master-price-section{margin:48px 0}.master-price-card{padding:38px 28px 40px;border-radius:26px}.master-price-title{font-size:30px}.master-price-toggle span:first-child{font-size:19px}}@media (max-width:640px){.master-price-section{margin:40px 0}.master-price-card{padding:32px 20px 34px;border-radius:22px}.master-price-header{margin-bottom:24px}.master-price-title{font-size:26px}.master-price-subtitle{font-size:14px}.master-price-group{border-radius:18px}.master-price-toggle{min-height:58px;padding:17px 18px}.master-price-toggle span:first-child{font-size:17px}.master-price-arrow{width:30px;height:30px;min-width:30px}.master-price-content{padding:0 18px 18px}.master-price-item{grid-template-columns:1fr;gap:8px;padding:16px 0}.master-price-name{font-size:16px}.master-price-time{font-size:13px}.master-price-description{font-size:13px}.master-price-cost{font-size:16px;text-align:left}}@media (max-width:420px){.master-price-section{margin:34px 0}.master-price-card{padding:28px 16px 30px;border-radius:20px}.master-price-title{font-size:24px}.master-price-toggle{padding:16px}.master-price-toggle span:first-child{font-size:16px}.master-price-name,.master-price-cost{font-size:15px}}
</style>
</div><div class="t-redactor__text">Работы мастера:</div><img src="https://static.tildacdn.com/tild6434-3933-4537-b562-346337623736/Frame_59.png">]]></turbo:content>
    </item>
    <item turbo="true">
      <title>Светлана Конева</title>
      <link>https://cuteam.ru/beauty-master-victory-park/t1pitlkpy1-svetlana-koneva</link>
      <amplink>https://cuteam.ru/beauty-master-victory-park/t1pitlkpy1-svetlana-koneva?amp=true</amplink>
      <pubDate>Thu, 05 Mar 2026 17:23:00 +0300</pubDate>
      <category>м.Парк победы</category>
      <category>Москва</category>
      <category>моментальный загар</category>
      <enclosure url="https://static.tildacdn.com/tild3139-6335-4737-b963-306166386464/52.png" type="image/png"/>
      <turbo:content><![CDATA[<header><h1>Светлана Конева</h1></header><figure><img alt="" src="https://static.tildacdn.com/tild3139-6335-4737-b963-306166386464/52.png"/></figure><div class="t-redactor__embedcode"><!-- БЛОК 1: КНОПКИ -->
<style>
/* контейнер */
.yc-wrap{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.yc-wrap.yc-count-4{grid-template-columns:repeat(4,1fr);}
.yc-wrap.yc-count-2{grid-template-columns:repeat(2,1fr);}
.yc-wrap.yc-count-1{grid-template-columns:1fr;}
/* кнопка */
.yc-btn{--line:#000;--text:#000;position:relative;display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box;padding:20px 28px;min-height:66px;color:var(--text);background:transparent;border:none;text-decoration:none;font-family:"Gill Sans","GillSans","Gill Sans MT",Arial,sans-serif;font-weight:300;font-size:14px;letter-spacing:.12em;text-transform:uppercase;text-align:center;line-height:1.2;-webkit-tap-highlight-color:transparent;}
/* линии */
.yc-btn::before,.yc-btn::after{content:"";position:absolute;left:12%;right:12%;height:1px;background:var(--line);pointer-events:none;transform:scaleX(1);transition:transform 1s cubic-bezier(.25,.8,.25,1),opacity .7s ease;}
.yc-btn::before{top:4px;transform-origin:left center;}.yc-btn::after{bottom:4px;transform-origin:right center;}
/* hover */
.yc-btn:hover::before,.yc-btn:hover::after{transform:scaleX(0);opacity:0;}
/* mobile */
@media (hover:none){.yc-btn:active::before,.yc-btn:active::after{transform:scaleX(0);opacity:0;}}
/* планшеты */
@media screen and (max-width:960px){.yc-wrap{gap:14px;}.yc-wrap.yc-count-4{grid-template-columns:repeat(2,1fr);}.yc-btn{padding:20px 22px;min-height:66px;font-size:13px;letter-spacing:.1em;}}
/* мобильная версия */
@media screen and (max-width:640px){.yc-wrap{grid-template-columns:repeat(2,1fr);gap:12px;}.yc-btn{padding:18px 16px;min-height:62px;font-size:12px;letter-spacing:.08em;}.yc-btn:nth-child(3):last-child{grid-column:1 / 3;}}
/* очень узкие экраны */
@media screen and (max-width:390px){.yc-btn{padding:17px 12px;min-height:60px;font-size:11px;letter-spacing:.06em;}}
</style>
 
<div class="yc-wrap yc-count-3">
  <a class="yc-btn" href="https://n2004255.yclients.com" target="_blank" rel="noopener">
    ЗАПИСАТЬСЯ ОНЛАЙН
  </a>
 
  <a class="yc-btn" href="tel:89326016381">
    ПОЗВОНИТЬ МАСТЕРУ
  </a>
 
  <a class="yc-btn" href="https://t.me/koneva_svetlan" target="_blank" rel="noopener">
    НАПИСАТЬ МАСТЕРУ
  </a>
</div>
</div><div class="t-redactor__embedcode"><section class="master-contacts-section">
  <div class="master-contacts-card">
    <h3 class="master-contacts-title">Контакты мастера</h3>
 
    <p class="master-contacts-text">
      Актуальные способы связи:
    </p>
 
    <div class="master-contacts-list">
      <a class="master-contacts-item" href="tel:+79326016381">
        <span class="master-contacts-label">Телефон</span>
        <span class="master-contacts-value">+7 932 601-63-81</span>
      </a>
      <a class="master-contacts-item" href="https://t.me/koneva_svetlan" target="_blank" rel="noopener">
        <span class="master-contacts-label">Telegram</span>
        <span class="master-contacts-value">@koneva_svetlan</span>
      </a>
    </div>
  </div>
</section>
 
<style>
.master-contacts-section {
  width: 100%;
  margin: 56px 0 22px;
  padding: 0;
  box-sizing: border-box;
}
 
.master-contacts-card {
  width: 100%;
  padding: 42px 34px 44px;
  background: #e9bea6;
  border-radius: 28px;
  box-sizing: border-box;
  overflow: hidden;
}
 
.master-contacts-title {
  margin: 0 0 18px;
  color: #222;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 400;
}
 
.master-contacts-text {
  margin: 0 0 24px;
  color: #333;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 300;
}
 
.master-contacts-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
 
.master-contacts-item {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 74px;
  padding: 16px 30px;
  background: rgba(255, 255, 255, 0.42);
  border-radius: 22px;
  box-sizing: border-box;
  color: #222;
  text-decoration: none;
  transition: background .25s ease, transform .25s ease, opacity .25s ease;
}
 
.master-contacts-label {
  display: block;
  margin: 0 0 5px;
  color: rgba(34, 34, 34, .62);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: .08em;
  text-transform: uppercase;
}
 
.master-contacts-value {
  display: block;
  color: #222;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 300;
}
 
.master-contacts-item:hover {
  background: rgba(255, 255, 255, 0.58);
  transform: translateY(-1px);
}
 
@media (max-width: 960px) {
  .master-contacts-section {
    margin: 48px 0 20px;
  }
 
  .master-contacts-card {
    padding: 38px 28px 40px;
    border-radius: 26px;
  }
 
  .master-contacts-title {
    font-size: 29px;
  }
}
 
@media (max-width: 640px) {
  .master-contacts-section {
    margin: 40px 0 12px;
  }
 
  .master-contacts-card {
    padding: 32px 20px 34px;
    border-radius: 22px;
  }
 
  .master-contacts-title {
    margin-bottom: 14px;
    font-size: 25px;
  }
 
  .master-contacts-text {
    margin-bottom: 18px;
    font-size: 15px;
  }
 
  .master-contacts-list {
    gap: 10px;
  }
 
  .master-contacts-item {
    width: 100%;
    min-height: 64px;
    padding: 14px 18px;
    border-radius: 18px;
  }
 
  .master-contacts-label {
    font-size: 10px;
  }
 
  .master-contacts-value {
    font-size: 15px;
  }
}
 
@media (max-width: 420px) {
  .master-contacts-section {
    margin: 34px 0 6px;
  }
 
  .master-contacts-card {
    padding: 28px 16px 30px;
    border-radius: 20px;
  }
 
  .master-contacts-title {
    font-size: 22px;
  }
 
  .master-contacts-text,
  .master-contacts-value {
    font-size: 14px;
  }
}
</style></div><div class="t-redactor__embedcode"><!-- БЛОК 2: ТЕКСТ МАСТЕРА -->
<section class="master-quote-section">
  <div class="master-quote-card">
    <div class="master-quote-bubble">
      <p class="master-quote-text">
        Привет! Меня зовут Света, и я просто обожаю превращать кожу в сияющую, ухоженную и загорелую. Моя миссия — чтобы каждая девушка чувствовали себя уверенно и красиво в любой ситуации, будь то свадьба, фотосессия или просто летнее настроение посреди зимы.
За моими плечами — опыт работы с более чем 3000 клиентами.
      </p>
 
      <p class="master-quote-text">
        Я досконально изучила, как ложатся разные оттенки на разные фототипы кожи, как подготовиться к процедуре, чтобы загар держался максимально долго, и как сделать так, чтобы результат всегда был «WOW».
      </p>
 
      <p class="master-quote-text">
        Для меня важно, чтобы вы ко мне приходили как к подруге-эксперту. Поэтому я:
* Всегда на связи и подробно консультирую до записи.
* Индивидуально подбираю оттенок (от легкой позолоты до глубокой бронзы), который подчеркнет именно вашу внешность.
* Использую только премиальные и безопасные лосьоны, разрешенные даже для будущих мам.
* Даю четкие рекомендации по уходу, чтобы загар радовал вас до 2 недель.
      </p>
 
      <p class="master-quote-text">
        Я сама провожу процедуру от начала до конца, потому что дорожу репутацией и результатом.
      </p>
 
      <p class="master-quote-text">
        Приходите знакомиться и убедитесь: моментальный загар — это просто, красиво и очень профессионально!
      </p>
    </div>
  </div>
</section>
 
<style>
.master-quote-section{width:100%;padding:34px 0 0;box-sizing:border-box}.master-quote-card{width:100%;margin:0;box-sizing:border-box}.master-quote-bubble{width:100%;padding:32px 34px;background:#f5f5f5;border-radius:28px;box-sizing:border-box}.master-quote-text{margin:0 0 16px;color:#222;font-size:18px;line-height:1.6;font-weight:300}.master-quote-final{margin:20px 0 0;color:#222;font-size:20px;line-height:1.45;font-weight:400}@media (max-width:640px){.master-quote-section{padding:28px 0 0}.master-quote-bubble{padding:24px 20px;border-radius:22px}.master-quote-text{font-size:15px;line-height:1.55}.master-quote-final{font-size:17px}}
</style>
</div><div class="t-redactor__embedcode"><!-- БЛОК 4: ПРАЙС -->
<section class="master-price-section">
  <div class="master-price-card">
    <div class="master-price-header">
      <h3 class="master-price-title">Прайс</h3>
      <p class="master-price-subtitle">Услуги мастера Светлана</p>
    </div>
    <div class="master-price-accordion">
      <details class="master-price-group">
        <summary class="master-price-toggle">
          <span>Моментальный загар</span>
          <span class="master-price-arrow"></span>
        </summary>
        <div class="master-price-content">
          <div class="master-price-item master-price-item-large">
            <div class="master-price-info">
              <div class="master-price-name">Моментальный загар</div>
              <div class="master-price-description">Моментальный загар с экспресс формулой лосьона. Наносится в 2 слоя.</div>
              <div class="master-price-time">30 мин</div>
            </div>
            <div class="master-price-cost">3 500 ₽</div>
          </div>
          <div class="master-price-item master-price-item-large">
            <div class="master-price-info">
              <div class="master-price-name">Моментальный загар premium</div>
              <div class="master-price-description">Используются составы премиум класса. Наносится в 2 слоя.</div>
              <div class="master-price-time">30 мин</div>
            </div>
            <div class="master-price-cost">5 500 ₽</div>
          </div>
        </div>
      </details>
    </div>
  </div>
</section>
 
<style>
.master-price-section{width:100%;margin:56px 0;padding:0;box-sizing:border-box}.master-price-card{width:100%;padding:42px 34px 44px;background:#f5f5f5;border-radius:28px;box-sizing:border-box;overflow:hidden}.master-price-header{margin-bottom:28px}.master-price-title{margin:0 0 8px;color:#222;font-size:34px;line-height:1.15;font-weight:400}.master-price-subtitle{margin:0;color:#777;font-size:16px;line-height:1.45;font-weight:300}.master-price-accordion{display:flex;flex-direction:column;gap:10px}.master-price-group{background:#fff;border-radius:22px;overflow:hidden;box-sizing:border-box}.master-price-toggle{width:100%;min-height:66px;padding:20px 22px;border:none;outline:none;background:#fff;color:#222;display:flex;align-items:center;justify-content:space-between;gap:18px;cursor:pointer;text-align:left;box-sizing:border-box;list-style:none}.master-price-toggle::-webkit-details-marker{display:none}.master-price-toggle::marker{display:none;content:""}.master-price-toggle span:first-child{font-size:20px;line-height:1.25;font-weight:500}.master-price-arrow{width:34px;height:34px;min-width:34px;border-radius:50%;background:#f2f2f2;position:relative;transition:transform .25s ease,background .25s ease}.master-price-arrow::before,.master-price-arrow::after{content:"";position:absolute;top:50%;left:50%;background:#222;border-radius:999px;transform:translate(-50%,-50%);transition:transform .25s ease}.master-price-arrow::before{width:13px;height:1.5px}.master-price-arrow::after{width:1.5px;height:13px}.master-price-group[open] .master-price-arrow{transform:rotate(180deg);background:#e9bea6}.master-price-group[open] .master-price-arrow::after{transform:translate(-50%,-50%) rotate(90deg)}.master-price-content{padding:0 22px 22px;box-sizing:border-box}.master-price-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:start;padding:18px 0;border-top:1px solid rgba(0,0,0,.08)}.master-price-info{min-width:0}.master-price-name{color:#222;font-size:17px;line-height:1.35;font-weight:400}.master-price-time{margin-top:6px;color:#777;font-size:14px;line-height:1.35;font-weight:300}.master-price-description{max-width:760px;margin-top:8px;color:#666;font-size:14px;line-height:1.5;font-weight:300}.master-price-cost{white-space:nowrap;color:#222;font-size:17px;line-height:1.35;font-weight:400;text-align:right}@media (max-width:960px){.master-price-section{margin:48px 0}.master-price-card{padding:38px 28px 40px;border-radius:26px}.master-price-title{font-size:30px}.master-price-toggle span:first-child{font-size:19px}}@media (max-width:640px){.master-price-section{margin:40px 0}.master-price-card{padding:32px 20px 34px;border-radius:22px}.master-price-header{margin-bottom:24px}.master-price-title{font-size:26px}.master-price-subtitle{font-size:14px}.master-price-group{border-radius:18px}.master-price-toggle{min-height:58px;padding:17px 18px}.master-price-toggle span:first-child{font-size:17px}.master-price-arrow{width:30px;height:30px;min-width:30px}.master-price-content{padding:0 18px 18px}.master-price-item{grid-template-columns:1fr;gap:8px;padding:16px 0}.master-price-name{font-size:16px}.master-price-time{font-size:13px}.master-price-description{font-size:13px}.master-price-cost{font-size:16px;text-align:left}}@media (max-width:420px){.master-price-section{margin:34px 0}.master-price-card{padding:28px 16px 30px;border-radius:20px}.master-price-title{font-size:24px}.master-price-toggle{padding:16px}.master-price-toggle span:first-child{font-size:16px}.master-price-name,.master-price-cost{font-size:15px}}
</style>
</div><div class="t-redactor__text">Работы мастера:</div><img src="https://static.tildacdn.com/tild6239-3738-4366-a366-626264333764/Frame_110.png"><img src="https://static.tildacdn.com/tild3436-3466-4962-b739-653333303932/Frame_109.png"><img src="https://static.tildacdn.com/tild3239-6431-4364-b233-383662393963/Frame_108.png"><img src="https://static.tildacdn.com/tild3965-6663-4432-b363-613432643561/Frame_111.png">]]></turbo:content>
    </item>
    <item turbo="true">
      <title>Елена Кочетова</title>
      <link>https://cuteam.ru/beauty-master-victory-park/g3fi38y2f1-elena-kochetova</link>
      <amplink>https://cuteam.ru/beauty-master-victory-park/g3fi38y2f1-elena-kochetova?amp=true</amplink>
      <pubDate>Thu, 26 Feb 2026 16:04:00 +0300</pubDate>
      <category>акции</category>
      <category>м.Парк победы</category>
      <category>Москва</category>
      <category>ногтевой сервис</category>
      <enclosure url="https://static.tildacdn.com/tild3137-6539-4136-b233-303961333230/48.png" type="image/png"/>
      <turbo:content><![CDATA[<header><h1>Елена Кочетова</h1></header><figure><img alt="" src="https://static.tildacdn.com/tild3137-6539-4136-b233-303961333230/48.png"/></figure><div class="t-redactor__embedcode"><!-- БЛОК 1: КНОПКИ -->
<style>
/* контейнер */
.yc-wrap{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.yc-wrap.yc-count-4{grid-template-columns:repeat(4,1fr);}
.yc-wrap.yc-count-2{grid-template-columns:repeat(2,1fr);}
.yc-wrap.yc-count-1{grid-template-columns:1fr;}
/* кнопка */
.yc-btn{--line:#000;--text:#000;position:relative;display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box;padding:20px 28px;min-height:66px;color:var(--text);background:transparent;border:none;text-decoration:none;font-family:"Gill Sans","GillSans","Gill Sans MT",Arial,sans-serif;font-weight:300;font-size:14px;letter-spacing:.12em;text-transform:uppercase;text-align:center;line-height:1.2;-webkit-tap-highlight-color:transparent;}
/* линии */
.yc-btn::before,.yc-btn::after{content:"";position:absolute;left:12%;right:12%;height:1px;background:var(--line);pointer-events:none;transform:scaleX(1);transition:transform 1s cubic-bezier(.25,.8,.25,1),opacity .7s ease;}
.yc-btn::before{top:4px;transform-origin:left center;}.yc-btn::after{bottom:4px;transform-origin:right center;}
/* hover */
.yc-btn:hover::before,.yc-btn:hover::after{transform:scaleX(0);opacity:0;}
/* mobile */
@media (hover:none){.yc-btn:active::before,.yc-btn:active::after{transform:scaleX(0);opacity:0;}}
/* планшеты */
@media screen and (max-width:960px){.yc-wrap{gap:14px;}.yc-wrap.yc-count-4{grid-template-columns:repeat(2,1fr);}.yc-btn{padding:20px 22px;min-height:66px;font-size:13px;letter-spacing:.1em;}}
/* мобильная версия */
@media screen and (max-width:640px){.yc-wrap{grid-template-columns:repeat(2,1fr);gap:12px;}.yc-btn{padding:18px 16px;min-height:62px;font-size:12px;letter-spacing:.08em;}.yc-btn:nth-child(3):last-child{grid-column:1 / 3;}}
/* очень узкие экраны */
@media screen and (max-width:390px){.yc-btn{padding:17px 12px;min-height:60px;font-size:11px;letter-spacing:.06em;}}
</style>
 
<div class="yc-wrap yc-count-3">
  <a class="yc-btn" href="https://n1992432.yclients.com" target="_blank" rel="noopener">
    ЗАПИСАТЬСЯ ОНЛАЙН
  </a>
 
  <a class="yc-btn" href="tel:+79629817667">
    ПОЗВОНИТЬ МАСТЕРУ
  </a>
 
  <a class="yc-btn" href="https://t.me/ElenucciaKochetova" target="_blank" rel="noopener">
    НАПИСАТЬ МАСТЕРУ
  </a>
</div>
 </div><div class="t-redactor__embedcode"><section class="master-contacts-section">
  <div class="master-contacts-card">
    <h3 class="master-contacts-title">Контакты мастера</h3>
 
    <p class="master-contacts-text">
      Актуальные способы связи:
    </p>
 
    <div class="master-contacts-list">
      <a class="master-contacts-item" href="tel:+79629817667">
        <span class="master-contacts-label">Телефон</span>
        <span class="master-contacts-value">+7 962 981-76-67</span>
      </a>
      <a class="master-contacts-item" href="https://t.me/ElenucciaKochetova" target="_blank" rel="noopener">
        <span class="master-contacts-label">Telegram</span>
        <span class="master-contacts-value">@ElenucciaKochetova</span>
      </a>
    </div>
  </div>
</section>
 
<style>
.master-contacts-section {
  width: 100%;
  margin: 56px 0 22px;
  padding: 0;
  box-sizing: border-box;
}
 
.master-contacts-card {
  width: 100%;
  padding: 42px 34px 44px;
  background: #e9bea6;
  border-radius: 28px;
  box-sizing: border-box;
  overflow: hidden;
}
 
.master-contacts-title {
  margin: 0 0 18px;
  color: #222;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 400;
}
 
.master-contacts-text {
  margin: 0 0 24px;
  color: #333;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 300;
}
 
.master-contacts-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
 
.master-contacts-item {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 74px;
  padding: 16px 30px;
  background: rgba(255, 255, 255, 0.42);
  border-radius: 22px;
  box-sizing: border-box;
  color: #222;
  text-decoration: none;
  transition: background .25s ease, transform .25s ease, opacity .25s ease;
}
 
.master-contacts-label {
  display: block;
  margin: 0 0 5px;
  color: rgba(34, 34, 34, .62);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: .08em;
  text-transform: uppercase;
}
 
.master-contacts-value {
  display: block;
  color: #222;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 300;
}
 
.master-contacts-item:hover {
  background: rgba(255, 255, 255, 0.58);
  transform: translateY(-1px);
}
 
@media (max-width: 960px) {
  .master-contacts-section {
    margin: 48px 0 20px;
  }
 
  .master-contacts-card {
    padding: 38px 28px 40px;
    border-radius: 26px;
  }
 
  .master-contacts-title {
    font-size: 29px;
  }
}
 
@media (max-width: 640px) {
  .master-contacts-section {
    margin: 40px 0 12px;
  }
 
  .master-contacts-card {
    padding: 32px 20px 34px;
    border-radius: 22px;
  }
 
  .master-contacts-title {
    margin-bottom: 14px;
    font-size: 25px;
  }
 
  .master-contacts-text {
    margin-bottom: 18px;
    font-size: 15px;
  }
 
  .master-contacts-list {
    gap: 10px;
  }
 
  .master-contacts-item {
    width: 100%;
    min-height: 64px;
    padding: 14px 18px;
    border-radius: 18px;
  }
 
  .master-contacts-label {
    font-size: 10px;
  }
 
  .master-contacts-value {
    font-size: 15px;
  }
}
 
@media (max-width: 420px) {
  .master-contacts-section {
    margin: 34px 0 6px;
  }
 
  .master-contacts-card {
    padding: 28px 16px 30px;
    border-radius: 20px;
  }
 
  .master-contacts-title {
    font-size: 22px;
  }
 
  .master-contacts-text,
  .master-contacts-value {
    font-size: 14px;
  }
}
</style></div><div class="t-redactor__embedcode"><!-- БЛОК 2: ТЕКСТ МАСТЕРА -->
<section class="master-quote-section">
  <div class="master-quote-card">
    <div class="master-quote-bubble">
      <p class="master-quote-text">
        Я Елена-мастер маникюра и педикюра, с опытом работы более 8 лет ! Красивые и ухоженные руки всегда привлекают внимание,и я знаю,что качественный маникюр и педикюр в первую очередь зависит от правильно  подобранной формы ногтей, которой я уделяю большое внимание!Моя работа это индивидуальный подход к каждому клиенту!
      </p>
    </div>
  </div>
</section>
 
<style>
.master-quote-section{width:100%;padding:34px 0 0;box-sizing:border-box}.master-quote-card{width:100%;margin:0;box-sizing:border-box}.master-quote-bubble{width:100%;padding:32px 34px;background:#f5f5f5;border-radius:28px;box-sizing:border-box}.master-quote-text{margin:0 0 16px;color:#222;font-size:18px;line-height:1.6;font-weight:300}.master-quote-final{margin:20px 0 0;color:#222;font-size:20px;line-height:1.45;font-weight:400}@media (max-width:640px){.master-quote-section{padding:28px 0 0}.master-quote-bubble{padding:24px 20px;border-radius:22px}.master-quote-text{font-size:15px;line-height:1.55}.master-quote-final{font-size:17px}}
</style>
 </div><div class="t-redactor__embedcode"><!-- БЛОК 3: АКЦИЯ -->
<section class="promo-master-section">
  <div class="promo-master-card">
    <h3 class="promo-master-title">«Знакомство с мастером»</h3>
    <p class="promo-master-text">Актуальное предложение мастера:</p>
    <div class="promo-master-list">
      <div class="promo-master-item">На все услуги -20% новым клиентам</div>
    </div>
  </div>
</section>
 
<style>
.promo-master-section{width:100%;margin:56px 0;padding:0;box-sizing:border-box}.promo-master-card{width:100%;padding:42px 34px 44px;background:#e9bea6;border-radius:28px;box-sizing:border-box;overflow:hidden}.promo-master-title{margin:0 0 14px;color:#222;font-size:32px;line-height:1.15;font-weight:400}.promo-master-text{margin:0 0 22px;color:#222;font-size:18px;line-height:1.45;font-weight:300}.promo-master-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.promo-master-item{padding:14px 16px;background:rgba(255,255,255,.45);border-radius:18px;color:#222;font-size:16px;line-height:1.35;font-weight:300;box-sizing:border-box}@media (max-width:960px){.promo-master-section{margin:48px 0}.promo-master-card{padding:38px 28px 40px;border-radius:26px}.promo-master-title{font-size:29px}}@media (max-width:640px){.promo-master-section{margin:40px 0}.promo-master-card{padding:32px 20px 34px;border-radius:22px}.promo-master-title{margin-bottom:12px;font-size:25px}.promo-master-text{margin-bottom:18px;font-size:15px}.promo-master-list{grid-template-columns:1fr;gap:8px}.promo-master-item{padding:13px 14px;border-radius:16px;font-size:15px}}@media (max-width:420px){.promo-master-section{margin:34px 0}.promo-master-card{padding:28px 16px 30px;border-radius:20px}.promo-master-title{font-size:22px}.promo-master-text,.promo-master-item{font-size:14px}}
</style></div><div class="t-redactor__embedcode"><!-- БЛОК 4: ПРАЙС -->
<section class="master-price-section">
  <div class="master-price-card">
    <div class="master-price-header">
      <h3 class="master-price-title">Прайс</h3>
      <p class="master-price-subtitle">Услуги мастера Елена</p>
    </div>
    <div class="master-price-accordion">
      <details class="master-price-group">
        <summary class="master-price-toggle">
          <span>Акции / комплексы</span>
          <span class="master-price-arrow"></span>
        </summary>
        <div class="master-price-content">
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Акция Знакомство с мастером: -20% на все услуги</div>
              <div class="master-price-time">1 ч</div>
            </div>
            <div class="master-price-cost">По записи</div>
          </div>
        </div>
      </details>
      <details class="master-price-group">
        <summary class="master-price-toggle">
          <span>Маникюр</span>
          <span class="master-price-arrow"></span>
        </summary>
        <div class="master-price-content">
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Маникюр женский</div>
              <div class="master-price-time">1 ч</div>
            </div>
            <div class="master-price-cost">1 500 ₽</div>
          </div>
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Укрепление акриловой пудрой (10 ногтей)</div>
              <div class="master-price-time">30 мин</div>
            </div>
            <div class="master-price-cost">700 ₽</div>
          </div>
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Покрытие гель-лак Luxio/IQ beauty (в один тон )</div>
              <div class="master-price-time">30 мин</div>
            </div>
            <div class="master-price-cost">1 500 ₽</div>
          </div>
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Покрытие обычным лаком (Jessica/OPI)</div>
              <div class="master-price-time">15 мин</div>
            </div>
            <div class="master-price-cost">700 ₽</div>
          </div>
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Покрытие топ гель-лак с эффектом (топ дизайн)</div>
              <div class="master-price-time">15 мин</div>
            </div>
            <div class="master-price-cost">500 ₽</div>
          </div>
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Укрепление ногтей nano-гелем (10ногтей)</div>
              <div class="master-price-time">30 мин</div>
            </div>
            <div class="master-price-cost">1 000 ₽</div>
          </div>
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Покрытие лечебным лаком Beautix</div>
              <div class="master-price-time">15 мин</div>
            </div>
            <div class="master-price-cost">700 ₽</div>
          </div>
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Дизайн втиркой (10ногтей)</div>
              <div class="master-price-time">30 мин</div>
            </div>
            <div class="master-price-cost">800 ₽</div>
          </div>
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Покрытие гель-лак (френч)</div>
              <div class="master-price-time">45 мин</div>
            </div>
            <div class="master-price-cost">1 800 ₽</div>
          </div>
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Ремонт ногтя (1 ноготь)</div>
              <div class="master-price-time">15 мин</div>
            </div>
            <div class="master-price-cost">200 – 600 ₽</div>
          </div>
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Стразы Swarovski (1 шт.)</div>
              <div class="master-price-time">15 мин</div>
            </div>
            <div class="master-price-cost">100 ₽</div>
          </div>
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Удаление вросшего ногтя (1шт.)</div>
              <div class="master-price-time">20 мин</div>
            </div>
            <div class="master-price-cost">300 – 800 ₽</div>
          </div>
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Снятие гель-лака</div>
              <div class="master-price-time">15 мин</div>
            </div>
            <div class="master-price-cost">500 ₽</div>
          </div>
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Снятие обычного лака</div>
              <div class="master-price-time">15 мин</div>
            </div>
            <div class="master-price-cost">200 ₽</div>
          </div>
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Снятие геля</div>
              <div class="master-price-time">30 мин</div>
            </div>
            <div class="master-price-cost">1 000 ₽</div>
          </div>
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Массаж рук</div>
              <div class="master-price-time">15 мин</div>
            </div>
            <div class="master-price-cost">800 ₽</div>
          </div>
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Подпилить ногти+создать форму</div>
              <div class="master-price-time">20 мин</div>
            </div>
            <div class="master-price-cost">500 ₽</div>
          </div>
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Мужской маникюр</div>
              <div class="master-price-time">1 ч</div>
            </div>
            <div class="master-price-cost">1 800 ₽</div>
          </div>
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Мужское покрытие (матовый лак)</div>
              <div class="master-price-time">15 мин</div>
            </div>
            <div class="master-price-cost">500 ₽</div>
          </div>
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Маникюр детский</div>
              <div class="master-price-time">30 мин</div>
            </div>
            <div class="master-price-cost">800 ₽</div>
          </div>
        </div>
      </details>
      <details class="master-price-group">
        <summary class="master-price-toggle">
          <span>Педикюр</span>
          <span class="master-price-arrow"></span>
        </summary>
        <div class="master-price-content">
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Педикюр женский</div>
              <div class="master-price-time">1 ч</div>
            </div>
            <div class="master-price-cost">2 500 ₽</div>
          </div>
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Педикюр - smart (3 smart-диска+свечка)</div>
              <div class="master-price-time">1 ч</div>
            </div>
            <div class="master-price-cost">3 000 ₽</div>
          </div>
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Удаление мазоли (1шт.)</div>
              <div class="master-price-time">15 мин</div>
            </div>
            <div class="master-price-cost">300 – 500 ₽</div>
          </div>
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Массаж ног</div>
              <div class="master-price-time">15 мин</div>
            </div>
            <div class="master-price-cost">1 000 ₽</div>
          </div>
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Мужской педикюр</div>
              <div class="master-price-time">1 ч</div>
            </div>
            <div class="master-price-cost">2 800 ₽</div>
          </div>
          <div class="master-price-item">
            <div class="master-price-info">
              <div class="master-price-name">Педикюр детский</div>
              <div class="master-price-time">30 мин</div>
            </div>
            <div class="master-price-cost">1 000 ₽</div>
          </div>
        </div>
      </details>
    </div>
  </div>
</section>
 
<style>
.master-price-section{width:100%;margin:56px 0;padding:0;box-sizing:border-box}.master-price-card{width:100%;padding:42px 34px 44px;background:#f5f5f5;border-radius:28px;box-sizing:border-box;overflow:hidden}.master-price-header{margin-bottom:28px}.master-price-title{margin:0 0 8px;color:#222;font-size:34px;line-height:1.15;font-weight:400}.master-price-subtitle{margin:0;color:#777;font-size:16px;line-height:1.45;font-weight:300}.master-price-accordion{display:flex;flex-direction:column;gap:10px}.master-price-group{background:#fff;border-radius:22px;overflow:hidden;box-sizing:border-box}.master-price-toggle{width:100%;min-height:66px;padding:20px 22px;border:none;outline:none;background:#fff;color:#222;display:flex;align-items:center;justify-content:space-between;gap:18px;cursor:pointer;text-align:left;box-sizing:border-box;list-style:none}.master-price-toggle::-webkit-details-marker{display:none}.master-price-toggle::marker{display:none;content:""}.master-price-toggle span:first-child{font-size:20px;line-height:1.25;font-weight:500}.master-price-arrow{width:34px;height:34px;min-width:34px;border-radius:50%;background:#f2f2f2;position:relative;transition:transform .25s ease,background .25s ease}.master-price-arrow::before,.master-price-arrow::after{content:"";position:absolute;top:50%;left:50%;background:#222;border-radius:999px;transform:translate(-50%,-50%);transition:transform .25s ease}.master-price-arrow::before{width:13px;height:1.5px}.master-price-arrow::after{width:1.5px;height:13px}.master-price-group[open] .master-price-arrow{transform:rotate(180deg);background:#e9bea6}.master-price-group[open] .master-price-arrow::after{transform:translate(-50%,-50%) rotate(90deg)}.master-price-content{padding:0 22px 22px;box-sizing:border-box}.master-price-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:start;padding:18px 0;border-top:1px solid rgba(0,0,0,.08)}.master-price-info{min-width:0}.master-price-name{color:#222;font-size:17px;line-height:1.35;font-weight:400}.master-price-time{margin-top:6px;color:#777;font-size:14px;line-height:1.35;font-weight:300}.master-price-description{max-width:760px;margin-top:8px;color:#666;font-size:14px;line-height:1.5;font-weight:300}.master-price-cost{white-space:nowrap;color:#222;font-size:17px;line-height:1.35;font-weight:400;text-align:right}@media (max-width:960px){.master-price-section{margin:48px 0}.master-price-card{padding:38px 28px 40px;border-radius:26px}.master-price-title{font-size:30px}.master-price-toggle span:first-child{font-size:19px}}@media (max-width:640px){.master-price-section{margin:40px 0}.master-price-card{padding:32px 20px 34px;border-radius:22px}.master-price-header{margin-bottom:24px}.master-price-title{font-size:26px}.master-price-subtitle{font-size:14px}.master-price-group{border-radius:18px}.master-price-toggle{min-height:58px;padding:17px 18px}.master-price-toggle span:first-child{font-size:17px}.master-price-arrow{width:30px;height:30px;min-width:30px}.master-price-content{padding:0 18px 18px}.master-price-item{grid-template-columns:1fr;gap:8px;padding:16px 0}.master-price-name{font-size:16px}.master-price-time{font-size:13px}.master-price-description{font-size:13px}.master-price-cost{font-size:16px;text-align:left}}@media (max-width:420px){.master-price-section{margin:34px 0}.master-price-card{padding:28px 16px 30px;border-radius:20px}.master-price-title{font-size:24px}.master-price-toggle{padding:16px}.master-price-toggle span:first-child{font-size:16px}.master-price-name,.master-price-cost{font-size:15px}}
</style></div><div class="t-redactor__text">Работы мастера:</div><img src="https://static.tildacdn.com/tild3665-3930-4633-b762-363561386666/Frame_28.png">]]></turbo:content>
    </item>
    <item turbo="true">
      <title>Мария Широкова</title>
      <link>https://cuteam.ru/beauty-master-victory-park/zaj4v3tap1-mariya-shirokova</link>
      <amplink>https://cuteam.ru/beauty-master-victory-park/zaj4v3tap1-mariya-shirokova?amp=true</amplink>
      <pubDate>Tue, 24 Feb 2026 18:18:00 +0300</pubDate>
      <category>акции</category>
      <category>м.Парк победы</category>
      <category>Москва</category>
      <category>парикмахер</category>
      <enclosure url="https://static.tildacdn.com/tild3934-3265-4466-b563-343336653639/38.png" type="image/png"/>
      <turbo:content><![CDATA[<header><h1>Мария Широкова</h1></header><figure><img alt="" src="https://static.tildacdn.com/tild3934-3265-4466-b563-343336653639/38.png"/></figure><div class="t-redactor__embedcode"><!-- БЛОК 1: КНОПКИ -->
<style>
/* контейнер */
.yc-wrap{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.yc-wrap.yc-count-4{grid-template-columns:repeat(4,1fr);}
.yc-wrap.yc-count-2{grid-template-columns:repeat(2,1fr);}
.yc-wrap.yc-count-1{grid-template-columns:1fr;}
/* кнопка */
.yc-btn{--line:#000;--text:#000;position:relative;display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box;padding:20px 28px;min-height:66px;color:var(--text);background:transparent;border:none;text-decoration:none;font-family:"Gill Sans","GillSans","Gill Sans MT",Arial,sans-serif;font-weight:300;font-size:14px;letter-spacing:.12em;text-transform:uppercase;text-align:center;line-height:1.2;-webkit-tap-highlight-color:transparent;}
/* линии */
.yc-btn::before,.yc-btn::after{content:"";position:absolute;left:12%;right:12%;height:1px;background:var(--line);pointer-events:none;transform:scaleX(1);transition:transform 1s cubic-bezier(.25,.8,.25,1),opacity .7s ease;}
.yc-btn::before{top:4px;transform-origin:left center;}.yc-btn::after{bottom:4px;transform-origin:right center;}
/* hover */
.yc-btn:hover::before,.yc-btn:hover::after{transform:scaleX(0);opacity:0;}
/* mobile */
@media (hover:none){.yc-btn:active::before,.yc-btn:active::after{transform:scaleX(0);opacity:0;}}
/* планшеты */
@media screen and (max-width:960px){.yc-wrap{gap:14px;}.yc-wrap.yc-count-4{grid-template-columns:repeat(2,1fr);}.yc-btn{padding:20px 22px;min-height:66px;font-size:13px;letter-spacing:.1em;}}
/* мобильная версия */
@media screen and (max-width:640px){.yc-wrap{grid-template-columns:repeat(2,1fr);gap:12px;}.yc-btn{padding:18px 16px;min-height:62px;font-size:12px;letter-spacing:.08em;}.yc-btn:nth-child(3):last-child{grid-column:1 / 3;}}
/* очень узкие экраны */
@media screen and (max-width:390px){.yc-btn{padding:17px 12px;min-height:60px;font-size:11px;letter-spacing:.06em;}}
</style>
 
<div class="yc-wrap yc-count-3">
  <a class="yc-btn" href="https://n1985920.yclients.com" target="_blank" rel="noopener">
    ЗАПИСАТЬСЯ ОНЛАЙН
  </a>
 
  <a class="yc-btn" href="tel:+79104782592">
    ПОЗВОНИТЬ МАСТЕРУ
  </a>
 
  <a class="yc-btn" href="https://t.me/stylist_shirokova" target="_blank" rel="noopener">
    НАПИСАТЬ МАСТЕРУ
  </a>
</div></div><div class="t-redactor__embedcode"><section class="master-contacts-section">
  <div class="master-contacts-card">
    <h3 class="master-contacts-title">Контакты мастера</h3>
 
    <p class="master-contacts-text">
      Актуальные способы связи:
    </p>
 
    <div class="master-contacts-list">
      <a class="master-contacts-item" href="tel:+79104782592">
        <span class="master-contacts-label">Телефон</span>
        <span class="master-contacts-value">+7 910 478-25-92</span>
      </a>
      <a class="master-contacts-item" href="https://t.me/stylist_shirokova" target="_blank" rel="noopener">
        <span class="master-contacts-label">Telegram</span>
        <span class="master-contacts-value">@stylist_shirokova</span>
      </a>
    </div>
  </div>
</section>
 
<style>
.master-contacts-section {
  width: 100%;
  margin: 56px 0 22px;
  padding: 0;
  box-sizing: border-box;
}
 
.master-contacts-card {
  width: 100%;
  padding: 42px 34px 44px;
  background: #e9bea6;
  border-radius: 28px;
  box-sizing: border-box;
  overflow: hidden;
}
 
.master-contacts-title {
  margin: 0 0 18px;
  color: #222;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 400;
}
 
.master-contacts-text {
  margin: 0 0 24px;
  color: #333;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 300;
}
 
.master-contacts-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
 
.master-contacts-item {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 74px;
  padding: 16px 30px;
  background: rgba(255, 255, 255, 0.42);
  border-radius: 22px;
  box-sizing: border-box;
  color: #222;
  text-decoration: none;
  transition: background .25s ease, transform .25s ease, opacity .25s ease;
}
 
.master-contacts-label {
  display: block;
  margin: 0 0 5px;
  color: rgba(34, 34, 34, .62);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: .08em;
  text-transform: uppercase;
}
 
.master-contacts-value {
  display: block;
  color: #222;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 300;
}
 
.master-contacts-item:hover {
  background: rgba(255, 255, 255, 0.58);
  transform: translateY(-1px);
}
 
@media (max-width: 960px) {
  .master-contacts-section {
    margin: 48px 0 20px;
  }
 
  .master-contacts-card {
    padding: 38px 28px 40px;
    border-radius: 26px;
  }
 
  .master-contacts-title {
    font-size: 29px;
  }
}
 
@media (max-width: 640px) {
  .master-contacts-section {
    margin: 40px 0 12px;
  }
 
  .master-contacts-card {
    padding: 32px 20px 34px;
    border-radius: 22px;
  }
 
  .master-contacts-title {
    margin-bottom: 14px;
    font-size: 25px;
  }
 
  .master-contacts-text {
    margin-bottom: 18px;
    font-size: 15px;
  }
 
  .master-contacts-list {
    gap: 10px;
  }
 
  .master-contacts-item {
    width: 100%;
    min-height: 64px;
    padding: 14px 18px;
    border-radius: 18px;
  }
 
  .master-contacts-label {
    font-size: 10px;
  }
 
  .master-contacts-value {
    font-size: 15px;
  }
}
 
@media (max-width: 420px) {
  .master-contacts-section {
    margin: 34px 0 6px;
  }
 
  .master-contacts-card {
    padding: 28px 16px 30px;
    border-radius: 20px;
  }
 
  .master-contacts-title {
    font-size: 22px;
  }
 
  .master-contacts-text,
  .master-contacts-value {
    font-size: 14px;
  }
}
</style></div><div class="t-redactor__embedcode"><!-- БЛОК 2: ТЕКСТ МАСТЕРА -->
<section class="master-quote-section">
  <div class="master-quote-card">
    <div class="master-quote-bubble">
      <p class="master-quote-text">
        Привет! Меня зовут Широкова Мария, я парикмахер‑стилист с опытом более 15 лет.
Моя особая любовь — сложные окрашивания, блонды, а также техники балаяж, шатуш и airtouch.
      </p>
 
      <p class="master-quote-text">
        Я верю, что окрашивание должно не только красиво выглядеть, но и сохранять здоровье волос, поэтому работаю только с профессиональной косметикой Redken, Kérastase и L’Oréal Professionnel.
Постоянно обучаюсь и слежу за трендами, чтобы подбирать решения, подходящие именно для Вас. Работаю в уютном бьюти‑коворкинге в районе Фили, где каждое преображение — это маленький праздник красоты и уверенности. ❤️
          </p>
          
      <p class="master-quote-text">
Приходи за настроением и новым цветом волос !
      </p>
    </div>
  </div>
</section>
 
<style>
.master-quote-section{width:100%;padding:34px 0 0;box-sizing:border-box}.master-quote-card{width:100%;margin:0;box-sizing:border-box}.master-quote-bubble{width:100%;padding:32px 34px;background:#f5f5f5;border-radius:28px;box-sizing:border-box}.master-quote-text{margin:0 0 16px;color:#222;font-size:18px;line-height:1.6;font-weight:300}.master-quote-final{margin:20px 0 0;color:#222;font-size:20px;line-height:1.45;font-weight:400}@media (max-width:640px){.master-quote-section{padding:28px 0 0}.master-quote-bubble{padding:24px 20px;border-radius:22px}.master-quote-text{font-size:15px;line-height:1.55}.master-quote-final{font-size:17px}}
</style></div><div class="t-redactor__embedcode"><!-- БЛОК 3: АКЦИЯ -->
<section class="promo-master-section">
  <div class="promo-master-card">
    <h3 class="promo-master-title">«Знакомство с мастером»</h3>
    <p class="promo-master-text">Актуальное предложение мастера:</p>
    <div class="promo-master-list">
      <div class="promo-master-item">Скидка 20% на уход и окрашивания</div>
    </div>
  </div>
</section>
 
<style>
.promo-master-section{width:100%;margin:56px 0;padding:0;box-sizing:border-box}.promo-master-card{width:100%;padding:42px 34px 44px;background:#e9bea6;border-radius:28px;box-sizing:border-box;overflow:hidden}.promo-master-title{margin:0 0 14px;color:#222;font-size:32px;line-height:1.15;font-weight:400}.promo-master-text{margin:0 0 22px;color:#222;font-size:18px;line-height:1.45;font-weight:300}.promo-master-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.promo-master-item{padding:14px 16px;background:rgba(255,255,255,.45);border-radius:18px;color:#222;font-size:16px;line-height:1.35;font-weight:300;box-sizing:border-box}@media (max-width:960px){.promo-master-section{margin:48px 0}.promo-master-card{padding:38px 28px 40px;border-radius:26px}.promo-master-title{font-size:29px}}@media (max-width:640px){.promo-master-section{margin:40px 0}.promo-master-card{padding:32px 20px 34px;border-radius:22px}.promo-master-title{margin-bottom:12px;font-size:25px}.promo-master-text{margin-bottom:18px;font-size:15px}.promo-master-list{grid-template-columns:1fr;gap:8px}.promo-master-item{padding:13px 14px;border-radius:16px;font-size:15px}}@media (max-width:420px){.promo-master-section{margin:34px 0}.promo-master-card{padding:28px 16px 30px;border-radius:20px}.promo-master-title{font-size:22px}.promo-master-text,.promo-master-item{font-size:14px}}
</style></div><div class="t-redactor__embedcode"><!-- БЛОК 4: ПРАЙС -->
<section class="master-price-section">
  <div class="master-price-card">
    <div class="master-price-header">
      <h3 class="master-price-title">Прайс</h3>
      <p class="master-price-subtitle">Услуги мастера Мария</p>
    </div>
    <div class="master-price-accordion">
      <details class="master-price-group">
        <summary class="master-price-toggle">
          <span>Окрашивание</span>
          <span class="master-price-arrow"></span>
        </summary>
        <div class="master-price-content">
          <div class="master-price-item master-price-item-large">
            <div class="master-price-info">
              <div class="master-price-name">Окрашивание корней</div>
              <div class="master-price-description">Косметика L&#x27;Oreal Professionnel, Redken (по предварительному согласованию). В услугу входит сушка по форме.</div>
              <div class="master-price-time">1 ч</div>
            </div>
            <div class="master-price-cost">6 000 ₽</div>
          </div>
          <div class="master-price-item master-price-item-large">
            <div class="master-price-info">
              <div class="master-price-name">Окрашивание одним тоном (до плеч)</div>
              <div class="master-price-description">Косметика L&#x27;Oreal Professionnel, Redken (по предварительному согласованию). В услугу входит сушка по форме.</div>
              <div class="master-price-time">1 ч 45 мин</div>
            </div>
            <div class="master-price-cost">8 000 ₽</div>
          </div>
          <div class="master-price-item master-price-item-large">
            <div class="master-price-info">
              <div class="master-price-name">Окрашивание одним тоном (длина до лопаток)</div>
              <div class="master-price-description">Косметика L&#x27;Oreal Professionnel, Redken (по предварительному согласованию). В услугу входит сушка по форме.</div>
              <div class="master-price-time">2 ч</div>
            </div>
            <div class="master-price-cost">10 000 ₽</div>
          </div>
          <div class="master-price-item master-price-item-large">
            <div class="master-price-info">
              <div class="master-price-name">Окрашивание одним тоном (длина ниже лопаток)</div>
              <div class="master-price-description">Косметика L&#x27;Oreal Professionnel, Redken (по предварительному согласованию). В услугу входит сушка по форме.</div>
              <div class="master-price-time">2 ч 15 мин</div>
            </div>
            <div class="master-price-cost">13 000 ₽</div>
          </div>
          <div class="master-price-item master-price-item-large">
            <div class="master-price-info">
              <div class="master-price-name">Тонирование (длина до плеч)</div>
              <div class="master-price-description">Косметика L&#x27;Oreal Professionnel, Redken (по предварительному согласованию). В услугу входит сушка по форме.</div>
              <div class="master-price-time">1 ч 30 мин</div>
            </div>
            <div class="master-price-cost">8 000 ₽</div>
          </div>
          <div class="master-price-item master-price-item-large">
            <div class="master-price-info">
              <div class="master-price-name">Тонирование (длина до лопаток)</div>
              <div class="master-price-description">Косметика L&#x27;Oreal Professionnel, Redken (по предварительному согласованию). В услугу входит сушка по форме.</div>
              <div class="master-price-time">1 ч 30 мин</div>
            </div>
            <div class="master-price-cost">10 000 ₽</div>
          </div>
          <div class="master-price-item master-price-item-large">
            <div class="master-price-info">
              <div class="master-price-name">Тонирование (длина ниже лопаток)</div>
              <div class="master-price-description">Косметика L&#x27;Oreal Professionnel, Redken (по предварительному согласованию). В услугу входит сушка по форме.</div>
              <div class="master-price-time">1 ч</div>
            </div>
            <div class="master-price-cost">13 000 ₽</div>
          </div>
          <div class="master-price-item master-price-item-large">
            <div class="master-price-info">
              <div class="master-price-name">Балаяж, омбре, шатуш (длина до плеч)</div>
              <div class="master-price-description">Косметика L&#x27;Oreal Professionnel, Redken (по предварительному согласованию). В услугу входит обесцвечивание волос по схеме балаяж или омбре, тонирование и укладка..</div>
              <div class="master-price-time">2 ч 30 мин</div>
            </div>
            <div class="master-price-cost">17 900 ₽</div>
          </div>
          <div class="master-price-item master-price-item-large">
            <div class="master-price-info">
              <div class="master-price-name">Балаяж, омбре, шатуш (длина до лопаток)</div>
              <div class="master-price-description">Косметика L&#x27;Oreal Professionnel, Redken (по предварительному согласованию). В услугу входит обесцвечивание волос по схеме балаяж или омбре, тонирование и укладка..</div>
              <div class="master-price-time">2 ч 45 мин</div>
            </div>
            <div class="master-price-cost">19 900 ₽</div>
          </div>
          <div class="master-price-item master-price-item-large">
            <div class="master-price-info">
              <div class="master-price-name">Балаяж, омбре, шатуш (длина ниже лопаток)</div>
              <div class="master-price-description">Косметика L&#x27;Oreal Professionnel, Redken (по предварительному согласованию). В услугу входит обесцвечивание волос по схеме балаяж или омбре, тонирование и укладка..</div>
              <div class="master-price-time">3 ч 30 мин</div>
            </div>
            <div class="master-price-cost">22 900 ₽</div>
          </div>
          <div class="master-price-item master-price-item-large">
            <div class="master-price-info">
              <div class="master-price-name">Аиртач, рельефное окрашивание (длина до плеч)</div>
              <div class="master-price-description">Косметика L&#x27;Oreal Professionnel, Redken (по предварительному согласованию). В услугу входит обесцвечивание волос по схеме аиртач, тонирование и укладка..</div>
              <div class="master-price-time">3 ч</div>
            </div>
            <div class="master-price-cost">19 900 ₽</div>
          </div>
          <div class="master-price-item master-price-item-large">
            <div class="master-price-info">
              <div class="master-price-name">Аиртач, рельефное окрашивание (длина до лопаток)</div>
              <div class="master-price-description">Косметика L&#x27;Oreal Professionnel, Redken (по предварительному согласованию). В услугу входит обесцвечивание волос по схеме аиртач, тонирование и укладка..</div>
              <div class="master-price-time">3 ч 15 мин</div>
            </div>
            <div class="master-price-cost">24 900 ₽</div>
          </div>
          <div class="master-price-item master-price-item-large">
            <div class="master-price-info">
              <div class="master-price-name">Аиртач, рельефное окрашивание (длина ниже лопаток)</div>
              <div class="master-price-description">Косметика L&#x27;Oreal Professionnel, Redken (по предварительному согласованию). В услугу входит обесцвечивание волос по схеме аиртач, тонирование и укладка..</div>
              <div class="master-price-time">3 ч 30 мин</div>
            </div>
            <div class="master-price-cost">27 900 ₽</div>
          </div>
          <div class="master-price-item master-price-item-large">
            <div class="master-price-info">
              <div class="master-price-name">Мелирование (длина до плеч)</div>
              <div class="master-price-description">Косметика L&#x27;Oreal Professionnel, Redken (по предварительному согласованию). В услугу входит обесцвечивание волос по схеме мелирования, тонирование и укладка..</div>
              <div class="master-price-time">2 ч 30 мин</div>
            </div>
            <div class="master-price-cost">16 900 ₽</div>
          </div>
          <div class="master-price-item master-price-item-large">
            <div class="master-price-info">
              <div class="master-price-name">Мелирование (длина до лопаток)</div>
              <div class="master-price-description">Косметика L&#x27;Oreal Professionnel, Redken (по предварительному согласованию). В услугу входит обесцвечивание волос по схеме мелирования, тонирование и укладка..</div>
              <div class="master-price-time">2 ч 45 мин</div>
            </div>
            <div class="master-price-cost">18 900 ₽</div>
          </div>
          <div class="master-price-item master-price-item-large">
            <div class="master-price-info">
              <div class="master-price-name">Мелирование (длина ниже лопаток)</div>
              <div class="master-price-description">Косметика L&#x27;Oreal Professionnel, Redken (по предварительному согласованию). В услугу входит обесцвечивание волос по схеме мелирования, тонирование и укладка..</div>
              <div class="master-price-time">3 ч</div>
            </div>
            <div class="master-price-cost">19 900 ₽</div>
          </div>
          <div class="master-price-item master-price-item-large">
            <div class="master-price-info">
              <div class="master-price-name">Контуринг (длина до плеч)</div>
              <div class="master-price-description">Косметика L&#x27;Oreal Professionnel, Redken (по предварительному согласованию). В услугу входит частичное обесцвечивание волос по схеме контуринга, тонирование и укладка..</div>
              <div class="master-price-time">2 ч</div>
            </div>
            <div class="master-price-cost">12 900 ₽</div>
          </div>
          <div class="master-price-item master-price-item-large">
            <div class="master-price-info">
              <div class="master-price-name">Контуринг (длина до лопаток)</div>
              <div class="master-price-description">Косметика L&#x27;Oreal Professionnel, Redken (по предварительному согласованию). В услугу входит частичное обесцвечивание волос по схеме контуринга, тонирование и укладка..</div>
              <div class="master-price-time">2 ч 20 мин</div>
            </div>
            <div class="master-price-cost">14 900 ₽</div>
          </div>
          <div class="master-price-item master-price-item-large">
            <div class="master-price-info">
              <div class="master-price-name">Контуринг (длина ниже лопаток)</div>
              <div class="master-price-description">Косметика L&#x27;Oreal Professionnel, Redken (по предварительному согласованию). В услугу входит частичное обесцвечивание волос по схеме контуринга, тонирование и укладка..</div>
              <div class="master-price-time">2 ч 30 мин</div>
            </div>
            <div class="master-price-cost">17 900 ₽</div>
          </div>
        </div>
      </details>
      <details class="master-price-group">
        <summary class="master-price-toggle">
          <span>Стрижка</span>
          <span class="master-price-arrow"></span>
        </summary>
        <div class="master-price-content">
          <div class="master-price-item master-price-item-large">
            <div class="master-price-info">
              <div class="master-price-name">Стрижка женская (длина до плеч)</div>
              <div class="master-price-description">В стоимость входит мытье волос (L&#x27;Oreal Professionnel), легкий уход кондиционером, стрижка и укладка по форме.</div>
              <div class="master-price-time">1 ч</div>
            </div>
            <div class="master-price-cost">3 500 ₽</div>
          </div>
          <div class="master-price-item master-price-item-large">
            <div class="master-price-info">
              <div class="master-price-name">Стрижка женская (длина ниже лопаток)</div>
              <div class="master-price-description">В стоимость входит мытье волос (L&#x27;Oreal Professionnel), легкий уход кондиционером, стрижка и укладка по форме.</div>
              <div class="master-price-time">1 ч</div>
            </div>
            <div class="master-price-cost">5 500 ₽</div>
          </div>
        </div>
      </details>
      <details class="master-price-group">
        <summary class="master-price-toggle">
          <span>Укладка / прически</span>
          <span class="master-price-arrow"></span>
        </summary>
        <div class="master-price-content">
          <div class="master-price-item master-price-item-large">
            <div class="master-price-info">
              <div class="master-price-name">Укладка (длина до плеч)</div>
              <div class="master-price-description">В услугу входит мытьё волос с шампунем и кондиционером, укладка брашингом и/или с помощью горячего инструмента, необходимые укладочные средства.</div>
              <div class="master-price-time">1 ч</div>
            </div>
            <div class="master-price-cost">2 800 ₽</div>
          </div>
          <div class="master-price-item master-price-item-large">
            <div class="master-price-info">
              <div class="master-price-name">Укладка (длина до лопаток)</div>
              <div class="master-price-description">В услугу входит мытьё волос с шампунем и кондиционером, укладка брашингом и/или с помощью горячего инструмента, необходимые укладочные средства.</div>
              <div class="master-price-time">1 ч</div>
            </div>
            <div class="master-price-cost">3 500 ₽</div>
          </div>
          <div class="master-price-item master-price-item-large">
            <div class="master-price-info">
              <div class="master-price-name">Укладка (длина ниже лопаток)</div>
              <div class="master-price-description">В услугу входит мытьё волос с шампунем и кондиционером, укладка брашингом и/или с помощью горячего инструмента, необходимые укладочные средства.</div>
              <div class="master-price-time">1 ч</div>
            </div>
            <div class="master-price-cost">3 900 ₽</div>
          </div>
        </div>
      </details>
      <details class="master-price-group">
        <summary class="master-price-toggle">
          <span>Уход</span>
          <span class="master-price-arrow"></span>
        </summary>
        <div class="master-price-content">
          <div class="master-price-item master-price-item-large">
            <div class="master-price-info">
              <div class="master-price-name">Уход Kerastase Fusio-Dose (ампула) к услуге</div>
              <div class="master-price-description">Легендарный ампульный уход Керастаз. 4 вида ампул смешиваются с 5 разными бустерами для создания персонализированного ухода для всех типов волос и пожеланий клиента. Уход выполняется в дополнение к любой другой услуге (укладка, стрижка или окрашивание) и не выполняется отдельно. Указанные услуги оплачиваются дополнительно к стоимости ухода.</div>
              <div class="master-price-time">30 мин</div>
            </div>
            <div class="master-price-cost">5 500 ₽</div>
          </div>
          <div class="master-price-item master-price-item-large">
            <div class="master-price-info">
              <div class="master-price-name">Уход Kerastase шампунь+маска к услуге</div>
              <div class="master-price-description">Базовый уход Кферастаз по типу волос. Шампунь + маска или кондиционер. Уход выполняется в дополнение к любой другой услуге (укладка, стрижка или окрашивание) и не выполняется отдельно. Указанные услуги оплачиваются дополнительно к стоимости ухода.</div>
              <div class="master-price-time">20 мин</div>
            </div>
            <div class="master-price-cost">2 400 ₽</div>
          </div>
          <div class="master-price-item master-price-item-large">
            <div class="master-price-info">
              <div class="master-price-name">Уход Kerastase &quot;Кератермия&quot; (длина до плеч)</div>
              <div class="master-price-description">Глубокий уход для сухих и поврежденных волос. В уходе используются 2 ампулы (с бустерами) Керастаз и несмываемый уход Керастаз. Уход тщательно распределяется по длине волос и закрепляется в структуре волос с помощью ультразвукового утюжка. В услугу входит укладка.</div>
              <div class="master-price-time">1 ч 30 мин</div>
            </div>
            <div class="master-price-cost">8 500 ₽</div>
          </div>
          <div class="master-price-item master-price-item-large">
            <div class="master-price-info">
              <div class="master-price-name">Уход Kerastase &quot;Кератермия&quot; (длина до лопаток)</div>
              <div class="master-price-description">Глубокий уход для сухих и поврежденных волос. В уходе используются 2 ампулы (с бустерами) Керастаз и несмываемый уход Керастаз. Уход тщательно распределяется по длине волос и закрепляется в структуре волос с помощью ультразвукового утюжка. В услугу входит укладка.</div>
              <div class="master-price-time">1 ч 30 мин</div>
            </div>
            <div class="master-price-cost">9 900 ₽</div>
          </div>
          <div class="master-price-item master-price-item-large">
            <div class="master-price-info">
              <div class="master-price-name">Уход Kerastase &quot;Кератермия&quot; (длина ниже лопаток)</div>
              <div class="master-price-description">Глубокий уход для сухих и поврежденных волос. В уходе используются 2 ампулы (с бустерами) Керастаз и несмываемый уход Керастаз. Уход тщательно распределяется по длине волос и закрепляется в структуре волос с помощью ультразвукового утюжка. В услугу входит укладка.</div>
              <div class="master-price-time">1 ч 45 мин</div>
            </div>
            <div class="master-price-cost">12 000 ₽</div>
          </div>
        </div>
      </details>
    </div>
  </div>
</section>
 
<style>
.master-price-section{width:100%;margin:56px 0;padding:0;box-sizing:border-box}.master-price-card{width:100%;padding:42px 34px 44px;background:#f5f5f5;border-radius:28px;box-sizing:border-box;overflow:hidden}.master-price-header{margin-bottom:28px}.master-price-title{margin:0 0 8px;color:#222;font-size:34px;line-height:1.15;font-weight:400}.master-price-subtitle{margin:0;color:#777;font-size:16px;line-height:1.45;font-weight:300}.master-price-accordion{display:flex;flex-direction:column;gap:10px}.master-price-group{background:#fff;border-radius:22px;overflow:hidden;box-sizing:border-box}.master-price-toggle{width:100%;min-height:66px;padding:20px 22px;border:none;outline:none;background:#fff;color:#222;display:flex;align-items:center;justify-content:space-between;gap:18px;cursor:pointer;text-align:left;box-sizing:border-box;list-style:none}.master-price-toggle::-webkit-details-marker{display:none}.master-price-toggle::marker{display:none;content:""}.master-price-toggle span:first-child{font-size:20px;line-height:1.25;font-weight:500}.master-price-arrow{width:34px;height:34px;min-width:34px;border-radius:50%;background:#f2f2f2;position:relative;transition:transform .25s ease,background .25s ease}.master-price-arrow::before,.master-price-arrow::after{content:"";position:absolute;top:50%;left:50%;background:#222;border-radius:999px;transform:translate(-50%,-50%);transition:transform .25s ease}.master-price-arrow::before{width:13px;height:1.5px}.master-price-arrow::after{width:1.5px;height:13px}.master-price-group[open] .master-price-arrow{transform:rotate(180deg);background:#e9bea6}.master-price-group[open] .master-price-arrow::after{transform:translate(-50%,-50%) rotate(90deg)}.master-price-content{padding:0 22px 22px;box-sizing:border-box}.master-price-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:start;padding:18px 0;border-top:1px solid rgba(0,0,0,.08)}.master-price-info{min-width:0}.master-price-name{color:#222;font-size:17px;line-height:1.35;font-weight:400}.master-price-time{margin-top:6px;color:#777;font-size:14px;line-height:1.35;font-weight:300}.master-price-description{max-width:760px;margin-top:8px;color:#666;font-size:14px;line-height:1.5;font-weight:300}.master-price-cost{white-space:nowrap;color:#222;font-size:17px;line-height:1.35;font-weight:400;text-align:right}@media (max-width:960px){.master-price-section{margin:48px 0}.master-price-card{padding:38px 28px 40px;border-radius:26px}.master-price-title{font-size:30px}.master-price-toggle span:first-child{font-size:19px}}@media (max-width:640px){.master-price-section{margin:40px 0}.master-price-card{padding:32px 20px 34px;border-radius:22px}.master-price-header{margin-bottom:24px}.master-price-title{font-size:26px}.master-price-subtitle{font-size:14px}.master-price-group{border-radius:18px}.master-price-toggle{min-height:58px;padding:17px 18px}.master-price-toggle span:first-child{font-size:17px}.master-price-arrow{width:30px;height:30px;min-width:30px}.master-price-content{padding:0 18px 18px}.master-price-item{grid-template-columns:1fr;gap:8px;padding:16px 0}.master-price-name{font-size:16px}.master-price-time{font-size:13px}.master-price-description{font-size:13px}.master-price-cost{font-size:16px;text-align:left}}@media (max-width:420px){.master-price-section{margin:34px 0}.master-price-card{padding:28px 16px 30px;border-radius:20px}.master-price-title{font-size:24px}.master-price-toggle{padding:16px}.master-price-toggle span:first-child{font-size:16px}.master-price-name,.master-price-cost{font-size:15px}}
</style></div>]]></turbo:content>
    </item>
  </channel>
</rss>
