* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*::-webkit-input-placeholder,
*:-moz-placeholder,
*::-moz-placeholder,
*:-ms-input-placeholder {
  color: #2b3a4e;
  opacity: 1;
}
a {
  text-decoration: none;
  display: inline-block;
}
:root {
  --container-width: calc(1280px + 30px);
  --color-main: #2b3a4e;
  --color-accent: #ff6123;
  --color-secondary: #ccc;
  --font-main: "NAMU", sans-serif;
  --font-secondary: "";
}
.container {
  max-width: var(--container-width);
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.clear-list {
  list-style: none;
}
body {
  font-family: var(--font-main);
  color: var(--color-main);
  font-size: 16px;
  line-height: 120%;
  overflow-x: hidden;
  background: #eefbff;
}
.text-center {
  text-align: center;
}
button,
input {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  box-shadow: none;
  font-family: var(--font-main);
}
.header__toggle {
  display: none;
  cursor: pointer;
}
.header-toggle .toggle.is-openned {
  display: none;
}
.header-toggle.is-active .toggle.is-openned {
  display: block;
}
.header-toggle.is-active .toggle.is-closed {
  display: none;
}

#main,
.main-swiper {
  height: 730px;
}
.main-swiper .swiper-pagination {
  bottom: 74px;
  right: 76px;
  left: auto;
  width: auto;
}

.main-swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.main-swiper .swiper-pagination-bullet {
  width: 88px !important;
  height: 4px !important;
  background: rgba(255, 255, 255, 0.3) !important;
  opacity: 1 !important;
  position: relative;
  overflow: hidden;
} /* CSS */
.main-swiper .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #ffffff;
  transform-origin: left center;
  animation: none;
}
.main-swiper:not(.--autoplay) .swiper-pagination-bullet-active::after {
  width: 100%;
}
.main-swiper .swiper-pagination-bullet-active::after {
  animation: none;
}
.main-swiper.--autoplay .swiper-pagination-bullet-active::after {
  animation: progressBar 6s linear forwards;
}
.swiper-counter {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  white-space: nowrap;
  display: block;
  position: absolute;
  right: 76px;
  bottom: 90px;
  z-index: 1;
}
.swiper-counter span {
  color: #fff;
}

@keyframes progressBar {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

header {
  background: #fff;

  box-shadow: 0px 4px 30px 0px rgba(43, 58, 78, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;

  padding: 14px 0;
  transition: padding 0.3s, background 0.3s;
}
.page-template-page-home header:not(.is-scrolled):not(.is-active) {
  background: none;
  box-shadow: none;
}
header.is-active {
  position: fixed;
}
.header-menu {
  display: flex;
  gap: 32px;
}

.header-instagram svg,
.header-instagram a {
  display: block;
}
.header-instagram svg path {
  transition: fill 0.3s;
}
.page-template-page-home header:not(.is-scrolled):not(.is-active) svg path {
  fill: #fff;
}
.page-template-page-home header:not(.is-scrolled) a:not(.button) {
  color: #fff;
}
.page-template-page-home header:not(.is-scrolled) a:not(.button):hover {
  color: var(--color-accent);
}
.header-instagram a:hover svg path {
  fill: var(--color-accent);
}

.main-hero {
  width: 100%;
}
.main-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 0;
}
.main-hero__overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.youtube-background + .main-hero__overlay {
  background: rgba(0, 0, 0, 0.5);
}
.main-hero__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  color: #fff;

  padding-left: calc((100vw - var(--container-width) + 30px) / 2);
  width: var(--container-width);
  padding-bottom: 68px;
}
.main-swiper .swiper-button-next,
.swiper-counter,
.main-swiper .swiper-pagination {
  right: calc((100vw - var(--container-width) + 30px) / 2);
}
.main-swiper .swiper-button-prev {
  left: calc((100vw - var(--container-width) + 30px) / 2);
}
.main-hero {
  height: 100%;
}

.main-hero__subtext {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  line-height: 120%;
}
.swiper-button-next,
.swiper-button-prev {
  background: center / cover
    url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_8097_253)'%3E%3Cpath d='M7.33 24L4.5 21.171L13.839 11.996L4.5 2.829L7.33 0L19.5 11.996L7.33 24Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_8097_253'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  display: block;
  width: 24px;
  height: 24px;
  z-index: 8 !important;
}
.swiper-button-next {
}
.swiper-button-prev {
  transform: rotate(180deg);
}
#main-services {
  padding-top: 24px;
  /* padding-bottom: 24px; */
}
#main-services .container {
  padding-bottom: 24px;
  border-bottom: 1px solid #dce7f6;
}
.main-services {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}
.main-serivce-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.main-serivce-item__img {
  width: 142px;
  flex: 0 0 142px;
  aspect-ratio: 1/1;
  border: 3px solid #c7d3e3;
  border-radius: 50%;
  overflow: hidden;
}
.main-serivce-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#main-service-1 {
  margin-top: 100px;
  margin-bottom: 32px;
}
.section-service h2 {
  max-width: 660px;
}
#main-service-2,
#main-service-3,
#main-service-4 {
  margin-top: 16px;
}
.section-service__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 32px;
}
.section-serivce-card {
  position: relative;
}
.section-serivce-card.--aparat {
  border-radius: 22px;
  background: #fff;
  padding: 28px 26px;
  padding-bottom: 0;
  min-height: 530px;
  height: 100%;
}
.section-serivce-card__body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* gap: 12px; */
}
.section-serivce-card__logo {
  max-width: 160px;
  max-height: 58px;
  margin-left: auto;
  margin-right: auto;
}

.section-serivce-card__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.section-serivce-card__body {
  position: relative;
  z-index: 1;
}
.section-serivce-card__img {
  text-align: center;
}
.section-serivce-card__img img {
  display: block;
}

.section-serivce-video {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 22px;
}
.section-serivce-video__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section-serivce-video__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section-serivce-video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.section-serivce-video__title {
  width: 100%;
  position: absolute;
  z-index: 1;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 26px;
  text-align: center;
}
.section-serivce-video {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
}
.section-serivce-video:before {
  content: "";
  background: center / cover
    url("data:image/svg+xml,%3Csvg width='46' height='46' viewBox='0 0 46 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 3.83333C33.5685 3.83333 42.1667 12.4315 42.1667 23C42.1667 33.5685 33.5685 42.1667 23 42.1667C12.4315 42.1667 3.83333 33.5685 3.83333 23C3.83333 12.4315 12.4315 3.83333 23 3.83333ZM23 0C10.2983 0 0 10.2983 0 23C0 35.7017 10.2983 46 23 46C35.7017 46 46 35.7017 46 23C46 10.2983 35.7017 0 23 0ZM17.25 32.5833V13.4167L34.5 23.2798L17.25 32.5833Z' fill='white'/%3E%3C/svg%3E%0A");
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.section-serivce-block {
  background: #fff;
  border-radius: 22px;
  padding: 28px 26px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
}
.section-serivce-block__list {
  padding-left: 21px;
}
.section-serivce-block__list li {
  margin: 7px 0;
}

#main-reviews {
  padding-top: 100px;
}

.review-item__img {
  width: 100%;
  aspect-ratio: 296/529;
  border-radius: 22px;
  overflow: hidden;
}

.review-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.reviews-swiper .swiper-slide {
  max-width: 296px;
}
.review-item__name {
  font-size: 22px;
}

.reviews-swiper .swiper-slide {
  opacity: 0.15;
  transition: opacity 0.3s;
}
.reviews-swiper .swiper-slide-active,
.reviews-swiper .swiper-slide-prev,
.reviews-swiper .swiper-slide-next {
  opacity: 1;
}
.reviews-swiper .swiper-button-next,
.reviews-swiper .swiper-button-prev {
  filter: brightness(0) saturate(100%) invert(17%) sepia(14%) saturate(1627%) hue-rotate(174deg) brightness(100%) contrast(85%);
  top: 44%;
}
.--dark-buttons .swiper-button-next,
.--dark-buttons .swiper-button-prev {
  filter: brightness(0) saturate(100%) invert(18%) sepia(53%) saturate(392%) hue-rotate(175deg) brightness(97%) contrast(90%);
}
.reviews-swiper .swiper-button-next {
  right: 80px;
}
.reviews-swiper .swiper-button-prev {
  left: 80px;
}
.reviews-swiper {
  padding-bottom: 42px;
}
.swiper-pagination-bullet {
  width: 22px;
  height: 5px;
  background: #c6e2ee;
  opacity: 1;
  border-radius: 20px;
  transition: background 0.3s, width 0.3s;
}
.swiper-pagination-bullet-active {
  width: 64px;
  background: #2b3a4e;
}
.--white .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3);
}
.--white .swiper-pagination-bullet-active {
  background: #fff;
}
#main-price {
  margin-top: 89px;
}
.prices-tabs__header {
  margin-top: 14px;
}
.prices-tabs__tab {
  display: none;
}
.prices-tabs__tab.--active {
  display: block;
}
.prices-h {
  padding: 3px;
  border-radius: 12px;
  background: #fff;
  display: inline-flex;
  gap: 3px;
}
.prices-h__tab {
  color: #2b3a4e;

  padding: 7px 14px 11px 14px;
  border-radius: 11px;
  background: #f6f6f6;
  transition: background 0.3s, color 0.3s;
}
.prices-h__tab.--active,
.prices-h__tab:hover {
  background: #2b3a4e;

  color: #fff;
}

.price-item,
.price-coupon__inner {
  border-radius: 22px;
  background: #fff;
  padding: 32px 26px;
}
.price-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 26px;
}
.price-subitem__body {
  font-size: 22px;
}
.price-subitem__body span {
  font-size: 16px;
  display: block;
  color: #9caec7;
  margin-bottom: 6px;
}
.price-subitems__item:first-child {
  margin-top: 18px;
}
.price-subitems__item {
  margin-top: 25px;
}

.price-subitem__footer {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.prices-list .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}
.price-coupon {
  /* margin-bottom: 6px; */
}

.price-coupon h4 {
  margin-top: 6px;
}
.price-coupon h4 span {
  color: #08f;
}
.vertical-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.vertical-form .input-wrap.--submit {
  margin-top: 2px;
}
.form-legalinfo {
  color: #7e8c9e;
  font-size: 12px;
  text-align: center;
  line-height: 100%;
}
.form-legalinfo a {
  color: #7e8c9e;
  text-decoration: underline;
}
.price-coupon__inner {
  position: relative;
  padding-bottom: 57px;
}
.price-coupon__inner:after {
  content: "";
  background: center / cover
    url("data:image/svg+xml,%3Csvg width='260' height='41' viewBox='0 0 260 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20.5' cy='20.5' r='20.5' transform='rotate(90 20.5 20.5)' fill='%23DCF4FF'/%3E%3Cellipse cx='75' cy='20.5' rx='20.5' ry='20' transform='rotate(90 75 20.5)' fill='%23DCF4FF'/%3E%3Ccircle cx='129.5' cy='20.5' r='20.5' transform='rotate(90 129.5 20.5)' fill='%23DCF4FF'/%3E%3Ccircle cx='184.5' cy='20.5' r='20.5' transform='rotate(90 184.5 20.5)' fill='%23DCF4FF'/%3E%3Ccircle cx='239.5' cy='20.5' r='20.5' transform='rotate(90 239.5 20.5)' fill='%23DCF4FF'/%3E%3C/svg%3E%0A");
  display: block;
  width: 260px;
  height: 41px;

  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  z-index: 0;
}

#team {
  margin-top: 32px;
}
.team-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}
.team-card {
  position: relative;
}
.team-card__img {
  width: 100%;
  aspect-ratio: 296/420;
  border-radius: 22px;
  overflow: hidden;
}
.team-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-card__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  text-align: center;
  align-items: center;
}
.team-card__label {
  display: inline-block;
  color: #ff6123;
  text-align: center;
  font-size: 14px;
  border-radius: 30px;
  border: 1px solid #ff6123;
  padding: 8px 12px 10px 12px;
}

.team-work {
  border-radius: 22px;
  background: #fff;
  padding: 32px 26px;
  width: 100%;
  aspect-ratio: 296/420;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.team-work__logo p {
  color: #c7d3e3;
  font-size: 22px;
}

.team-work__content p {
  margin: 12px 0;
}
.section-serivce-block__link {
  margin-top: 13px;
}

#contact {
  margin-top: 100px;
  padding: 64px 0;
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
.contact-box {
  position: relative;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(43, 58, 78, 0.2);
  padding: 34px 28px;
  max-width: 363px;
}

.contact-map {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.contact-map iframe,
.contact-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer {
  padding: 24px 0 32px;
}
.contact-box h2 {
  margin-bottom: 26px;
}

.contact-box__contacts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-item__title {
  color: #9caec7;
}
.contact-item__value {
  font-size: 22px;
  margin-top: 6px;
}

.contact-item__value a {
  color: #2b3a4e;
}

.contact-item__value .blue-link {
  color: #08f;
  display: block;
  margin-top: 6px;
}
.section-serivce-card__link a,
.about-aparat__link a {
  color: #08f;
}
.section-serivce-card__link a:hover,
.about-aparat__link a:hover {
  color: var(--color-accent);
}
.contact-box__footer {
  margin-top: 26px;
  padding-top: 26px;
  border-top: 1px solid #dde6f2;
}
.contact-box__footer span {
  color: #7e8c9e;
  font-size: 12px;
  display: block;
  margin-top: 8px;
  text-align: center;
  line-height: 120%;
}

.contact-box__footer span a {
  color: #7e8c9e;
  text-decoration: underline;
}
#contact .container {
  max-width: 1142px;
}
.contact-item__value {
  line-height: 115%;
}

.footer * {
  font-size: 14px;
}

.footer__left {
  display: flex;
  align-items: center;
  gap: 34px;
}
.footer__up a {
  transition: color 0.3s;
}
.footer__up a:hover {
  color: var(--color-accent);
}
.footer__right {
  display: flex;
  gap: 34px;
  align-items: center;
}
#service-main {
  padding-top: 130px;
  padding-bottom: 100px;
}
.service-main {
  display: grid;
  grid-template-columns: 0.83fr 1fr;
  gap: 32px;

  overflow: hidden;
  max-width: 100%;
}
.single-main-box {
  border-radius: 22px;
  background: #dcf4ff;
  padding: 0 44px 44px 44px;
  position: relative;
  overflow: hidden;
}
.single-main-box__img {
  width: calc(100% + 88px);
  margin-left: -44px;
}
.single-main-box__img img {
  width: 100%;
  display: block;
}

.single-main-box__title h1 {
  color: #2b3a4e;
  text-shadow: none;
}
.swiper-compare {
  max-width: 88%;
  padding-bottom: 40px;
}
.swiper-compare .swiper-slide {
  position: relative;
  aspect-ratio: 296/529;
  overflow: hidden;
  border-radius: 22px;
}
.swiper-compare .swiper-slide:before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.swiper-compare .swiper-slide img {
  border-radius: 22px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.swiper-compare .swiper-slide span {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);

  padding: 7px 11px 10px 11px;
  border-radius: 30px;
  border: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  z-index: 2;
}

.swiper-button-next.--compare {
  right: 0;
}
.swiper-button-prev.--compare {
  left: 0;
}

.serivce-about-box {
  border-radius: 22px;
  background: #fff;
  padding: 58px 44px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 32px;
}
.service-about {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px;
}
.serivce-about-box__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px 24px;
}
.serivce-about-box__list {
  /* reset counter  */
  counter-reset: list;
}
.serivce-about-box__item {
  counter-increment: list;
  line-height: 134%;
  font-size: 18px;
}
.serivce-about-box__item::before {
  content: counter(list);
  display: block;
  background: #2b3a4e;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.service-about-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 22px;
  background: #fff;
  padding: 32px 26px;
}

.service-about__right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 11px 32px;
  min-width: 0;
}
.service-about__videos {
  grid-row: span 2;
  min-width: 0;
}
.video-item {
  width: 100%;
  aspect-ratio: 296/529;
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  cursor: pointer;
}
.video-item__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.video-item__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-item__overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.video-item__play {
  background: center / cover
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='46' viewBox='0 0 46 46' fill='none'%3E%3Cpath d='M23 3.83333C33.5685 3.83333 42.1667 12.4315 42.1667 23C42.1667 33.5685 33.5685 42.1667 23 42.1667C12.4315 42.1667 3.83333 33.5685 3.83333 23C3.83333 12.4315 12.4315 3.83333 23 3.83333ZM23 0C10.2983 0 0 10.2983 0 23C0 35.7018 10.2983 46 23 46C35.7018 46 46 35.7018 46 23C46 10.2983 35.7018 0 23 0ZM17.25 32.5833V13.4167L34.5 23.2798L17.25 32.5833Z' fill='white'/%3E%3C/svg%3E");
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.video-item__title {
  position: absolute;
  width: 90%;
  margin-left: 5%;
  bottom: 51px;
  left: 0;
  z-index: 2;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.swiper-minivideos .swiper-pagination {
  bottom: 26px;
}
#service-features {
  margin-top: 102px;
}
.service-features__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px 28px;
}
.service-feature-card {
  border-radius: 22px;
  background: #fff;
  padding: 36px 32px 36px 32px;
  min-height: 245px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#service-aparat {
  padding-top: 100px;
}
.service-aparat {
  display: grid;
  grid-template-columns: 3.2fr 1fr;
  position: relative;
  gap: 32px;
}

.about-aparat {
  border-radius: 22px;
  background: #fff;
  /* padding: 44px; */
  position: relative;
  overflow: hidden;
  height: 100%;
}

.about-aparat__img {
  position: absolute;
  right: 44px;
  top: 0;
  width: 284px;
  height: 100%;
  overflow: hidden;
}
.about-aparat__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-aparat__content {
  height: 100%;
  padding: 54px 44px;
  padding-right: calc(284px + 30px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 72px;
}
.about-aparat__text {
  font-size: 18px;
}
.about-aparat__text:has(img) {
  display: flex;
  align-items: center;
  gap: 12px;
}
.about-aparat__text:has(img) p {
  max-width: 418px;
}
.aparat-functions {
  border-radius: 22px;
  background: #202b3a;
  padding: 32px 26px;
  color: #fff;
  height: 100%;
}

.aparat-functions__title {
  line-height: 110%;
}
.service-additional-popup {
  border-radius: 22px;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(43, 58, 78, 0.2);
  padding: 34px 28px;
  max-width: 500px;
}
.service-additional-popup h4 {
  margin-top: 20px;
}
.service-additional-popup h5 {
  padding-top: 18px;
  margin-top: 18px;
  border-top: 1px solid #dde6f2;
  color: #ff4a23;
  font-size: 22px;
}
.service-additional-popup p {
  margin-top: 8px;
}
#service-features h2 {
  max-width: 844px;
}
.service-additional-popup ol,
.service-additional-popup ul {
  padding-left: 20px;
  display: grid;
  gap: 25px;
  margin-top: 20px;
}
.service-additional-popup ol li,
.service-additional-popup ul li {
  font-size: 22px;
  line-height: 109%;
}
.about-aparat__link {
  max-width: 291px;
}

.video-item--playing .video-item__bg,
.video-item--playing .video-item__overlay,
.video-item--playing .video-item__play {
  display: none;
}
.section-serivce-video--playing .section-serivce-video__overlay,
.section-serivce-video--playing .section-serivce-video__bg,
.section-serivce-video--playing:before,
.section-serivce-video--playing .video-item__bg,
.section-serivce-video--playing .video-item__overlay,
.section-serivce-video--playing .video-item__play {
  display: none;
}

.video-js {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}

.onlymobswiper .swiper-wrapper {
  display: contents;
}
.main-services {
  position: relative;
}
.main-services .swiper-button-next,
.main-services .swiper-button-prev {
  display: none;
}
.section-service-videos-mobile {
  display: none;
  margin-top: 20px;
}
.mob-specials {
  display: none;
}
.prices-list .swiper-pagination {
  display: none;
}
.team-list .swiper-pagination {
  display: none;
}
#team p.--mt-12 {
  font-size: 18px;
}
.footer__up a {
  color: #2b3a4e;
  font-size: 14px;
}

.footer__up a:hover {
  color: var(--color-accent);
}

.mobile-menu {
  width: 100%;
  height: var(--app-height);
  background: #fff;
  z-index: 8;
  position: fixed;
  top: calc(var(--app-height) * -1);
  opacity: 0;
  transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
}
.mobile-menu.is-active {
  top: 0;
  opacity: 1;
}
.header-logo {
  transition: transform 0.3s;
}
.page-template-page-home header:not(.is-scrolled):not(.is-active) .header-logo {
  filter: brightness(1000);
}
.page-template-page-home header:not(.is-scrolled):not(.is-active) .has-child > a:after {
  filter: brightness(10);
}
.page-template-page-home header:not(.is-scrolled):not(.is-active) .select2-container--default .select2-selection--single {
  background: none;

  filter: brightness(10);
}
header.is-active .header-logo {
  filter: unset;
}
.mobile-menu__inner {
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 73px;
}
.mobile-menu__menu {
  border-top: 1px solid #dde6f2;
}
.mobile-menu__link {
  margin-top: 22px;
  display: block;
  color: #2b3a4e;
  font-size: 22px;
}

.mobile-menu__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 22px;
}
.mobile-menu__langs ul {
  display: flex;
  list-style: none;
  gap: 10px;
}
.mobile-menu__langs a {
  color: #9caec7;
}
.mobile-menu__langs a.accent {
  color: #2b3a4e;
}

.mobile-menu__inst a {
  display: block;
  color: #08f;
}

.mobile-menu__inst a:before {
  content: "";
  background: center / cover
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19' fill='none'%3E%3Cg clip-path='url(%23clip0_8097_2208)'%3E%3Cpath d='M9.5 1.71238C12.0365 1.71238 12.3373 1.72188 13.3396 1.76779C15.9141 1.88496 17.1166 3.1065 17.2338 5.662C17.2797 6.66346 17.2884 6.96429 17.2884 9.50079C17.2884 12.0381 17.2789 12.3381 17.2338 13.3396C17.1158 15.8927 15.9165 17.1166 13.3396 17.2338C12.3373 17.2797 12.0381 17.2892 9.5 17.2892C6.9635 17.2892 6.66267 17.2797 5.66121 17.2338C3.08038 17.1158 1.88417 15.8888 1.767 13.3388C1.72108 12.3373 1.71158 12.0373 1.71158 9.5C1.71158 6.9635 1.72188 6.66346 1.767 5.66121C1.88496 3.1065 3.08433 1.88417 5.66121 1.767C6.66346 1.72188 6.9635 1.71238 9.5 1.71238ZM9.5 0C6.91996 0 6.59696 0.0110833 5.58363 0.057C2.13354 0.215333 0.216125 2.12958 0.0577917 5.58283C0.0110833 6.59696 0 6.91996 0 9.5C0 12.08 0.0110833 12.4038 0.057 13.4172C0.215333 16.8673 2.12958 18.7847 5.58283 18.943C6.59696 18.9889 6.91996 19 9.5 19C12.08 19 12.4038 18.9889 13.4172 18.943C16.8641 18.7847 18.7863 16.8704 18.9422 13.4172C18.9889 12.4038 19 12.08 19 9.5C19 6.91996 18.9889 6.59696 18.943 5.58363C18.7878 2.13671 16.8712 0.216125 13.418 0.0577917C12.4038 0.0110833 12.08 0 9.5 0ZM9.5 4.62175C6.80596 4.62175 4.62175 6.80596 4.62175 9.5C4.62175 12.194 6.80596 14.379 9.5 14.379C12.194 14.379 14.3783 12.1948 14.3783 9.5C14.3783 6.80596 12.194 4.62175 9.5 4.62175ZM9.5 12.6667C7.75121 12.6667 6.33333 11.2496 6.33333 9.5C6.33333 7.75121 7.75121 6.33333 9.5 6.33333C11.2488 6.33333 12.6667 7.75121 12.6667 9.5C12.6667 11.2496 11.2488 12.6667 9.5 12.6667ZM14.5714 3.28938C13.9413 3.28938 13.4306 3.8 13.4306 4.42938C13.4306 5.05875 13.9413 5.56938 14.5714 5.56938C15.2008 5.56938 15.7106 5.05875 15.7106 4.42938C15.7106 3.8 15.2008 3.28938 14.5714 3.28938Z' fill='%232B3A4E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_8097_2208'%3E%3Crect width='19' height='19' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  transform: translateY(-2px);
}
.mobile-menu__footer__bottom {
  padding-top: 18px;
  margin-top: 18px;
  border-top: 1px solid #dde6f2;
}

.mobile-menu__phone {
  color: #2b3a4e;
}
.has-child {
  position: relative;
}
.has-child > a:after {
  content: "";
  background: center / cover
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M0 3.665L1.4145 2.25L6.002 6.9195L10.5855 2.25L12 3.665L6.002 9.75L0 3.665Z' fill='%232B3A4E'/%3E%3C/svg%3E");
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  transform: translateY(2px);
  transition: transform 0.3s;
}
.has-child:hover > a:after {
  transform: rotate(180deg) translateY(-2px);
}
.header-submenu {
  display: none;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(43, 58, 78, 0.1);
  padding: 0 3px 3px 3px;
  position: absolute;
  left: 0;
  top: 25px;
}
.header-submenu a {
  padding: 8px 14px 12px 14px;
  border-radius: 11px;
  background: #fff;
  display: block;
  width: 100%;
  margin-top: 3px;
  color: var(--color-main) !important;
}
.header-submenu a:hover {
  background: #f6f6f6;
}

.has-child:hover .header-submenu {
  display: block;
}

.header-submenu:before {
  content: "";
  /* background: #000; */
  display: block;
  width: 100%;
  height: 15px;
  position: absolute;
  left: 0;
  top: -10px;
}

.order-form {
  padding: 34px 28px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(43, 58, 78, 0.2);
  max-width: 363px;
}
html:not([lang="uk"]) .order-form__service {
  display: none;
}
.price-selector-container {
  padding-bottom: 14px;
  border-bottom: 1px solid #dde6f2;
}
.price-selector-container .input-wrap:not(:first-child) select,
.price-selector-container .input-wrap:not(:first-child) .select2 {
  margin-top: 14px;
}

.select2-container:has(.select2-dropdown) {
  z-index: 9999999;
}
.select2-container--default .select2-selection--single {
  border-radius: 12px;
  border: 1px solid #d9d9d9;
  height: 45px;
}
.select2-container--open .select2-container--default .select2-selection--single {
  border-color: var(--color-accent);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  padding-left: 17px;
}
.select2-selection__arrow {
  background: center / cover
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' viewBox='0 0 12 13' fill='none'%3E%3Cpath d='M0 4.165L1.4145 2.75L6.002 7.4195L10.5855 2.75L12 4.165L6.002 10.25L0 4.165Z' fill='%232B3A4E'/%3E%3C/svg%3E");
  display: block;
  width: 12px !important;
  height: 13px !important;

  top: 17px !important;
  right: 18px !important;
}
.select2-selection__arrow b {
  display: none;
}
.select2 {
  width: 100% !important;
}
.select2-dropdown {
  border-radius: 11px !important;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(43, 58, 78, 0.1);
  border: none !important;
  padding: 3px;
}
.select2-dropdown--below {
  margin-top: 3px;
}
.select2-dropdown--above {
  margin-bottom: 3px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
  border-radius: 11px;
  background: #f6f6f6;
  color: #2b3a4e;
}
.select2-container--default .select2-results__option:not(:last-child) {
  margin-bottom: 3px;
}

.select2-results__option {
  padding: 10px 14px;
}
.price-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 26px;
}
.is_reccomend {
  color: #fff;
  font-size: 12px;
  padding: 3px 9px 4px 8px;
  border-radius: 12px;
  background: #08f;
}

.about-aparat__logo {
  max-width: 142px;
}
.section-serivce-card__img {
  margin-top: 8px;
}

.language-select .select2-selection,
.language-select select {
  border: none !important;
}
.language-select .select2-selection__rendered {
  padding: 0 36px 0px 0px !important;
}
.language-select .select2-selection__arrow {
  top: 15px !important;
}
.language-select {
}
#contact {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

#defualt-page {
  padding-top: 100px;
  padding-bottom: 50px;
}

.post-content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.post-content img {
  max-width: 100%;
}
.post-content p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.575rem */
  margin: 1rem 0;
}
.post-content ul,
.post-content ol {
  margin: 1.2rem 0;
  /* padding-left: 20px; */
  list-style-type: none;
}
.post-content li {
  color: var(--color-main);
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%; /* 1.575rem */
  margin: 0.85rem 0;
}
.post-content ul li {
  position: relative;
  padding-left: calc(0.1875rem + 1rem);
}
.post-content ul li:before {
  content: "";
  display: block;
  background: var(--color-main);
  border-radius: 50%;
  width: 0.3875rem;
  height: 0.3875rem;
  position: absolute;
  left: 0;
  top: 0.5rem;
}

.post-content ol {
  counter-reset: my-awesome-counter;
}
.post-content ol li {
  counter-increment: my-awesome-counter;
  padding-left: calc(1.875rem + 1rem);
  position: relative;
}
.post-content ol li:before {
  content: counter(my-awesome-counter);

  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  border-radius: 0.3125rem;
  border: 1px solid var(--color-main);
  color: var(--color-main);
  text-align: center;
  font-family: "NAMU";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.075rem; /* 1.575rem */
  position: absolute;
  left: 0;
  top: -0.3rem;
}
.post-content hr {
  border: none;
  border-bottom: 1px solid #dde6f2;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5 {
  line-height: 140%;
  letter-spacing: normal;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
/* 
.post-content h1 {
  font-size: 2rem;
}
.post-content h2 {
  font-size: 1.8125rem;
}
.post-content h3 {
  font-size: 1.5125rem;
}
.post-content h4 {
  font-size: 1.3125rem;
} */
.post-content blockquote {
  position: relative;
  padding-left: calc(2.94rem + 4.375rem);
}
.post-content blockquote,
.post-content blockquote p {
  color: var(--color-main);
  font-size: 1.575rem;
  font-style: italic;
  font-weight: 500;
  line-height: 141%; /* 1.93875rem */
}
.post-content blockquote:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  background: center / cover
    url("data:image/svg+xml,%3Csvg width='70' height='46' viewBox='0 0 70 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33.8275 0.609375H3.75017L0 30.6867H20.5547L22.7099 43.0575C22.8143 43.6841 23.1371 44.2158 23.5928 44.5955C24.0486 44.9658 24.6372 45.1842 25.3018 45.1842C26.9443 45.1842 28.4443 43.855 28.6437 42.2125L33.8275 0.609375Z' fill='%23373caa'/%3E%3Cpath d='M70.0003 0.609375H39.923L36.1729 30.6867H56.7276L58.8827 43.0575C58.9872 43.6841 59.31 44.2158 59.7657 44.5955C60.2214 44.9658 60.81 45.1842 61.4746 45.1842C63.1171 45.1842 64.6172 43.855 64.8166 42.2125L70.0003 0.609375Z' fill='%23373caa'/%3E%3C/svg%3E%0A");
  width: 4.375rem;
  height: 2.78594rem;
}

.post-content a {
  color: var(--color-accent);
  text-decoration: underline;
}

.fancybox-button.fancybox-close-small {
  background: center / cover
    url("data:image/svg+xml,%0A%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_425_353)'%3E%3Cpath d='M13.9727 12.2675L8.61532 6.96206L13.919 1.61056L12.267 -0.0268555L6.96449 5.32756L1.61182 0.0262279L-0.0273438 1.66539L5.33116 6.97664L0.0257396 12.334L1.66491 13.9731L6.98024 8.61114L12.3352 13.9195L13.9727 12.2675Z' fill='%232B3A4E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_425_353'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  display: block;
  width: 14px;
  height: 14px;
  padding: 0;
  right: 14px;
  top: 14px;
}
.fancybox-button.fancybox-close-small svg {
  display: none;
}
.team-card__subtext p {
  font-size: 16px;
}

html[lang="pt-PT"] .header-menu a {
  font-size: 15px;
}
html[lang="pt-PT"] .header-submenu {
  width: 200px;
}
.mobile-menu__langs.df.--aic.--gap-10.--footer,
.mobile-menu__langs.df.--aic.--gap-10.--mobheader {
  display: none;
}
.header-inner__left {
  flex-grow: 1;
}
.service-feature-card__text + .blue-link {
  display: block;
  margin-top: 12px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader__logo svg {
  width: 370px;
  height: auto;
}
.preloader__progress-text {
  font-size: 82px;
  right: 60px;
  bottom: 60px;
  position: fixed;
  font-weight: 900;
}
.preloader__progress-bg {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #dcf4ff;
  z-index: 9999999999;
  /* transition: height 0.05s; */
  z-index: -1;
}

.input-name {
  margin-bottom: 4px;
  font-size: 13px;
  padding-left: 0;
}
.whatsapp-button {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: #25d366;
  border-radius: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s;
}
.whatsapp-button:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.whatsapp-button svg {
  width: 55%;
  height: auto;
  display: block;
}
.contact-box__tabs {
  border-radius: 12px;
  border: 1px solid #dde6f2;
  background: #fff;
  padding: 3px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
  margin-bottom: 22px;
}
.contact-box__tab {
  border-radius: 11px;
  background: #f6f6f6;
  padding: 8px 14px 12px 14px;
  color: #2b3a4e;
  font-size: 16px;
  font-weight: 900;
  line-height: normal;
  cursor: pointer;
  width: 100%;
  transition: background 0.3s, color 0.3s;
}

.contact-box__tab.--active,
.contact-box__tab:hover {
  background: #2b3a4e;
  color: #fff;
}

.contact-box__contacts {
  display: none;
}
.contact-box__contacts.--active {
  display: flex;
}
.contact-map__picture {
  display: none;
}
.contact-map__picture.--active {
  display: block;
}
