/* 
Theme Name: Basic Theme
Author: Mr Digital
Version 1.0.0
Text Domain: basictheme2020
*/
@import url(https://fonts.googleapis.com/css?family=Manrope:200,300,regular,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);

* {
  /* outline: 1px solid red; */
}

body._open-menu .vbp-header-menu-button__svg .top {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  stroke-linecap: round
}

body._open-menu .vbp-header-menu-button__svg .middle {
  transform: scaleX(.1);
  -webkit-transform: scaleX(.1);
  -moz-transform: scaleX(.1);
  -ms-transform: scaleX(.1);
  -o-transform: scaleX(.1);
  opacity: 0
}

body._open-menu .vbp-header-menu-button__svg line.bottom {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  stroke-linecap: round
}

body._open-menu {
  overflow: hidden;
}


body._open-menu .header__mob--menu {
  overflow-y: auto;
  top: 4.0625rem;
  padding-top: 1.875rem;
  transform: translateX(0);
  background: #fff;
  z-index: 1000;
}

.menu-glavnoe-menyu-container {
  width: 100%;
}

@media (min-width: 991.9px) {
  #header #menu-glavnoe-menyu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}

.header__mob--menu {
  transition: all .3s ease 0s
}

.header__mob--logo img {
  height: 2.1875rem;
  width: auto;
}

input.wpcf7-not-valid {
  box-shadow: 0 0 .25rem .0625rem var(--color);
}

.hero__content-form .wpcf7-response-output {
  color: #fff;
}

.wpcf7 form.submitting .wpcf7-submit {
  pointer-events: none;
  opacity: 0.5;
  cursor: default;
}

.form_submit {
  position: relative;
}

.form_submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  margin: 0;
}

.hero__slider .wpcf7-response-output {
  color: #fff;
}

.hero__slider:not(.swiper-initialized) .hero__wrapper {
  display: flex;
  flex-wrap: nowrap;
  height: 37.0625rem;
}

.hero__slider:not(.swiper-initialized) .hero__wrapper>* {
  flex: 1;
  opacity: 0;
}

.hero__slide {
  opacity: 0;
  height: auto !important;
  min-height: 37.5rem;
}

.hero__slide.swiper-slide-active {
  opacity: 1;
}

.wrapper .swiper-button-prev,
.wrapper .swiper-button-next {
  width: 4.875rem;
  height: 4.875rem;
  aspect-ratio: 1;

}

.wrapper .swiper-button-prev:not(.about__swiper-button),
.wrapper .swiper-button-next:not(.about__swiper-button) {

  flex-shrink: 0;
  box-shadow: 0 .3125rem 2.375rem 0 rgba(59, 60, 63, 0.42);
  background-color: #fff;
  transition: all 0.3s ease 0s;
}

.wrapper .swiper-button-next:after,
.wrapper .swiper-button-prev:after {
  font-size: 2.375rem;
  color: var(--color);
  transition: all 0.3s ease 0s;
}

.wrapper .swiper-button-next:hover,
.wrapper .swiper-button-prev:hover {
  background-color: var(--color);
  color: #fff;
}

.wrapper .swiper-button-next:hover:after,
.wrapper .swiper-button-prev:hover:after {
  color: #fff;
}

/* step_form//======================================================================================================================================================== */
.steps .step:not(._active) {
  display: none;
}

#stepForm .btn.disabled {
  pointer-events: none;
  opacity: 0.5;
}

#stepForm .prodress-bar__line-bg {
  width: 0;
  background-color: var(--color-2);
  transition: width 0.3s ease;
  position: relative;
  height: 100%;
  border-radius: .625rem;
}

.form-bottom-submit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.875rem;
  width: max-content;
  margin-left: auto;
  position: relative;
  z-index: 10;
}

.form-bottom-submit .btn {
  min-height: 3.75rem;
}

.form-submit {
  position: relative;
  z-index: 10;
}

.step_form--name {
  margin-bottom: 1.25rem;
}

.form-submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.step__body_inner .costum-input_inner {
  width: 100%;
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 0) and (max-width: 36em) {
  .step__body_inner .costum-input_inner {
    grid-template-columns: 1;
  }
}

@media (min-width: 36em) {
  .step__body_inner .costum-input_inner {
    grid-template-columns: 1fr 1fr;
  }
}

.step__body_inner .wpcf7-list-item {
  margin: 0;
}

.step__body_inner .wpcf7-list-item-label {
  border-radius: .3125rem;
  border: .125rem solid var(--color);
  padding: 1rem 1rem;
  display: flex;
  align-items: center;
  gap: 1.125rem;
  cursor: pointer;
}

.step_form__content-lading .step__body_inner .wpcf7-list-item-label {
  border-color: transparent;
  background-color: #f3f5f9;
  font-weight: 500;
  font-size: 17px;
}

.wpcf7-list-item input {
  position: absolute;
  z-index: -100;
  opacity: 0;
}

.step__body_inner .wpcf7-list-item-label:before {
  content: "";
  flex-basis: 1.5625rem;
  height: 1.5625rem;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 1.0625rem;
  transition: all .3s ease 0s;
  border: .125rem solid var(--color);
  border-radius: .3125rem;
}

.step__body_inner .wpcf7-list-item input:checked~.wpcf7-list-item-label:before {
  background-color: var(--color);
  background-image: var(--icon-check-well);
}

.step__body--title {
  font-family: var(--second-family_600);
  font-size: 1.5rem;
  color: var(--color-3);
  padding-left: 1.25rem;
  padding-top: 1.875rem;
  padding-bottom: 2.5rem;
}

.prodress-bar {
  display: grid
}

.last_step input:not([type=submit]) {
  outline: .0625rem solid var(--color-2);
  margin-bottom: .5rem;
}

.step-form .wpcf7-response-output {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background: #fff;
  text-align: center;
}

/* //======================================================================================================================================================== */
.reviews__list {
  position: relative;
}


@media (min-width: 0em) and (max-width: 62rem) {

  .page_gallry__list .swiper-button-prev,
  .reviews__list .swiper-button-prev {
    left: -0.8125rem;
  }

  .page_gallry__list .swiper-button-next,
  .reviews__list .swiper-button-next {
    right: -0.8125rem;
  }
}

@media (min-width: 62rem) {

  .page_gallry__list .swiper-button-prev,
  .reviews__list .swiper-button-prev {
    left: -2.5rem;
  }

  .page_gallry__list .swiper-button-next,
  .reviews__list .swiper-button-next {
    right: -2.5rem;
  }
}

.reviews__list .swiper-button-prev,
.reviews__list .swiper-button-next {
  margin-top: -2.8125rem;

}

.reviews__list.no-swiper .swiper-button-prev,
.reviews__list.no-swiper .swiper-button-next {
  display: none;
}


.rewiews__slider:not(.swiper-initialized) .rewiews__wrapper {
  display: grid;
  /* grid-template-columns: 1fr 1fr; */
  grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr));
  gap: 1.25rem;
}

/* media //======================================================================================================================================================== */
@media (min-width:0em) and (max-width:48em) {


  .steps {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 3.3125rem;
  }

  .step__body .form-group {
    grid-template-columns: 1fr;
    gap: 1rem
  }


}


@media (min-width: 0em) and (max-width: 61.9937rem) {

  .wrapper .swiper-button-prev,
  .wrapper .swiper-button-next {
    /* top: initial;
    bottom: 0; */
    width: 2.5rem;
    height: 2.5rem;
  }

  .wrapper .swiper-button-next:after,
  .wrapper .swiper-button-prev:after {
    font-size: 1rem;
  }

  .wpcf7-form-control-wrap,
  .form_submit {
    width: 100%;
  }



  body._open-menu {
    overflow: hidden;
  }

  .header__mob--menu {
    top: 4.0625rem;
    padding-top: 1.875rem;
    background: #fff;
    z-index: 1000;
  }



}

@media (min-width: 48rem) {
  .prodress-bar {
    position: absolute;
    left: 0;
    right: 0;
    display: grid
  }
}


.header__sity {
  position: relative;
}


.header__sity--list {
  background-color: #fff;
  padding: 1.25rem;
  border-radius: .3125rem;
  box-shadow: 0 .3125rem 2.375rem 0 rgba(59, 60, 63, .08);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 4;
  transform: translateY(1.875rem);
  transition: all .3s ease 0s;
  width: max-content;
  min-width: 20rem;

  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.header__sity:hover .header__sity--list {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

.header__sity--list a {
  font-size: 1.125rem;
  color: var(--color);
  display: block;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: .625rem;
  transition: all .3s ease 0s;
}

.header__sity--list a:hover {
  color: var(--color-2);
}

.body-modal .row-flex {
  display: grid;
  font: 1rem;
}

.body-modal textarea,
.body-modal input:not([type=submit]) {
  outline: .0625rem solid var(--color-2);
}

textarea {
  padding: 13px 20px;
}

.body-modal h2 {
  margin-bottom: 1.5rem;
  line-height: 1.3;
  font-size: 2.25rem;
}

.back-to-top {
  position: fixed;
  bottom: 9.875rem;
  right: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-90deg);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  font-size: 1.5rem;
  color: #fff;
  background-color: var(--color);
  cursor: pointer;
  z-index: 10000;
  transition: background-color 0.3s ease 0s;
  display: none;
}

.back-to-top:hover {
  background-color: var(--color-2);
}

._no-padding-botom {
  padding-bottom: 0 !important;
}

.staff__top-r.w-100 .form_submit {
  flex: 1 !important;
}

.privacy-policy h2 {
  line-height: 1.2;
  margin-bottom: 1.25rem;
}


.contacts__list {
  display: flex;
  justify-content: space-around;
  gap: 1rem;
  flex-wrap: wrap;
}

@media (min-width: 0) and (max-width: 36rem) {
  .contacts__item {
    flex: 1 1 100%;
  }
}

@media (min-width: 36rem) {
  .contacts__item {
    flex: 1;
  }

}

.contacts__item-top a {
  font-family: var(--font-family_700);
  font-size: 1.6875rem;
  color: #292b33;
  margin-bottom: .625rem;
  white-space: nowrap;
  display: inline-block;
}

.contacts__item-bottom {
  display: flex;
  align-items: start;
  gap: 1.25rem;
}

.contacts__item-bottom__sochial {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: .9375rem;
}

.contacts__item:not(:first-child) .about__address {
  min-height: 8.125rem;
}

.contacts__item-phone .about__address {
  padding: 1.6875rem;
}

.contacts__item-bottom__time {
  font-family: var(--font-family_400);
  font-size: 1rem;
  color: #292b33;
  max-width: 117px;
}



#contacts .section__container {
  margin-bottom: clamp(2.5rem, 1.48rem + 5.1vw, 5.625rem);
}

#contacts._section-padding {
  padding-bottom: 0 !important;
}

.box-map {
  position: relative;
  height: 0;
  overflow: hidden;
  height: 32.5rem;
}

.box-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer__form {
  margin-top: -4.375rem;
  position: relative;
  background-color: #143276;
  color: #fff;
  padding: clamp(1rem, 0.551rem + 2.24vw, 2.375rem) clamp(1rem, 0.306rem + 3.47vw, 3.125rem);
  margin-bottom: 4.625rem;
}

.footer__form h2,
.footer__form h3 {
  color: #fff;
  margin-bottom: .1875rem;
}

.footer__form-header small {
  font-family: var(--font-family_500);
  font-size: 1.125rem;
  line-height: 1.66667;
}

.footer__form .row-flex input {
  height: 100%;
}

@media (min-width: 0) and (max-width: 62rem) {

  .hero__slider .swiper-button-prev,
  .hero__slider .swiper-button-next {
    top: 1.875rem;
  }

  .hero__slider .swiper-button-prev {
    left: calc(100% - 6.25rem);
  }
}

.footer {
  background-color: #090D16;
  color: #fff;
  padding-bottom: clamp(4.375rem, 3.273rem + 5.51vw, 7.75rem);
}


.footer__form-form {
  max-width: 36.25rem;
  margin-left: auto;
}

/* .footer__logo {
  margin-right: clamp(0rem, -9.461rem + 15.26vw, 2.938rem);
} */

.footer__logo-desc,
.footer__logo-img {
  display: block;
}

.footer__logo-img {
  margin-bottom: clamp(1.5rem, 1.214rem + 1.43vw, 2.375rem);
}

.footer__logo-desc {
  color: #878fa3;
}


@media (min-width: 0px) and (max-width: 36rem) {
  .footer__form .row-flex {
    flex-direction: column;
  }
}

@media (min-width: 0) and (max-width: 991.9px) {
  .footer__form-header {
    margin-bottom: 1.5rem;
  }

  .footer__form-form {
    max-width: 100%;
    margin-left: 0;
  }

}

@media (min-width: 991.9px) {

  .footer__form.d-flex {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
}



.footer__bottom {
  display: flex;
  gap: 1.5rem;
}


@media (min-width: 62rem) {
  .footer__bottom .footer__col:not(.footer__contacts) {
    margin-right: clamp(0rem, -9.461rem + 15.26vw, 2.938rem);
  }

}

.footer__contacts {
  margin-left: auto;
}

@media (min-width: 0) and (max-width: 62rem) {
  .footer__bottom {
    flex-wrap: wrap;
  }

  .footer__contacts {
    margin: 0 auto;
  }
}

.footer__phone {
  text-align: right;
  width: 100%;
  margin-left: auto;
}

.footer__contacts .contacts__item-top {
  text-align: right;
}

.footer__contacts .contacts__item-top a {
  color: #fff;
  margin-bottom: 0;
  transition: color 0.3s ease 0s;
}

.footer__contacts .contacts__item-top a:hover {
  color: var(--color);
}

.footer__contacts .contacts__item-bottom__time {
  color: #878fa3;
  max-width: none;
  text-align: right;
}

.footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.footer__nav a:hover,
.footer__nav ul a:hover {
  color: var(--color);
}

.footer__nav a,
.footer__nav-top-menu a {
  color: #878fa3;
}

.footer__contacts__top {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  /* margin-left: auto; */
  margin-bottom: clamp(1.5rem, 1.173rem + 1.63vw, 2.5rem);
}



@media (min-width: 0px) and (max-width: 62rem) {
  .footer__col {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .footer__nav ul {
    justify-content: center;
  }

  .footer__btn .btn {
    margin: 0 auto;
  }

  .footer__contacts__top {
    justify-content: center;
  }
}

@media (min-width: 62rem) {
  .footer__btn .btn {
    margin-left: auto;
  }

  /* .footer__nav-top-menu {
    margin-right: clamp(0rem, -2.388rem + 11.94vw, 7.313rem);
  } */

  .footer__nav ul {
    display: grid;
    gap: 1.25rem;
  }

}

.staff_text ul,
.bl-2__сontent-text ul {
  display: grid;
  gap: .5rem;
}

.staff_text li,
.bl-2__сontent-text li {
  display: flex;
  align-items: center;
  gap: .625rem;
}

.staff_text li:before,
.bl-2__сontent-text li:before {
  content: "";
  display: inline-block;
  width: 1.6875rem;
  height: 1.6875rem;
  aspect-ratio: 1;
  flex-shrink: 0;
  border-radius: 50%;
  border: .125rem solid var(--color-2);
  background-image: var(--icon-check);
  background-size: .8125rem;
  background-repeat: no-repeat;
  background-position: center;
}

.cart {
  position: relative;
}

.edit-post-link {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
  border: .0625rem solid var(--color-2);
  background: #fff;
  border-radius: 50%;
  color: #000;
  font-size: .0006rem;
  cursor: pointer;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13.89 3.39l2.71 2.72c.46.46.42 1.24.03 1.64l-8.01 8.02-5.56 1.16 1.16-5.58s7.6-7.63 7.99-8.03c.39-.39 1.22-.39 1.68.07zm-2.73 2.79l-5.59 5.61 1.11 1.11 5.54-5.65zm-2.97 8.23l5.58-5.6-1.07-1.08-5.59 5.6z"></path></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.125rem;
}

#doctor .staff__bottom {
  padding-bottom: 0;
}

#implantation .bl-2__img {
  padding: 0;
  overflow: hidden;
}

#implantation .bl-2__img img {
  max-height: none;
}

.reviews__container {
  padding-top: 70px;
  border-top: 1px solid #e7e8eb;
}

._padding-bottom-0 {
  padding-bottom: 0 !important;
}


/* lading //======================================================================================================================================================== */

.lading .header__logo--desc {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #868686;
  margin-top: 1.5rem;
}

.lading .phone__link--desc {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.0625rem;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: #071820;
  padding-left: 48px;
}

.lading .btn-accent {
  background-color: #2c8ffd;
  border-radius: 8px;
  border-color: #2c8ffd;

}

.lading .btn-accent:hover {
  color: #2c8ffd;
  background-color: #fff;
  border-color: #2c8ffd;
}

.lading .phone__link {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 27px;
  letter-spacing: -0.02em;
  color: #071820;
}

.lading .header__center {
  padding: 0;
  background: transparent;
}

.phone__link-lading {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 27px;
  letter-spacing: -0.02em;
  color: #071820;
  transition: color 0.3s ease 0s;
}

.phone__link-lading:hover {
  color: #2c8ffd;
}

.lading .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 17px;
}


@media (min-width: 0px) and (max-width: 991.9px) {}

@media (min-width: 992px) {
  .footer__nav-bottom-menu .menu-item {
    margin-bottom: 14px;
  }
}


.page_gallry {
  background-color: #fff;
  padding-top: var(--padding-80) !important;
  padding-bottom: var(--padding-80) !important;
  margin-top: var(--padding-80) !important;
}



.page_gallry__list {
  /* display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(12.125rem, 1fr)); */

  position: relative;
}

.page_gallry__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: zoom-in;
}