#piece-of-me,
#piece-of-me.vc_row,
#piece-of-me.wpb_row {
    background:
      linear-gradient(132deg, #f3feff 60%, #cee9fa 100%);
    border-radius: 32px 26px 32px 26px !important;
    box-shadow:
      0 4px 26px 0 rgba(154,196,228,0.15),
      6px 9px 64px 0 rgba(77,153,255,0.12),
      inset 0 1.5px 12px 0 rgba(251,255,233,0.40);
    padding: 33px 22px 29px 22px !important;
    margin-bottom: 36px !important;
    max-width: 620px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    font-family: inherit !important;
    position: relative;
    overflow: hidden;
}

#piece-of-me .vc_single_image-wrapper,
#piece-of-me figure {
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

#piece-of-me img.vc_single_image-img {
    display: block !important;
    width: 90px !important;
    height: auto !important;
    margin: 0 auto 12px auto !important;
    background: none !important;
    padding: 0 !important;
    border-radius: 22px !important;
    box-shadow: 0 2px 12px 0 rgba(132,176,233,0.10);
}

#piece-of-me::before {
    content: '';
    position: absolute;
    top: -32px; left: -22px;
    width: 120px; height: 54px;
		background: radial-gradient(circle at 70% 50%, #f7fafd 0%, #eaf8fa 80%, rgba(255,255,255,0) 100%);
    opacity: 0.54;
    border-radius: 44% 42%;
    pointer-events: none;
    filter: blur(4px);
    z-index: 1;
    animation: sportsGlow 4s ease-in-out infinite alternate;
}

@keyframes sportsGlow {
    0% { opacity: 0.34; filter: blur(5px);}
    60% { opacity: 0.74; filter: blur(14px);}
    100% { opacity: 0.38; filter: blur(6px);}
}


#heeey-block {
  position: relative;
  max-width: 600px;
  margin: 0 auto 36px auto;
  background: #fff;
  padding: 32px 28px 30px 28px;
  text-align: center;
  overflow: hidden;
  border: none;
  border-radius: 0 0 32px 32px;
}

/* Смайлик в левом верхнем углу */
#heeey-block::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 5px;
  width: 90px;
  height: 90px;
  background: url('https://maksimkapt.com/wp-content/uploads/about/ochki.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  z-index: 10;
  pointer-events: none;
}

/* Жёлтый градиент снизу */
#heeey-block::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 38%;
  background: linear-gradient(
    to top,
    rgba(255,217,90,0.56) 0%,
    rgba(255,235,180,0.12) 60%,
    rgba(255,255,255,0.0) 100%
  );
  pointer-events: none;
  z-index: 3;
  opacity: 1;
}
/* Оформление картинки внутри блока */
#heeey-block img.vc_single_image-img {
  display: block;
  width: 250px;
  height: auto;
  margin: 0 auto 14px auto;
	border-radius: 24px 30px 22px 28px;
  background: none;
  padding: 0;
  box-shadow: none;
  position: relative;
  z-index: 4;
}

#heeey-block .vc_single_image-wrapper,
#heeey-block figure {
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}



/* Мобильная адаптация */
@media (max-width:700px) {
  #heeey-block {
    padding: 16px 4vw;
    max-width: 99vw;
  }
  #heeey-block img.vc_single_image-img {
    width: 66px;
    margin-bottom: 8px;
  }
  #heeey-block::before {
    top: 4px;
    left: 6px;
    width: 38px;
    height: 38px;
  }
}



#sports-years-block,
#sports-years-block.vc_row,
#sports-years-block.wpb_row {
    /* Мягкий стеклянный фон с "glow" анимацией */
    background:
      linear-gradient(132deg, #f3feff 60%, #cee9fa 100%);
    border-radius: 32px 26px 32px 26px !important;
    box-shadow:
      0 4px 26px 0 rgba(154,196,228,0.15),
      6px 9px 64px 0 rgba(77,153,255,0.12),
      inset 0 1.5px 12px 0 rgba(251,255,233,0.40);
    padding: 33px 22px 29px 22px !important;
    margin-bottom: 36px !important;
    max-width: 620px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    font-family: inherit !important;
    position: relative;
    overflow: hidden;
}

#sports-years-block .vc_single_image-wrapper,
#sports-years-block figure {
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

/* Иконка/изображение блока спорта, БЕЗ обводки */
#sports-years-block img.vc_single_image-img {
    display: block !important;
    width: 90px !important;
    height: auto !important;
    margin: 0 auto 12px auto !important;
    background: none !important;
    padding: 0 !important;
    border-radius: 22px !important;
    box-shadow: 0 2px 12px 0 rgba(132,176,233,0.10);
}

/* Заголовок sports – крупнее, но не кричит */


/* Glow-эффект сверху слева (как светящийся блик, с анимацией) */
#sports-years-block::before {
    content: '';
    position: absolute;
    top: -32px; left: -22px;
    width: 120px; height: 54px;
		background: radial-gradient(circle at 70% 50%, #f7fafd 0%, #eaf8fa 80%, rgba(255,255,255,0) 100%);
    opacity: 0.54;
    border-radius: 44% 42%;
    pointer-events: none;
    filter: blur(4px);
    z-index: 1;
    animation: sportsGlow 4s ease-in-out infinite alternate;
}

@keyframes sportsGlow {
    0% { opacity: 0.34; filter: blur(5px);}
    60% { opacity: 0.74; filter: blur(14px);}
    100% { opacity: 0.38; filter: blur(6px);}
}

#vintage-photo-block {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 2em auto;
  border-radius: 22px;                     /* мягкое округление */
  background: #fffdf4;
  border: 2.5px solid #ebdac3;             /* светлая рамка по краю */
  box-shadow:
    0 4px 24px 0 rgba(87,70,35,0.08),
    0 2.5px 8px rgba(150,145,110,0.07);
  padding: 0;
  position: relative;
  overflow: hidden;
  transition: box-shadow .2s, border-color .2s, background .22s;
}

#vintage-photo-block img {
  display: block;
  width: 100%;
  border-radius: 18px;
  filter: sepia(24%) contrast(110%) brightness(102%) saturate(92%);
  background: #f7efd8;
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  transition: filter .15s;
}

#vintage-photo-block:hover {
  box-shadow: 0 10px 36px 4px rgba(87,70,35,0.13);
  border-color: #dcc6a8;
  background: #f9f4e1;
}

#vintage-photo-block img:hover {
  filter: sepia(29%) contrast(114%) brightness(106%) saturate(99%);
}

/* Dark mode */
@media (prefers-color-scheme: dark) {
  #vintage-photo-block {
    background: #26211c;
    border-color: #3a2911;
    box-shadow: 0 8px 32px rgba(70,56,38,0.18);
  }
  #vintage-photo-block img {
    background: #26211c;
    filter: sepia(32%) brightness(83%) contrast(125%);
  }
}


#eye-catcher img {
  border: 2.5px solid #67a6e7;
  border-radius: 30px;
  box-shadow:
    0 0 32px 8px rgba(103,166,231,0.33),    /* ← Увеличено размытие, смещение и прозрачность */
    0 6px 30px rgba(120,148,190,0.14);      /* Вторая лёгкая тень */
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  background: none;
  transition: box-shadow 0.35s, border-color 0.25s;
  box-sizing: border-box;
}

#eye-catcher img:hover {
  box-shadow:
    0 0 52px 14px rgba(103,166,231,0.43),  /* Aura становится ещё мощнее при наведении */
    0 12px 36px rgba(120,148,190,0.17);
  border-color: #3476be;
}

#feelgood-img .vc_single_image-wrapper,
#feelgood-img figure {
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
#feelgood-img img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: none;
  padding: 0;
  /* ваши стили рамки */
  border: 4px dashed #ffd057;
  border-radius: 19px 30px 18px 26px;
  box-shadow: 0 2px 14px 0 rgba(255,208,87,0.10);
  transition: box-shadow 0.3s, border-color 0.2s;
}


#highlighted-image img.vc_single_image-img {
  border: 2px solid #e5e5e5;
  border-radius: 16px;
  box-shadow: 0 2px 12px 0 rgba(246,225,211,0.06),
              0 0.5px 2px rgba(200,200,200,0.10);
  padding: 4px;
  background: #fff;
  transition: box-shadow 0.3s;
}
#highlighted-image img.vc_single_image-img:hover {
  box-shadow: 0 4px 24px 0 rgba(246,200,175,0.15),
              0 1px 4px rgba(190,190,190,0.12);
}


.gb-row .gwolle-gb-total {
  text-align: center;
  width: 100%;
  display: block;
  margin: 18px 0 18px 0;
  font-size: 14px;
  color: #9fa5b2; /* при необходимости скорректируйте цвет */
}

.gb-row .gwolle-gb-write-button {
  display: flex;
  justify-content: center;
  margin: 26px 0 22px 0;
}

.gb-row .gwolle-gb-write-button input[type="button"] {
  background: #1a1a1a;
  color: #fff;
  border: none;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 28px;
  cursor: pointer;
  transition: background 0.16s;
}

.gb-row .gwolle-gb-write-button input[type="button"]:hover {
  background: #000;
}

/* Минималистичная карточка записи */
.gb-row .gb-entry {
  border: none !important;
  box-shadow: none;
  background: #fff;
  border-radius: 12px;
  padding: 18px 15px 14px 15px;
  margin-bottom: 22px;
}

.gb-row .gb-author-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 6px;
}

.gb-row .gb-author-info > .gb-author-name {
  display: block;
  width: 100%;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 16.5px;
  color: #181818;
  font-style: normal;
}
.gb-row .gb-author-name i,
.gb-row .gb-author-name .gb-moderator { font-style: normal; }

.gb-row .gb-author-origin,
.gb-row .gb-datetime {
  display: inline;
  font-size: 13px;
  color: #a4a4ae;
  margin-left: 10px;
}

/* Текст отзыва */
.gb-row .gb-entry-content {
  font-size: 15.5px;
  color: #26262c;
  margin-top: 4px;
}

/* Скрыть "Admin Reply by..." если появится*/
.gb-row .gb-entry-admin_reply .gb-admin_reply_uid {
  display: none !important;
}
.gb-row .gb-entry-admin_reply {
  margin-top: 12px;
  background: #f6fafe;
  border-left: 2px solid #b3e3fb;
  padding: 8px 10px 8px 12px;
  border-radius: 0 7px 7px 0;
  color: #1582b4;
  font-size: 14px;
}

@media (max-width:600px){
  .gb-row .gb-entry{padding:10px 4px 8px 7px;}
  .gb-row .gb-author-name{font-size:14px;}
}


/* Увеличиваем член */


/* Стилизация кнопки "Load more" как "READ MORE POSTS" */
.vc_grid-load-more .vc_btn3, 
.vc_btn3.vc_btn3-style-flat, 
.vc_btn3.vc_btn3-color-blue {
    background: #fff !important;
    border: 2px solid #222 !important;
    color: #222 !important;
    border-radius: 0 !important;
    font-size: 11px !important;
    letter-spacing: 2px !important;
    padding: 15px 40px !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
    transition: background 0.2s, color 0.2s;
    display: inline-block;
    margin: 30px auto 0 auto;
}

.vc_grid-load-more .vc_btn3:hover, 
.vc_btn3.vc_btn3-style-flat:hover, 
.vc_btn3.vc_btn3-color-blue:hover {
    background: #222 !important;
    color: #fff !important;
}


#instagram-gallery-feed-0 .qligg-btn,
#instagram-gallery-feed-0 .instagram-gallery-feed__button,
#instagram-gallery-feed-0 button,
#instagram-gallery-feed-0 a {
    background: transparent !important;
    border: 2px solid #222 !important;
    color: #222 !important;
    padding: 14px 38px !important;
    font-size: 12px !important;
    font-family: 'Karla', 'Open Sans', Arial, sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    border-radius: 0 !important;
    text-transform: uppercase !important;
    transition: background 0.2s, color 0.2s !important;
    box-shadow: none !important;
    outline: none !important;
    cursor: pointer !important;
    margin: 32px auto 0 auto !important;
    display: block !important;
}

#instagram-gallery-feed-0 .qligg-btn:hover,
#instagram-gallery-feed-0 .instagram-gallery-feed__button:hover,
#instagram-gallery-feed-0 button:hover,
#instagram-gallery-feed-0 a:hover {
    background: #222 !important;
    color: #fff !important;
}


/* Основная обертка блока */
.testimonials-mkpt .single-item-wrapper {
  display: flex;
  align-items: flex-start; /* было center */
  gap: 32px;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 24px 24px;
  max-width: 900px;
  margin: 40px auto;
  min-height: 220px;
	text-align: center
}


/* Левая часть: аватар, имя, город */
.testimonials-mkpt .tss-meta-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 160px;
  max-width: 180px;
  flex: 0 0 160px;
  margin: 0;
  padding: 0;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

/* Аватар */
.testimonials-mkpt .profile-img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
}

.testimonials-mkpt .profile-img-wrapper img {
  width: 144px;
  height: 144px;
  border-radius: 10%;
  object-fit: cover;
  border: none;
  background: #fafbfc;
  box-shadow: none;
  display: block;
}

/* Имя */
.testimonials-mkpt .author-name,
.testimonials-mkpt .single-item-wrapper h3.author-name {
  font-size: 1.18rem !important;
  font-weight: 700 !important;
  color: #3a7afe !important;
  margin: 10px 0 2px 0 !important;
  text-align: center !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  line-height: 1.2 !important;
}

/* Город */
.testimonials-mkpt .author-bio,
.testimonials-mkpt .author-location,
.testimonials-mkpt .single-item-wrapper h4.author-bio {
  font-size: 1.04rem !important;
  color: #a8a8a8 !important;
  font-weight: 500 !important;
  margin: 0 0 0 0 !important;
  text-align: center !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  line-height: 1.2 !important;
}

/* Правая часть: текст отзыва */
.testimonials-mkpt .item-content-wrapper {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Сам текст отзыва */
.testimonials-mkpt .item-content {
  font-size: 1rem !important;
  line-height: 1.7 !important;
  color: #232323 !important;
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: 0.01em !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
  /* Убираем любые кавычки, фон и рамки */
}

/* Убираем наклон у любых вложенных тегов */
.testimonials-mkpt .item-content * {
  font-style: normal !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

/* Жирное выделение для strong */
.testimonials-mkpt .item-content strong {
  font-weight: 500 !important;
  color: #3a7afe !important;
}

/* Удаляем кавычки, даже если они добавляются псевдоэлементами */
.testimonials-mkpt .item-content::before,
.testimonials-mkpt .item-content::after,
.testimonials-mkpt .item-content-wrapper::before,
.testimonials-mkpt .item-content-wrapper::after {
  display: none !important;
  content: none !important;
}

/* Адаптивность */
@media (max-width: 900px) {
  .testimonials-mkpt .single-item-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 18px 8px;
    gap: 18px;
    max-width: 98vw;
    min-height: 0;
  }
  .testimonials-mkpt .profile-img-wrapper img {
    width: 100px;
    height: 100px;
  }
  .testimonials-mkpt .item-content {
    font-size: 1.04rem !important;
    max-width: 98vw;
    text-align: center !important;
  }
  .testimonials-mkpt .item-content-wrapper {
    align-items: center;
  }
}
.client-logos .client {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.04);
    padding: 24px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.2s, transform 0.2s;
    min-width: 160px;
    min-height: 80px;
}

.client-logos .client:hover {
    box-shadow: 0 6px 32px rgba(0,0,0,0.10);
    transform: translateY(-4px) scale(1.04);
}

.client-logos .client img {
    max-width: 120px;
    max-height: 48px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(0.2) brightness(0.98);
    transition: filter 0.2s;
}

.client-logos .client:hover img {
    filter: grayscale(0) brightness(1.05);
}