@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/CenturyGothic-Bold.woff2") format("woff2"),
    url("../fonts/CenturyGothic-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/CenturyGothic.woff2") format("woff2"),
    url("../fonts/CenturyGothic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Century Gothic";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: var(--text-color);
}

a,
button,
input,
textarea {
  font-family: "Century Gothic";
  font-weight: normal;
}

.list-square {
}

.list-square__item {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  padding-left: 28px;
  position: relative;
}

.list-square__item::after {
  content: "";
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeT0iMC41IiB3aWR0aD0iNC43ODI2MSIgaGVpZ2h0PSI0Ljc4MjYxIiBmaWxsPSIjRkZFNjhEIi8+CjxyZWN0IHk9IjYuNzE3NDEiIHdpZHRoPSI0Ljc4MjYxIiBoZWlnaHQ9IjQuNzgyNjEiIGZpbGw9IiNGRkU2OEQiLz4KPHJlY3QgeD0iNi4yMTc0MSIgeT0iMC41IiB3aWR0aD0iNC43ODI2MSIgaGVpZ2h0PSI0Ljc4MjYxIiBmaWxsPSIjRkZFNjhEIi8+CjxyZWN0IHg9IjYuMjE3NDEiIHk9IjYuNzE3NDEiIHdpZHRoPSI0Ljc4MjYxIiBoZWlnaHQ9IjQuNzgyNjEiIGZpbGw9IiNGRkU2OEQiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  left: 0;
  top: 5px;
}

.list-square__item:not(:last-child) {
  margin-bottom: 30px;
}

.btn-primary {
  border-radius: var(--br-small);
  color: var(--text-color);
  background-color: var(--accent-color);
  display: table;
  padding: 18px;
  max-width: 318px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  border: none;
  outline: transparent;
  transition: background-color 0.3s ease-in-out;
  overflow: hidden; 
  position: relative;
}
.home-bth-new {
  color: #fff;
  background-color: #30a70b; 
}
.home-bth-new {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.home-bth-new:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.btn-primary:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  transform: translateX(-4em) skewX(-45deg); }

  .btn-primary:hover:before {
    animation: move-light 1s; }

@keyframes move-light {
  from {
    transform: translateX(-4em) skewX(-45deg); }
  to {
    transform: translateX(23em) skewX(-45deg); } }

.title-section {
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 30px !important;
}

.link {
  color: var(--accent-color-secondary);
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-skip: none;
}

.field-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.label {
  margin-bottom: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}
.field {
  width: 100%;
  padding: 16px 20px;
  border-radius: 5px;
  background: #eaeaea;
  border: none;
  outline: none;
}

.field::placeholder {
  color: rgba(56, 67, 84, 0.5);
}

/* header-page */

.header-page {
  padding-top: 20px;
  padding-bottom: 30px;
}

.header-page-abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;

}

.header-page--small {
  background-image: url("../image/small.png");
  background: linear-gradient(
      180deg,
      rgba(14, 14, 44, 0.46) 0%,
      rgba(14, 14, 44, 0.22) 100%
    ),
    url("../image/small.png"),
    lightgray 0px -1136.952px / 100% 1122.437% no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-page__line {
  align-items: center;
}

.menu-navigation {
}
.menu-list {
  display: flex;
}
.menu-list__item:not(:last-child) {
  margin-right: 48px;
}

.menu-list__item {
  position: relative;
  padding-bottom: 3px;
}

.menu-list__overlay {
  position: absolute;
  top: 22px;
  left: 0;
  z-index: 1;
}

.content-overlay {
  background-color: #fff;
  border-radius: 5px;
  width: 300px;
}

.menu-list__link {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease-in-out;
  display: flex;
  align-items: center;
}

.menu-list__link img {
  margin-left: 4px;
}

.menu-list__link:hover {
  border-color: var(--accent-color);
}

.header-page__action {
  display: flex;
  flex-direction: column;
  margin-left: auto;
}

.header-page__phone {
  margin-left: auto;
  color: var(--accent-color);
  font-size: 23px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  text-decoration: none;
  margin-bottom: 10px;
  transition: color 0.3s ease-in-out;
}

.header-page__phone:hover {
  color: var(--accent-color-hover);
}

.header-page__logo {
  transform: translateY(12px);
}

/* header-page end */

/* offer */

.offer {
  min-height: 100vh;
  background-color: #000;
  background-image: url("../image/offer.png");
  background-repeat: no-repeat;
  padding-top: 112px;
  background-size: cover;
  background-position: center;
}

.offer__title {
  color: #fff;
  font-size: 64px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}

.offer__info {
  max-width: 665px;
}

.offer_list {
  margin-top: 36px !important;
}

.offer__btn {
  margin-top: 40px;
}

/* offer end */

/* advantage */

.advantage {
  padding-top: 80px;
  padding-bottom: 40px;
}

.advantage-list {
  display: flex;
  flex-wrap: wrap;
}
.advantage-item {
  width: calc(100% / 12 * 3);
  font-style: normal;
  font-weight: bold;
  padding: 20px;
  text-align: center;
}

.advantage-item:not(:last-child) {
  border-right: 1px solid var(--accent-color-secondary);
}

.advantage-item span {
  color: var(--accent-color-secondary);
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
}

.advantage-item__info {
  max-width: 160px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* advantage end */

/* about */

.about {
  padding-top: 40px;
  padding-bottom: 40px;
}

.about__col {
  width: calc(100% / 12 * 6 - 30px);
}

.about__col p {
  margin-bottom: 20px;
}

.about__title {
  font-style: italic;
  font-family: sans-serif;
}

.about__view {
  border-radius: var(--br-small);
  overflow: hidden;
  position: relative;
  padding-bottom: 72%;
}

.about__view img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* about end*/

/* services */
.services {
  padding-bottom: 60px;
}

.services__title {
  max-width: 375px;
}

/* Основные стили для контейнера грида */
.grid-container {
  column-count: 3;
  column-gap: 30px;
}
.grid-item {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}

.grid-item img {
  width: 100%;
  height: 100%;
}

.grid__row {
}
.grid__col {
  width: calc(100% / 12 * 3 - 30px);
}

.grid__large {
  padding-bottom: 138%;
}

.grid__medium {
  padding-bottom: 94.5%;
  display: block;
}

.grid__small {
  padding-bottom: 73.9%;
}

.grid__inner {
  position: relative;
  border-radius: var(--br-small);
  overflow: hidden;
  font-size: 0;
  margin-bottom: 30px;
  display: block;
}
.grid__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
}


.grid__overlay {
  border-radius: 10px;
  background-color: rgba(47, 60, 126, 0.6);
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 18px;
  overflow: hidden;
}
.grid__overlay-info {
  color: #fff;
  /* transform: translateY(65px); */
  transition: height 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}


.grid__overlay-info__title {
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 12px;
}
.grid__overlay-info__description {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
}


.grid__btn {
  width: 100%;
  max-width: 200px;
  padding: 12px;
  margin-top: 12px;
  margin-top: 17px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.grid__btn {
  font-size: 14px;
}

.services__more {
  color: var(--accent-color-secondary);
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-skip: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: table;
  margin-top: 60px;
}

/* services end */

/* how-work */

.how-work {
  padding: 60px;
  min-height: 427px;
  background-image: url(../image/how.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.how-work__title {
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 37px;
}

.list-count {
  list-style: none; /* Скрываем стандартные маркеры списка */
  counter-reset: item-counter; /* Сброс счетчика на начальное значение */
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.list-count__item {
  counter-increment: item-counter; /* Увеличиваем счетчик на 1 для каждого элемента */
  margin-bottom: 45px; /* Отступ между элементами списка */
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 4 - 30px);
  position: relative;
  padding-left: 60px;
}

.list-count__item:before {
  content: counter(item-counter) "."; /* Выводим значение счетчика и точку перед элементом */
  color: rgba(255, 255, 255, 0.6);
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  position: absolute;
  left: 0;
  top: -7px;
}

.how-work__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  background-color: #30a70b;
  color: #fff;
}
/* how-work end */
.about-form .form-box__btn {
  background-color: #30a70b;
  color: #fff; 
}


/* reviews */

.reviews {
  padding: 60px;
  min-height: 414px;
}

/* reviews end */

/* result */

.result {
  padding: 40px 0;
}
.result__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.result__title {
  margin-bottom: 30px;
}
.title-section {
}
.result__link {
  margin-bottom: 30px;
}

.result__link--mobile {
  display: none;
}

.swiper-works {
  border-radius: var(--br-small);
}

.swiper-works-slide {
  border-radius: var(--br-small);
  overflow: hidden;
  position: relative;
  padding-bottom: 54%;
}

.swiper-works-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-size: 0;
}

.works-wrapper {
  position: relative;
  z-index: 0;
}

.swiper-works-button-prev,
.swiper-works-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 40px;
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-works-button-prev img {
  transform: translateX(-3px);
}

.swiper-works-button-next img {
  transform: translateX(3px);
}

.swiper-works-button-next {
  right: 22px;
}

.swiper-works-button-prev {
  left: 22px;
}

/* result end */

/* offering */

.wrapper-offering__001 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.wrapper-offering__002 {
  margin: 60px 0;
}

.offering {
}

.offering__line {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: -3px 0px 6px 0px rgba(97, 158, 214, 0.1),
    -11px 0px 11px 0px rgba(97, 158, 214, 0.09),
    -25px 0px 15px 0px rgba(97, 158, 214, 0.05),
    -44px 0px 17px 0px rgba(97, 158, 214, 0.01),
    -68px 0px 19px 0px rgba(97, 158, 214, 0);
}

.offering__img {
}
.offering__info {
  transform: translateX(-30px);
}
.offering__title {
  margin-bottom: 10px !important;
}

.offering__description {
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  max-width: 315px;
  color: var(--accent-color-secondary);
}

.offering__btn {
  margin-left: 40px;
  margin-right: 30px;
}

/* offering end */

/* posts */

.posts {
  padding-top: 40px;
  padding-bottom: 60px;
}
.posts__title {
  margin-bottom: 0 !important;
}
.list-posts {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.list-posts__item {
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 3 - 30px);
  margin-top: 20px;
}
.post {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.post__preview {
  border-radius: 5px;
  position: relative;
  padding-bottom: 55%;
  display: block;
  overflow: hidden;
}

.post__preview img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease-in-out;
}

.post:hover .post__preview img {
  transform: scale(1.1);
}

.post__title {
  margin: 12px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.post__title-link {
  text-decoration: none;
  color: var(--text-color);
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  transition: color 0.3s ease-in-out;
}

.post__title-link:hover {
  color: var(--accent-color-hover);
}

.post__description {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  margin-bottom: 12px;
}
.post__more {
  margin-top: 14px;
  display: inline-block;
  color: var(--accent-color-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-skip: none;
  margin-top: auto;
}

.post__more:hover {
  text-decoration: none;
}

/* posts end */

/* footer-page */

.footer-page {
  color: #fff;
  background-color: var(--accent-color-secondary);
  padding: 30px 0 20px;
}

.footer-page__col-left {
  width: calc(100% / 12 * 4 - 30px);
}

.footer-page__col-right {
  width: calc(100% / 12 * 8 - 30px);
  display: flex;
  flex-direction: column;
}

.footer-page__logo {
}
.footer-page__description {
  margin-top: 40px;
}

.footer-page__description span {
  font-weight: bold;
}

.navigation-bottom {
}
.menu-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.menu-bottom__item:not(:last-child) {
  margin-right: 48px;
}

.menu-bottom__item {
  margin-top: 10px;
}

.menu-bottom__link {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease-in-out;
}

.menu-bottom__link:hover {
  border-color: var(--accent-color);
}

.person-info {
  margin-left: auto;
  margin-top: 41px;
}
.person-info__item {
  display: flex;
  justify-content: flex-end;
  font-size: 18px;
  margin-top: 12px;
}
.person-info__label {
}
.person-info__value {
  margin-left: 8px;
}

.footer-page__end {
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.footer-page__right {
  font-size: 14px;
}
.footer-page__dev {
  display: flex;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
}

.footer-page__dev img {
  margin-left: 11px;
}

/* footer-page end */

/* modal */

.hystmodal__window {
  border-radius: var(--br-small);
  padding: 20px;
  padding-bottom: 40px;
}

.hystmodal__close-me {
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background-color: transparent;
  margin-left: auto;
}

.hystmodal__title {
  margin-bottom: 0 !important;
}

.hystmodal__box {
}

.hystmodal__head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.hystmodal__btn {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.hystmodal__form .field-box {
  margin-bottom: 20px;
}

/* modal end */

/* breadcrumb */

.breadcrumb {
  display: flex;
  align-items: center;
  margin-top: 15px !important;
  margin-bottom: 30px !important;
}

.breadcrumb li a {
  text-decoration: underline;
  color: var(--text-color);
  font-size: 12px;
}

.breadcrumb li span {
  font-size: 12px;
}

.breadcrumb li:not(:first-child)::before {
  content: "--";
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  color: var(--text-color);
}

/* breadcrumb end*/

/* works all */

.title-page {
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}

.all-works-section {
  padding-top: 60px;
}

.all-works__row {
  padding-bottom: 60px;
}

.all-works__col {
  width: calc(100% / 12 * 3 - 30px);
}

.work {
  margin-top: 30px;
}

.work-view {
  position: relative;
  padding-bottom: 100%;
  display: block;
  border-radius: var(--br-small);
  overflow: hidden;
}
.work-view__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
  object-fit: cover;
}

.work:hover .work-view__img {
  transform: scale(1.05);
}

.work-title {
  margin: 9px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.work-link {
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  color: var(--text-color);
  transition: color 0.3s ease-in-out;
}

.work-link:hover {
  color: var(--accent-color-hover);
}

.work-info {
  font-size: 12px;
}

.work-more {
  text-decoration: underline;
  color: var(--accent-color-secondary);
  display: inline-block;
  margin-top: 9px;
}

.work-more:hover {
  text-decoration: none;
}

.alert {
  border-radius: var(--br-small);
  padding: 40px;
  background: #fff;
  box-shadow: -3px 0px 6px 0px rgba(97, 158, 214, 0.1),
    -11px 0px 11px 0px rgba(97, 158, 214, 0.09),
    -25px 0px 15px 0px rgba(97, 158, 214, 0.05),
    -44px 0px 17px 0px rgba(97, 158, 214, 0.01),
    -68px 0px 19px 0px rgba(97, 158, 214, 0);
}
.alert__row {
  align-items: center;
}
.alert__symbol {
  width: calc(100% / 12 * 2 - 30px);
  text-align: center;
}
.alert__col {
}
.alert__info {
  width: calc(100% / 12 * 6 - 30px);
}
.alert__title {
  max-width: 485px;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 10px;
}
.alert__text {
  max-width: 485px;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  color: var(--accent-color-secondary);
}
.alert__btn {
  width: calc(100% / 12 * 4 - 30px);
}

.wrapper-alert {
  margin-bottom: 60px;
}

.wrapper-alert-mt {
  margin-top: 40px;
}

.pagination {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin-top: 60px !important;
}

.pagination-item {
  margin: 0 5px;
}

.pagination-item a,
.pagination-item span {
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: var(--text-color);
  font-style: normal;
}

.pagination-item.active a {
  color: var(--accent-color-secondary);
  font-size: 24px;
}

/* services pages */
.services-box {
  margin-top: 30px;
  padding-bottom: 60px;
}

/* vacancies */

.row {
  margin-top: 30px;
  column-count: 2;
  column-gap: 30px;
}

.column {
  border-radius: var(--br-small);
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  padding: 20px 30px 30px 20px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}

.column__title {
  font-weight: bold;
  margin-bottom: 0;
}
.column__description {
  margin: 20px 0;
}

/* about page */

.about__row {
  padding-bottom: 60px;
}

.about__col {
  width: calc(100% / 12 * 6 - 30px);
}

.about__col p, .about__content p, .uslugi p, .works p {
  margin-top: 20px;
}

.block-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.block-contact__item {
  margin-top: 20px;
}
.block-contact__label {
  font-size: 21px;
  font-style: normal;
  font-weight: normal;
}
.block-contact__phone {
  font-size: 21px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: var(--text-color);
}
.block-contact__email {
  font-size: 21px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: var(--text-color);
}

.about-form {
  margin-top: 0;
}

.about-form__title, .about__col .title-page {
  margin-bottom: 26px;
}

.form-box {
  border-radius: 10px;
  border: 2px solid var(--accent-color-secondary);
  background: #fff;
  padding: 20px 30px 32px;
}

.field--area {
  resize: none;
  min-height: 113px;
}

.top-mt {
  margin: 26px 0 0;
}

.form-box__btn {
  margin-left: auto;
  margin-top: 26px;
}

/* about page  end*/

/* Стилизация чекбокса */
.checkbox-container {
  display: flex;
  align-items: start;
  justify-content: flex-end;
  margin-top: 5px;
}

.checkbox-wrap {
  display: flex;
  align-items: start;
  justify-content: center;
  margin-top: 20px;
}

.checkbox-input {
  display: none; /* Скрываем оригинальный чекбокс */
}

.checkbox-custom {
  width: 20px;
  height: 20px;
  border: 2px solid var(--text-color);
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  flex-shrink: 0;
}

.checkbox-label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
}

/* Стили для выбранного (checked) чекбокса */
.checkbox-input:checked + .checkbox-custom {
  background-color: var(--text-color);
}

.checkbox-input:checked + .checkbox-custom::after {
  content: "\2714"; /* Галочка ✓ */
  font-size: 16px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 16px;
}

/* work */

.work-page {
  padding-bottom: 70px;
}
.work-page__row {
}
.work-page-info__col {
  width: calc(100% / 12 * 3 - 30px);
}
.work-page__category {
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
}
.work-page__title {
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  color: var(--accent-color-secondary);
  margin-top: 8px;
}
.options-list {
  padding: 0;
  margin: 30px 0 0 0 !important;
}
.options-list__item {
  margin-bottom: 10px;
}
.options-list__key {
  font-size: 14px;
  margin-right: 8.5px;
}
.options-list__value {
  font-size: 14px;
  font-weight: bold;
  color: var(--accent-color-secondary);
}
.work-page-view__col {
  width: calc(100% / 12 * 9 - 30px);
}

.work-box {
  border-radius: var(--br-medium);
  overflow: hidden;
  display: block;
  padding-bottom: 53%;
  position: relative;
  margin-bottom: 30px;
}

.work-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}

.work-wrapper {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.work-wrapper .work-box {
  width: calc(100% / 12 * 6 - 30px);
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 61%;
}

.work-page__column {
  position: sticky;
  top: 20px;
  left: 0;
}

/* post page */

.post-page {
  padding-bottom: 60px;
}

.post-page__row {
}

.post-page-list__col {
  width: calc(100% / 12 * 3 - 30px);
}

.post-page-list__wrapper {
  /* position: sticky;
  top: 20px;
  left: 0; */
}

.post-page-info__col {
  width: calc(100% / 12 * 9 - 30px);
}

.post-page-info__col h1 {
  margin-bottom: 30px !important;
}

.post-page-info__col img {
  border-radius: var(--br-medium);
}

.post-page-info__col p {
  margin-bottom: 20px;
}

.post-page-info__col ul {
  padding: 0 0 0 20px;
}

.page__row .all-works__col {
  width: calc(100% / 12 * 4 - 30px);
}

.page__column {
  margin-top: 40px;
}

.page-list__col {
  margin-top: 30px;
  width: calc(100% / 12 * 4 - 30px);
  margin-bottom: 20px;
}

.page-list__col p {
  margin-top: 8px;
}

.post-page ol {
  padding-left: 22px;
}

.post-page img {
  margin-bottom: 20px;
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}

.post-page li {
  margin-bottom: 6px;
}

.form-page {
  margin-top: 60px;
}
.form-page__title {
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 30px !important;
}
.form-page__main {
  display: block;
  border-radius: var(--br-small);
  border: 2px solid var(--accent-color-secondary);
  background: #fff;
  padding: 30px;
}
.form-page__row {
}
.form-page__col {
  width: calc(100% / 12 * 6 - 30px);
}

.form-page__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

/* service */

.offer .container {
    height: 100%;
    min-height: calc(100vh - 112px);
    display: flex;
    align-items: center;
}


.offer-medium {
  padding-top: 112px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.offer-medium .conatiner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  text-align: center;
  color: #fff;
}
.offer-medium__info {
  max-width: 996px;
}
.offer-medium__title {
  color: #fff;
  font-size: 64px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 40px !important;
}
.offer-medium__description {
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
}
.offer-medium__value {
  font-size: 36px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin: 40px 0;
}
.offer-medium__btn {
  margin-left: auto;
  margin-right: auto;
}
.btn-primary {
}

/* dropdown */

.dropdown {
  position: sticky;
  left: 0;
  top: 20px;
}

.dropdown li {
  list-style: none;
}

.dropdown > li ul {
  padding-left: 18px;
}

.dropdown > li {
  position: relative;
  /* margin-bottom: 15px; */
}

.dropdown > li {
}

.dropdown > li.list::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTAuNzMxNSA2LjcyMzQ3QzEwLjM3MzUgNy4wOTIxOCA5Ljc5MzEzIDcuMDkyMTggOS40MzUxNSA2LjcyMzQ3TDUuNSAyLjY3MDQxTDEuNTY0ODUgNi43MjM0N0MxLjIwNjg3IDcuMDkyMTggMC42MjY0NjcgNy4wOTIxOCAwLjI2ODQ4NiA2LjcyMzQ3Qy0wLjA4OTQ5NDYgNi4zNTQ3NiAtMC4wODk0OTQ2IDUuNzU2OTcgMC4yNjg0ODYgNS4zODgyNkw1LjUgLTQuODA4MjVlLTA3TDEwLjczMTUgNS4zODgyN0MxMS4wODk1IDUuNzU2OTcgMTEuMDg5NSA2LjM1NDc2IDEwLjczMTUgNi43MjM0N1oiIGZpbGw9IiMzODQzNTQiLz4KPC9zdmc+Cg==);
  width: 11px;
  height: 7px;
  position: absolute;
  right: 0;
  top: 19px;
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}

.dropdown > li.list.active::before {
  transform: rotate(0deg);
}

.dropdown > li a {
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  color: var(--text-color);
  text-decoration: none;
  display: block;
  padding-right: 12px;
  padding: 10px 0;
}

.dropdown li > ul li a {
  font-size: 16px;
  font-weight: normal;
  position: relative;
}

.dropdown li > ul li a.active::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 15px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: var(--text-color);
}

.dropdown > li ul {
  /* margin-top: 11px;
  margin-bottom: 11px; */
}

.dropdown li > ul li {
  /* margin: 14px 0; */
}

li.list > ul {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

li.list.active ul {
  height: auto;
  opacity: 1;
  overflow: unset;
}

.service-boxes {
  padding-bottom: 60px;
}

.service-sidebar__col {
  width: calc(100% / 12 * 3 - 30px);
}

.service-info__col {
  width: calc(100% / 12 * 9 - 30px);
}

.service-info__col h1 {
  margin-bottom: 15px !important;
}

.service-info__col p {
  margin: 15px 0;
}

.service-info__col img {
  margin: 15px 0;
  border-radius: var(--br-medium);
  width: 100%;
}


/* menu  btn*/

.burger {
  width: 25px;
  height: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  margin-left: 20px;
  display: none;
  position: relative;
  z-index: 999999;
}

.burger span {
  width: 25px;
  height: 3px;
  display: block;
  background-color: var(--accent-color);
  border: 1px solid var(--accent-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 10px;
}

.burger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(3px, 8px);
  -ms-transform: rotate(45deg) translate(3px, 8px);
  transform: rotate(45deg) translate(3px, 8px);
}

.burger.active span:nth-child(2) {
  -webkit-transform: rotate(45deg) translate(-3px, 2px);
  -ms-transform: rotate(45deg) translate(-3px, 2px);
  transform: rotate(45deg) translate(-3px, 2px);
}

.burger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(4px, -9px);
  -ms-transform: rotate(-45deg) translate(4px, -9px);
  transform: rotate(-45deg) translate(4px, -9px);
}

.open-drop {
  display: none;
}


/* adaptive */

/* 1200 */

@media(min-width:992px) {
  .grid__inner:hover .grid__img {
    transform: scale(1.1);
  }
  .grid__inner:hover .grid__btn {
    display: block;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
  }
  .grid__inner:hover .grid__overlay-info {
    display: block;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
  }

  .grid__btn {
    display: none;
  }  
}

@media(max-width: 1200px) {
  .menu-list__item:not(:last-child) {
    margin-right: 30px;
  }

  .menu-bottom__item:not(:last-child) {
    margin-right: 30px;
  }

  .offer__title {
    font-size: 55px;
  }

}

@media(max-width: 992px) {

  .service-sidebar__col {
    display: none;
    margin-bottom: 30px;
  }

  .open-drop {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    max-width: 180px;
  }  

  .open-drop__img {
    margin-top: 5px;
    margin-left: 12px;
  }


  .service-sidebar__col,
  .service-info__col {
    width: calc(100% / 12 * 12 - 30px);
  }

  .burger {
    display: flex;
    margin-right: 20px;
  }

  .header-page__line {
    justify-content: space-between;
    align-items: center;
  }

  .header-page__logo {
    transform: translateY(5px);
  }

  .header-page__action {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10330;
    background-color: #fff;
    margin: unset;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
    border-bottom: 5px solid var(--accent-color);
  }

  .header-page__action.active {
    transform: translateY(0);
  }

  .menu-list {
    align-items: center;
  }

  .menu-list__item {
    text-align: center;
  }

  .menu-list__item:not(:last-child) {
    margin-right: unset;
    margin-bottom: 10px;
  }

  .menu-list__link {
    color: #333;
  }

  .header-page__phone {
    margin-right: auto;
    margin-top: 20px;
    color: var(--text-color);
  }

  .menu-list {
    flex-direction: column;
  }

  .about__col {
    width: calc(100% / 12 * 12 - 30px);
  }

  .about__col:last-child {
    margin-top: 30px;
  }

  .grid__col {
    width: calc(100% / 12 * 6 - 30px);
  }

  .grid__large {
    padding-bottom: 136%;
  }

  .grid__small {
    padding-bottom: 74.3%;
  }

  .advantage-item:nth-child(2){
     border-right-color: transparent;
  }

  .advantage-item {
    width: calc(100% / 12 * 6);
  }

  .list-count__item {
    width: calc(100% / 12 * 6 - 30px);
  }

  .offering__line {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .offering__info {
    transform: unset;
  }

  .offering__btn {
    margin-left: unset;
    margin-right: unset;
    margin-top: 30px;
  }

  .list-posts__item {
    width: calc(100% / 12 * 6 - 30px);
  }

  .footer-page__col-left,
  .footer-page__col-right {
    width: calc(100% / 12 * 12 - 30px);
  }

  .footer-page__row {
    flex-wrap: wrap;
  }

  .menu-bottom {
    justify-content: center;
  }

  .footer-page__col-left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-page__description {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    margin-top: 30px;
  }

  .navigation-bottom {
    margin-top: 30px;
  }

  .person-info {
    margin-left: auto;
    margin-top: 41px;
    margin-right: auto;
  }

  .person-info__item {
    justify-content: center;
  }

  .how-work {
    padding: 60px 10px;
  }

  .offer__btn {
    margin-bottom: 50px;
  }

  .row {
    margin-top: 30px;
    column-count: 1;
    column-gap: 30px;
  }

  .all-works__col {
    width: calc(100% / 12 * 6 - 30px);
  }

  .post-page__row {
    flex-direction: column-reverse;
  }

  .post-page-info__col,
  .post-page-list__col {
    width: calc(100% / 12 * 12 - 30px);
  }

  .post-page-list__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 60px;
  }

  .post-page-list__wrapper .grid__inner {
    width: calc(100% / 12 * 6 - 30px);
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 40%;
  }

  .page-list__col {
    width: calc(100% / 12 * 12 - 30px);
    margin-top: 10px;
  }

  .page__row {
    justify-content: center;
  }

  .page__row .all-works__col {
    width: calc(100% / 12 * 6 - 30px);
  }

  .offer-medium .conatiner {
    min-height: 60vh;
    padding-bottom: 60px;
    padding: 0 15px;
  }
  .offer-medium__title {
    font-size: 54px;
  }

  .offer-medium__btn {
    margin-bottom: 60px;
  }

  .work-page-info__col {
    width: calc(100% / 12 * 12 - 30px);
    margin-bottom: 30px;
  }

  .work-page__column {
    position: relative;
    top: unset;
    left: unset;
  }

  .work-page-view__col {
    width: calc(100% / 12 * 12 - 30px);
  }

  .work-page__category {
    font-size: 30px;
    word-break: break-word;
  }
}

@media(max-width: 778px) {
  .form-page__col {
    width: calc(100% / 12 * 12 - 30px);
  }

  .offer-medium__title {
    font-size: 44px;
  }

  .offer-medium__description {
    font-size: 16px;
  }

  .offer-medium__value {
    font-size: 30px;
  }

  .offer__title {
    font-size: 44px;
    max-width: 400px;
  }

  .grid__medium {
    padding-bottom: 96%;
  }

  .list-count__item {
    width: calc(100% / 12 * 12 - 30px);
  }

  .list-count__item {
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  .list-posts__item {
    width: calc(100% / 12 * 12 - 30px);
  }

  .footer-page__end {
    flex-direction: column;
    align-items: center;
  }

  .footer-page__dev {
    margin-top: 20px;
  }

  .result__head .result__link {
    display: none;
  }

  .result__link--mobile {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  
  .grid__col .grid__inner {
    min-height: 200px;
  }

  .about__row {
    padding-bottom: 20px;
  }


  .menu-bottom {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .menu-bottom__item:not(:last-child) {
    margin-right: unset;
  }

  .footer-page__right {
    text-align: center;
  }

  .advantage {
    padding-bottom: 20px;
  }

  .about .title-section {
    text-align: center;
  }

  .alert__row {
    flex-direction: column;
  }

  .alert__info {
    width: calc(100% / 12 * 12 - 30px);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .alert__info {
    margin: 20px 0;
  }

  .alert__btn {
    width: calc(100% / 12 * 12 - 30px);
  }

  .alert__symbol {
    width: calc(100% / 12 * 12 - 30px);
  }

  .alert__btn .btn-primary {
    margin-left: auto;
    margin-right: auto;
  }

  .alert {
    padding: 40px 10px;
  }

  .header-page__logo {
    max-width: 60%;
  }
}

@media(max-width: 662px) {
  .grid__col {
    width: calc(100% / 12 * 12 - 30px);
  }

  .grid__col .grid__inner {
    padding-bottom: 50%;
  }

  .swiper-works-slide {
    padding-bottom: 70%;
  }

  .wrapper-offering__001 {
    margin-top: 0;
  }

  .all-works__col {
    width: calc(100% / 12 * 12 - 30px);
  }

  .post-page-list__wrapper .grid__inner {
    width: calc(100% / 12 * 12 - 30px);
    padding-bottom: 60%;
  }

  .page__row .all-works__col {
    width: calc(100% / 12 * 12 - 30px);
  }

  .form-page__main {
    padding: 15px;
  }

  .work-wrapper {
    flex-wrap: wrap;
  }

  .work-wrapper .work-box {
    width: calc(100% / 12 * 12 - 30px);
    padding-bottom: 53%;
  }
}


@media(max-width: 460px) {
  .list-square__item {
    color: #fff;
    font-size: 14px;
  }
}


.lenosh-contact-div {
    display: flex; /* Теперь всегда показывается */
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    position: sticky;
    top: 0;
    background-color: #626eab;
    z-index: 1000;
}

.lenosh-contact-div a {
    font-size: 23px;
    font-weight: bold;
    color: #ffe68d;
    text-decoration: none;
}

.lenosh-contact-div a.whatsapp-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: transparent;
}

.lenosh-contact-div a.whatsapp-link img {
    width: 100%;
    height: 100%;
}
.about__signature {
  margin-top: 15px;
  text-align: left; /* или center/right */
  font-weight: 300;
  font-style: italic;
}

/* Общие стили */
.menu-list {
    position: relative;
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}
.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    min-width: 200px;
    padding: 10px 0;
    z-index: 100;
    list-style: none;
    margin: 0;
}

.sub-menu__item {
    padding: 5px 15px;
}

.sub-menu__link {
    color: #333;
    text-decoration: none;
    display: block;
}

.sub-menu__link:hover {
    color: #0066cc;
}
.menu-list__item--has-dropdown {
    position: relative;
}

/* Выпадающее меню для десктопа */
.desktop-only .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    min-width: 200px;
    padding: 10px 0;
    z-index: 100;
    list-style: none;
    margin: 0;
}

.desktop-only:hover .sub-menu {
    display: block;
}

/* Мобильная версия - скрываем выпадающее меню и показываем отдельные пункты */
@media (max-width: 992px) {
    .header-page__action {
        transform: translateY(-100%);
        transition: transform 0.3s ease;
    }
    
    .header-page__action.active {
        transform: translateY(0);
    }
    
    .desktop-only {
        display: none !important;
    }
    
    .mobile-visible {
        display: block !important;
    }
    
    .menu-list {
        flex-direction: column;
    }
}

@media (min-width: 993px) {
    .mobile-visible {
        display: none !important;
    }
    
    .desktop-only {
        display: block !important;
    }
}

.about__content {
  position: relative;
}

.about__photo {
  float: left;
  width: 540px;
  margin-right: 30px;
  margin-bottom: 20px;
}

.about__photo img {
  width: 100%;
  display: block;
  border-radius: var(--br-small);
}

.about__signature {
  display: block;
  text-align: center;
  font-style: italic;
  margin-top: 10px;
}

        .stats-section h2 {
            font-size: 2.5em;
            margin-bottom: 40px;
            color: #333;
        }

        .stats-container {
            display: flex;
            flex-direction: row; /* Force single row */
            justify-content: space-between; /* Distribute items evenly */
            gap: 15px; /* Reduced gap for tighter layout */
        }

        .stat-item {
            flex: 1; /* Equal width for all items */
            min-width: 120px; /* Minimum width for smaller screens */
            padding: 15px;
            background-color: #f9f9f9;
            border-radius: 8px;
            transition: transform 0.3s ease;
            text-align: center;
        }

        .stat-item:hover {
            transform: translateY(-5px);
        }

        .stat-number {
            font-size: 2em; /* Slightly smaller for better fit */
            font-weight: bold;
            color: var(--accent-color-secondary);
            margin-bottom: 8px;
            display: inline-block;
        }

        .stat-text {
    font-size: 0.93em;
    color: #555;
    font-weight: bold;
        }

        /* Animation for numbers */
        .count-up {
            animation: countUp 2s ease-out forwards;
        }

        @keyframes countUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Responsive design */
        @media (max-width: 1024px) {

            .stats-section h2 {
                font-size: 2em;
            }

            .stat-item {
                min-width: 100px;
                padding: 10px;
            }

            .stat-number {
                font-size: 1.8em;
            }

            .stat-text {
                font-size: 0.85em;
            }
        }

        @media (max-width: 768px) {
            .stats-container {
                flex-direction: column; /* Stack vertically on small screens */
                align-items: center;
            }

            .stat-item {
                width: 80%; /* Wider items for mobile */
                max-width: 300px;
                margin-bottom: 15px;
            }

            .stat-number {
                font-size: 1.6em;
            }

            .stat-text {
                font-size: 0.8em;
            }
        }

        @media (max-width: 480px) {
            .stats-section {
                padding: 20px;
                margin: 10px;
            }

            .stats-section h2 {
                font-size: 1.8em;
            }

            .stat-item {
                width: 90%;
                padding: 8px;
            }

            .stat-number {
                font-size: 1.4em;
            }

            .stat-text {
                font-size: 0.75em;
            }
        }
        .offering__line {
  display: flex;
  align-items: flex-start; /* Выравнивание по верхнему краю */
  gap: 20px; /* Отступ между изображением и текстом */
  flex-wrap: wrap; /* Адаптивность для маленьких экранов */
}
.offering__info {
  flex: 1; /* Текст займет оставшееся пространство */
  display: flex;
  flex-direction: column;
  gap: 15px; /* Отступы между элементами текста */
  margin-top: 15px;
  margin-bottom: 15px;
}

.offering__title {
  margin: 0;
  font-size: 24px; /* Пример размера шрифта */
}

.offering__btn {
  align-self: flex-start; /* Кнопка прижимается к левому краю под текстом */
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .offering__line {
    flex-direction: column; /* На маленьких экранах элементы в столбец */
    align-items: center; /* Центрирование по горизонтали */
  }

  .offering__img {
    max-width: 100%; /* Изображение на всю ширину */
  }

  .offering__btn {
    align-self: center; /* Кнопка по центру на маленьких экранах */
  }
}
@media (max-width: 560px) {
.offering__info {
    gap: 10px;
}
}
.how-work {
    margin-bottom: 60px;
}
.form-6 p {
    margin-top: 20px;
}
.container-home-work {
    display: flex;
    align-items: center; /* Вертикальное выравнивание */
    justify-content: space-between; /* Распределение пространства между элементами */
    flex-wrap: wrap; /* Перенос на маленьких экранах */
    gap: 3px; /* Расстояние между элементами */
    padding: 15px;
    max-width: 100%;
    align-items: flex-end;
  }
.image-container {
    width: 30%;
    max-width: 450px;
    position: relative;
    padding-bottom: 25.25%; /* 16:9 aspect ratio (9/16*100%) */
    overflow: hidden;
    flex-shrink: 0;
}

.image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  /* Контейнер текста (40% ширины) */
  .text-container {
    width: 45%;
    padding: 0 10px;
    box-sizing: border-box;
    flex: 1;
  }

  .text-container p {
    margin: 0;
    text-align: center;
  }

  /* Контейнер кнопки (20% ширины) */
  .button-container {
    width: 14%;
    min-width: 150px;
    flex-shrink: 0;
    text-align: center;
  }

  .offering__btn {
    display: inline-block;
    transition: background-color 0.3s;

  }


  
  @media (max-width: 900px) {
    .container-home-work {
      flex-wrap: wrap;
      justify-content: center;
    }
    
    .image-container {
      width: 50%;
      padding-bottom: 50%;
      margin-bottom: 5%;
    }
    
    .text-container {
      width: 100%;
      padding: 0;
      order: 1;
      margin-bottom: 5%;
    }
    
    .text-container p {
      font-size: 3vw;
    }
    
    .button-container {
      width: 50%;
      order: 2;
    }
    
    .offering__btn {
      font-size: 2.5vw;
      padding: 2vw 4vw;
    }
  }

  @media (max-width: 500px) {
    .image-container {
      width: 80%;
      padding-bottom: 80%;
    }
    
    .text-container p {
      font-size: 4vw;
    }
    
    .button-container {
      width: 80%;
    }
    
    .offering__btn {
      font-size: 3.5vw;
      padding: 3vw 6vw;
    }
  }
  .about__photo-k {
    float: left;
    width: 340px;
    margin-right: 30px;
    margin-bottom: 20px;
}
.about__photo-k img {
    width: 100%;
    display: block;
    border-radius: var(--br-small);
}
.image-container {
  aspect-ratio: 16 / 9; /* задаёт пропорции 16:9 */
  width: 100%;
  overflow: hidden;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.nh2 {
    margin-top: 60px;
}
.contact-block {
    margin-bottom: 25px;
    padding: 15px;
    border-left: 4px solid #3498db;
    background: #f8fafc;
    border-radius: 0 5px 5px 0;
}

.contact-block h2 {
    margin-top: 0;
    color: #2c3e50;
    font-size: 1.3em;
}

.contact-block i {
    margin-right: 10px;
    color: #3498db;
}

.contact-block ul {
    padding-left: 20px;
    margin: 10px 0;
}

.contact-block ul li {
    margin-bottom: 8px;
}

.contact-block a {
    color: #3498db;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-block a:hover {
    color: #2980b9;
    text-decoration: underline;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.social-links a {
    display: flex;
    align-items: center;
    padding: 8px 15px;
    border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s;
}
.icons-wrapper {
    display: flex;
    align-items: center;
    gap: 10px; /* Отступ между иконками */
}
.telegram-link .fab.fa-telegram {
    color: #ffffff;
    font-size: 32px;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    top: 2px;
}
.fa-whatsapp {
 color: #ffffff;
    font-size: 32px;
    margin-left: 50px;
    margin-right: 20px;   
   
}
.result .title-block {
  text-align: left;
  font-weight: 600;  
}
.result .container-block {
  text-align: left; 
  line-height: 1.7;
  margin-top: 20px;
}
.map-a {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.social-links .telegram i {
    font-size: 30px;
}
.social-links a:hover, .social-links a:hover {
  text-decoration: none;
}
.home-offering__btn {
    margin-left: 0;
    background-color: #226ceb;
    color: #fff;
}
.container-home-work .offering__btn {
    margin-left: 0;
}
.home-link-btm {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #ffe68d;
  background-color: transparent;
  color: #000;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-weight: 500;
}

.home-link-btm:hover {
    background-color: #e3e3e3;
    color: #000000;
}
.btm-grin {
background-color: #30a70b;
    color: #fff;
}
  @media (max-width: 1079px) {
      .how-work {
    min-height: auto;

}
}
@media (max-width: 1100px) {
    .image-container {
        padding-bottom: 80%;
    }
   .text-container {
    width: 100%;
    flex: auto;
  }
  .image-container {
    max-width: 100%;
  }
  .button-container {
    width: 100%;
}
}
  @media (max-width: 450px) {
.reviews {
    padding: 0;
}
}
        .section-header {
            margin-bottom: 50px;
        }

        .section-header h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 30px !important;
        }

        .section-header h2::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, #3498db, #2ecc71);
            border-radius: 2px;
        }

        .section-header p {
            margin: 0 auto;
            font-size: 18px;
            font-style: normal;
            font-weight: bold;
            line-height: normal;
        }
        .srt {
          background-color: #626eab;
          padding: 60px;
          color: #fff;  
        }

        .certificates-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
        }

        .certificate-card {
            border-radius: 12px;
            overflow: hidden;
            transition: all 0.4s ease;
            position: relative;
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        .certificate-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
        }

        .certificate-image {
            position: relative;
            overflow: hidden;
            height: 350px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
        }

        .certificate-image img {
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            transition: transform 0.5s ease;
        }

        .certificate-card:hover .certificate-image img {
            transform: scale(1.05);
        }

        .certificate-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(52, 152, 219, 0.85);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .certificate-card:hover .certificate-overlay {
            opacity: 1;
        }

        .view-btn {
            background: white;
            color: #3498db;
            border: none;
            padding: 12px 25px;
            border-radius: 30px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }

        .view-btn:hover {
            background: #2c3e50;
            color: white;
            transform: scale(1.05);
        }

        .certificate-content {
            padding: 20px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }

        .certificate-content h3 {
            font-size: 1.3rem;
            color: #2c3e50;
            margin-bottom: 10px;
        }

        .certificate-content p {
            color: #7f8c8d;
            font-size: 0.95rem;
            margin-bottom: 15px;
            flex-grow: 1;
        }

        .certificate-date {
            display: flex;
            align-items: center;
            color: #95a5a6;
            font-size: 0.9rem;
            margin-top: auto;
        }

        .certificate-date i {
            margin-right: 5px;
        }

        /* Скрываем оригинальные ссылки baguetteBox */
        .baguetteBox-gallery {
            display: none;
        }

        /* Анимация появления элементов */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .certificate-card {
            animation: fadeInUp 0.6s ease forwards;
            opacity: 0;
        }

        .certificate-card:nth-child(1) {
            animation-delay: 0.1s;
        }

        .certificate-card:nth-child(2) {
            animation-delay: 0.2s;
        }

        .certificate-card:nth-child(3) {
            animation-delay: 0.3s;
        }

        .certificate-card:nth-child(4) {
            animation-delay: 0.4s;
        }

        /* Адаптивность */
        /* Адаптивность */
        @media (max-width: 1239px) {
            .certificates-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            }
        }
        @media (max-width: 1039px) {
            .certificates-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            }
        }
        @media (max-width: 959px) {
            .certificates-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            }
        }            
        @media (max-width: 768px) {
            .section-header h2 {
                font-size: 2rem;
            }
            
            .certificates-grid {
                grid-template-columns: 1fr;
            }
            
            .certificate-card {
                max-width: 400px;
                margin: 0 auto;
            }

            .certificate-image {
                height: 520px;
                padding: 15px;
            }
        }

        @media (max-width: 480px) {
            .section-header h2 {
                font-size: 1.7rem;
            }
            
            .section-header p {
                font-size: 1rem;
            }
            
            .certificate-content h3 {
                font-size: 1.2rem;
            }

            .certificate-image {
                height: 400px;
                padding: 10px;
            }
        }


        .certificate-card:hover .certificate-image img {
            transform: scale(1.05);
        }

        .certificate-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(52, 152, 219, 0.85);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .certificate-card:hover .certificate-overlay {
            opacity: 1;
        }
.srt .text-center {
    display: flex;
    justify-content: center;
    margin-top: 30px;  
}
.srt .btn-primary {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    background-color: #30a70b;
    color: #fff;
}        
