

/* Start:/bitrix/templates/rezume/styles.css?175775490234469*/
 body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: #333;
}

.container {
    width: 84.5%;
    max-width: 1622px;
    margin: 0 auto;
}

.header {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.header__wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
	height:60px;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;              /* растянется на всю ширину */
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    z-index: 1000;            /* поверх контента */
}

.logo{
margin-right: 54px;
}
.nav ul {
    list-style: none;
    display: flex;
    gap: 42px;
    margin: 0;
    padding: 0;
}

.nav a {
    text-decoration: none;
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 22px;
/* identical to box height */
color: #000000;
}
.header__contacts a {
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 22px;
color: #000000;

}
.header__contacts a.btn {
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 23px;
color: #FFFFFF;
}
.header__contacts {
    display: flex;
    align-items: center;
    gap: 9px;
}

.btn {
    padding: 8px 50px;
    background: #5b6cfb;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;

}
.header__contacts img {
    display: block; /* Убирает лишнее пространство вокруг изображений */
}
.header__contacts a:nth-child(1) { /* WhatsApp иконка */
    margin-left: 16px; /* Отступ справа от WhatsApp */
}
.header__contacts a:nth-child(2) { /* WhatsApp иконка */
    margin-left: 8px; /* Отступ справа от WhatsApp */
}

.header__contacts a:nth-child(3) { /* Telegram иконка */
    margin-right: 19px; /* Отступ слева от Telegram */

}
.hero {
    padding-top: 46px;
	padding-bottom:32px;
    display: flex;
    align-items: center;
}

.hero__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.hero__content h1 {

    margin-top: 180px;
margin-bottom:0px;
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 700;
font-size: 55px;
line-height: 75px;
color: #6176E0;
}
.hero__content p {
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 400;
font-size: 23px;
line-height: 31px;
margin-bottom:60px;
color: #3F3F3F;
}
.hero__content a {
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 23px;
color: #FFFFFF;
}
.hero__content .highlight {
    color: #D3003C;
}
.hero__image img {
    width: 100%; /* Добавьте это */
    height: auto; /* Добавьте это */
    object-fit: contain; /* Сохраняет пропорции изображения */
}

.hero__image{
    max-width: 762px;
    max-height: 762px;
    width: 100%; /* Добавьте это */
    height: auto; /* Добавьте это */}
#need .container h1 {
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 700;
font-size: 48px;
line-height: 65px;
text-align: center;
color: #6176E0;
margin-bottom:48px;
margin-top:0px;
}


.need__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* центрируем нижние карточки */
    gap: 36px 111px; /* расстояние между карточками */
    text-align: center;
}


.section .subtitle {
    text-align: center;
    max-width: 1408px;
    margin: 0 auto 40px;
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 33px;
text-align: center;
color: #000000;
}



.need__item h3 {
    margin: 15px 0 10px;
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 700;
font-size: 31px;
line-height: 42px;
color: #000000;
max-width:292px;

}

.need__item p {
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 400;
font-size: 21px;
line-height: 29px;
text-align: center;
color: #000000;
max-width:319px;
 margin-top: auto;   /* прижимаем вниз */
    margin-bottom: 16px; /* отступ снизу */
}
.need__item {
width:462px;
height:527px;
    display: flex;
    flex-direction: column; /* элементы идут сверху вниз */
    justify-content: center; /* центрируем по вертикали */
    align-items: center;     /* центрируем по горизонтали */
    text-align: center;
}
.center {
    text-align: center;
    margin-top: 36px;
}

.why__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 48px 89px;
}

.why__item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding-top: 16px;
  padding-left: 16px;
  padding-right: 10px;
  padding-bottom: 10px;
box-sizing: border-box;
width: 481px;
height: 183px;
border: 1px solid #6176E0;
border-radius: 10px;
}
.need__item:nth-child(1) img {
    margin-top: 7px;
}

.need__item:nth-child(2) img {
    margin-top: 29px;
}

.need__item:nth-child(3) img {
    margin-top: 48px;
}

.need__item:nth-child(4) img {
    margin-top: 81px;
}

.need__item:nth-child(5) img {
    margin-top: 63px;
}
.center a {
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 23px;

color: #FFFFFF;
}
#why .container h1 {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 65px;
    text-align: center;
    color: #6176E0;
    margin-bottom: 24px;
    margin-top: 0px;
}
#why {margin-top:80px}
.main-text{
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 33px;
color: #000000;
}
.why__item p {
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 27px;
color: #000000;
margin-top: 0px;
}
    .text-spacing {
        margin-top: 16px;
        display: block;
    }



.stages {
  padding: 80px 0;
}

.stages__title {
  text-align: center;
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 700;
font-size: 48px;
line-height: 65px;
margin-top:0;
margin-bottom:35px;
color: #6176E0;


}

.stages__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 40px;
}

.stages__item {
  position: relative;
}

.stages__content {
  position: relative;
  padding-left: 75px; /* отступ от круга */
  z-index: 2;
max-width:710px;
}

.stages__content::before {
  content: attr(data-num);
  position: absolute;
  top: -50px;
  left: -20px;
  max-width: 148px;
  max-height: 139px;
 height: 100%;
width:100%;
  border-radius: 50%;
  background: #6176E04D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  font-weight: 700;
  z-index: -1; /* круг уходит под текст */
font-family: 'Nunito Sans';
font-style: normal;
line-height: 52px;
text-align: center;
color: #FFFFFF;


}

.stages__content h3 {
  font-weight: 700;
  margin-bottom: 8px;
  position: relative;
  padding-bottom: 6px; /* отступ для линии */
font-family: 'Nunito Sans';
font-style: normal;
font-size: 20px;
line-height: 27px;

color: #000000;


}

.stages__content h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 475px; /* можно регулировать длину */
  height: 5px;
  background: #6176E0;
}


.stages__content p {
  margin-bottom: 8px;
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 27px;
margin-top:0px;
color: #000000;


}

.stages__content ul {
  padding-left: 30px;
  margin: 0;
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 27px;

color: #000000;

}
.stages__content span {

  margin: 0;
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 27px;

color: #000000;

}

.stages__content ul li {
  margin-bottom: 6px;
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 27px;

color: #000000;


}








.resume-examples__title {
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 700;
font-size: 48px;
line-height: 65px;
color: #6176E0;
margin-top:0;
margin-bottom:24px;
}

.resume-examples__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 134px;
  align-items: flex-start;
    max-width: 1090px;
}

.resume-examples__item {
  text-align: center;
}

.resume-examples__subtitle {
  font-size: 18px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.resume-examples__subtitle.bad {
  color: #d33; /* красный */
}

.resume-examples__subtitle.good {
  color: #2ca645; /* зеленый */
}

.resume-examples__icon {
  font-size: 22px;
  font-weight: bold;
}

.resume-examples__image img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.resume-examples{
	padding-bottom: 80px;}
.pricing{
	padding-bottom: 80px;}


.reviews {

}

.reviews__title {
  text-align: center;
  margin-bottom: 50px;
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 700;
font-size: 48px;
line-height: 65px;
margin-top:0;
color: #6176E0;


}

.reviews__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.review-card {
  display: flex;
  gap: 20px;
  background: #fff;
  padding: 24px;
padding-right:42px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: box-shadow 0.3s ease;
border: 1px solid #6176E0;
border-radius: 10px;

}

.review-card:hover {
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}

.review-card__img {

  max-height: 190px;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
}

.review-card__content {
  font-size: 14px;
  color: #374151;
}

.review-card__name {
  margin-bottom: 20px;
margin-top:0;
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 27px;

color: #000000;


}

.review-card p {
  margin: 10px 0;
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;

color: #000000;


}

@media (max-width: 768px) {
  .review-card {
    flex-direction: column; /* фото+заголовок сверху, текст снизу */
  }

  /* обертка для фото+заголовка */
  .review-card {
    position: relative;
  }

  .review-card__img {
    width: 27%;
    height: 27%;
    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0;
    margin-bottom: 12px; /* чтобы текст не прилипал */
  }

  .review-card__name {
    position: absolute;
    top: 24px;       /* отступ как у карточки */
    left: 32%;     /* ширина фото (90px) + отступы */
    right: 24px;
    margin: 0;
    font-size: 18px;
    line-height: 100%;
  }

  /* текст идёт вниз под фото+заголовок */
  .review-card__content {
  text-align:left;
  }
.review-card {
		padding: 16px;
gap:0;}
  .review-card p{
font-size: 14px !important;
    line-height: 100% !important;
margin: 10px 0 !important;
  }
}







.reviews{
	padding-bottom: 80px;}
.pricing {

  margin: 0 auto;
}

.pricing__title {
font-family: 'Nunito Sans';
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  color: #2563eb;
  margin-bottom: 35px;
  margin-top: 0;
}

.pricing__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 27px;
}

.tariff-card {
  background: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
    padding: 24px 68px;
box-sizing: border-box;
border: 1px solid #6176E0;
border-radius: 10px;

}

.tariff-card__header {
  text-align: center;
  padding: 8px;
box-sizing: border-box;
border: 1px solid #6176E0;
border-radius: 10px;
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 33px;
color: #6176E0;
}

.tariff-card__body {
  padding: 16px 5px;
  font-size: 14px;
  color: #374151;
}
.tariff-card__body h3{
margin-top:0;
margin-bottom:16px;
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 33px;
color: #000000;
text-align: center;
}


.tariff-card__body p {
  margin: 10px 0 20px;
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;

color: #000000;


}

.tariff-card__body ul {
  margin: 0 0 12px 18px;
  padding: 0;
}

.tariff-card__body li {


}
.tariff-card__body ul li{
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #000000;

}
.tariff-card__footer {
  margin-top: auto;
  text-align: center;
}

.tariff-card__price {

  margin-bottom: 24px;
margin-top:37px;
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 900;
font-size: 39px;
line-height: 53px;

color: #000000;


}

.tariff-card__btn {
  display: inline-block;
  padding: 12px 24px;
  background: #6176E0;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 33px;
/* identical to box height */
width:100%;
color: #FFFFFF;


}

.tariff-card__btn:hover {
  background: #1e40af;
}

/* Адаптив */
@media (max-width: 900px) {
  .pricing__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}






.contacts {


padding-bottom:80px;
}

.contacts__title {
  text-align: center;
margin-top: 0;
  margin-bottom: 48px;
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 700;
font-size: 48px;
line-height: 65px;
color: #6176E0;
}

.contacts__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 40px;
}

.contacts__info {
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 33px;
/* identical to box height */

color: #000000;

margin-top:0;

}
.contacts__info p {
display: flex;
align-items: center;
margin-top:0px !important;
	margin-bottom:16px;
}

.contacts__info img {

  vertical-align: middle;
  margin-right: 9px;
}

.contacts__image img {
  max-width: 100%;
  height: auto;
}
.contacts__image{
   align-self: anchor-center;
}
.contacts__form {
border: 1px solid #6176E0;
  border-radius: 12px;
  padding: 24px;
padding-left:69px;
padding-right:48px;
  font-size: 14px;
  color: #374151;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.contacts__form h3 {
  margin-bottom: 16px;
  text-align: center;
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 33px;
/* identical to box height */

color: #000000;


}

.contacts__form p {
  margin-top: 0;
  margin-bottom: 16px;
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 22px;
color: #000000;
}

.contacts__form label {
  display: block;
  margin-bottom: 14px;
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 22px;
/* identical to box height */

color: #000000;


}

.contacts__form input {
  width: 100%;
  padding: 15px 12px;
border: 1px solid #6176E0;
  border-radius: 10px;
  font-size: 16px;
}

.contacts__policy {
  font-size: 12px;
  color: #6b7280;
  margin: 10px 0 16px;
  line-height: 1.4;
}

.contacts__policy a {
  color: #000000;
  text-decoration: underline;
}

.contacts__form button {
  width: 100%;
  padding: 9px;
  background: #6176E0;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s ease;

font-family: 'Nunito Sans';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 33px;
/* identical to box height */

color: #FFFFFF;


}

.contacts__form button:hover {
  background: #1e40af;
}

/* Адаптив */
@media (max-width: 1000px) {
  .contacts__grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .contacts__info {
    order: 1;
  }

  .contacts__image {
    order: 2;
  }

  .contacts__form {
    order: 3;
    text-align: left;
  }
}


footer {
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 12px 150px;
    font-family: 'Nunito Sans', sans-serif;
    height: 83px;
    box-sizing: border-box;
}

/* Задаем расстояния между блоками */
.footer-left {
    margin-right: 106px; /* расстояние до центра */
}

.footer-center {
    display: flex;
    flex-wrap: nowrap; /* запрещаем перенос */
    align-items: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    gap: 50px; /* расстояние между соц. и текстом */
    margin-right: 488px; /* расстояние до правого блока */
    white-space: nowrap; /* предотвращаем перенос текста */
}

.footer-right {
    display: flex;
    align-items: flex-end; /* прижимаем к низу */
height: 100%;
    white-space: nowrap; /* чтобы текст не переносился */
}

.social-icons img {
    width: 30px;
    height: 30px;
}

.policy {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #fff;
    text-decoration: underline;
}



/* Общий фон */
.modal {
  display: none; /* скрыто по умолчанию */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}

/* Контейнер формы */
.modal__content {
  background: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
padding-left:69px;
padding-right:48px;
  border-radius: 10px;
border: 1px solid #6176E0;
  width: 661px;
  position: relative;
  text-align: center;
  animation: fadeIn 0.3s ease;
}
.modal__content h2{
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 33px;
color: #000000;
margin-top:0;
margin-bottom:16px;
}
.modal__content p{
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 22px;
/* identical to box height */

color: #000000;
margin-top:0;
margin-bottom:16px;

}
.modal__form label{
	text-align: left;
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 22px;
color: #000000;
}
.modal__policy{
	text-align: left;
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 22px;
color: #000000;
}
/* Кнопка закрытия */
.modal__close {
  position: absolute;
  right: 24px;
  top: 24px;
  font-size: 24px;
  cursor: pointer;
colot: #000000;
}

/* Форма */
.modal__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 15px;
}

.modal__form input {
  width: 96.5%;
  padding: 10px;
  border: 1px solid #aaa;
  border-radius: 6px;
  font-size: 16px;
}
.modal__policy a {
	color: #000000 !important;}
.modal__btn {
  background: #6176E0;
  padding: 12px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s ease;

font-family: 'Nunito Sans';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 33px;
/* identical to box height */

color: #FFFFFF;


}

.modal__btn:hover {
  background: #4053c5;
}

.modal__policy {
  font-size: 12px;
  margin: 10px 0;
  color: #444;
}

.modal__policy a {
  text-decoration: underline;
}

@keyframes fadeIn {
  from { transform: translateY(-20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.modal__thanks h2{
margin-bottom: 0px;
}
.modal__content{
align-content: center;
    height: 411px;
}


@media (max-width: 1800px) {
.footer-center {
		margin-right:300px;}
}
@media (max-width: 1600px) {
.footer-center {
		margin-right:200px;}
}
.footer-left {
    margin-right: 75px;
}
@media (max-width: 1470px) {
.footer-center {
		margin-right:50px;}
.footer-left {
    margin-right: 30px;
}
footer {
	padding: 12px 80px;}
}
/* Адаптив для экранов <= 1200px */
@media (max-width: 1200px) {
    footer {
        padding: 12px 50px;
    }
    .footer-left {
        margin-right: 50px;
    }
    .footer-center {
        margin-right: 50px;
        font-size: 16px;
    }
    .policy {
        font-size: 16px;
    }
    .social-icons img {
        width: 25px;
        height: 25px;
    }
}
@media (max-width: 1030px) {
    footer {
        padding: 12px 20px;
    }
    .footer-left {
        margin-right: 20px;
    }
    .footer-center {
        margin-right: 20px;
        font-size: 16px;
    }
    .policy {
        font-size: 16px;
    }
    .social-icons img {
        width: 25px;
        height: 25px;
    }
}
@media (max-width: 940px) {
    footer {
        padding: 12px 20px;
    }
    .footer-left {
        margin-right: 20px;
    }
    .footer-center {
        margin-right: 20px;
        font-size: 14px;
gap:20px;
    }
    .policy {
        font-size: 14px;
    }
    .social-icons img {
        width: 25px;
        height: 25px;
    }
}
@media (max-width: 830px) {
    footer {
        padding: 12px 10px;
    }
    .footer-left {
        margin-right: 10px;
    }
    .footer-center {
        margin-right: 10px;
        font-size: 14px;
gap:10px;
    }
    .policy {
        font-size: 14px;
    }
    .social-icons img {
        width: 15px;
        height: 15px;
    }
}
/* Адаптив для мобильных экранов <= 768px */
@media (max-width: 768px) {
    footer {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        padding: 16px 89px;
        gap: 0;
    }

    .footer-left,
    .footer-center,
    .footer-right {
        margin: 0; /* сброс отступов в колонке */
place-self: center;
    }

    .footer-right {
        align-items: flex-start;
        width: 100%;
    }

    .footer-center,
    .policy {
        font-size: 14px;
    }

    .social-icons img {
        width: 25px;
        height: 25px;
    }
}
@media (max-width: 1420px) {
.hero__content h1
	{margin-top: 10%;}}
@media (max-width: 1200px) {
.hero__content h1 {

    font-size: 45px;
line-height: 55px;
	}
}

@media (max-width: 1080px) {
.hero__content a {
    font-size: 14px;
    line-height: 19px;
padding: 8px 30px;
}
}
@media (max-width: 960px) {
.hero__content h1 {

    font-size: 35px;
line-height: 45px;
	}
.hero__content p {

    font-size: 15px;
    line-height: 23px;
		margin-bottom: 30px;}
}
@media (max-width: 850px) {
.hero__content a {
    font-size: 12px;
    line-height: 15px;
padding: 8px 15px;
}
}


@media (max-width: 1320px) {
.stages__content h3::after {
		width: 100%;}
}

@media (max-width: 1070px) {
.why__item {
width: 400px;
	}
.main-text {
font-size: 20px;
		line-height: 25px;}
.text-spacing {
		margin-top: 10px;}
.why__item p {

    font-size: 16px;
    line-height: 20px;
	}
.why__grid {
		grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));}
}
@media (max-width: 950px) {
.why__grid {
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));}
}



@media (max-width: 1240px) {
.need__item  {
		width: unset;}
}
@media (max-width: 1495px) {
.contacts__grid {
		grid-template-columns: 2fr 2fr;}
.contacts__image{
		display: none;}
}

@media (max-width: 1600px) {
.header__wrapper  {
		width: 95%;}
}

@media (max-width: 1460px) {
.nav ul  {
		gap:25px;}
}
@media (max-width: 1370px) {
.nav a  {
		font-size: 14px;
    line-height: 16px;}
.logo {
    margin-right: 20px;
}
.header__contacts a {
    font-size: 14px;
		line-height: 16px;}
}

@media (max-width: 1240px) {
.header__contacts a.btn {
		font-size: 14px;}
.header__contacts a.btn {
		padding: 4px 30px;}
.logo img{
		width:120px;}

}

@media (max-width: 1150px) {
.header__contacts {
    gap: 0px;
}
.header__contacts a:nth-child(1) {
    margin-left: 8px;
}
.nav ul  {
		gap:15px;}
}
@media (max-width: 1050px) {
.nav a  {
		font-size: 12px;
    line-height: 14px;}
.logo {
    margin-right: 10px;
}
.header__contacts a {
    font-size: 12px;
		line-height: 14px;}
}
@media (max-width: 960px) {

.nav ul  {
		gap:5px;}
    .logo img {
        width: 80px;
    }
.header__contacts a.btn {
		padding: 0px 10px;}
}




@media (max-width: 1150px) {
.review-card__img {
		max-height: 150px;}
}
@media (max-width: 1040px) {
.review-card__img {
		max-height: 150px;}
.review-card p   {
  margin: 5px 0;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}
}
@media (max-width: 960px) {
.reviews__grid {
		display: block;}
.review-card {
		margin-bottom: 20px;}
}

/* Базовые стили (для десктопа уже есть) */
@media (min-width: 768px) {
.btn-primary_mob {
display:none;
	}
}
/* --- Мобильные устройства до 768px --- */
@media (max-width: 768px) {
.hero {
		padding-top: 20%;}
.hero__wrapper {
    flex-direction: column; /* элементы один под другим */
    text-align: center;
display: flex;
gap:16px;
  }
.hero__content h1 {
margin-top:0;

        font-size: 32px;
        line-height: 44px;
    }
  /* Если нужно сначала показать картинку, потом текст */
  .hero__image {
    order: 1;
  }
  .hero__content {
    order: 2;
text-align: left;
  }

    .hero__content p  {
    visibility: hidden;
    position: relative;
}

    .hero__content p::after {
    content: "Составим резюме, которое усилит Вас как специалиста и даст большее количество приглашений";
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;

color: #3F3F3F;


}

  .hero__image img {
    max-width: 75%;
    height: auto;
    margin: 0 auto;
  }
  /* Сетка кому необходимо */
#need .container h1 {
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 44px;
color: #6176E0;
margin-bottom:0;
	}
  .need__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .need__item img {
    margin: 0 auto 10px;
    display: block;
  }
  .need__item {
height: unset;
	}
.need__item:nth-child(1) img {
    margin-top: 0;
}
.need__item:nth-child(2) img {
    margin-top: 0;
}
.need__item:nth-child(3) img {
    margin-top: 0;
}
.need__item:nth-child(4) img {
    margin-top: 0;
width:89%;
}
.need__item:nth-child(5) img {
    margin-top: 0;
width:89%;
}
  /* Почему стоит обратиться */
  .why__grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
.need__item h3 {
margin: 0px 0 16px;
	}
.center {

    margin-top:16px; 
}

#why .container h1 {
font-size: 32px;
line-height: 44px;
	}
#why {
    margin-top: 24px;
}
    .why__item {
        width: 100%;
    height: auto;
    }
    .main-text {
        font-size: 18px;
        line-height: 100%;
    }

.section .subtitle {
font-size: 14px;
line-height: 19px;
	}
.stages__title {
font-size: 32px;
line-height: 44px;
	}
.stages {
    padding: 24px 0;
}
  /* Этапы */
  .stages__grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .stages__content {
padding-left: 12%;
  }
.stages__content::before {
left: -13%;
	}
.stages__content p {
font-size: 14px;
line-height: 100%;
	}
.stages__content ul li {
font-size: 14px;
line-height: 100%;
	}
.stages__content span {
font-size: 14px;
 display: inline-block;
line-height: 100%;
        margin-bottom: 6px !important;
padding-left: 12px;
	}
.resume-examples__title {
		display:none;}
  /* Примеры резюме */
  .resume-examples__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .resume-examples__image img {

    margin: 0 auto;
    display: block;
  }
.resume-examples {
    padding-bottom: 24px;
}
  /* Отзывы */

.reviews__title{
font-size: 32px;
line-height: 100%;
    margin-bottom: 24px;
	}
  .reviews__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .review-card {
    flex-direction: column;
    text-align: center;
  }

.reviews {
    padding-bottom: 24px;
}

  /* Тарифы */
.pricing__title {
font-size: 32px;
line-height: 100%;
    margin-bottom: 24px;
	}
  .pricing__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
.tariff-card__header {
padding: 8px 52px;
	}
.tariff-card {
padding: 24px;
	}
  /* Контакты */
  .contacts__grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .contacts__info, .contacts__form {
    text-align: center;
  }
  .contacts__image img {
    max-width: 200px;
    margin: 0 auto;
  }

  /* Кнопки */
  .btn, .tariff-card__btn, .contacts__form button {

    display: block;
  }
.container {
		width: 89%;
margin: 0 auto;
}

.header__contacts a:nth-child(1) {
display:none;
}
.btn{
		padding: 8px 25px;
text-align: center;}
.tariff-card__body h3 {
    font-size: 18px;
margin-bottom: 8px;
	}
.tariff-card__price {
margin-bottom: 24px;
    margin-top: 7px;

}
.contacts__title {
font-size: 32px;
line-height: 44px;
margin-bottom: 24px;
}
.contacts__info p {
display:block;
	}
  .contacts__info p:nth-of-type(2) {
    display: none;
  }
.contacts__form {
padding: 16px 24px;
	}
.contacts__form h3 {
    margin-bottom: 8px;
margin-top:0;
}
.contacts__form input {
    width: 92%;
	}
.contacts__form label {
		text-align: left;
margin-bottom: 4px;}
.contacts__policy{
	text-align: left;
		margin-top: 4px;
margin-bottom: 8px;}
.contacts {
    padding-bottom: 48px;
}
.social-icons {
order: 1;
	}
.copyright {
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 27px;
text-align: center;
		order:2;
white-space:break-spaces;
}
.footer-center {
display: grid;
justify-items: center;
	}
.policy{
font-size: 20px;
line-height: 27px;
text-align: center;
text-decoration-line: underline;
white-space:break-spaces;
color: #FFFFFF;

	}
    .footer-center {

gap:6px;
    }

    .social-icons img {
        width: 30px;
        height: 30px;
    }
.footer{
align-items: anchor-center;
	}
}

/* Стили для десктопа остаются без изменений */
.burger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.burger img {
    width: 28px;
    height: 28px;
}

/* Мобильное меню (изначально спрятано) */
.mobile-menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    transition: top 0.4s ease;
    z-index: 999;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    overflow-y: auto;
}

.mobile-menu.active {
    top: 60px; /* Высота хедера */
    background-color: white;
    padding: 24px;
display: flex;
}

.mobile-menu__content {
    display: flex;
    padding: 0;
}

/* Кнопка закрытия */
.menu-close {
    position: absolute;
    top: 10%;
    right: 15%;
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
    color: #000;
    z-index: 1000;
}

.mobile-menu .nav-mobile ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu .nav-mobile ul li {
    margin: 15px 0;
}

.mobile-menu .nav-mobile ul li a {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    display: block;
    padding: 8px 0;
    transition: color 0.3s ease;
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 22px;
}

/* Картинка справа */
.menu-image {
    margin-left: 10%;
    align-self: center;
}

.menu-image img {
    max-width: 150px;
    height: auto;
}
@media (min-width: 768px) {
.menu-image img {
display:none;
}
}
/* Мобильная версия */
@media (max-width: 768px) {
/* Делаем хедер фиксированным */
.container.header__wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        background: white;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
.header__contacts a:nth-child(3) {
    margin-right: 0; 
}
.logo img {
        width: 100%;
	}
.header__contacts a:nth-child(2) {
    margin-left: 0; 
}
    .burger {
        width: 25%;
        display: block;
        position: relative;
        z-index: 1000;
text-align-last: center;
    }
        .header__contacts {
 width: 25%;
        gap: 20px;
    }
    .nav {
        display: none;
    }
    
    .logo {
        margin: 0 auto;
        position: relative;
        z-index: 1000;
text-align-last: center;
    }
    
    .header__contacts a:nth-child(4) {
        display: none;
    }
    
    /* Затемнение фона - теперь отдельный элемент */
    .mobile-overlay {
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 998;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    
    .mobile-overlay.active {
        opacity: 1;
        visibility: visible;
    }
    
    .nav-mobile {
        background-color: white;
        width: 50%;
    }
    
    /* Убираем псевдоэлемент ::before */
    .mobile-menu.active::before {
        content: none;
    }
.modal__content {
		width: 85%;
height: unset;
padding: 16px;}
.modal__content h2 {
margin-bottom:0;
margin-top:20px;
	}
.modal__content p {
margin-bottom:4px;
	}
.hero__content a { 

        padding: 8px 25px;
        text-align: center;
font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    color: #FFFFFF;
    }
.stag {
padding:80px 0 !important;
	}
}

/* Для очень маленьких экранов */
@media (max-width: 480px) {
    .mobile-menu__content {
        flex-direction: column;
    }
    
    .menu-image {
        margin-left: 0;
        margin-top: auto;
        text-align: center;
    }
    
    .nav-mobile {
        width: 60%;
    }
}
@media (max-width: 405px) {
    .hero__content p {
        margin-bottom: 50px;}}
@media (max-width: 390px) {
.header__contacts {
        gap: 10px;}}
@media (max-width: 410px) {
    .stages__content {
        padding-left: 15%;
    }
}
@media (max-width: 370px) {
    .stages__content {
        padding-left: 18%;
    }
}
/* End */
/* /bitrix/templates/rezume/styles.css?175775490234469 */
