html {
  scroll-padding-top: 130px;
}

select {
  display: block;
  height: 48px;
  width: 100%;
  padding: 15px 35px 15px 15px;
  border-radius: 24px;
  border: 1px solid #d6d8dd;
  font-size: 15px;
  line-height: 1.5;
  outline: none;
  background-color: #fff;
  color: #464953;
  transition: all ease 0.3s;
  background-image: url("../icons/shevron-down.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50% !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

a.contact-elem:hover h5 {
  color: #00529a;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
textarea {
  width: 100%;
}

input[type="submit"] {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  line-height: 100%;
  color: #fff;
  transition: 0.3s;
  border: none;
  height: 48px;
  border-radius: 32px;
  background-color: #00529a;
  padding: 0 40px;
  gap: 11px;
  outline: none;
  font-size: 16px;
  font-weight: 600;
}

input[type="submit"]:hover {
  color: #fff;
  transition: 0.3s;
  background-color: #0a1948;
}

.wpcf7 input[type="submit"] {
  margin-top: 40px;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-top: 4px;
}

.wpcf7-spinner {
  display: none;
}

#breadcrumbs {
  padding-top: 24px;
}

#breadcrumbs>span {
  font-size: 20px;
  color: #d6d8dd;
}

#breadcrumbs>span>span>a {
  font-size: 14px;
  color: #d6d8dd;
  transition: 0.3s;
}

#breadcrumbs>span>span>a:hover {
  color: #00529a;
  transition: 0.3s;
}

#breadcrumbs>span>span.breadcrumb_last {
  font-size: 14px;
  font-weight: 500;
  color: #464953;
}

.blog-card .img-wrap img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a.img-wrap {
  display: block;
}

@media screen and (max-width: 992px) {
  #breadcrumbs {
    padding-top: 16px;
  }

  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="search"] {
    height: 32px;
    padding: 3px 15px;
  }

  input[type="submit"] {
    font-size: 12px;
  }

  .wpcf7 input[type="submit"] {
    margin-top: 16px;
  }

  .wpcf7-form-control-wrap {
    margin-top: 8px;
  }

  #breadcrumbs>span>span>a {
    font-size: 10px;
  }

  #breadcrumbs>span {
    font-size: 15px;
  }

  #breadcrumbs>span>span.breadcrumb_last {
    font-size: 10px;
  }
}

.avatar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e0f4ff;
}

/* nav-drill */
.nav-drill {
  transform: translateX(-265px);
}

.nav-is-toggled .nav-drill {
  transform: translateX(0);
}

.nav-is-toggled::after {
  opacity: 1;
  visibility: visible;
}

.nav-drill {
  display: flex;
  position: fixed;
  z-index: 600;
  top: 0;
  left: 0;
  /* width: 40%; */
  height: 100dvh;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transition: 0.45s;
}

@media screen and (max-width: 992px) {
  .nav-drill {
    width: 265px;
  }
}

.nav-drill--inner {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}

.nav-drill-head {
  padding: 20px;
}

.nav-drill--close {
  /* position: absolute; */
  width: 24px;
  height: 24px;
  /* right: 28px;
  top: 26px;
  z-index: 1; */
}

.nav-drill--close img {
  width: 100%;
  object-fit: contain;
}

.nav-items {
  /* flex: 0 0 100%; */
  list-style: none;
  padding-left: 0;
  margin: 0;
  gap: 24px;
}

.nav-item--root .txt {
  font-weight: 600;
  color: #17181c;
}

.nav-item--root {
  position: relative;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.nav-item--root>.nav-link {
  /* padding: 0.5em 20px; */
  line-height: 1em;
}

.nav-head {
  padding: 1.5rem 20px !important;
}

.nav-link {
  display: flex;
  align-items: center;
  /* padding: 6px 20px; */
  background-color: #fff;
  /* color: #464953; */
  font-size: 1rem;
  line-height: 1.5em;
}

.nav-link._h4 {
  font-weight: 700;
  color: #17181c;
}

.nav-link img {
  height: 28px;
  width: auto;
  margin-right: 0.5rem;
}

.nav-expand-content {
  position: absolute;
  top: 0;
  left: 0;
  /* z-index: 5; */
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  background-color: #fff;
  transition: 0.3s;
  visibility: hidden;
  gap: 24px;
}

.nav-expand-content .nav-link {
  background-color: #fff;
  font-size: 14px;
}

.nav-expand-content .nav-head {
  padding: 1.5rem 12px !important;
}

.nav-expand-content .nav-back-link {
  /* display: flex;
    align-items: center; */
  justify-content: flex-start;
  gap: 8px;
  color: #00529a;
  font-weight: 600;
  line-height: 1;
}

.nav-expand-content .nav-back-link::before {
  position: relative;
  top: -1px;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../icons/chev-right-mob.svg");
  transform: rotate(180deg);
}

/* .nav-expand-content ._h4 {
    padding: 0 20px 8px;
} */

.nav-expand-link {
  display: flex;
  align-items: center;
  min-height: 16px;
}

.nav-expand-link img {
  height: 28px;
  width: auto;
  margin-right: 0.5rem;
}

.nav-expand-link::after {
  content: "";
  display: block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-left: auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../icons/chev-right-mob.svg");
  /*  */
}

.nav-expand.active>.nav-expand-content {
  transform: translateX(0);
  visibility: visible;
}

.nav-items {
  padding: 20px 20px 40px;
  /* z-index: 10; */
}

.nav-drill-contacts {
  flex-grow: 1;
  padding: 16px 20px;
  background: #f4fbff;
  border-top: 1px solid #d6d8dd;
  width: 100%;
  position: relative;
  z-index: -1;
}

.nav-drill-contacts .contact-card {
  padding: 0;
}

.nav-drill-contacts .contact-card .txt-wrap {
  padding-left: 0;
}

/* nav-drill END */
@media screen and (min-width: 993px) {
  .desc.shedule {
    line-height: 2;
  }
}

@media screen and (max-width: 992px) {
  .contact-elem img {
    top: -4px;
  }
}

/* PAGINATION */
.m-pagination {
  padding: 40px 0 0;
}

.m-pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

@media screen and (max-width: 992px) {
  .m-pagination {
    padding: 24px 0 0;
  }

  .m-pagination .nav-links {
    justify-content: center;
  }
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  /* color: #c3c7d0; */
  min-width: 24px;
  height: 24px;
  border-radius: 50%;

  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  transition: 0.3s;
}

.page-numbers:hover {
  color: #ffffff;
  background-color: #00529a;
  transition: 0.3s;
}

.page-numbers svg {
  display: block;
  height: 60%;
  width: auto;
}

.page-numbers:hover svg {
  filter: brightness(0) invert(1);
}

.page-numbers.current {
  color: #ffffff;
  background-color: #00529a;
}

/* ----------- */
.txt-wrap-el .note p {
  margin: 0;
}

.txt-wrap-el a {
  color: inherit;
  transition: 0.3s;
}

.txt-wrap-el a:hover {
  color: #00529a;
  transition: 0.3s;
}

.city-choice._mob-f .bttn-arrow-light svg path {
  fill: transparent;
  stroke: #00529a;
}

.city-choice._mob-f .bttn-arrow-light:hover svg path {
  fill: transparent;
  stroke: #ffffff;
}

.city-select.active {
  border-bottom-left-radius: 0;
}

.city-select-wrap {
  position: relative;
}

.city-select-dropdown {
  position: absolute;
  width: 100%;
  top: 40px;
  background: #ffffff;
  box-shadow: 0px 4px 8px 0px #00000026;
  border-radius: 0 16px 16px 16px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 10;
}

.city-select-dropdown.active {
  opacity: 1;
  pointer-events: all;
  transition: 0.3s;
}

.city-select-dropdown .city-link {
  padding: 8px;
  position: relative;
}

.city-select-dropdown .city-link span {
  display: block;
  font-size: 12px;
  text-align: center;
}

.city-select-dropdown .city-link:not(:first-child)::before {
  content: "";
  display: block;
  height: 0;
  width: calc(100% - 16px);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1px solid #00529a;
}

.avatar .icon {
  width: 35%;
  height: auto;
}

.single-content {
  padding-top: 80px;
}

.single-doc .doc-entry-elem:last-child {
  padding: 0;
  border-bottom: none;
}

@media screen and (max-width: 992px) {
  .single-content {
    border-top: 1px solid #d6d8dd;
    padding-top: 32px;
    margin-top: 32px;
  }

  .single-doc .doc-entry-elem .doc-entry-col.bttns .bttn-wrap {
    justify-content: center;
  }

  .single-doc .inner-page-wrap.catalog {
    flex-direction: column;
  }
}

.side-card {
  background-color: #e0f4ff;
}

.side-card h5 {
  margin: 16px 0 8px;
}

.side-card h5 {
  margin: 16px 0 8px;
}

.side-card select {
  border: 1px solid transparent;
  max-width: 100%;
  width: 100%;
}

.side-card input[type="text"],
.side-card input[type="tel"],
.side-card input[type="email"] {
  border: 1px solid transparent;
}

.side-card .wpcf7 input[type="submit"] {
  margin-left: auto;
  margin-right: auto;
}

.side-card .wpcf7 label {
  font-size: 14px;
  padding-top: 16px;
  display: block;
}

.warnings {
  margin-top: 40px;
  gap: 10px;
  padding: 24px;
  border: 1px solid #d6d8dd;
  border-radius: 8px;
}

.warning-elem {
  gap: 16px;
}

.sertificates {
  margin-top: 40px;
}

.sertificates h4 {
  margin-bottom: 16px;
}

.sertificates-wrap {
  gap: 40px;
  flex-wrap: wrap;
}

.sertificate-elem {
  display: block;
  width: 155px;
  height: auto;
  background-color: #d6d8dd;
  border-radius: 16px;
  overflow: hidden;
}

.sertificate-elem img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 992px) {
  .side-card {
    border-radius: 16px;
    padding: 24px 16px;
  }

  .side-card h5 {
    margin: 16px 0 16px;
  }

  select {
    height: 32px;
    padding: 3px 35px 3px 15px;
    font-size: 10px;
  }

  input[type="submit"] {
    height: 32px;
    font-size: 12px;
  }

  .side-card input[type="submit"] {
    margin-top: 32px;
  }

  .side-card .wpcf7 label {
    font-size: 10px;
  }

  .warnings {
    margin-top: 24px;
    gap: 10px;
    padding: 20px 16px;
    border: 1px solid #d6d8dd;
    border-radius: 8px;
  }

  .warning-elem {
    gap: 12px;
  }
}

@media screen and (max-width: 480px) {
  .sertificates-wrap {
    gap: 24px;
    /* flex-wrap: nowrap; */
  }

  .sertificate-elem {
    width: calc(50% - 12px);
    height: auto;
    background-color: #d6d8dd;
  }
}

.price-wrap {
  height: 100%;
  justify-content: flex-end;
}

.tests-grid .tests-slider .bttn-wrap {
  align-items: flex-end;
}

.second-cat-wrap {
  margin-bottom: 16px;
  gap: 12px;
  padding: 0 24px;
}

.side-menu-elem__second {
  background-color: #ccedff;
  transition: 0.3s;
  padding: 10px 20px;
  border-radius: 24px;
}

.side-menu-elem__second h6 {
  font-size: 16px;
}

.side-menu-elem__second:hover {
  background-color: #00529a;
  transition: 0.3s;
}

.side-menu-elem__second:hover h6 {
  color: #fff;
}

.side-menu-elem.parent {
  position: relative;
  transition: 0.3s;
}

.side-menu-elem.parent .shevron {
  margin-left: auto;
  transition: 0.3s;
}

.side-menu-elem.parent.active {
  background-color: #ccedff;
  transition: 0.3s;
}

.side-menu-elem.parent.active .shevron {
  transform: rotate(180deg);
  transition: 0.3s;
}

.side-menu-elem__second.active {
  background-color: #00529a;
  transition: 0.3s;
}

.side-menu-elem__second.active h6 {
  color: #fff;
}

@media screen and (max-width: 992px) {
  .second-cat-wrap {
    margin-bottom: 8px;
    gap: 5px;
    padding: 0 16px;
  }

  .side-menu-elem__second {
    padding: 6px 20px;
  }

  .side-menu-elem__second h6 {
    font-size: 12px;
  }
}

.test-price-wrap {
  gap: 8px;
}

.test-price-wrap .old-price {
  opacity: 0.7;
}

.test-data-wrap {
  padding-bottom: 24px;
  border-bottom: 1px solid #d6d8dd;
}

.single-test .single-content {
  padding-top: 40px;
}

.single-test .test-price-wrap {
  gap: 16px;
}

.test-data-wrap {
  padding-bottom: 24px;
  border-bottom: 1px solid #d6d8dd;
}

.test-data-wrap .test-col {
  gap: 24px;
  flex-wrap: wrap;
}

.test-data-wrap .test-col .desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: #9094a2;
}

.test-col-elem {
  gap: 8px;
}

.economy-label {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
  padding: 4px 10px;
  border-radius: 24px;
  background-color: #ea0029;
}

.text-editor ul {
  padding-left: 20px;
}

.text-editor ul li {
  margin-bottom: 8px;
}

.text-editor ul li::marker {
  color: #00529a;
}

.text-editor a {
  color: inherit;
  transition: 0.3s;
}

.text-editor a:hover {
  color: #00529a;
  transition: 0.3s;
}

@media screen and (max-width: 1199px) {
  .test-data-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 992px) {
  .test-data-wrap {
    margin-bottom: 32px;
  }

  .single-test .single-content {
    padding-top: 0;
    border-top: 0;
  }

  .test-data-wrap .test-col .desc {
    font-size: 10px;
  }

  .test-col-elem {
    gap: 4px;
  }

  .economy-label {
    font-size: 12px;
    padding: 4px 6px;
  }

  .test-col-elem img {
    height: 14px;
    width: auto;
  }

  .test-data-wrap .test-col {
    gap: 8px;
    width: 100%;
  }

  .test-data-wrap .test-col .bttn {
    margin-left: auto;
  }
}

.entry-elem .desc p {
  margin: 0;
}

.single-post,
.single-package {
  padding-top: 32px;
}

.post-img {
  width: 100%;
  height: 0;
  padding-bottom: 31.5%;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  border-radius: 32px;
}

.post-img img {
  position: absolute;
}

.single-post .single-content {
  padding-top: 60px;
}

@media screen and (max-width: 992px) {

  .single-post,
  .single-package {
    padding-top: 28px;
  }

  .single-post .single-content {
    padding-top: 0;
    border-top: none;
    margin-top: 0;
  }

  .single-post .inner-page-title {
    margin-bottom: 16px;
  }

  .post-img {
    margin-bottom: 32px;
    border-radius: 8px;
    padding-bottom: 45%;
  }
}

/* minicart */

.minicart {
  display: flex;
  position: fixed;
  z-index: 600;
  top: 0;
  right: 0;
  /* width: 40%; */
  width: 480px;
  max-width: 480px;
  height: 100dvh;
  background-color: #fff;
  /* border-left: 1px solid #eeeff1; */
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transform: translateX(100%);
  transition: 0.45s;
}

.minicart.open {
  transform: translateX(0);
  transition: 0.45s;
}

.minicart--close {
  /* position: absolute; */
  cursor: pointer;
  width: 24px;
  height: 24px;
  /* right: 28px;
  top: 26px;
  z-index: 1; */
}

.minicart-item-delete {
  cursor: pointer;
  position: relative;
  left: -6px;
}

.minicart-inner {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px 40px 60px;
}

.mini-cart-head {
  padding: 0 0 16px;
  border-bottom: 1px solid #d6d8dd;
}

.minicart-list {
  flex-grow: 1;
  /* background: #ff9c9c2b; */
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 16px;
  /* max-height: calc(100dvh - 462px); */
  /* max-height: calc(100dvh - 366px); */
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
/* .woocommerce-mini-cart {
    scrollbar-width: thin;
    scrollbar-color: #4286f4 #ffffff;
  } */

/* Chrome, Edge, and Safari */
.minicart-list::-webkit-scrollbar {
  width: 6px;
}

.minicart-list::-webkit-scrollbar-track {
  background: #eeeff1;
  border-radius: 10px;
}

.minicart-list::-webkit-scrollbar-thumb {
  background-color: #00529a;
  border-radius: 10px;
  border: 1px solid #ffffff;
}

.minicart-total {
  padding: 16px 0 40px;
  border-top: 1px solid #d6d8dd;
  margin-top: auto;
}

.minicart-total-price-wrap {
  gap: 16px;
}

.minicart-item {
  padding: 16px 0;
  border-top: 1px solid #d6d8dd;
}

.minicart-item:first-child {
  border-top: none;
}
.minicart-item:first-of-type {
  border-top: none;
}
.minicart-item .title-row {
  margin-bottom: 8px;
  gap: 16px;
  align-items: flex-start;
}

.minicart-item .title {
  color: inherit;
  transition: 0.3s;
}

.minicart-item .title:hover {
  color: #00529a;
  transition: 0.3s;
}

.minicart-item .price-row {
  gap: 16px;
}

.minicart-item-delete img {
  filter: grayscale(100%);
  opacity: 0.5;
}

.minicart-item-delete:hover img {
  filter: grayscale(0);
  opacity: 1;
}

.empty-cart-message {
  padding: 21dvh 0 0;
}

/* .empty-cart-message > svg {
  display: block;
  margin-bottom: 24px;
} */
.empty-cart-message .woocommerce-mini-cart__empty-message {
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}

.empty-cart-message p {
  text-align: center;
}

.empty-cart-message .bttn {
  margin-top: 44px;
  min-width: auto;
}

.mini-cart-back-bttn {
  gap: 8px;
  cursor: pointer;
}

.mini-cart-form-wrap {
  padding-top: 40px;
}

.mini-cart-form {
  margin-top: 24px;
}

.mini-cart-form label {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}

.mini-cart-form input[type="submit"] {
  margin: 40px auto 0;
}

@media screen and (max-width: 992px) {
  .minicart-inner {
    padding: 24px 20px 40px;
  }

  /* .mini-cart-head {
    padding: 0 0 8px;
  } */
  .minicart-list {
    padding-top: 8px;
  }

  .minicart-item .title {
    font-size: 12px;
  }

  .minicart-item .economy-label {
    font-size: 12px;
    padding: 4px 10px;
  }
}

@media screen and (max-width: 480px) {
  .minicart {
    width: 265px;
    max-width: 265px;
  }

  .minicart-item-delete img {
    height: 20px;
    width: auto;
  }

  .minicart-total {
    padding: 16px 0 32px;
  }

  .empty-cart-message p.txt {
    margin: 0;
  }

  .empty-cart-message .bttn {
    margin-top: 32px;
  }
}

@media screen and (max-width: 1199px) {
  .bttn-arrow-light ._txt-semi {
    display: none;
  }
}

h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  transition: 0.3s;
}

h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #00529a;
  transition: 0.3s;
}

.doc-card .img-wrap:hover .bttn-border>.arr-elem {
  background-color: #464953;
}

.doc-card .img-wrap:hover .bttn-border svg path {
  fill: #fff;
  transition: all ease 0.3s;
}

.blog-card .img-wrap {
  background: #e8f7ff;
}

[data-modal="205"] .popup-elem,
[data-modal="206"] .popup-elem {
  border-radius: 32px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  width: 1000px;
}

[data-modal="205"] .popup-close svg path,
[data-modal="206"] .popup-close svg path {
  fill: #00529a;
}

.form-wrap {
  padding-top: 24px;
}

.form-wrap .form-col:first-child {
  width: 50%;
  padding-right: 20px;
}

.form-wrap .form-col:last-child {
  width: 50%;
  padding-left: 20px;
}

.form-wrap p {
  margin: 0;
}

.form-wrap .form-col p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  gap: 20px;
}

.form-wrap label {
  display: block;
  width: 100%;
}

.form-wrap .form-col:last-child input[type="submit"] {
  margin-top: auto;
}

.wpcf7-form.invalid .form-wrap .form-col:last-child input[type="submit"] {
  margin-bottom: 26px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-radius: 8px;
}

@media screen and (max-width: 992px) {

  [data-modal="205"] .popup-elem,
  [data-modal="206"] .popup-elem {
    border-radius: 16px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .form-wrap {
    padding-top: 12px;
  }

  .form-wrap .form-col:first-child {
    padding-right: 10px;
  }

  .form-wrap .form-col:last-child {
    padding-left: 10px;
  }

  .form-wrap textarea {
    height: 111px;
  }
}

@media screen and (max-width: 599px) {
  .form-wrap {
    flex-direction: column;
  }

  .form-wrap .form-col:first-child {
    width: 100%;
    padding-right: 0;
  }

  .form-wrap .form-col:last-child {
    width: 100%;
    padding-left: 0;
  }

  .form-wrap .form-col p {
    height: auto;
    gap: 8px;
  }

  .form-wrap .form-col:last-child p {
    margin-top: 8px;
  }

  .form-wrap .form-col:last-child input[type="submit"] {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
  }
}

.search-form {
  position: relative;
  margin-bottom: 24px;
}

.search-form input {
  position: relative;
  z-index: 0;
  padding-right: 35px;
}

.search-form .search-bttn {
  display: block;
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
}

@media screen and (max-width: 992px) {
  .search-form input {
    padding-right: 30px;
  }

  .search-form .search-bttn {
    right: 10px;
  }

  .search-form .search-bttn img {
    display: block;
    height: 18px;
    width: auto;
  }

  .search-form input {
    font-size: 12px;
  }
}

.docs.family .bttn-base {
  margin: 20px 0 0;
}

.section-head-center {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.section-head-center h2,
.section-head-center p {
  text-align: center;
}

.family-advantages-wrap {
  padding-top: 40px;
  gap: 40px;
}

.family-adv-elem {
  gap: 40px;
}

.contact.family .bttn {
  margin: 60px 0 0;
  width: max-content;
}

.steps-wrap {
  align-items: stretch;
}

.step-elem {
  width: 31.6%;
  min-width: 31.6%;
  height: auto;
}

.step-head {
  margin-bottom: 16px;
  gap: 8px;
}

.step-num {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  border: 1px solid #464953;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}

.step-content {
  margin-bottom: auto;
}

.step-content p {
  margin: 0;
}

.step-elem .bttn {
  margin-top: 40px;
  width: max-content;
}

@media screen and (max-width: 992px) {
  .docs.family .bttn-base {
    margin: 4px 0 0;
  }

  .section-head-center {
    margin-bottom: 32px;
  }

  .family-advantages-wrap {
    padding-top: 0;
    gap: 16px;
  }

  .family-adv-elem {
    gap: 20px;
  }

  .family-adv-elem img {
    height: 32px;
    width: auto;
  }

  .contact.family .bttn {
    margin: 32px auto 0;
  }

  .step-elem {
    padding: 16px 20px;
  }

  .step-num {
    width: 24px;
    height: 24px;
    min-width: 24px;
    font-size: 12px;
    line-height: 16px;
  }

  .step-elem .bttn {
    margin-top: 16px;
  }
}

@media screen and (max-width: 767px) {
  .steps-wrap {
    flex-direction: column;
    gap: 32px;
  }

  .step-elem {
    width: 100%;
    min-width: auto;
    height: auto;
  }
}

/* faq */

.faq-elem {
  padding: 30px 0;
  overflow: hidden;
  transition: 0.3s;
  border-bottom: 1px solid #d6d8dd;
  cursor: pointer;
}

.faq-elem-head .head-wrap {
  gap: 16px;
}

.faq-elem.active {
  transition: 0.3s;
}

/* .faq-elem h5 {
    margin-bottom: 0;
    transition: .3s;
} */
.faq-elem img.icon {
  transition: 0.3s;
}

.faq-elem.active img.icon {
  /* filter: brightness(100%); */
  transform: rotate(180deg);
  transition: 0.3s;
}

.faq-elem img.head-icon {
  height: 44px;
  width: auto;
}

.faq-elem-body {
  padding-top: 24px;
  padding-left: 60px;
}

@media screen and (max-width: 992px) {
  .faq-elem {
    padding: 12px 0;
  }

  .faq-elem img.head-icon {
    height: 36px;
    width: auto;
  }

  .faq-elem-body--txt-editor {
    padding-left: 0;
  }

  .faq-elem-head .head-wrap {
    align-items: flex-start;
  }

  .faq-elem-head {
    /*     align-items: flex-start; */
  }

  .faq-elem-head .head-wrap h5 {
    margin-top: 7px;
  }

  .faq-elem img.icon {
    position: relative;
    top: 6px;
  }
}

/* faq end */
.contact-wrap.family .col:first-child {
  width: calc(55% - 20px);
  min-width: calc(55% - 20px);
}

.contact-wrap.family .col:last-child {
  width: calc(45% - 20px);
  min-width: calc(45% - 20px);
}

.contact-wrap.family .img-wrap {
  position: relative;
  height: 0;
  padding-bottom: 77%;
}

.contact-wrap.family .img-wrap img {
  position: absolute;
}

@media screen and (max-width: 992px) {
  .contact-wrap.family .col:first-child {
    width: 100%;
    min-width: auto;
  }

  .contact-wrap.family .col:last-child {
    width: 100%;
    min-width: auto;
    max-width: 400px;
    margin: 0 auto;
  }
}

.reg-form-wrap {
  background-color: #e0f4ff;
}

.form-head h3,
.form-head p {
  text-align: center;
}

.form-body {
  padding: 40px 0 16px;
}

.form-body .form-col {
  width: calc(50% - 20px);
  min-width: calc(50% - 20px);
}

.form-body .line {
  /* height: 100%; */
  width: 1px;
  min-width: 1px;
  background-color: #9094a266;
  margin: 0 20px;
}

.reg-form-txt-wrap {
  max-width: 636px;
}

.form-nav-elem {
  cursor: pointer;
}

.form-nav-elem-line {
  margin: 8px 24px;
  height: 42px;
  width: 0;
  border: 1px solid #9094a2;
}

.form-nav-elem.current .form-nav-elem-line,
.form-nav-elem.passed .form-nav-elem-line {
  border: 1px solid #00529a;
}

.form-nav-elem .num {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  border: 1px solid #9094a2;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #9094a2;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.form-nav-elem.current .num {
  border: none;
}

.form-nav-elem.passed .num {
  background-color: #00529a;
  border: none;
  color: #fff;
}

.form-nav-elem.current .num::after {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #00529a;
  background-color: #00529a;
  background-position: center;
  background-size: 44%;
  background-repeat: no-repeat;
  background-image: url("../icons/arr-next-wt.svg");
}


.form-nav-elem-head {
  gap: 16px;
}

.form-nav-elem .title {
  color: #9094a2;
}

.form-nav-elem.current .title,
.form-nav-elem.passed .title {
  color: #00529a;
}

.form-nav-mob {
  padding-top: 24px;
}

.form-nav-mob h5 {
  text-align: center;
}

.reg-form {
  height: 100%;
}

.reg-form label.radio-label {
  gap: 16px;
  cursor: pointer;
  user-select: none;
}

.radio-label input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.radio__custom {
  width: 18px;
  min-width: 18px;
  height: 18px;
  border: 1px solid #00529a;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
  transition: border-color 0.2s;
  z-index: 0;
}

/* внутренний круг */
.radio__custom::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #00529a;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease;
  z-index: 5;
}

/* checked */
.radio-label input[type="radio"]:checked+.radio__custom {
  border-color: #00529a;
}

.radio-label input[type="radio"]:checked+.radio__custom::after {
  transform: translate(-50%, -50%) scale(1);
}

/* hover */
/* .radio-label:hover .radio__custom {
  border-color: #555;
} */
.reg-form label .txt {
  display: block;
  padding: 0 24px;
  font-size: 14px;
  line-height: 1.7;
}

.reg-form label .txt.radio,
.reg-form label .txt-sm.radio {
  padding: 0;
}

.form-block {
  gap: 32px;
  height: 100%;
}

.contact.family .form-block .bttn {
  margin-top: auto;
  margin-left: auto;
}

.contact.family .form-block input[type="submit"] {
  min-width: max-content;
  margin-top: auto;
  margin-left: auto;
}

.reg-form label .txt-sm {
  display: block;
  padding: 0 24px;
  font-size: 12px;
  line-height: 1.5;
}

input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;

  font: inherit;
  color: currentColor;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border: 1px solid #00529a;
  border-radius: 4px;
  transform: translateY(-0.075em);

  display: grid;
  place-content: center;
}

input[type="checkbox"]::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  transition: 0.3s opacity ease-in-out;
  background-image: url("../icons/check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  opacity: 0;
}

input[type="checkbox"]:checked::before {
  opacity: 1;
  transition: 0.3s opacity ease-in-out;
}

/* input[type="checkbox"]:focus {
  outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);
} */

input[type="checkbox"]:disabled {
  opacity: 0.5;

  color: rgb(173, 173, 173);
  cursor: not-allowed;
}

@media screen and (max-width: 1199px) {
  .form-nav-elem .title {
    font-size: 14px;
    line-height: 21px;
  }
}

@media screen and (max-width: 767px) {
  .reg-form-wrap {
    padding: 40px 20px;
  }

  .reg-form-wrap .form-head p {
    margin: 8px 0 0;
  }

  .form-body {
    padding: 24px 0 0;
    flex-direction: column;
    gap: 32px;
  }

  .form-body .form-col {
    width: 100%;
    min-width: auto;
  }

  .form-body .line {
    display: none;
  }

  .form-nav-elem .title {
    display: none;
  }

  .form-nav-desk {
    display: flex;
    justify-content: center;
  }

  .form-nav-elem {
    display: flex;
    align-items: center;
  }

  .form-nav-elem .num {
    width: 24px;
    height: 24px;
    min-width: 24px;
    font-size: 12px;
    line-height: 16px;
  }

  .form-nav-elem-line {
    margin: 0 5px;
    height: 2px;
    width: 7vw;
  }

  .form-block {
    gap: 12px;
  }
  .form-nav-elem:last-child .num::after {
 transform: rotate(90deg);
}
}

@media screen and (max-width: 480px) {
  .form-nav-elem-line {
    width: 3vw;
  }
}

#head_menu_desk .menu-item-has-children {
  position: relative;
  padding: 20px 0;
  margin: -20px 0;
}

#head_menu_desk .sub-menu {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 70px;
  background-color: #ffffff;
  border-radius: 0 32px 32px 32px;
  list-style: none;
  padding: 24px 32px;
  margin: 0;
  box-shadow: 0px 6px 10px 4px #00000026;

}
#head_menu_desk .sub-menu .sub-menu {
  background-color: #e0f4ff;
  border-radius: 0 24px 24px 24px;
  padding: 16px 24px;
  z-index: 5;
}

#head_menu_desk .sub-menu a {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #464953;
  border-radius: 0;
  border: none;
  padding: 16px 0px;
  width: max-content;
}
#head_menu_desk .sub-menu .sub-menu a {
  padding: 12px 0px;
}
#head_menu_desk .sub-menu a:hover {
  color: #00529A;
  transition: .3s;
}

#head_menu_desk .menu-item.menu-item-has-children>a.active {
  border-radius: 20px 20px 20px 0;
  background: #fff;
  color: #00529a;
}
#head_menu_desk .menu-item.menu-item-has-children>a.active:after {
  filter: brightness(1) invert(0);
  transform: rotate(180deg);
  transition: all ease 0.3s;
}
#head_menu_desk .sub-menu .menu-item.menu-item-has-children  a:after {
  filter: brightness(1) invert(0);
}
#head_menu_desk .sub-menu .menu-item a:hover {
    background: transparent;
}