html {
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
           overflow-x: hidden;
}

.reviews-carousel .slick-track {
    display: flex;
}

.reviews-carousel .slick-slide {
    flex: 0 0 auto;
}

.main-section h2{
    font-size: 40px;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 25px;
}    

a:hover {
    color: #E426A4;
}    
a.btn:hover {
    color: #fff;
}    
    /* ======= Header ======= */
/* Прозрачный фон и абсолютное позиционирование */
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

/* Тонкая полоска с контактами */
.top-bar {
  background: transparent;
}
.top-bar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 20px;
}
.top-bar__email {
    display: flex;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.top-bar__right {
  display: flex;
  gap: 25px;
}

.top-bar__right a {
    display: flex;
    color: #fff;
    font-size: 16px;
    font-weight: 200;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.top-bar__right a svg {
    margin-right: 5px;
}


/* Нижняя навигация */
.nav-bar {
  background: transparent;
}
.nav-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
/* Логотип */
.nav-bar__logo {
    padding-left: 105px;
}
.nav-bar__logo img {
  height: 95px;
  display: block;
}

/* Меню */
.nav-bar__menu {
  display: flex;
  gap: 45px;
}
.nav-bar__menu a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  padding: 4px;
}
.nav-bar__menu a:hover {
  text-decoration: underline;
}

/* Контакты и кнопка */
.nav-bar__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
}
.nav-bar__phone {
  font-weight: 700;
  font-size: 19px;
  color: #fff;
  text-decoration: none;
}
.nav-bar__btn {
  background: #BB288A;
  color: #fff;
  padding: 10px 24px;
  border-radius: 24px;
  text-decoration: none;
  font-size: 14px;
}
.nav-bar__btn:hover {
  background: #cf006e;
}

/* Тонкая разделительная линия во всю ширину */
.top-bar::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e7e7e7;
}

/* ========== Адаптив ========= */
@media (max-width: 992px) {
  .nav-bar__menu {
    display: none; /* замените на бургер при необходимости */
  }
  .top-bar__inner {
    padding: 8px 0;
    flex-direction: column;
  }
  .nav-bar__inner {
  justify-content: center;
  }
  .nav-bar__logo {
    padding-left: 0;
}
}
@media (max-width: 576px) {
  .top-bar__right {
    gap: 12px;
  }
  .nav-bar__actions {
    display: none; /* или убрать, оставить только кнопку */
  }
}









/* ====== Hero-блок ====== */
.hero-section {
    padding-bottom: 100px;
  position: relative;
  color: #fff;
  overflow: hidden;
}
.hero-section__overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.68);
}
.hero-section__inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 200px;
}

/* Левый контент */
.hero-section__content {
  max-width: 50%;
}
.hero-section__subtitle {
    width: 315px;
    text-align: center;
}
.hero-section__subtitle-small {
  font-weight: 700;
    color: #fff;
    font-size: 26px;
    margin-bottom: 0;
        position: relative;
    z-index: 10;
}
.hero-section__label {
  position: relative;
  padding: 4px 12px;
  border-radius: 12px;
  text-transform: uppercase;
}
.hero-section__label svg {
  position: absolute;
  left: 63px;
    top: -20px;
    z-index: 0;
    position: absolute;
}
.hero-section__label span {
    color: #000;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  z-index: 10;
}

.hero-section__title {
    margin-top: 60px;
    padding-left: 105px;
}

.hero-section__title-name {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}
.hero-section__title-name span {
    padding-left: 13px;
    position: relative;
    z-index: 2;
}

.hero-section__title-name:before {
    top: -10px;
    position: absolute;
    z-index: 0;
    content: '';
    width: 36px;
    height: 36px;
    display: block;
    background: #BB288A;
    border-radius: 100%;
}

.hero-section__title-job {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
}

.hero-section__title-from {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
}
.hero-section__btn {
  margin-top: 16px;
}

.hero-section__features {
        display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.features-item {
    margin: 0 30px;
    text-align: center;
    width: 170px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.features-item img {
    height: 47px;
    width: 47px;
}
.features-item div {
color: white;
 font-size: 12px;
 font-weight: 400;
}

/* Правая форма */
.hero-section__form-card {
    background: rgba(255, 255, 255, 90%);
    color: #333;
    padding: 25px 45px 15px;
    border-radius: 12px;
    width: 400px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.form-card__title {
  text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    color: #222;
}
.form-card__form input,
.form-card__form textarea {
  width: 100%;
  margin-bottom: 12px;
  padding: 12px 16px;
  border-radius: 32px; 
  border: 1px #D3D3D3 solid;
  font-size: 14px;
}
.form-card__form textarea {
  min-height: 100px;
  resize: vertical;
      border-radius: 13px;
}
.form-card__submit {
  display: block;
  width: 100%;
  background: #e6007e;
  color: #fff;
  padding: 12px 0;
  border: none;
  border-radius: 24px;
  font-size: 16px;
  cursor: pointer;
}
.form-card__submit:hover {
  background: #cf006e;
}

/* Волнообразный SVG-переход */
.hero-section__wave {
  position: absolute;    
  bottom: -40px;
  left: 0;
  width: 100%;
  line-height: 0;
}
.hero-section__wave img {
  width: 100%;
}

/* Адаптив */
@media (max-width: 992px) {
  .hero-section__inner {
    flex-direction: column;
    text-align: center;
  }
  .hero-section__content,
  .hero-section__form-card {
    max-width: 100%;
    width: 100%;
  }
  .hero-section__subtitle {
    width: auto;
    text-align: center;
}
.hero-section__title {
    margin-top: 30px;
    padding-left: 0;
}
.hero-section__title-name:before {
    content: none;
}
.hero-section__title-name {
    display: none;
}
.hero-section__title-name span {
    position: relative;
    z-index: 2;
}
.hero-section__title-job {
    display: none;
    font-size: 32px;
}
.hero-section__title-from {
    display: none;
    font-size: 24px;
}
.hero-section__features {
    margin-top: 30px;
    gap: 20px;
}
.features-item div {
    margin-top: 10px;
}
.hero-section__wave {
    bottom: -10px;
}
.hero-section {
    padding-bottom: 50px;
}
.features-item {
    margin: 0;
    margin-bottom: 20px;
    width: calc(50% - 10px);
}
.hero-section__form-card {
    padding: 20px 15px;
}
.hero-section__title-name span:before {
    left: 0;
    top: -10px;
    position: absolute;
    z-index: -1;
    content: '';
    width: 36px;
    height: 36px;
    display: block;
    background: #BB288A;
    border-radius: 100%;
}
  .hero-section__form-card {
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .hero-section__title {
    font-size: 32px;
  }
  .form-card__submit {
    font-size: 14px;
  }
}











    
        /* ========== Стили для блока «Обо мне» ========== */
.about-section {
  padding: 80px 0;
  background: #fff;
  font-family: Arial, sans-serif;
}

.about-section__inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.about-section__title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #313638;
}

.about-section__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.about-section__image img {
  display: block;
  width: 100%;
  max-width: 570px;
  border-radius: 12px;
  object-fit: cover;
}

.about-section__content {
  flex: 1;
}



.about-section__label {
    position: relative;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}
.about-section__label span {
    padding-left: 13px;
    position: relative;
    z-index: 2;
}

.about-section__label:before {
    top: -10px;
    position: absolute;
    z-index: 0;
    content: '';
    width: 36px;
    height: 36px;
    display: block;
    background: #27E7DA;
    border-radius: 100%;
}

.about-section__name {
  font-size: 36px;
  font-weight: 700;
  margin: 10px 0;
  color: #000;
}

.about-section__content .blue-line {
   margin-bottom: 20px; 
}

.about-section__text {
  font-weight: 500;
  font-size: 14px;
  color: #000;
  margin-bottom: 20px;
}

/* ========== Адаптив ========== */
@media (max-width: 992px) {
    
    .about-section {
    padding: 40px 0;
    }
    .about-section__title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 20px;
    }
  .about-section__wrapper {
    flex-direction: column;
    align-items: center;
  }
  .about-section__name {
    font-size: 24px;
  }
  .about-section__wrapper {
    gap: 20px;
  }
  .about-section__image img {
    max-width: 100%;
  }
  .about-section__content {
    margin-top: 30px;
  }
}


/* ========== Блок «Портреты на заказ» ========== */
.portraits-section {
  background: #fff;
  font-family: Arial, sans-serif;
  margin-bottom: 30px;
}

.portraits-section__inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.portraits-section__title {
  font-size: 48px;
  margin-bottom: 20px;
  color: #313638;
  font-weight: 700;
}

/* Оффер: подсветка + цена */


.portraits-section__offer {
  position: relative;
  padding: 4px 12px;
  margin: 50px 0 30px;
}
.portraits-section__offer svg {
  position: absolute;
  left: -15px;
    top: -23px;
    z-index: 0;
}
.portraits-section__offer span {
    color: #fff;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  z-index: 10;
}

.portraits-section__price {
  font-size: 25px;
  color: #232C31;
  font-weight: 700;
  padding-left: 12px;
  margin-bottom: 30px;
}

/* Описание */
.portraits-section__description {
  margin-bottom: 40px;
  color: #000;
  font-size: 16px;
}

.portraits-section__description p {
  margin-bottom: 20px;
}

/* Галерея портретов */
.portraits-section__gallery {
  display: flex;
    gap: 60px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.portrait-card {
    width: calc(20% - 50px);
}

.portrait-card img {
  width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
}

/* ========== Адаптив ========== */
@media (max-width: 768px) {
    .portraits-section__title {
    text-align: center;
    font-size: 32px;
    }
    .portraits-section__offer svg {
    position: absolute;
    width: 100%;
    }
    .portraits-section__offer span {
    font-size: 22px;
    }
    .portraits-section__price {
    font-size: 20px;
    }
  .portraits-section__offer {
    flex-direction: column;
    align-items: flex-start;
  }
  .portraits-section__gallery {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.portrait-card {
    width: calc(50% - 10px);
}
}

@media (max-width: 576px) {
  .portraits-section__gallery {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
}

/* ========== Стили для блока «Отзывы» ========== */
.testimonials-section {
  padding: 40px 0;
  overflow: hidden;
}

.testimonials-section__inner {
  width: 100%;
}

.testimonials-section__title {
  color: #313638;
    font-size: 48px;
    font-weight: 700;
  margin-bottom: 50px;
}

/* Сетка отзывов */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

/* Карточка отзыва */
.testimonial-card {
  margin: 0 10px;
  background: #fff;
  padding: 15px 10px 25px;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.14); 
  border-radius: 6px;
}

/* Шапка карточки: аватар и инфо */
.testimonial-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.avatar img {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  object-fit: cover;
}

/* Информация об авторе */
.testimonial-info {
  display: flex;
  flex-direction: column;
}

.testimonial-name {
  color: #363636;
font-size: 16px;
font-weight: 700;
}

.testimonial-city {
    margin: 5px 0;
   color: #959595;
font-size: 14px;
font-weight: 600;
}

.testimonial-date {
  color: #9F9F9F;
font-size: 13px;
font-weight: 400;
}
/* Текст отзыва */
.testimonial-text {
  margin-top: 16px;
  color: #373737;
font-size: 14px;
font-weight: 300;
}

/* Адаптивные правки */
@media (max-width: 991px) {
    .testimonials-section__title {
    text-align: center;
    font-size: 32px;
    }
    .testimonials-section {
    padding: 20px 0;
}
  
}


.blue-line {
    width: 60px;
    height: 3px;
    background: #27E7DA;
}

/* ========== Блок «Контакты» ========== */
.contacts-section {
  padding: 80px 0;
  background: #fff;
  font-family: Arial, sans-serif;
}
.contacts-section__inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.contacts-section__wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}
/* Левая колонка */
.contacts-section__image {
  flex: 1;
}
.contacts-section__image img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}
/* Правая колонка */
.contacts-section__content {
  flex: 1;
}

.contacts-section__content .top-bar__right a {
    color: #000;
}

/* Метка «Контакты» */
.contacts-section__label {
  display: inline-block;
  background: #e0f7f5;
  color: #007b7a;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}
/* Заголовок */
.contacts-section__title {
  color: #000;
font-size: 36px;
font-weight: 700;
margin-bottom: 10px; 
}
.contacts-section__content .blue-line {
   margin-bottom: 20px; 
}
/* Способы связи */
.contacts-section__methods {
  color: black;
font-size: 14px;
font-weight: 700;
}
.contacts-section__methods a {
  display: inline-block;
  margin-left: 12px;
}
.contacts-section__methods a:first-of-type {
  margin-left: 8px;
}
.contacts-section__methods img {
  width: 32px;
  height: 32px;
}
/* Текст «Или оставьте...» */
.contacts-section__or {
  color: black;
font-size: 14px;
font-weight: 700;
margin-top: 20px;
}
/* Форма */
.contacts-section__form {
  background: #fff;
  padding: 20px 45px 35px;
  box-shadow: 4px 7px 26.799999237060547px rgba(0, 0, 0, 0.12); 
  border-radius: 9px;
}
.contacts-section__row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.contacts-section__row input {
  width: 100%;
  flex: 1;
  padding: 12px 16px;
  border-radius: 32px; 
  border: 1px #D3D3D3 solid;
  font-size: 14px;
}
.contacts-section__row .form-group {
    width: 50%;
}
.contacts-section__form textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: 13px; 
  border: 1px #D3D3D3 solid;
  font-size: 14px;
  min-height: 80px;
  resize: vertical;
  margin-bottom: 10px;
}
.contacts-section__consent {
    width: 260px;
    text-align: center;
    margin: auto;
  color: black;
font-size: 8px;
font-weight: 400;
opacity: 0.30;
}
.contact-form__btn {
    text-align: center;
    margin-top: 20px;
}
.contact-form__btn .btn {
    color: white;
    font-size: 14px;
    font-weight: 400;
    background: #E426A4; 
    box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.60);
    padding: 9px 22px;
    border: none;
    border-radius: 50px;
}
.contacts-section__consent a {
  color: #007b7a;
  text-decoration: underline;
}
/* Кнопка отправки */
.btn--primary {
  display: inline-block;
    background: #BB288A;
    color: #fff;
    font-weight: 700;
    padding: 9px 22px;
    border: none;
    border-radius: 24px;
    font-size: 16px;
    cursor: pointer;
}
.btn--primary:hover {
  background: #cf006e;
}

/* ========== Адаптив ========== */
@media (max-width: 992px) {
    .contacts-section {
    padding: 40px 0;
    }
    
  .contacts-section__wrapper {
    flex-direction: column;
  }
  .contacts-section__row {
    flex-direction: column;
  }
  .contacts-section__row input {
    margin-bottom: 12px;
  }
  .contacts-section__title {
    font-size: 24px;
  }
  .contacts-section__or {
    text-align: center;
  }
  .contacts-section__form {
    padding: 15px 20px;
  }
  .contacts-section__row .form-group {
    width: 100%;
}
}


/* ========== Footer ========== */
.footer-divider {
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  margin: 0;
}

.footer-section {
  background: #fff;
  font-family: Arial, sans-serif;
  color: #555;
}

.footer-inner {
  margin: 30px auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

/* Левая колонка */
.footer-left {
  flex: 1 1 36%;
}

.footer-company {
  font-size: 12px;
  color: #000;
  margin-bottom: 5px;
}
.footer-company span {
  font-size: 10px;
}

.footer-note {
  font-size: 10px;
  margin-bottom: 10px;
}

.footer-privacy a {
  font-size: 13px;
  color: #E426A4;
  text-decoration: underline;
}

.footer-copy {
  font-size: 15px;
  color: #000;
}

/* Правая колонка */
.footer-right {
    height: 100%;
    flex: 1 1 64%;
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}
.footer-right__inner {
    display: flex;
    flex-direction: row;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
}
/* Навигация */
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 16px;
}
.footer-nav a {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}
.footer-nav a:hover {
  text-decoration: underline;
}

/* Контакты */

.page-introtext {
    font-size: 18px;
    margin-bottom: 30px;
}

.footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}
.footer-tel {
    color: black;
    font-size: 18px;
    font-weight: 700;
}
.footer-email {
    color: black;
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline;
}
.footer-tel:hover,
.footer-email:hover {
  text-decoration: underline;
}

/* Кнопка */
.footer-btn {
  display: inline-block;
  width: fit-content;
  background: #e6007e;
  color: #fff;
  padding: 10px 24px;
  border-radius: 24px;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
}
.footer-btn:hover {
  background: #cf006e;
}

/* Кредит */
.footer-credit {
  margin-top: auto;
  font-size: 12px;
}
.footer-credit a {
  color: #999;
  text-decoration: none;
}
.footer-credit a:hover {
  text-decoration: underline;
}

/* ========== Адаптив ========== */
@media (max-width: 768px) {
  .footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-left,
  .footer-right {
    flex: none;
    width: 100%;
  }
  .footer-right {
    align-items: center;
    gap: 20px;
  }
  .footer-contacts {
    align-items: flex-start;
}
  .footer-right__inner {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
  .footer-nav {
    justify-content: center;
  }
  .footer-btn {
    margin: 0 auto;
  }
  .main-section h2 {
    font-size: 24px;
  }
}

.callback-title {
        font-size: 24px;
}
.callback-text {
    margin: 10px 0;
    font-size: 16px;
}


.development{
    display: flex;
    justify-content: flex-end;
}
.development a{
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 10px;
    color: #000;
}
.development-icon{
    margin-left: 8px;
    display: inline-block;
    position: relative;
}
.development-icon img{
    position: relative;
    z-index: 2;
}
.development-icon:before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    right: 4px;
    bottom: 4px;
    background: rgb(255 255 255 / 24%);
}