* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: border-box;
}
/* Удаляем базовые стили ссылок */
a {
    text-decoration: none; /* Убирает подчеркивание */
    color: inherit; /* Устанавливает цвет текста в зависимости от родительского элемента */
}

/* Дополнительно можно сбросить другие свойства, если нужно */
a:visited {
    color: inherit;
}

a:hover, a:active, a:focus {
    text-decoration: none;
    color: #FFBA1B;
    outline: none;
}
button a:hover{
    color: inherit;
}
.middleimg{
    display: none;
}
html, body {
    min-height: 100vh; /* Минимальная высота на весь экран */
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    background: url('/wp-content/themes/sazanovich/img/bg.svg') no-repeat center top;
    background-size: cover;  /* Растягиваем фон */
    background-color: #F8F8F8;
    color: #333;
    line-height: 1.6;
}

.wrapper {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
    min-height: 100vh; /* Растягивание на весь экран */
}
/* Стили модального окна и фона */
.modal {
    display: none; /* Скрыто по умолчанию */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Серый фон с прозрачностью */
  }
  .modal-form-container h2{
    margin: 60px 0 0 0;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
  }
  .modal-form-container p{
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 18px;
    line-height: 21px;
  }
  .modal-input-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 30px 0 0 0;
}
.modal button {
    margin: 20px auto 57px auto;
    font-size: 16px;
}
.modal-input-container input {
    width: 100%;
    height: 60px;
    padding: 0 30px;
    font-size: 18px;
}
  /* Контент модального окна */
  .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border-radius: 8px;
    width: 43.7vw;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  
  /* Кнопка закрытия */
  .close {
    position: absolute;
    top: 5px;
    right: 20px;
    color: #000000;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .close:hover {
    color: #bdbdbd;
  }

  @media (max-width: 800px){
    .modal-content {
        width: 100vw;
      }
}




header{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}
.burger-menu-container {
    display: flex;
}
/* Существующие стили */
.header__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    row-gap: 5px;
}
.nav__item {
    white-space: nowrap;
}

.header__phone-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(10px, 2.5vw, 30px);
    margin-left: clamp(20px, 4vw, 80px);
}
.header__phone-container-mobile{
    display: none;
}
.header__socials-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-left: clamp(20px, 5vw, 80px);
}

.socials-container__item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.phone-container__item {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    gap: 5px;
}
.close-burger{
    display: none;
}
/* Стиль для бургер-меню */
.burger-menu {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
    margin-right: 20px; /* Отступ от правого края */
}

.burger-bar {
    width: 30px;
    height: 3px;
    background-color: #333;
}


header.active {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100px;
    z-index: 100;
    background: linear-gradient(-43deg, #43C685 0%, #93EFC0 100%);
}

/* Стиль для активного бургер-меню */
.burger-menu.active {
    display: none;
}

.hero-section{
    display: flex;
}



.hero-section__left-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero-section__left-block::before {
    content: '';
    position: absolute;
    top: 25px; /* Регулируйте положение по вертикали */
    left: -320px; /* Регулируйте положение по горизонтали */
    width: 20rem;
    height: 13rem;
    background: url('/wp-content/themes/sazanovich/img/Vector 12.svg') no-repeat center/contain;
}
.hero-section__right-block img {
    width: 46.75rem; /* 748px / 16 */
    
}
.hero-section__left-block h1 {
    position: relative;
    font-family: 'Montserrat Alternates';
    font-size: 2.625rem;  /* 42px */
    font-weight: 600;
    line-height: 3.4125rem;  /* 54.6px */
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.hero-section__left-block h1::after {
    content: '';
    position: absolute;
    top: -35px; /* Регулируйте положение по вертикали */
    right: -40px; /* Регулируйте положение по горизонтали */
    width: 4.6875rem;
    height: 3.5rem;
    background: url('/wp-content/themes/sazanovich/img/7 19.svg') no-repeat center/contain;
}
.hero-section__left-block p {
    font-family: 'Raleway';
    font-size: 1.25rem;  /* 20px */
    font-weight: 500;
    line-height: 1.75rem;  /* 28px */
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 25px 0 0 0;
}
.hero-section__left-block button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    width: 14.69rem;  /* 235px */
    height: 3.125rem;  /* 50px */
    padding: 0.625rem 1.25rem;  /* 10px 20px */
    gap: 0.625rem;  /* 10px */
    border-radius: 30px;
    border: none;
    margin: 32px 0 0 0;
    background: linear-gradient(90deg, #FFBA1B 0%, #FFDA30 100%);
    font-family: Raleway;
    font-size: 1rem;               /* 16px = 1rem */
    font-weight: 700;              /* Остается неизменным */
    text-align: center;
}
.hero-section__left-block button::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: -80px;
    width: 4.6875rem;
    height: 3.5rem;
    background: url('/wp-content/themes/sazanovich/img/8\ 1.svg') no-repeat center/contain;
}
.hero-section__left-block button::before {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -60px;
    width: 4.6875rem;
    height: 3.5rem;
    background: url('/wp-content/themes/sazanovich/img/9\ 1.svg') no-repeat center/contain;
}
button:hover{
    background: linear-gradient(90deg, #E19C00 0%, #F5D026 100%);
}
button:hover img{
    transform: rotate(-45deg);
    transition: 0.7s ;
}
button:active img{
    transform: rotate(0deg);
}
.proposal__list-container{
    position: relative;
    margin: 100px 0 0 0;
}
.proposal__list-container::after {
    content: '';
    position: absolute;
    top: 230px;
    left: -80px;
    width: 2.9375rem;
    height: 4.9375rem;
    background: url('/wp-content/themes/sazanovich/img/13\ 1.svg') no-repeat center/contain;
}
.proposal__list-container::before {
    content: '';
    position: absolute;
    top: 162px;
    right: -80px;
    width: 6.875rem;
    height: 19.125rem;
    background: url('/wp-content/themes/sazanovich/img/10\ 1.svg') no-repeat center/contain;
}
.proposal__list-container h2{
    font-family: 'Montserrat Alternates';
    font-size: 2.5rem; /* 40px / 16 */
    font-weight: 600;
    line-height: 3.25rem; /* 52px / 16 */
    text-align: center;
    margin: 0 0 20px 0;
}
.proposal__items-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.proposal__item{
    position: relative;
    width: 305px;
}
.proposal__item img{
    width: 100%;
}
.proposal__item p{
    position: absolute;
    top: 20px;
    left: 25px;
    padding: 0 25px 0 0;
}

.format-secton{
    display: flex;
    position: relative;
    margin: 130px 0 0 0;
}
.format-secton::before {
    content: '';
    position: absolute;
    top: 111px;
    left: -50px;
    width: 2.5625rem;
    height: 3.5625rem;
    background: url('/wp-content/themes/sazanovich/img/14\ 1.svg') no-repeat center/contain;
}
.format-secton::after {
    content: '';
    position: absolute;
    top: 111px;
    right: -50px;
    width: 4.5rem;
    height: 6.8125rem;
    background: url('/wp-content/themes/sazanovich/img/11\ 1.svg') no-repeat center/contain;
}
.format__left-container {
    width: 50%;
}
.format__left-container img{
   
        width: 32.5rem;
        height: 38.5625rem;
    
    
}

.format__right-container {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 50%;
    gap: 30px;
}
.format__right-container::after {
    content: '';
    position: absolute;
    top: -29px;
    left: 165px;
    width: 8.25rem;
    height: 3.25rem;
    background: url('/wp-content/themes/sazanovich/img/Section\ title.svg') no-repeat center/contain;
}
.format__item-block h2{
    font-family: 'Montserrat Alternates';
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 2.275rem;
}
.format__item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
    margin: 20px 0 0 0;
}
.format__item{
    padding: 15px 20px 15px 20px;
    border-radius: 100px ;
    background-color: #fff;
    width: auto;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.4625rem;
}

.services-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin: 100px 0 0 0;
}
.services-section h2{
    font-family: 'Montserrat Alternates', sans-serif;
    position: relative;
    font-size: 2.5rem;  /* 40px / 16px */
    font-weight: 600;
    line-height: 3.25rem;  /* 52px / 16px */
}
.services-section h2::after {
    content: '';
    position: absolute;
    top: -12px;
    left: 170px;
    width: 3.81rem;
    height: 3.375rem;
    background: url('/wp-content/themes/sazanovich/img/12\ 1.svg') no-repeat center/contain;
}
.services-section ::before {
    content: '';
    position: absolute;
    top: 87px;
    right: -168px;
    width: 6.125rem;
    height: 11.5625rem;
    background: url('/wp-content/themes/sazanovich/img/17\ 1.png') no-repeat center/contain;
    opacity: 0.05;
}
.services-section ::after {
    content: '';
    position: absolute;
    bottom: -30px;
    right: -80px;
    width: 2.6875rem;
    height: 4.1875rem;
    background: url('/wp-content/themes/sazanovich/img/18\ 1.svg') no-repeat center/contain;
}
.services__items-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 40px 0 0 0;
    justify-content: space-between;
}

.services-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #fff;
    border-radius: 30px;
    padding: 30px 24px;
    width: 31%;
}
.services-item h3{
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 1.625rem;  /* 26px / 16px */
    font-weight: 600;
    line-height: 1.98rem;  /* 31.69px / 16px */
    width: 17.6875rem;
}
.services-item__elem-cont {
    display: flex;
    gap: 20px;
    margin: 20px 0 0 0;
}
.elem-cont__item-container{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.services-item p{
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;  /* 16px / 16px */
    font-weight: 500;
    line-height: 1.3rem;  /* 20.8px / 16px */
    margin: 20px 0 0 0;
}
.elem-cont__item-container h4{
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;        /* 16px / 16px */
    font-weight: 500;
    line-height: 1.3rem; 
    color: #959595;
}
.elem-cont__item-container p{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;     /* 20px / 16px */
    font-weight: 700;
    line-height: 1.625rem;   /* 26px / 16px */
    text-align: left;
    background: linear-gradient(135deg, #43C685 0%, #93EFC0 100%);
     /* Нужные свойства для градиента текста */
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     /* Для Firefox */
     background-clip: text;
     text-fill-color: transparent;
     margin: 0px;
	 white-space: nowrap;
}

.service-item__price-cont{
    margin: 25px 0 0 0;
}
.service-item__price-cont h4{
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;        /* 16px / 16px */
    font-weight: 500;
    line-height: 1.3rem; 
    color: #959595;
}
.service-item__price-cont p{
    font-family: 'Raleway', sans-serif;
    font-size: 1.75rem;       /* 28px / 16px */
    font-weight: 700;
    line-height: 2.275rem;     /* 36.4px / 16px */
}
.services-item button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.625rem 1.25rem;  /* 10px 20px */
    gap: 0.625rem;  /* 10px */
    border-radius: 30px;
    border: none;
    margin: 25px 0 0 0;
    background: linear-gradient(90deg, #FFBA1B 0%, #FFDA30 100%);
    font-family: Raleway;
    font-size: 1rem;               /* 16px = 1rem */
    font-weight: 600;              /* Остается неизменным */
    line-height: 1.3rem;           /* 20.8px / 16px = 1.3rem */
    text-align: center;
}
.services-item button:hover {
    background: linear-gradient(90deg, #E19C00 0%, #F5D026 100%);
}
.meetings-section{
    position: relative;
    margin: 100px 0 0 0;
    margin: 100px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.meetings-section::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: -220px;
    width: 11.125rem;
    height: 14.5rem;
    background: url('/wp-content/themes/sazanovich/img/21\ 1.svg') no-repeat center/contain;
}
.meetings-section::before {
    content: '';
    position: absolute;
    bottom: 148px;
    right: -130px;
    width: 6.0625rem;
    height: 10.4375rem;
    background: url('/wp-content/themes/sazanovich/img/20\ 23.svg') no-repeat center/contain;
}
.meetings__items-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.meetings-section h2{
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 2.5rem;  /* 40px / 16px */
    font-weight: 600;
    line-height: 3.25rem;  /* 52px / 16px */
    text-align: center;
}
.meetings-section h3{
    font-family: 'Montserrat Alternates';
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 2.275rem;
    text-align: center;
    margin: 30px 0 0 0;
}
.meetings-section p{
    width: 65.7%;
    font-family: 'Raleway';
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.4625rem;
    text-align: center;
    margin: 20px 0 0 0;
}
.meetings__items-container{
    display: flex;
    gap: 20px;
    margin: 30px 0 0 0;
}
.meetings__item{
    position: relative;
    width: 49.06%;
    height: 170px; 
    box-shadow: 0px 10px 25px 0px #65F0CE33;
    border-radius: 30px;
}
.overlay-text {
    position: absolute;
    top: 50px;
    left: 25px;
    padding: 0 25px 0 0;
}

.meetings__item img {
    width: 100%;
    border-radius: 14px;
}

.about-section{
    position: relative;
    margin: 100px 0 0 0;
}
.about-section::before {
    content: '';
    position: absolute;
    top: -50px;
    left: 53px;
    width: 18.4375rem;
    height: 3.25rem;
    background: url('/wp-content/themes/sazanovich/img/SectionAboutTitle.svg') no-repeat center/contain;
}
.about-section::after {
        content: '';
    position: absolute;
    top: 136px;
    right: -135px;
    width: 6.8125rem;
    height: 20.375rem;
    background: url('/wp-content/themes/sazanovich/img/23\ 1.svg') no-repeat center/contain;
}
.about-section h2{
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 2.5rem;  /* 40px / 16px */
    font-weight: 600;
    line-height: 3.25rem;  /* 52px / 16px */
    margin: 0 0 0 18%;
    margin: 0 0 30px 0;
    text-align: center;
}
.about-section img {
    width: 40%;
    
}
.rightimg {
    float:right; /* Выравнивание по левому краю */
    margin: 0 0 5.31% 7%;
}
.about__work-list{
    margin: 20px 0 0 0;
    position: relative;
}
.about__work-list::after {
    content: '';
    position: absolute;
    top: 500px;
    left: -135px;
    width: 3.9375rem;
    height: 5.875rem;
    background: url('/wp-content/themes/sazanovich/img/22\ 1.svg') no-repeat center/contain;
}
section.about-section p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.4625rem;
    text-align: left;
    margin: 20px 0 0px 0;
}
section.about-section ul {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.4625rem;
    text-align: left;
    list-style: inside;
    padding: 0 0 0 10px;
}

.slider-results-section{
    position: relative;
    margin: 100px 0 0 0;

}
.slider-results-section::after {
    content: '';
    position: absolute;
    top: 320px;
    left: -80px;
    width: 4.0625rem;
    height: 5.8125rem;
    background: url('/wp-content/themes/sazanovich/img/3\ 1.svg') no-repeat center/contain;
}
.slider-results-section h2{
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 2.5rem;  /* 40px / 16px */
    font-weight: 600;
    line-height: 3.25rem;  /* 52px / 16px */
    text-align: center;
}

.slider-container {
    position: relative;
    width: 100%;  /* Контейнер будет адаптивным */
    max-width: 1280px;
    overflow: hidden;
    border-radius: 10px;
    margin: 30px 0 0 0;
}

.slider {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease;
}
.slide {
    transition: opacity 0.5s ease;
}

.slider-container img {
    display: block;
}

.slider-container-button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 60%;
    transform: translateY(-50%);
    background-color: rgb(255, 255, 255);
    color: #5CD398;
    border: none;
    height: 35px;
    width: 35px;
    /* padding: 10px; */
    cursor: pointer;
    font-size: 20px;
    border-radius: 50%;
    transition: 0.7s;
}
.slider-container-button:hover {
    background-color: #5CD398;
    color: #ffffff;
}

.prev { left: -60px; }
.next { right: -60px; }
.dots-container {
text-align: center;
position: absolute;
bottom: 2px;
width: 100%;
}

.dot {
display: inline-block;
width: 12px;
height: 12px;
margin: 0 5px;
background-color: #6DDCA480;
border-radius: 50%;
cursor: pointer;
transition: background-color 0.3s;
}

.dot.active {
background-color: #6CDBA3;  /* Активная точка */
}


.slider-feedback-section{
    position: relative;
    margin: 100px 0 0 0;

}
.slider-feedback-section::after {
    content: '';
    position: absolute;
    top: 30px;
    right: -47px;
    width: 3.4375rem;
    height: 3.4375rem;
    background: url('/wp-content/themes/sazanovich/img/6\ 1.svg') no-repeat center/contain;
}
.slider-feedback-section::before{
    content: '';
    position: absolute;
    bottom: 40px;
    right: -200px;
    width: 11.125rem;
    height: 14.5rem;
    background: url('/wp-content/themes/sazanovich/img/21\ 2.svg') no-repeat center/contain;
}
.slider-feedback-section h2{
    position: relative;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 2.5rem;  /* 40px / 16px */
    font-weight: 600;
    line-height: 3.25rem;  /* 52px / 16px */
    text-align: center;
}
.slider-feedback-section h2::after {
    content: '';
    position: absolute;
    top: -53px;
    left: 370px;
    width: 14.0625rem;
    height: 3.25rem;
    background: url('/wp-content/themes/sazanovich/img/Обо\ мне\ говорят.svg') no-repeat center/contain;
}
.slider-feedback-section .dot.active {
    background-color: #ffffff;
}
.slider-feedback-section .dot {
    background-color: #ffffff8a;
}

.bonuses__list-container{
    position: relative;
    margin: 100px 0 0 0;
}
.bonuses__list-container::before{
    content: '';
    position: absolute;
    top: -85px;
    left: 17px;
    width: 2.75rem;
    height: 3.8125rem;
    background: url('/wp-content/themes/sazanovich/img/16\ 1@2x.svg') no-repeat center/contain;
}
.bonuses__list-container h2{
    position: relative;
    font-family: 'Montserrat Alternates';
    font-size: 2.5rem; /* 40px / 16 */
    font-weight: 600;
    line-height: 3.25rem; /* 52px / 16 */
    text-align: center;
    margin: 0 0 20px 0;
}
.bonuses__list-container h2::before{
    content: '';
    position: absolute;
    top: -0.9375rem;
    left: 30%;
    width: 4.0625rem;
    height: 2.5625rem;
    background: url('/wp-content/themes/sazanovich/img/19\ 1.svg') no-repeat center/contain;
}
.bonuses__items-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.bonuses__item{
    position: relative;
    width: 412px;
}
.bonuses__item img{
    width: 100%;
}
.bonuses__item p{
    position: absolute;
    top: 20px;
    left: 25px;
    padding: 0 25px 0 0;
}

.slider-photo-section{
    position: relative;
    margin: 100px 0 0 0;
}
.slider-photo-section::before{
    content: '';
    position: absolute;
    top: -9px;
    right: 15%;
    width: 2.6875rem;
    height: 4.1875rem;
    background: url('/wp-content/themes/sazanovich/img/8\ 2.svg') no-repeat center/contain;
}
.slider-photo-section h2{
    font-family: 'Montserrat Alternates';
    font-size: 2.5rem; /* 40px / 16 */
    font-weight: 600;
    line-height: 3.25rem; /* 52px / 16 */
    text-align: center;
    margin: 0 0 20px 0;
}
.slider-photo-section img {
    height: 314px;
}


.form-section{
    position: relative;
    margin: 100px 0 0 0;
}
.form-section::before{
    content: '';
    position: absolute;
    top: -50px;
    right: -1%;
    width: 4.8125rem;
    height: 2.9375rem;
    background: url('/wp-content/themes/sazanovich/img/15\ 1.svg') no-repeat center/contain;
}
.form-section::after{
    content: '';
    position: absolute;
    top: 20px;
    left: -21%;
    width: 20.0625rem;
    height: 13.8125rem;
    background: url('/wp-content/themes/sazanovich/img/Vector\ 13.svg') no-repeat center/contain;
}
.form-container{
    width: 1060px;
    height: auto;
    background-color: #fff;
    border-radius: 30px;
    margin: 0 auto;
    padding: 40px 0;
    
}

.form-container h2{
    font-family: "Montserrat Alternates";
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 3.05rem;
    text-align: center;

}
.form-container p{
    font-family: Raleway;
    font-size: 20px;
    font-weight: 500;
    line-height: 23.48px;
    text-align: center;
    margin: 10px 0 0 0;
}
.form-container .input-container p {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 20px 0 0 0;
}
.form-button {
    display: flex;
    align-items: start;
    justify-content: center;
    text-transform: uppercase;
    max-width: 14.69rem;
    height: 3.125rem;
    padding: 0.625rem 1.25rem 0.625rem 40px;
    gap: 0.625rem;
    border-radius: 30px;
    border: none;
    margin: 32px auto 0 auto;
    background: linear-gradient(90deg, #FFBA1B 0%, #FFDA30 100%);
    font-family: Raleway;
    font-size: 1rem;
    font-weight: 700;
    text-align: left;
    transition: 0.7s;
}
.input-img {
    position: relative;
}
.input-img p::after {
    content: "";
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 11px;
    right: 49px;
    color: red;
    margin-left: 5px;
    height: 30px;
    width: 30px;
    background-image: url(/wp-content/themes/sazanovich/img/arrow-icon.png);
    background-repeat: no-repeat;
}
.form-button:hover{
    background: linear-gradient(90deg, #E19C00 0%, #F5D026 100%);
}
.input-img p {
    position: relative;
    font-size: 16px;
    line-height: 18px;
    height: 50px;
    width: 237px;
    margin: 0 auto;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: -webkit-fill-available;
}
.input-container{
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 20px 0 0 0;
}
input {
    width: 100%;
    height: 80px;  /* Оставлено фиксированным, можно изменить при необходимости */
    padding: 0 0px 0 20px;
    border-radius: 50px;
    border: none;
    background-color: #F8F8F8;
    font-family: Geologica;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
}
.input-container input {
    width: 100%;
    height: 80px;
    padding: 0 0px 0 20px;
    border-radius: 50px;
    border: none;
    background-color: #F8F8F8;
    font-family: Geologica;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    margin: 20px 0 0 0;
}
input::placeholder {
    color: #CFCFCF;
    font-family: Geologica;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
}

form button{
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    width: 14.69rem;  /* 235px */
    height: 3.125rem;  /* 50px */
    padding: 0.625rem 1.25rem;  /* 10px 20px */
    gap: 0.625rem;  /* 10px */
    border-radius: 30px;
    border: none;
    margin: 32px auto 0 auto;
    background: linear-gradient(90deg, #FFBA1B 0%, #FFDA30 100%);
    font-family: Raleway;
    font-size: 1rem;               /* 16px = 1rem */
    font-weight: 700;              /* Остается неизменным */
    text-align: center;
    transition: 0.7s ;
}

footer{
    margin: 100px 0 0 0;
}
.footer__phone-container{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(10px, 2.5vw, 30px); /* Минимум 10px, максимум 30px, адаптируется на 2.5% от ширины экрана */
    margin: 20px 0 0 0;
}
.footer__socials-container{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 20px 0 0 0;
}
.footer-container p{
    text-align: center;
    margin: 15px 0 0 0;
}
.footer-container a{
    display: block;
    text-align: center;
    margin: 15px 0 0 0;
    color: #000;
    text-decoration: none;
}
.footer-container a:hover{
    color: #FFBA1B;
}
.footer__nav{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    row-gap: 5px;
}



@media (max-width:1500px) {
    .slider-feedback-section::before {
        right: -165px;
    }
}

@media (max-width:1500px) {
    .slider-feedback-section::before {
        display: none;
    }
    .services-section ::before {
       display: none;
    }
    .about-section::after {
       display: none;
    }
    .meetings-section::before {
        display: none;
    }
    .proposal__list-container::before {
        display: none;
    }
}

@media (max-width:1420px) {
    .next {
        right: -25px;
    }
    .prev {
        left: -28px;
    }
    .services-section ::after {
        content: '';
        position: absolute;
        bottom: -116px;
        right: 3px;
        width: 2.6875rem;
        height: 4.1875rem;
        background: url(/wp-content/themes/sazanovich/img/18 1.svg) no-repeat center / contain;
    }
}

@media (max-width:1370px) {
    .slider-feedback-section::after {
        right: -23px;
    }
    .format-secton::after {
        right: 13px;
        content: '';
        position: absolute;
        top: 511px;
        width: 3.5rem;
        height: 6.8125rem;
        background: url(/wp-content/themes/sazanovich/img/11 1.svg) no-repeat center / contain;
    }
}

@media (max-width:1300px) {
    .header__phone-container {
        gap: clamp(10px, 1.5vw, 30px);
        margin-left: clamp(20px, 2vw, 70px);
    }
    .header__socials-container {
        margin-left: clamp(20px, 2vw, 80px);
    }
    .slider-container-button {
        top: 108%;
    }
    .next {
        right: 45%;
    }
    .prev {
        left: 45%;
    }
}

@media (max-width:1200px) {
    .header__nav{
        flex-wrap: wrap;
    }
    .form-container {
        width: 85%;
    }
    .hero-section__right-block img {
        width: 36.75rem;
    }
    .format__item {   
        font-size: 1rem;
        line-height: 1rem;
    }
    .meetings__items-container {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
        margin: 30px 0 0 0;
    }
    .meeting__items-huge img {
        height: 100%;
    }
    .meeting__items-huge{
        width: 65%;
    }
    .meetings__items-little {
        gap: 50px
    }
    .meetings__items-list {
        gap: 0px;
    }
    .hero-section__left-block::before {
        display: none;
    }
    .form-section::after {
        display: none;
    }
}


/* Адаптивные стили для экранов меньше 900px */
@media (max-width: 900px) {

    
    .hero-section {
        flex-direction: column;
        position: relative;
    }
    .hero-section__left-block {
        margin: 30px 0 0 0;
    }
    .hero-section__left-block h1::after {
        top: -12px;
        right: 149px;
    }
    .services__items-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .services-item {
        width: 80%;
    }
    header {
        padding: 20px;
        justify-content: start;
    }

    .header__nav {
        display: active; /* Скрываем меню на маленьких экранах */
        flex-direction: column;
        gap: 20px;
        width: 100%;
        align-items: center;
        background-color: #fff; /* Подсветим фон меню */
        margin: 30px 0 0 0;
    }
    .header__phone-container-mobile{
        display: flex;
        gap: 16px;
        justify-content: center;
        align-items: center;
    }
    .header__phone-container {
        display: flex;
        flex-direction: column;
        margin: 30px 0 0 0;
    }
    .header__socials-container {
        margin: 30px 0 0 0;
    }
    .burger-menu-container {
        display: none;
    }
    .nav__item{
        line-height: 18.78px;
    }
    .phone-container__item{
        line-height: 18.78px;
    }

    .burger-menu-container.active {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 100px;
        right: 0px;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 100;
    }
    .close-burger.active{
        display: flex;
    }
    .close-burger{
        display: none;
        position: absolute;
        top: 18px;
        right: 62px;
        font-size: 40px;
    }
    /* Отображаем бургер-меню */
    .burger-menu {
        display: flex;
        position: absolute;
        top: 40px;
        right: 40px;
    }

    .header__phone-container,
    .header__socials-container {
        display: flex; /* Скрываем телефоны и соцсети на маленьких экранах */
    }

    .format-secton {
        flex-direction: column;
        align-items: center;
    }
    .format__left-container img {
        width: 100%;
        height: auto;
    }
}


@media (max-width:600px) {
    html, body {
        min-height: 100vh; /* Минимальная высота на весь экран */
        font-family: 'Montserrat', sans-serif;
        width: 100%;
        font-size: 16px;
        font-weight: 600;
        background: url('/wp-content/themes/sazanovich/img/bgMobile.svg') no-repeat center top;
        background-size: cover;  /* Растягиваем фон */
        background-color: #F8F8F8;
        color: #333;
        line-height: 1.6;
    }
    header {
        padding: 0px;
    }
    header.active {
        padding: 0 20px 0;
    }
    .header__phone-container-mobile {
        display: flex;
        flex-direction: column;
        gap: 5px;
        justify-content: center;
        align-items: start;
    }
    .burger-menu {
        margin-right: 20px; 
    }
    .hero-section__left-block h1::after {
        top: -32px;
        right: 5px;
        width: 3rem;
    }
    .hero-section__left-block h1 {
        font-family: Montserrat Alternates;
        font-size: 22px;
        font-weight: 700;
        line-height: 28.6px;
        text-align: left;
    }
    .hero-section__left-block p {
        font-size: 16px;
        font-weight: 500;
        line-height: 22.4px;
        margin: 15px 0 0 0;
    }
    .hero-section__right-block img {
        width: 100%;
        margin: 10px 0 0 0;
    }
    .proposal__list-container h2{
        font-family: 'Montserrat Alternates';
        font-size: 26px;
        font-weight: 700;
        line-height: 3.25rem; /* 52px / 16 */
        text-align: center;
        margin: 0 0 20px 0;
    }
    .format__left-container img {
        width: 100%;
        height: 380px;
        width: 320px;
    }
    .proposal__item p {
        position: absolute;
        top: 20px;
        left: 25px;
        padding: 0 25px 0 0;
        font-size: 15px;
    }
    .proposal__list-container {
        margin: 130px 0 0 0;
    }
    .proposal__list-container::after {
        top: 360px;
        left: -21px;
    }
    .format__left-container {
        width: 100%;
    }
    .format__left-container {
        display: flex;
        justify-content: center;
    }
    .format__right-container::after {
        content: '';
        position: absolute;
        top: -29px;
        left: 100px;
        width: 8.25rem;
        height: 3.25rem;
        background: url(/wp-content/themes/sazanovich/img/Section\ titleGray.svg) no-repeat center / contain;
    }
    .format-secton::before {
        top: 774px;
        left: 236px;
    }
    .format__right-container {
        width: 100%;
        margin: 30px 0 0 0;
    }
    .format__item-block h2 {
        font-size: 20px;
        font-weight: 700;
    }
    .format__item {
        font-size: 15px;
        line-height: 19px;
        padding: 10px 15px 10px 15px;
        white-space: wrap;
        text-align: center;
        box-shadow: 0px 10px 25px 0px #65F0CE33;
    }
    .format__right-container {
        gap: 40px;
    }


    .slider-feedback-section h2::after {
        left: 221px;
    }

    .services-section {
        margin: 130px 0 0 0;
    }
    .services__items-container {
        margin: 25px 0 0 0;
    }
    .services-section h2 {
        font-weight: 700;
        font-size: 26px;
        line-height: 33px;
    }
    .services-item {
        width: 100%;
    }
    .services-section h2::after {
        content: '';
        position: absolute;
        top: -11px;
        left: 103px;
        width: 2.51rem;
        height: 2.375rem;
        background: url(/wp-content/themes/sazanovich/img/12 1.svg) no-repeat center / contain;
    }
    .services-item h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .services-item p {
        font-size: 16px;
        line-height: 20px;
        margin: 15px 0 0 0;
    }
    .services-item__elem-cont {

        margin: 15px 0 0 0;
    }
    .elem-cont__item-container p{
        font-size: 20px;
        line-height: 26px;
        font-weight: 700;
        margin: 0px;
        white-space: nowrap;
    }
    .service-item__price-cont {
        margin: 16px 0 0 0;
    }
    .service-item__price-cont p {
        font-size: 20px;
        line-height: 26px;
        font-weight: 700;
        margin: 5px 0 0 0;
    }
    .services-item button {
        margin: 20px 0 0 0;
    }

    .meetings-section {
        margin: 130px 0 0 0;
    }
    .meetings-section h2 {
        font-weight: 700;
        font-size: 26px;
        line-height: 33px;
    }
    .meetings-section h3 {
        font-size: 22px;
        line-height: 28px;
        margin: 10px 0 0 0;
        font-weight: 700;
    }
    .meetings-section::after {
        bottom: 1097px;
        left: -31px;
        width: 5.125rem;
    }
    .meetings-section p {
        width: 100%;
        font-family: 'Raleway';
        font-size: 16px;
        line-height: 20px;
        margin: 15px 0 0 0;
    }
    .overlay-text {
        padding: 0 25px 0 0;
        font-size: 15px;
        line-height: 20px;
    }
    .meeting__items-huge {
        width: 100%;
    }

    .meeting__items-little {
        width: 377px;
        height: 160px;
    }
    .meetings__items-container {
        gap: 30px;
        flex-wrap: wrap;
        justify-content: center;
        margin: 30px 0 0 0;
    }
    .about-section h2 {
        font-size: 26px;
        line-height: 33px;
        margin: 0 0 25px 0;
    }
    .rightimg {
        display: none;
    }
    .about-section img {
        width: 100%;
    }
    .middleimg{
        display: block;
        margin: 20px 0;
    }
    section.about-section p {
        font-size: 16px;
        line-height: 20px;
    }
    section.about-section ul {
        font-size: 16px;
        line-height: 22px;
    }
    .slider-results-section {
        margin: 100px 0 0 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .slider-results-section h2 {
        font-size: 26px;
        line-height: 33px;
    }
    .slider-container {
        width: 82%;
    }
    .prev {
        left: 30%;
    }
    .next {
        right: 30%;
    }
    .slider-container-button {
        top: 110%;
        display: none;
    }
    .slider-container {
        margin: 25px 0 0 0;
    }

    .slider-feedback-section h2 {
        font-size: 26px;
        line-height: 33px;
    }
    .slider-feedback-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 100px 0 0 0;
    }
    .slider-feedback-section h2::after {
        width: 13.0625rem;
        top: -41px;
        left: 19px;
    }
    .slider-feedback-section::after {
        right: 70px;
        top: 2px;
        width: 1.4375rem;
    }
    .slider-container {
        width: 100%;
        max-height: 320px;
        max-width: 341px;
    }
    .slider-container img {
        display: block;
        width: 340px;
    }
    .bonuses__list-container h2::before {
        top: -0.9375rem;
        left: -50px;
        width: 3.0625rem;
    }
    .bonuses__list-container h2 {
        font-size: 26px;
        line-height: 33px;
        margin: 0 auto 25px auto;
        width: 245px;
    }
    .bonuses__list-container::before {
        top: -74px;
        left: 17px;
        width: 1.75rem;
    }



    .slider-photo-section {
        margin: 50px 0 0 0;
    }
    .slider-photo-section h2 {
        font-size: 26px;
        line-height: 33px;
        margin: 0 0 0px 0;
    }
    .slider-photo-section::before {
        top: -28px;
        right: 9%;
        width: 1.6875rem;
    }
    .slider-photo-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 50px 0 0 0;
    }


    .form-container{
        padding: 20px;
        height: auto;
    }
    .form-container h2 {
        font-size: 26px;
        line-height: 31px;
    }
    .form-container p {
        font-size: 16px;
        line-height: 18px;
        margin: 15px 0 0 0;
    }
    .input-img p {
    position: relative;
    font-size: 16px;
    line-height: 18px;
    /* margin: 15px 0 0 0; */
    height: 50px;
    width: 237px;
    margin: 0 auto;
}
    .input-container {
        display: flex;
        flex-direction: column;
        /* width: 100%; */
        gap: 20px;
        justify-content: center;
        margin: 20px 0 0 0;
    }
    input {
        width: 100%;
        height: 52px;
        padding: 15px 20px;
        font-size: 16px;
        line-height: 22px;
    }
    input::placeholder{
        font-size: 16px;
        line-height: 22px;
    }
    form button {
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        width: 100%;
        height: 52px;
        padding: 0.625rem 1.25rem;
        gap: 10px;
        margin: 20px auto 0 auto;
        font-size: 16px;
    }
    .form-container .input-container p {
        display: flex;
        flex-direction: column;
        gap: 0px;
        justify-content: center;
        margin: 20px 0 0 0;
    }

    .nav__item {
        line-height: 18.78px;
        font-size: 16px;
        text-transform: uppercase;
    }

    .footer__nav {
        flex-direction: column;
        gap: 20px;
    }
    .footer__phone-container {
        flex-direction: column;
    }
    .footer-container a {
        display: block;
        height: auto;
        text-align: center;
        /* margin: 15px 0 0 0; */
        color: #000;
        text-decoration: none;
    }
    .footer-container a {
        margin: 0px 0 0 0;
    }
    a.privecy-police {
        margin: 20px 0 34px 0;
    }

}

@media (max-width:466px) {
    header {
        height: 80px;
    }
    .burger-menu {
        top: 30px;
    }
    .close-burger {
        top: 10px;
    }
    header.active {
        height: 80px;
    }
    .burger-menu-container.active {
        top: 80px;
    }
    .hero-section__left-block button {
        position: absolute;
        bottom: -50px;
    }
    .hero-section__left-block button::before {
        bottom: -32px;
        right: -44px;
        width: 2.6875rem;
    }
    .hero-section__left-block button::after {
        bottom: 84px;
        left: -2px;
    }
    .about-section {
        margin: 130px 0 0 0;
    }
    section.about-section p {
        margin: 30px 0 0px 0;
    }
    .slider-feedback-section .dot.active {
        background-color: #6CDBA3;
    }
    .slider-feedback-section .dot {
        background-color: #6DDCA480;
    }
    .slider-photo-section img {
        height: 250px;
    }    
    .meetings__items-huge .meetings__item:nth-of-type(1) img {
        content: url('/wp-content/themes/sazanovich/img/mobileCard.png');
    }
    .meetings__items-huge .meetings__item:nth-of-type(2) img {
        content: url('/wp-content/themes/sazanovich/img/mobileCard2.png');
    }
    .meetings__items-huge .meetings__item:nth-of-type(1) .overlay-text {
        display: none;
    }
    .meetings__items-huge .meetings__item:nth-of-type(2) .overlay-text {
        display: none;
    }
    .meetings__items-little .meetings__item:nth-of-type(1) img {
        content: url('/wp-content/themes/sazanovich/img/mobileCard3.png');
    }
    .meetings__items-little .meetings__item:nth-of-type(2) img {
        content: url('/wp-content/themes/sazanovich/img/mobileCard4.png');
    }
    .meetings__items-little .meetings__item:nth-of-type(3) img {
        content: url('/wp-content/themes/sazanovich/img/mobileCard5.png');
    }
    .meetings__items-little .meetings__item:nth-of-type(1) .overlay-text {
        display: none;
    }
    .meetings__items-little .meetings__item:nth-of-type(2) .overlay-text {
        display: none;
    }
    .meetings__items-little .meetings__item:nth-of-type(3) .overlay-text {
        display: none;
    }

    .meeting__items-huge img {
        height: 100%;
    }
    .meeting__items-huge {
        width: 100%;
        height: auto;
    }
    .meeting__items-little img {
        height: 100%;
    }
    .meeting__items-little {
        width: 100%;
        height: auto;
    }

    .about-section::before {
        top: -50px;
        left: 27px;
    }

    .format-secton::before {
        top: 748px;
        left: 236px;
    }
    .proposal__item {
        position: relative;
        width: 100%;
    }
    .proposal__items-container .proposal__item:nth-of-type(1) img {
        content: url('/wp-content/themes/sazanovich/img/CardMobile.png');
    }
    .proposal__items-container .proposal__item:nth-of-type(2) img {
        content: url('/wp-content/themes/sazanovich/img/CardMobile2.png');
    }
    .proposal__items-container .proposal__item:nth-of-type(3) img {
        content: url('/wp-content/themes/sazanovich/img/CardMobile3.png');
    }
    .proposal__items-container .proposal__item:nth-of-type(4) img {
        content: url('/wp-content/themes/sazanovich/img/CardMobile4.png');
    }
    .proposal__items-container .proposal__item:nth-of-type(5) img {
        content: url('/wp-content/themes/sazanovich/img/CardMobile5.png');
    }
    .proposal__items-container .proposal__item:nth-of-type(6) img {
        content: url('/wp-content/themes/sazanovich/img/CardMobile6.png');
    }
    .proposal__items-container .proposal__item:nth-of-type(7) img {
        content: url('/wp-content/themes/sazanovich/img/CardMobile7.png');
    }
    .proposal__items-container .proposal__item:nth-of-type(8) img {
        content: url('/wp-content/themes/sazanovich/img/CardMobile8.png');
    }
    
}