/*============= ALIGNES ===============*/

.alignwide {
  width: 100%;
}

.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 1920px;
}

@media only screen and (min-width: 1920px) {
  .alignfull {
    width: 100vw !important;
    max-width: unset;
  }
}

/* =========== BASE CONFIG =========== */
html {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-family: var(--second-font-family);
  font-weight: 400;
  box-sizing: inherit;
  color: var(--head_primary);
}

body {
  background-color: var(--background);
  overflow-x: hidden;
  margin: 0 auto;
  width: auto;
}

.seo-text:has(.text-holder)::-webkit-scrollbar {
  width: 3px;
  background: var(--main-text);
  border: 1px solid var(--head);
}

.seo-text:has(.text-holder)::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 100px;
}

a {
  text-decoration: none;
  color: var(--head_primary);
  transition: all 0.3s ease-in;
}

a:hover {
  color: var(--primary);
}

ul li {
  list-style-position: inside;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  list-style-type: none;
}

ol li {
  list-style-position: inside;
  font-size: 18px;
  line-height: 130%;
}

p,
.p1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.p2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.p3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.p4 {
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  color: var(--main_text_primary);
}

h1,
.h1 {
  font-family: var(--first-font-family);
  font-weight: 500;
  font-size: clamp(1.375rem, 0.975rem + 2vw, 3.375rem);
  line-height: 110%;
  text-transform: uppercase;
}

h1 span,
.h1 span {
  font-family: var(--first-font-family);
  font-weight: 500;
  font-size: clamp(1.375rem, 0.975rem + 2vw, 3.375rem);
  line-height: 110%;
  text-transform: uppercase;
  color: var(--primary_hover);
}

h3,
.h3 {
  font-family: var(--first-font-family);
  font-weight: 500;
  line-height: 110%;
  font-size: 30px;
}

h4,
.h4 {
  font-family: var(--first-font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  text-transform: uppercase;
}

h5,
.h5 {
  font-family: var(--first-font-family);
  font-weight: 500;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  line-height: 110%;
  text-transform: uppercase;
}

main.foned {
  position: relative;
  overflow: hidden;
  z-index: 999;
}

main.foned:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.breadcrumbs {
  padding: 20px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--main_text_secondary);
}

.breadcrumbs span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: var(--main_text_secondary);
  transition: 0.3s;
}

.breadcrumbs span:hover {
  color: var(--primary);
}

.breadcrumbs .current-item {
  color: var(--head_primary);
}

.breadcrumbs .current-item:hover {
  color: var(--head_primary) !important;
}

.container {
  max-width: 1530px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.mb-title {
  margin-bottom: clamp(1.875rem, 1.5rem + 1.88vw, 3.75rem);
}

.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  white-space: nowrap;
  height: fit-content;
  background-color: var(--primary);
  border-radius: 10px;
  outline: none;
  padding: 13px 35px;
  font-weight: 600;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  line-height: 100%;
  color: var(--head_secondary);
  cursor: pointer;
  transition: all 0.3s ease-in;
}

.btn.large {
  min-width: 230px;
  height: 80px;
}

.btn.secondary {
  background: var(--head_secondary);
  color: var(--head_primary);
}

.btn.secondary:hover {
  color: var(--head_secondary);
}

.shadow {
  box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.7);
}

.btn:hover {
  background-color: var(--primary_hover);
}

.btn:hover svg path {
  stroke: var(--head_secondary);
}

#main {
  min-height: 83vh;
}

.swiper-slide {
  height: auto !important;
}

.swiper-nav {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.swiper-pagination {
  width: fit-content !important;
  position: unset !important;
  display: flex;
  align-items: center;
}

.swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  background: var(--stroke) !important;
  opacity: unset !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px !important;
  height: 20px !important;
  background: var(--primary) !important;
}

.swiper-nav .btns__holder {
  display: flex;
  align-items: center;
  gap: 5px;
}

.button-prev,
.button-next {
  cursor: pointer;
  display: flex;
  max-width: 50px;
  max-height: 50px;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: var(--primary);
  transition: 0.3s ease-in;
}

.button-prev svg path,
.button-next svg path {
  transition: 0.3s ease-in;
}

.button-prev:hover,
.button-next:hover {
  background: var(--primary_hover);
}

.button-prev {
  transform: rotate(180deg);
}

.swiper-button-disabled {
  pointer-events: none;
  background: var(--background_secondary);
}

.swiper-button-disabled svg path {
  stroke: var(--main_text_primary);
}

@media(max-width: 600px) {
  .swiper-nav {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .swiper-nav .btns__holder {
    width: 100%;
    justify-content: space-between;
  }
}

/*============ HEADER =================*/
#header {
  position: sticky;
  top: 0;
  width: 100%;
  padding: 10px 20px 0 20px;
  z-index: 1000;
}

#header .header__wrapper {
  width: 100%;
  height: 100px;
  background: var(--background);
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  justify-content: space-between;
}

#header .header-left-side {
  display: flex;
  gap: 60px;
  align-items: center;
}

#header .header-right-side {
  display: flex;
  align-items: center;
  gap: clamp(0.625rem, -2.386rem + 3.03vw, 1.25rem);
}

#header .header-right-side .phone-holder {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#header .header-right-side .phone-holder .phone-modal {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--primary);
}

#header .header-right-side .phone-holder .phone-modal .icon {
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

#header .header-right-side .phone-holder .phone-modal .icon svg,
#header .header-right-side .phone-holder .phone-modal .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#header .header-right-side .phone-holder a {
  font-size: clamp(1rem, -1.4091rem + 2.4242vw, 1.5rem);
}

#header .header-right-side .soc-holder {
  display: flex;
  align-items: center;
  gap: 10px;
}

#header .header-right-side .soc-holder .soc {
  max-width: 50px;
  max-height: 50px;
  width: 100%;
  height: 100%;
}

#header .header-right-side .soc-holder .soc img,
#header .header-right-side .soc-holder .soc svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#header .header__menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#header .logo-holder {
  max-width: 200px;
  height: clamp(3.75rem, 3.5rem + 1.25vw, 5rem);
}

#header .logo-holder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#header .header__menu .header__menu-top {
  display: flex;
  gap: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--stroke);
}

#header .header__menu .header__menu-top .address {
  display: flex;
  align-items: center;
  gap: 5px;
}

#header .header__menu .header__menu-top .address p {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  color: var(--main_text_primary);
  padding-left: 10px;
  border-left: 1px solid var(--stroke);
}

#header .header__menu .header__menu-top .address .icon {
  width: 14px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

#header .header__menu .header__menu-top .address .icon img,
#header .header__menu .header__menu-top .address .icon svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#header .header__menu .header__menu-bottom ul {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, -7.682rem + 8.48vw, 2.5rem);
}

#header .header__menu .header__menu-bottom ul li {
  font-size: clamp(0.875rem, 0.2727rem + 0.6061vw, 1rem);
}

#header .header-menu .nav-menu-element.has-childs {
  position: relative;
  margin-right: 10px;
}

#header .nav-menu-element.has-childs>a::before {
  content: "";
  width: 7px;
  height: 1px;
  position: absolute;
  left: unset;
  right: -13px;
  top: 12px;
  transform: rotate(218deg);
  transition: all 0.5s ease;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background: var(--main-text);
}

#header .nav-menu-element.has-childs>a:after {
  content: "";
  width: 7px;
  height: 1px;
  position: absolute;
  left: unset;
  right: -17px;
  top: 12px;
  transform: rotate(138deg);
  transition: all 0.5s ease;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background: var(--main-text);
}

#header .nav-menu-element.has-childs:hover>a::before {
  transform: rotate(137deg);
  background: var(--primary);
}

#header .nav-menu-element.has-childs:hover>a::after {
  transform: rotate(223deg);
  background: var(--primary);
}

#header .header-menu .sub-menu {
  position: absolute;
  top: 100%;
  width: max-content;
  height: max-content;
  min-width: 371px;
  padding: 10px 25px;
  left: 50%;
  right: 0;
  opacity: 0;
  transform: translate(-15%, 16px);
  transition: all 0.2s ease;
  transition-delay: 0.15s;
  visibility: hidden;
  z-index: -100;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
  background: var(--bg-dark);
}

#header .header-menu>.nav-menu-element.has-childs:hover .sub-menu {
  opacity: 1;
  left: 0%;
  transform: translate(-6%, 45px);
  visibility: visible;
  z-index: 100;
}

#header .header-menu .sub-menu .nav-menu-element a {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--head_primary);
  position: relative;
  padding: 10px 0px 10px 17px;
  padding-left: 17px;
}

#header .header-menu .sub-menu .nav-menu-element a:first-child {
  padding-top: unset;
}

#header .header-menu .sub-menu .nav-menu-element a:last-child {
  padding-bottom: unset;
}

#header .header-menu .sub-menu .nav-menu-element a:hover {
  color: var(--primary);
}

#header .header-menu .sub-menu .nav-menu-element a:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
  transition: 0.3s;
  background: var(--card);
}

#header .header-menu .sub-menu .nav-menu-element a:hover:before {
  background: var(--primary);
}

@media (max-width: 1420px) {
  #header .header-right-side .phone-holder .phone-modal {
    display: none;
  }

  #header .header__menu {
    display: none;
  }

  #header .burger.open_menu {
    display: flex !important;
  }
}

@media (max-width: 860px) {
  #header .header-right-side .soc-holder .btn {
    display: none;
  }

  #header .header-right-side .soc-holder .soc {
    max-width: clamp(1.875rem, -0.133rem + 6.06vw, 3.125rem);
    max-height: clamp(1.875rem, -0.133rem + 6.06vw, 3.125rem);
  }
}

@media (max-width: 590px) {
  .btn {
    width: 100%;
    padding: 25px;
  }

  .btn.large {
    height: unset;
  }
}

@media (max-width: 530px) {
  #header {
    padding: 0;
  }

  #header .header__wrapper {
    border-radius: 0 0 20px 20px;
  }

  #header .header-right-side .soc-holder {
    display: none;
  }

  #header .header-right-side .phone-holder a {
    font-size: clamp(0.875rem, 0.6845rem + 0.9524vw, 1rem);
  }
}

/*================ MOBILE MNU Start =============*/
#header .burger.open_menu {
  display: none;
  flex-direction: column;
  background-color: transparent;
  height: 30px;
  width: 30px;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 2px;
  flex-shrink: 0;
  cursor: pointer;
}

#header .burger.open_menu span {
  background-color: var(--primary);
  pointer-events: none;
  width: 24px;
  height: 2px;
  transition: all 0.3s ease-in;
}

#header .burger.open_menu.clicked {
  background-color: var(--primary);
}

#header .burger.open_menu.clicked span {
  background-color: var(--background);
}

#header #mobile-mnu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 320px;
  background-color: var(--background_secondary);
  padding: 30px;
  transition: all 0.3s ease-in;
  transform: translateX(-350px);
  z-index: 9999;
}

#header #mobile-mnu #close-mnu {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
}

#header #mobile-mnu #close-mnu svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

#header #mobile-mnu #close-mnu svg path {
  fill: var(--primary);
}

#header #mobile-mnu a {
  font-size: 16px;
  line-height: 130%;
  font-weight: 450;
}

#header #mobile-mnu a:hover {
  color: var(--head_primary);
}

#header #mobile-mnu .logo-holder {
  display: flex;
  margin-bottom: 20px;
  max-width: 100px;
  height: clamp(3.75rem, 3.5rem + 1.25vw, 5rem);
}

#header #mobile-mnu .logo-holder svg,
#header #mobile-mnu .logo-holder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#header #mobile-mnu .logo-holder .text-wrap {
  gap: 10px;
}

#header #mobile-mnu .logo-holder .title {
  font-size: 14px;
}

#header #mobile-mnu .logo-holder .subtitle {
  font-size: 12px;
}

#header #mobile-mnu .menuTop {
  list-style-type: none;
}

#header #mobile-mnu .menuTop li {
  margin-bottom: 10px;
}

#header #mobile-mnu .menuTop li a {
  font-size: 16px;
  line-height: 130%;
  font-weight: 450;
  color: var(--card);
  position: relative;
}

#header #mobile-mnu .menuTop li a:hover {
  color: var(--primary);
}

#header #mobile-mnu .menuTop li.active a {
  color: var(--primary);
}

#header #mobile-mnu .adresses__holder {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  width: 100%;
}

#header #mobile-mnu .adresses__holder:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-image: url("../images/map.svg");
  background-position: center center;
  background-repeat: no-repeat;
}

#header #mobile-mnu .adresses__holder p {
  font-size: 16px;
  line-height: 130%;
  font-weight: 450;
}

#header #mobile-mnu .email__holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

#header #mobile-mnu .email__holder .email__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
}

#header #mobile-mnu .email__holder .email__item:hover {
  color: var(--head_primary);
}

#header #mobile-mnu .email__holder .email__item svg {
  margin-right: 10px;
}

#header #mobile-mnu .phones__holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

#header #mobile-mnu .phones__holder .phone__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 130%;
  font-weight: 450;
}

#header #mobile-mnu .phones__holder .phone__item:hover {
  color: var(--head_primary);
}

#header #mobile-mnu .phones__holder .phone__item svg {
  margin-right: 10px;
}

#header #mobile-mnu.opened {
  transform: translateX(0);
}

#header #mobile-mnu .site-name-holder {
  order: unset;
  width: max-content;
  max-width: unset;
}

#header #mobile-mnu .site-name,
#header #mobile-mnu a,
#header #mobile-mnu .site-subtitle {
  color: var(--head_primary);
}

#header #mobile-mnu .soc-holder {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}

#header #mobile-mnu .soc-holder .soc {
  max-width: 35px;
  max-height: 35px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

#header #mobile-mnu .soc-holder .soc svg,
#header #mobile-mnu .soc-holder .soc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#header #mobile-mnu .sub-menu {
  display: none;
}

#header #mobile-mnu .sub-menu .nav-menu-element a {
  padding-left: 10px;
  position: relative;
}

#header #mobile-mnu .sub-menu .nav-menu-element a:before {
  content: "";
  width: 5px;
  height: 1px;
  top: 10px;
  left: 0;
  position: absolute;
  background: var(--card);
}

#header #mobile-mnu .phones-holder {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
}

#header #mobile-mnu .address-holder {
  margin-bottom: 12px;
}

#header #mobile-mnu .address-holder p {
  font-size: 16px;
  line-height: 130%;
  font-weight: 450;
}

/*================ MOBILE MNU End =============*/

/*============ Specialist card Start ===============*/

.specialist-card {
  display: flex;
}

.specialist-card .left-side {
  border-radius: 20px;
  overflow: hidden;
  width: 360px;
  height: 360px;
}

.specialist-card .left-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.specialist-card .right-side {
  box-sizing: border-box;
  max-width: 390px;
  max-height: 360px;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background: var(--background_secondary);
  padding: clamp(0.938rem, 0.75rem + 0.94vw, 1.875rem);
  gap: 20px;
}

.specialist-card .right-side .card-top {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.specialist-card .right-side .card-top .description {
  color: var(--main_text_primary);
}

.specialist-card .right-side .tags__holder {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
  overflow-y: auto;
}

.specialist-card .right-side .tags__holder .tag {
  width: fit-content;
  border-radius: 30px;
  background: var(--stroke);
  padding: 10px 20px;
  color: var(--main_text_primary);
}

@media(max-width: 1279px) {
  .specialist-card {
    flex-direction: column;
    height: 100%;
  }

  .specialist-card .left-side {
    width: 100%;
    max-height: clamp(16.25rem, 13.747rem + 12.51vw, 23.75rem);
    height: 100%;
  }

  .specialist-card .right-side {
    max-width: unset;
    height: 100%;
  }
}

@media(max-width: 590px) {
  .specialist-card .left-side {
    max-height: 380px;
  }
}


/*================ Specialist card End =============*/

/*============ Widget card Start ===============*/

.widget-card {
  position: relative;
  display: flex;
  gap: 10px;
  justify-content: center;
  width: 140px;
}

.widget-card .card-img {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: 2px solid var(--background);
}

.widget-card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.widget-card .card-img.more {
  background: var(--secondary);
  color: var(--head_secondary);
  font-size: 24px;
}

.widget-card .card-img:nth-child(2n) {
  position: absolute;
  right: 0;
}

.widget-card .card-img:nth-child(3n) {
  position: relative;
  z-index: 2;
}

@media(max-width: 560px) {
  .specialists-block .title .widget {
    flex-direction: column;
  }
}

/*================ Widget card End =============*/

/*============ Review card Start ===============*/

.review-card {
  display: flex;
  flex-direction: column;
  background: var(--background);
  border: 1px solid var(--stroke);
  border-radius: 20px;
  overflow: hidden;
  padding: clamp(0.625rem, 0.375rem + 1.25vw, 1.875rem);
  position: relative;
  min-height: 200px;
  gap: 20px;
  box-sizing: border-box;
  height: 100%;
}

.review-card .card-top {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 10px;
  align-items: center;
}

.review-card .card-top .name {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.review-card .card-top .name .h5 {
  color: var(--head_secondary);
}

.review-card .card-top .name .age {
  color: var(--head_secondary);
}

.review-card .card-top .name.dark .h5 {
  color: var(--head_primary);
}

.review-card .card-top .name.dark .age {
  color: var(--secondary);
}

.review-card .profile-pic {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  overflow: hidden;
}

.review-card .card-bg::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}

.review-card .btn {
  margin-top: auto;
}

.review-card .profile-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-card .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.review-card .card-bg img,
.review-card .card-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.review-card .review-read-more {
  margin-top: 10px;
  cursor: pointer;
  color: var(--primary);
  display: flex;
  gap: 5px;
  align-items: center;
  transition: 0.3s ease-in;
}

.review-card .review-read-more:hover {
  color: var(--primary_hover);
}

.review-card .review-read-more .icon {
  width: 16px;
  height: 16px;
  display: flex;
  flex-shrink: 0;
}

.review-card .review-read-more .icon svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in;
}

.review-card .review-read-more:hover .icon svg path {
  stroke: var(--primary_hover);
}

/*================ Review card End =============*/

/*============ Stage card Start ===============*/

.stage-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.stage-card .card-img {
  width: 100%;
  min-height: 360px;
  max-height: 360px;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.stage-card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.stage-card .card-top {
  background: var(--background);
  padding: clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}

.stage-card .card-top .description ul li::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: var(--primary);
  top: 6px;
  left: 0;
}

.stage-card .card-top .description ul li {
  position: relative;
  padding-left: 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  color: var(--main_text_primary);
  margin-bottom: 10px;
}

/*================ Stage card End =============*/

/*============ Service card Start ===============*/
.service-card {
  display: flex;
  flex-direction: column;
  padding: clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem);
  border-radius: 20px;
  background: var(--background_secondary);
  gap: 30px;
}

.service-card .card-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service-card .card-top .card-img {
  width: 100%;
  height: 230px;
  border-radius: 10px;
  overflow: hidden;
}

.service-card .card-top .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card .card-top .card-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-card .card-bottom {
  margin-top: auto;
  border-radius: 15px;
  background: var(--background);
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.service-card .card-bottom .price {
  display: flex;
  gap: 5px;
  align-items: center;

}

.service-card .card-bottom .price .icon {
  width: 16px;
  height: 16px;
}

.service-card .card-bottom .price .icon img,
.service-card .card-bottom .price .icon svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card .card-bottom .price .p4 span {
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  font-family: var(--first-font-family);

}

@media(max-width: 1320px) {
  .service-card .card-bottom {
    flex-direction: column;
  }

  .service-card .card-bottom {
    background: unset;
    align-items: start;
  }

  .service-card .card-bottom .btn {
    width: 100%;
  }
}

/*================ Service card End =============*/

/*============ Mainbanner Start ===============*/
.mainbanner-block {
  transform: translateY(-110px);
  width: 100%;
  height: 900px;
  position: relative;
  overflow: hidden;
  background-size: cover;
}

.mainbanner-block h1 {
  color: var(--head_secondary);
}

.mainbanner-block .mainbanner-block-background {
  position: absolute;
  width: 100%;
  height: 100%;
}

.mainbanner-block .mainbanner-block-background img,
.mainbanner-block .mainbanner-block-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mainbanner-block .mainbanner-block-photo {
  position: absolute;
  max-width: clamp(20rem, 6.309rem + 25.47vw, 36.875rem);
  max-height: clamp(25rem, 6.238rem + 34.91vw, 48.125rem);
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  transform: translate(-230px, 0);
}

.mainbanner-block .mainbanner-info {
  position: relative;
  z-index: 2;
  max-width: 880px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(3.125rem, 2.375rem + 3.75vw, 6.875rem);
  top: 210px;
}

.mainbanner-block .mainbanner-info .info__holder {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: fit-content;
  min-width: 620px;
}

.mainbanner-block .mainbanner-info .info-btn {
  width: auto;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: var(--background);
  border-radius: 20px;
}

.mainbanner-block .mainbanner-info .info-btn .btn {
  height: 100%;
  min-height: 100px;
}

.mainbanner-block .mainbanner-info .info-btn .mainbanner-subtitle {
  max-width: 210px;
}

.mainbanner-block .mainbanner-info .info-btn .mainbanner-subtitle strong {
  font-weight: 700;
}

.mainbanner-block .mainbanner-info .info-btn .mainbanner-subtitle p {
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.mainbanner-block .advants__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.mainbanner-block .advants__wrapper .advant-card {
  background: var(--background);
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mainbanner-block .advants__wrapper .advant-card .number {
  font-size: clamp(1.75rem, 1.425rem + 1.625vw, 3.375rem);
  line-height: 110%;
  font-weight: 500;
  font-family: var(--first-font-family);
  color: var(--primary);
  text-align: center;
}

.mainbanner-block .advants__wrapper .advant-card .advant-text {
  color: var(--main_text_primary);
  text-align: center;
}

.error-page .mainbanner-info {
  gap: 20px;
}

.error-page .mainbanner-info .mainbanner-subtitle {
  max-width: 490px;
  color: var(--head_secondary);
}

.error-page .btn {
  margin-top: 20px;
}

.error-page .btn:hover {
  color: var(--head_secondary);
}

@media (max-width: 1300px) {
  .mainbanner-block .mainbanner-block-photo {
    transform: unset;
  }
}

@media (max-width: 860px) {
  .mainbanner-block {
    display: flex;
    flex-direction: column;
    height: fit-content;
  }

  .mainbanner-block .mainbanner-info {
    position: unset;
    margin-top: 150px;
  }

  .mainbanner-block .mainbanner-block-photo {
    position: unset;
    align-self: flex-end;
  }
}

@media (max-width: 660px) {
  .mainbanner-block .mainbanner-info .info__holder {
    min-width: unset;
    width: 100%;
  }

  .mainbanner-block .mainbanner-info .info-btn {
    flex-direction: column;
    align-items: start;
  }

  .mainbanner-block .mainbanner-info .info-btn .btn {
    width: 100%;
    min-height: unset;
  }

  .mainbanner-block .mainbanner-info .info-btn .mainbanner-subtitle {
    max-width: unset;
  }

  .mainbanner-block {
    align-items: center;
  }

  .mainbanner-block .mainbanner-block-photo {
    align-self: unset;
  }
}

@media(max-width: 530px) {
  .mainbanner-block {
    transform: translateY(-60px);
  }
}

/*================ Mainbanner End =============*/

.privacy-policy h1 {
  margin-bottom: clamp(1.25rem, 0.75rem + 2.5vw, 3.75rem);
  font-size: clamp(1.125rem, 0.675rem + 2.25vw, 3.375rem);
}

.privacy-policy h2 {
  margin-top: 24px;
  margin-bottom: 18px;
}

.privacy-policy p {
  margin-bottom: 12px;
}

.privacy-policy p:last-child {
  margin-bottom: clamp(1.875rem, 1.5rem + 1.88vw, 3.75rem);
}

/*============ FOOTER Start ===============*/
#footer {
  width: 100%;
  background: var(--head_primary);
  padding: 25px 0 25px 0;
}

#footer a {
  color: var(--head_secondary);
  transition: 0.3s ease-in;
}

#footer a:hover {
  color: var(--primary_hover);
}

#footer a svg path {
  transition: 0.3s ease-in;
}

#footer a:hover svg path {
  fill: var(--primary_hover);
}

#footer .dev {
  display: flex;
  gap: 10px;
  align-items: center;
}

#footer .footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#footer .rights {
  color: var(--head_secondary);
}

@media(max-width: 780px) {
  #footer .footer-wrapper {
    justify-content: center;
    flex-wrap: wrap;
    gap: clamp(1.25rem, 0.38rem + 4.35vw, 2.5rem);
  }
}

/*============ FOOTER End ===============*/

/* ============== MODAL Start ============= */
.theme-modal {
  display: none;
  position: relative;
}

.theme-modal .title {
  margin-bottom: 10px;
}

.theme-modal .subtitle {
  margin-bottom: 40px;
}

.theme-modal .btn:hover {
  color: var(--head_secondary);
}

#modal-success.theme-modal.fancybox__content .title {
  font-size: 31px;
}

.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.7) !important;
  backdrop-filter: blur(10px);
}

.theme-modal .btn {
  width: 100%;
}

.fancybox__content>.f-button.is-close-btn {
  top: 20px !important;
  right: 20px !important;
  --f-button-width: 18px !important;
  --f-button-height: 18px !important;
  --f-button-border-radius: unset !important;
  --f-button-color: unset !important;
  --f-button-hover-color: unset !important;
  --f-button-bg: transparent !important;
  --f-button-hover-bg: transparent !important;
  --f-button-active-bg: transparent !important;
  --f-button-svg-width: 100% !important;
  --f-button-svg-height: 100% !important;
}

.f-button svg {
  stroke: white !important;
}

.fancybox__content>.f-button.is-close-btn:hover path {
  fill: var(--primary) !important;
  transition: 0.3s !important;
}

.fancybox__content>.f-button.is-close-btn:hover path {
  stroke: transparent !important;
}

.theme-modal.fancybox__content {
  width: 490px;
  display: flex;
  flex-direction: column;
  padding: clamp(1.25rem, 0.875rem + 1.88vw, 3.125rem);
  background: var(--background);
  border-radius: 20px;
  overflow: auto;
}

#modal-success.theme-modal.fancybox__content {
  width: 620px;
}

.theme-modal.fancybox__content .f-button.is-close-btn svg path {
  transition: stroke 0.3s ease-in;
}

.theme-modal.fancybox__content .f-button.is-close-btn:hover svg path {
  fill: var(--primary);
}

.form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form .agreement {
  margin-top: 10px;
  display: flex;
  gap: 5px;
}

.form input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc; /* Граница для видимости */
    border-radius: 3px; /* Закругление углов */
    outline: none;
    cursor: pointer;
    margin: 0; /* Убираем стандартные отступы */
    padding: 0; /* Убираем стандартные отступы */
}

/* Стиль для отмеченного чекбокса */
.form input[type=checkbox]:checked {
    background-color: #007bff; /* Пример цвета фона */
    border-color: #007bff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
}

button:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.form-top {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

button {
  border: unset;
}

button,
input {
  outline: none;
}

.form input {
  border: unset;
  border-radius: 10px;
  padding: 14px 26px;
  background: var(--background_secondary);
  transition: 0.3s;
  outline: none;
  width: 100%;
}

.form textarea {
  height: 122px;
  border: unset;
  background: var(--head_primary);
  border: 1px solid var(--main-text);
  border-radius: 10px;
  padding: 14px 20px;
  transition: 0.3s;
  resize: none;
}

.form input:hover,
.form textarea:hover,
.form input:focus,
.form textarea:focus {
  background: var(--stroke);
  border-color: var(--stroke);
  color: var(--main_text_primary);
}

.form input:focus,
.form textarea:focus {
  color: var(--head_primary);
}

.form input,
.form textarea {
  border: 1px solid var(--background_secondary);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--main_text_secondary);
}

.form.callback .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
}

.form.callback .btn .icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}

.form.callback .btn .icon svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form.callback input {
  padding: 24px 26px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--head_secondary);
}

.form.callback input:hover,
.form.callback input:focus {
  background: var(--background);
  color: var(--head_primary);
}

.form.callback .privacy-policy {
  color: var(--head_secondary);
}

.form input.error,
.form textarea.error {
  border-color: red !important;
  color: red !important;
}


.form.callback input:hover::placeholder,
.form.callback textarea:hover::placeholder {
  color: var(--main_text_secondary);
}

.form.callback input::placeholder,
.form.callback textarea::placeholder {
  color: var(--main_text_secondary);
}

.form input:hover::placeholder,
.form input:hover::placeholder {
  color: var(--head_primary);
}

.form .btn {
  width: 100%;
}

.form .privacy-policy {
  width: 100%;
  color: var(--main_text_primary);

}

.form .privacy-policy a {
  text-decoration: none;
  color: var(--card);
}

.form .privacy-policy a:hover {
  color: var(--primary_hover);
  text-decoration: none;
}

.theme-modal #file {
  display: none;
}

.theme-modal .file span {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--card);
  cursor: pointer;
  transition: 0.3s;
}

.theme-modal .file span:hover {
  color: var(--primary);
}

.fancybox__container {
  --fancybox-bg: #ffffffb9 !important;
}

/* ============== MODAL End ============= */