/* ========================================
Service Page Type 3
======================================== */

.page__services-template .hero {
  padding: 80px 0px;
  background-color: var(--c-white);
  text-align: center;
}
@media screen and (max-width: 991px) {
  .page__services-template .hero {
    padding: 0;
  }
}
.page__services-template .hero__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  justify-content: space-between;
}
.page__services-template .hero__visual {
  flex: 1;
  height: 616px;
  position: relative;
  overflow: hidden;
  max-width: 565px;
  border-radius: 30px;
  width: 100%;
}
.page__services-template .hero__content {
  padding: 0 15px;
}
.page__services-template .hero__checks {
  margin: 30px 0 0;
}
.page__services-template .hero__illustration {
  height: 100%;
  width: auto;
  max-width: 565px;
  object-fit: cover;
  left: 0;
}
.page__services-template .hero__check {
  text-align: left;
}
.page__services-template .hero__cta-hint {
  text-align: left;
}
.front-page .prices__card {
  background: #ebf0f9;
}
.page__services-template .prices__head-title {
  font-weight: var(--fw-extrabold);
}
.page__services-template .yellow-title__text-line {
  font-weight: var(--fw-extrabold);
  margin-bottom: 30px;
  display: inline;
  background: linear-gradient(#f5c518, #f5c518) no-repeat;
  background-size: 100% 10px;
  background-position: 0 calc(100% - 4px);
  padding-bottom: 4px;
}
.page__services-template .content {
  padding: 60px 0 0;
}
.page__services-template .content__text {
  font-size: 18px;
  line-height: 1.6;
  color: var(--c-text);
  margin-bottom: 50px;
}
.page__services-template .content__list {
  margin: 16px 0;
  padding: 0;
  list-style: none;
  counter-reset: content-item;
}
.page__services-template .content__list li {
  font-size: 18px;
  line-height: 1.6;
  color: var(--c-text);
  margin-bottom: 16px;
  padding-left: 60px;
  position: relative;
  counter-increment: content-item;
  min-height: 46px;
}
.page__services-template .content__list li::before {
  content: counter(content-item);
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  height: 46px;
  background-color: var(--c-accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  color: var(--c-text);
}
.front-page .hero-vynos__desc {
  font-size: 24px;
  font-weight: var(--fw-extrabold);
  line-height: 1.55;
  color: var(--c-text);
  margin: 0;
  text-align: left;
}
.front-page.hero-type3 #hero {
  padding: 50px 0 80px;
  background-color: var(--c-white);
  text-align: center;
  height: auto;
}
.front-page.hero-type3 .hero__container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  height: auto;
}
.front-page.hero-type3 .hero__title {
  font-size: var(--fs-18xl);
  font-weight: var(--fw-extrabold);
  line-height: 1.55;
  color: var(--c-text);
  margin: 30px auto;
  text-align: center;
  max-width: 100%;
}
.front-page.hero-type3 .hero__desc {
  font-size: 18px;
  line-height: 1.6;
  color: var(--c-text);
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
  font-weight: 500;
}
.front-page.hero-type3 .hero-image {
  padding: 30px 0 90px;
  background-color: var(--c-white);
}
.front-page.hero-type3 .hero-image__wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.front-page.hero-type3 .hero-image__img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
}
.hero__subtitle.strong {
  font-weight: 700;
  font-size: 18px;
}

@media (max-width: 992px) {
  .hero__subtitle.strong { font-size: 13px; }
}
.employees-slider {
  padding: 80px 0;
  background-color: var(--c-white);
}
.employees-slider .container {
  max-width: 100%;
}
.employees-slider__slider {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.employees-slider__slider-inner {
  max-width: 1780px;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0;
}
.employees-slider__slider-inner .swiper-slide {
  width: 565px;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.85);
  transition: transform 0.3s ease;
}
.employees-slider__slider-inner .swiper-slide-active {
  transform: scale(1);
}
.employees-slider__img-wrap {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.employees-slider__slider-inner .swiper-slide-prev .employees-slider__img-wrap,
.employees-slider__slider-inner .swiper-slide-next .employees-slider__img-wrap {
  opacity: 0.3;
}
.employees-slider__img-wrap picture {
  display: block;
  width: 100%;
  height: 100%;
}
.employees-slider__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.employees-slider__arrow_container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 2;
  list-style: none;
  padding: 0;
  margin: 0;
}
.employees-slider__arrow_wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  pointer-events: auto;
}
.employees-slider__arrow_wrapper--left {
  left: calc(50% - 293px);
  transform: translateX(-50%);
}
.employees-slider__arrow_wrapper--right {
  left: calc(50% + 293px);
  transform: translateX(-50%);
}
.employees-slider__arrow {
  width: 40px;
  height: 40px;
  background-color: var(--c-primary);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}
.employees-slider__arrow:hover {
  background-color: var(--c-accent);
}
.employees-slider__arrow svg {
  display: block;
}
.employees-slider__arrow_body svg {
  width: 100%;
  height: auto;
}
.employees-slider__bullets {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}
.employees-slider .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}
.employees-slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #c7c7c7;
  opacity: 1;
  border: none;
  cursor: pointer;
  margin: 0 !important;
  transition: background-color 0.3s;
}
.employees-slider .swiper-pagination-bullet:hover {
  background-color: #000;
}
.employees-slider .swiper-pagination-bullet-active {
  background-color: #000;
}

.pricing-grid-section {
  padding: 40px 0;
}
@media (max-width: 768px) {
  .pricing-grid-section {
    padding: 20px 0;
  }
}
.pricing-grid-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.pricing-grid-section .pricing-grid__title {
  font-size: 28px;
  font-weight: 700;
  color: var(--c-dark, #2c3e50);
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}
.pricing-grid-section .pricing-grid__title-accent {
  font-weight: var(--fw-extrabold);
  box-shadow: inset 0 -10px 0 var(--c-accent);
}
.pricing-grid-section a.pricing-grid__title::after,
.pricing-grid-section span.pricing-grid__title::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #f5c518;
  border-radius: 2px;
}
.pricing-grid-section .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.pricing-grid-section .column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.pricing-grid-section .card {
  background: #e9eef5;
  border-radius: 16px;
  padding: 28px 32px;
}
.pricing-grid-section .card:hover a {
  color: #f5c518;
}
.pricing-grid-section .card-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
}
.pricing-grid-section .card-title,
.pricing-grid-section .card-price {
  font-size: 20px;
}
.pricing-grid-section .card-title {
  font-weight: var(--fw-extrabold);
  color: #1a2e3a;
  text-decoration: none;
}
.pricing-grid-section a.card-title:hover {
  opacity: 0.7;
}
.pricing-grid-section .card-price {
  font-weight: var(--fw-extrabold);
  color: #1a2e3a;
  white-space: nowrap;
  margin-left: 16px;
}
.pricing-grid-section .card-list {
  list-style: none;
  padding: 0;
}
.pricing-grid-section .card-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 8px 0;
  font-size: 18px;
  color: #3a4a55;
  border-bottom: 1px solid rgba(0,0,0,0.04);
}
.pricing-grid-section .card-list li:last-child {
  border-bottom: none;
}
.pricing-grid-section .card-list li a:hover {
  color: var(--c-accent) !important;
}
.pricing-grid-section .card-list li .item-price {
  white-space: nowrap;
  margin-left: 16px;
  color: #3a4a55;
}
@media (max-width: 768px) {
  .pricing-grid-section .grid {
    grid-template-columns: 1fr;
  }
  .pricing-grid-section .card {
    padding: 20px 22px;
  }
  .pricing-grid-section .card-title,
  .pricing-grid-section .card-price {
    font-size: 18px;
  }
  .pricing-grid-section .card-list li {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .employees-slider__slider-inner {
    padding: 10px 0;
  }
  .employees-slider__slider-inner .swiper-slide {
    transform: none;
  }
  .employees-slider__arrow {
    width: 32px;
    height: 32px;
  }
  .employees-slider__arrow_wrapper--left { left: 4px; transform: none; }
  .employees-slider__arrow_wrapper--right { right: 4px; left: auto; transform: none; }
}
