:root {
  --color-primary: #FF6B00;
  --color-success: #0DC139;
  --color-gray-light: #c1c1c1;
}

:root {
  --header-background: #fff;
  --color-primary: #498EF6;
  --color-accent-bright: #5888d1;
  --color-accent-light: #74a5f0;
  --bg-light: #f2f2f2;
  --bg-gray: #424349;
  --bg-dark: #313238;
  --bg-primary: #FF6B00;
  --bg-accent-light: #FC9B45;

  --color-error: #ff3333;
  --color-success: #0DC139;
  --color-secondary: #498EF6;
  --color-gray-light: #c1c1c1;
  --color-gray: #424349;
  --color-text: #444444;

  --blue-logo: #74C0EC;
  --purple-accent: #C76CFF;

  /* Primary 10% */
  --bg-tr-shadow: #FF6B001a;
  --bg-tr-dark: #21222966;
}

.bg-l-blue,
.bg-white-ice {
  background-color: #DBEEF9;
}

.bg-green {
  background-color: #C3E3C5;
}

.bg-pink {
  background-color: #FFE8E0;
}

.bg-pippin {
  background-color: #FFE8E0;
}

.bg-mercury {
  background-color: #E5E5E5;
}

.bg-surf-crest {
  background-color: #C3E3C5;
}

.bg-link-water {
  background-color: #CFCBF1;
}

.bg-spindle {
  background-color: #B9DAE9;
}

.bg-drover {
  background-color: #FBF3AA;
}

.bg-as-text {
  background-color: #434342;
}

.bg-nearly-w {
  background-color: #F7F7FE;
}

html.mobile-menu-open {
  overflow: hidden;
}

header,
footer,
section {
  position: relative;
}

body {
  min-height: 100VH;
  font-family: "Fira Sans", Arial, sans-serif;
  color: #424241;
  background-color: #F1FAFF;
  font-weight: 400;
}

a {
  color: #424241;
}

a span {
  text-decoration: none;
}

#top {
  width: 100%;
  font-size: 14px;
  padding: .25em 0;
  box-shadow: 0px 2px 10px rgb(0 0 0 / 5%);
  font-weight: 400;
}

#top a {
  text-decoration: none;
  display: inline-block;
}

#top a:hover,
#top a:focus,
#top a:active {
  text-decoration: none;
  color: inherit;
}

#top i {
  position: relative;
  transition: top .15s;
  top: 0;
}

#top a:hover i {
  top: .2em;
}

#top strong {
  font-weight: 600;
}

#top>div {
  opacity: 0;
  transition: opacity .3s;
}

#top .d {
  color: #5AC060;
  margin-left: .4em;
}

#top .d:before {
  content: "\25B2";
  font-size: 1.2em;
}

header {
  background: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 50px;
  align-items: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  position: sticky;
  top: 0;
  z-index: 20;
  justify-content: center;
}

header .navbar_1,
header .navbar_1 .buttons {
  gap: 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .navbar_1 {
  margin: .5em 0;
}

/* header .navbar_1 .search {
  width: 30vw;
  position: relative;
}
header .navbar_1 .search input {
  border-radius: .5em;
} */
header .navbar_1 .logo {
  min-width: 200px;
  position: relative;
}

header .navbar_1 .logo a {
  display: inline-block;
  width: 100%;
}


header .navbar_1 .search .loop {
  border: 0;
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 16px;
  height: 16px;
  background: url('../img/loop.svg');
}

header .mobile {
  width: 100%;
  justify-content: space-between;
}

header .mobile .item {
  padding: .5em 1em;
  display: inline-block;
}

header .mobile .logo img {
  width: 100px;
}

/* header .navbar_2, footer */
.menu {
  width: 100%;
}

.menu ul {
  list-style: none;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  margin: 0;
}

.menu ul li a {
  text-decoration: none;
  color: inherit;
  position: relative;
  display: block;
}

header .navbar_1 .menu ul {
  display: flex;
  gap: 3em;
  justify-content: space-between;
}

header .navbar_1 .menu ul li {
  max-width: fit-content;
  font-size: 13px;
  display: flex;
  align-items: center;
  position: relative;
}

header .navbar_1 .menu ul li a,
header .navbar_1 .menu ul li.menu-item-has-children a {
  white-space: nowrap;
}

header .navbar_1 .menu ul li.menu-item-has-children>a:after {
  content: "";
  display: inline-block;
  background: url('../img/i-car.svg') center no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  margin: 0 0 0 .6em;
  vertical-align: middle;
}

header .navbar_1 .menu ul li ul {
  position: absolute;
  display: none;
  padding: .7em 0 0;
  left: 0em;
  background: #fff;
  top: 15px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  gap: 0;
  border-radius: 5px;
  overflow: hidden;
  z-index: 21;
}

header .navbar_1 .menu ul li:hover ul {
  display: flex;
  flex-direction: column;
}

header .navbar_1 .menu ul li ul li a,
header .navbar_1 .menu ul li ul li {
  min-width: 100%;
}

header .navbar_1 .menu ul li ul li a {
  font-size: .9em;
  padding: 1em;
  width: inherit;
  display: inline-block;
}

header .navbar_1 .menu ul li ul li:hover {
  background: rgba(217, 217, 217, 0.33);
  ;
}

header .navbar_1 .menu ul li ul li.current-menu-item::after {
  content: none;
}

.box-contacts p {
  margin-bottom: .4em;
}

.box-contacts p a {
  vertical-align: middle;
  white-space: nowrap;
  font-weight: 700;
  font-size: 14px;
}

.box-contacts p i {
  height: 1.5em;
  font-size: 16px;
}

.box-contacts p a.iconlink {
  margin-bottom: .5em;
  display: inline-block;
}

.menu-mobile {
  padding-top: 50px;
  position: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: left .3s, box-shadow .3s;
  top: 0;
  bottom: 0;
  left: -100vw;
  width: 100vw;
  background: url('../img/bg-burger.svg') center no-repeat #fff;
  background-size: cover;
  z-index: 19;
  max-width: 500px;
  box-shadow: 0 0 0 transparent;
}

.menu-mobile.active {
  left: 0;
  box-shadow: 0 0 20px rgb(0 0 0 / 30%);
}

.menu-toggle svg path {
  transform: rotate(0) translate(0, 0);
  ;
  transition: transform .3s;
}

.menu-toggle.active svg path:nth-child(1) {
  transform: rotate(45deg) translate(9%, -14%);
}

.menu-toggle.active svg path:nth-child(2) {
  transform: translate(-102%, 0);
}

.menu-toggle.active svg path:nth-child(3) {
  transform: rotate(-45deg) translate(-40%, -2%);
}

.menu-mobile .menu ul {
  flex-direction: column;
}

.menu-mobile .menu ul li {
  font-size: calc((3vh + 3vw) / 2);
  line-height: calc((3vh + 3vw) / 2);
  padding: calc((11vh + 1vw) / 5);
}

.menu-mobile .menu ul li ul {
  display: flex;
  flex-direction: row;
  margin: auto;
  width: fit-content
}

.menu-mobile .menu ul li ul li {
  width: fit-content
}

/* подчёркивание активного элемента меню */
header .current-menu-item {
  position: relative;
}

header .current-menu-item a {
  font-weight: 700;
}

header ul li a:hover::after {
  content: " ";
  display: block;
  width: 97%;
  left: 0;
  height: .06rem;
  background: #424241;
  top: 2.4rem;
  position: absolute;
}

section {
  padding: 1em 0 2em;
}

section .buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-top: -.5em;
  margin-bottom: -.5em;
}

section .buttons .btn {
  margin: .5em 0;
}

.btn {
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  border-radius: .6em;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  padding: 10px 17px;
}

.btn.btn-lg {
  font-size: 14px;
  line-height: 21px;
  height: 40px;
  padding: 12px 20px;
}

.btn.btn-wide {
  min-width: 12em;
}

.btn.btn-primary {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.btn.btn-primary:hover {
  color: #fff;
  background-color: var(--color-accent-light);
  border-color: var(--color-accent-light);
}

.btn.btn-secondary {
  color: #fff;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}

.btn.btn-secondary:hover {
  color: #fff;
  background-color: var(--color-success);
  border-color: var(--color-success);
}

.btn.btn-outline {
  background: transparent;
  box-shadow: none;
  color: #424241;
  border: 1px solid #424241;
}

.btn.btn-relative {
  height: 3em;
  font-weight: 600;
  font-size: 1em;
  line-height: 1.2em;
  padding: 1.3em;
}

.btn:hover,
.btn-active,
.btn:active {
  background: #424241;
  color: #fff;
  box-shadow: 0 0 0;
}

.btn.btn-link,
.btn.btn-link.active,
.btn.btn-link:active,
.btn.btn-link:hover {
  background: transparent;
  color: #424241;
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
}

h2 {
  font-size: 1.4em;
  line-height: 1.3em;
  font-weight: 700;
}

img {
  width: 100%
}

.max-width-initial img {
  width: initial;
  max-width: initial;
}

.blockquote {
  font-size: 0.7em;
  max-width: 11em;
  margin: auto;
}

.blockquote .footer {
  font-weight: 200;
}

.small h4 {
  font-size: 1.22em;
}

.delim {
  border-right: 1px solid #424241;
}

.trim {
  max-width: fit-content;
  margin: auto;
}

header .navbar_1 .btn {
  margin-left: 20px;
  min-width: 180px;
}

.card {
  border: 0;
  border-radius: .9rem;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.fw-bolder {
  font-weight: 600 !important;
}

.loud-strong strong {
  font-size: 1.3em;
}


/* Styled items and lists */

ul.checked {
  padding: .5em 0;
  margin: 0;
}

ul.checked li,
.summary strong {
  padding-top: .3em;
  list-style: none;
  background: url(../img/check-mark-C3E3C5.svg) 0 0 no-repeat;
  line-height: 1.2em;
  padding-left: 1.8em;
  padding-bottom: 1em;
}

ul.checked.checked-white-ice li {
  background-image: url(../img/check-mark-DBEEF9.svg);
}

ul.checked.checked-green li {
  background-image: url(../img/check-mark-C3E3C5.svg);
}

ul.checked.checked-pink li {
  background-image: url(../img/check-mark-FFE8E0.svg);
}

ul.checked.checked-pippin li {
  background-image: url(../img/check-mark-FFE8E0.svg);
}

ul.checked.checked-mercury li {
  background-image: url(../img/check-mark-E5E5E5.svg);
}

ul.checked.checked-surf-crest li {
  background-image: url(../img/check-mark-C3E3C5.svg);
}

ul.checked.checked-link-water li {
  background-image: url(../img/check-mark-CFCBF1.svg);
}

ul.checked.checked-spindle li {
  background-image: url(../img/check-mark-B9DAE9.svg);
}

ul.checked.checked-zinnwaldite li {
  background-image: url(../img/check-mark-EABEB0.svg);
}

ul.checked.checked-as-text li {
  background-image: url(../img/check-mark-434342.svg);
}

ul.checked.checked-seagull li {
  background-image: url(../img/check-mark-75BDEA.svg);
}

ul.checked li {
  background-repeat: no-repeat;
  background-position: 0 10%;
  background-size: 20px;
}

.schema ul.checked li {
  background-repeat: no-repeat;
  background-position: 0 20%;
  background-size: 15px;
}

/* ???????? */
ul.checked.checked-as-text li {
  background: url(../img/check-mark-434342.svg) 0 0.2em no-repeat;
  background-size: 1.2em;
  line-height: 1.1em;
}

ol.numberic {
  list-style: none;
  counter-reset: my-list-counter;
  padding: 0;
  margin: 0;
}

ol.numberic[start="2"] {
  counter-reset: my-list-counter 1;
}

ol.numberic[start="3"] {
  counter-reset: my-list-counter 2;
}

ol.numberic[start="4"] {
  counter-reset: my-list-counter 3;
}

ol.numberic[start="5"] {
  counter-reset: my-list-counter 4;
}

ol.numberic li {
  counter-increment: my-list-counter;
  margin-bottom: .5em;
  line-height: 1.3em;
  position: relative;
  padding: .3em 0 1em 2.5em;
}

ol.numberic li::before {
  content: counter(my-list-counter) " ";
  color: #424241;
  display: inline-flex;
  width: 1.6em;
  height: 1.6em;
  justify-content: center;
  align-items: center;
  background: #d9d9d9;
  font-weight: bold;
  margin-right: .3em;
  border-radius: .3em;
  position: absolute;
  left: 0;
  top: .1em;
}

ol.numberic.numberic-spindle li::before {
  background: #B9DAE9;
}

ol.numberic.numberic-link-water li::before {
  background: #CFCBF1;
}

ol.numberic.numberic-surf-crest li::before {
  background: #C3E3C5;
}

ul.lined {
  padding: 1em 0 1em 0;
  margin: 0;
}

ul.lined li {
  padding-left: 1em;
  display: block;
  border-left: 1px solid #424241;
}

/* list steps */
ol.steps {
  list-style: none;
  counter-reset: step;
  padding: 0;
  margin: 0;
}

ol.steps li {
  padding-left: 2.6em;
  position: relative;
  display: block;
  font-weight: 600;
  min-height: 5.3em;
}

ol.steps li:before {
  counter-increment: step;
  content: counter(step);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 1.7em;
  height: 1.7em;
  top: -.09em;
  left: 0;
  border: #424241 solid 1px;
  border-radius: 1em;
}

ol.steps li:after {
  content: url("data:image/svg+xml,%3Csvg width='8' height='32' viewBox='0 0 8 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 1C4.5 0.723858 4.27614 0.5 4 0.5C3.72386 0.5 3.5 0.723858 3.5 1L4.5 1ZM3.64645 31.3536C3.84171 31.5488 4.15829 31.5488 4.35355 31.3536L7.53553 28.1716C7.73079 27.9763 7.73079 27.6597 7.53553 27.4645C7.34027 27.2692 7.02369 27.2692 6.82843 27.4645L4 30.2929L1.17157 27.4645C0.97631 27.2692 0.659727 27.2692 0.464465 27.4645C0.269203 27.6597 0.269203 27.9763 0.464465 28.1716L3.64645 31.3536ZM3.5 1L3.5 31L4.5 31L4.5 1L3.5 1Z' fill='%23424241'/%3E%3C/svg%3E");
  position: absolute;
  top: 2.6em;
  left: .65em;
}

ol.steps li:last-child {
  min-height: inherit;
}

ol.steps li:last-child:after {
  content: none;
}


.uplined {
  padding-top: .6em;
  position: relative;
}

.uplined::after {
  content: " ";
  width: 80px;
  height: 1px;
  background-color: #424241;
  position: absolute;
  top: 0;
  left: 0;
}

.checked ul li {
  text-align: left;
  list-style: none;
  background: url(../img/check-mark-EABEB0-sm.svg) 0 0 no-repeat;
  padding-left: 1.4em;
  line-height: 1.2em;
  padding-bottom: 0.4em;
  background-size: 13%;
  font-size: 1.1em;
}

.left-lined {
  border-top: 1px solid #424241;
  border-right: none;
}

.right-lined {
  border-bottom: 1px solid #424241;
}





/* ↓↓ ↓↓ Blocks Styles ↓↓ ↓↓ */




/* ↓↓ ↓↓ FOOTER ↓↓ ↓↓ */

footer {
  background-color: #fff;
  padding: 64px 0;
}

footer .logo>a {
  display: block;
  min-width: 150px;
  max-width: 200px;
}

footer .logo img {
  max-width: 100%;
}

footer .logo .police {
  padding-top: 1em;
}

footer .container>div {
  display: flex;
  flex-direction: column;
  gap: 1em 5em;
  padding-top: 1em;
  justify-content: space-between;
  align-items: top;
  font-size: 16px;
}

footer .container>div .menu ul {
  display: block;
  margin: 0;
  font-size: 16px;
}

footer .container>div .menu ul li {
  margin-bottom: .6em;
}

footer .container>div .menu ul li ul {
  margin-top: .66em;
}

footer .container>div .menu ul li ul li {
  margin-bottom: .6em;
}


footer .menu ul {
  gap: 1em 3em;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .box-contacts {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto auto auto;
  gap: 0 1em;
}
footer .medbank-i {
  width: 1.7em;
  height: 2em;
  margin-right: .5em;
}

/* Owl Carousel */
.owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  height: 0;
  width: 100%;
  font-size: 3em;
}

.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: .2em;
  margin-top: -1.2em;
}

.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: .2em;
  margin-top: -1.2em;
}

.owl-theme .owl-nav [class*=owl-] {
  width: 30px;
}

.owl-theme .owl-nav [class*=owl-] svg {
  transition: margin .1s ease-out;
  margin: 0;
  width: 14px;
}

/* .owl-theme .owl-nav [class*=owl-] path {
  fill: #424241;
} */
.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #424241;
}

.owl-carousel .owl-nav .owl-prev:hover svg {
  margin-right: 6px;
}

.owl-carousel .owl-nav .owl-next:hover svg {
  margin-left: 6px;
}


/* Icons */
.card .wp-block-image {
  margin: 0 0 0.8em
}

a.iconlink,
.iconlinks a,
#medcentersorder a {
  text-decoration: none;
  cursor: pointer;
}

a.iconlink:hover,
.iconlinks a:hover,
#medcentersorder a:hover {
  text-decoration: underline;
}

.medbank-i {
  display: inline-block;
  height: 1.2em;
  width: 1.5em;
  margin-right: .7em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: relative;
  top: -.05em;
}

ul>li.i {
  padding-left: 0;
}

.i-env {
  background-image: url(../img/i-env.svg);
}

.i-tel {
  background-image: url(../img/i-tel.svg);
}

.i-tel-green {
  background-image: url(../img/i-tel-green.svg);
}

.i-mm {
  background-image: url(../img/i-mm.svg);
}

.i-tg {
  background-image: url(../img/i-tg.svg);
}

.i-tm {
  background-image: url(../img/i-tm.svg);
}

.i-wa {
  background-image: url(../img/i-wa.svg);
}

.i-inf {
  background-image: url(../img/i-inf.svg);
}

.i-dzen {
  background-image: url(../img/icons/inline-icon-dzen.svg);
}

.i-telegram {
  background-image: url(../img/icons/inline-icon-telegram.svg);
}

.i-rbk {
  background-image: url(../img/icons/inline-icon-rbk.svg);
}

.i-vk {
  background-image: url(../img/icons/inline-icon-vk.svg);
}



.wp-block-columns,
.wp-block-embed {
  margin-bottom: 0;
  align-items: flex-end;
}

.wp-block-embed__wrapper {
  height: 0;
  padding-bottom: 58%;
  position: relative;
  overflow: hidden;
}

.wp-block-embed__wrapper iframe {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.wp-block-embed {
  border-radius: 15px;
  overflow: hidden;
}

figcaption,
.lL,
.lyte-wrapper {
  margin: 0 !important;
}


.wpcf7-not-valid-tip {
  position: absolute;
  font-size: .5em;
  bottom: .2em;
  right: .5em;
}

/* .wpcf7-response-output {
  display: none;
} */
.wpcf7 form.sent .wpcf7-response-output {
  border: 0;
  color: #46b450;
  display: block;
  position: absolute;
  bottom: -2em;
}

input.wpcf7-not-valid {
  border-color: #dc3232;
}

.form-control {
  font-size: .95em;
}


/* модалки с формами */
body.modal-open {
  overflow: hidden;
}

.modal .modal-header,
.modal .modal-footer {
  border: 0
}

.modal .modal-body {
  margin-top: -1em;
  padding-top: 0;
  padding-bottom: 0;
}

.modal-backdrop {
  background: #D9D9D9;
  opacity: .7;
}

.modal .contacts {
  min-height: 75%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-top: 0;
  font-size: 1.2em;
}

.modal .contacts a {
  text-decoration: none;
}

.modal .contacts a:hover {
  text-decoration: underline;
}

#consultFormModal .modal-form-block {
  padding-top: 1.3em;

}

#consultFormModal .modal-contacts-block {
  padding-bottom: 2em;
  border-bottom: 1px solid #333;

}

.summary {
  font-size: .9em;
}

.for-your {
  gap: 0 2em;
  padding: 1em 0;
}

.for-your ul {
  margin-bottom: 0;
  padding: 0;
}


#exam_scheme .card {
  position: relative;
  overflow: hidden;
}

#exam_scheme .card .close {
  position: absolute;
  display: flex;
  width: 1.6em;
  height: 1.6em;
  justify-content: center;
  align-items: center;
  top: -1px;
  right: -1px;
  font-size: 1.6em;
  border: 1px #424241 solid;
  cursor: pointer;
}

#exam_scheme .card .the-scheme img {
  max-width: 700px;
  display: block;
  margin: auto;
}

.legend {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 5px 10px;
}

.legend p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  margin: 3px;
}

.legend img {
  display: inline-block;
  width: 34px;
  height: 41px;
}


.schema .side {
  font-size: 16px;
}

.schema .side ul.checked {
  padding-top: 0;
}

.schema-info .more-for-medcenter a {
  font-size: 13px;
  display: block;
  text-align: center;
}

.schema-info .iconlinks {
  font-size: .9em;
}


.videoframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 55%;
}

.videoframe a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: .9rem;
  background-position: center;
  background-size: cover;
  box-shadow: 2px 2px 15px rgb(0 0 0 / 10%);
}

.videoframe a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/videobutton.svg) center no-repeat;
  background-size: 100px;
}

ymaps[class*="placemark-overlay"] ymaps[class*="-image"] {
  background-repeat: no-repeat;
}

.grecaptcha-badge {
  right: -1000px !important;
}

.pixel {
  max-width: 0px;
  max-height: 0px;
  overflow: hidden;
}

.fslightbox-frame {
  width: 85vw;
  height: 85vh;
}

.videoframe a:focus {
  filter: brightness(0.5);
}

.cky-title {
  display: none;
}

/* Дополнительные стили для формы */
.wpcf7 input.form-control,
.wpcf7 textarea.form-control,
.wpcf7 select.form-select,
.wpcf7 input.form-check-input {
  /* background-color: var(--bg-light ); */
  background-color: #eeeeee;
  border-radius: .2em;
}

.wpcf7 .form-check-input:checked {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.wpcf7-acceptance label {
  display: flex;
  gap: .5em;
  align-items: center;
  font-size: .92em;
}


/* Тут всё слямзили у fr.helix.tu */

.start__row {
  margin-bottom: 60px
}

@media (max-width: 1199px) {
  .start__row {
    margin: 0 -8px 50px
  }
}

@media (max-width: 991px) {
  .start__row {
    row-gap: 16px
  }
}

@media (max-width: 767px) {
  .start__row {
    row-gap: 10px
  }
}

@media (max-width: 575px) {
  .start__row {
    margin-bottom: 40px
  }
}

@media (max-width: 1199px) {
  .start__row>* {
    padding: 0 8px
  }
}

.start-card {
  transition: .4s ease-in-out;
  flex-shrink: 1
}

.start-card__body {
  cursor: pointer;
  height: 590px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: .4s ease-in-out
}

@media (max-width: 1199px) {
  .start-card__body {
    height: 480px
  }
}

@media (max-width: 991px) {
  .start-card__body {
    height: 56px;
    background-position: bottom
  }
}

@media (max-width: 575px) {
  .start-card__body {
    height: 48px
  }
}

.start-card__body:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%)
}

@media (max-width: 991px) {
  .start-card__body:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .8) 100%)
  }
}

.start-card.active .start-card__body:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49.93%, rgba(0, 0, 0, .8) 100%)
}

@media (max-width: 991px) {
  .start-card.active .start-card__body {
    height: 270px;
    background-position: center
  }

  .start-card.active .start-card__body:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 23.44%, rgba(0, 0, 0, .8) 100%)
  }
}

.start-card__vertical {
    height: calc(100% - 30px);
    padding-bottom: 13px;
    padding-left: 10px;
    display: flex;
    align-items: flex-end;
    position: relative;
    transition: .4s ease-in-out;
}

@media (max-width: 1199px) {
  .start-card__vertical {
    height: calc(100% - 42px);
    padding-left: 15px
  }
}

@media (max-width: 991px) {
  .start-card__vertical {
    height: auto;
    margin-left: 30px;
    padding-bottom: 0;
    padding-top: 8px
  }
}

@media (max-width: 575px) {
  .start-card__vertical {
    padding-top: 11px;
    margin-left: 23px;
    padding-left: 7px
  }
}

.start-card__vertical:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52px;
  height: 120px;
  border-radius: 0 8px 8px 0;
  background: #00be6e
}

@media (max-width: 1199px) {
  .start-card__vertical:before {
    height: 100px;
    width: 46px
  }
}

@media (max-width: 991px) {
  .start-card__vertical:before {
    width: 100px;
    height: 46px;
    border-radius: 0 0 8px 8px;
    bottom: auto;
    top: -5px
  }
}

@media (max-width: 575px) {
  .start-card__vertical:before {
    height: 29px;
    width: 66px;
    top: 0
  }
}

.start-card.active .start-card__vertical {
  transform: translateX(-110%)
}

@media (max-width: 991px) {
  .start-card.active .start-card__vertical {
    transform: translateY(-150%)
  }
}

.start-card__title {
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 30px;
  line-height: .9666666667;
  transform: rotate(-180deg);
  margin: 0;
  position: relative;
  z-index: 1
}

@media (max-width: 1199px) {
  .start-card__title {
    font-size: 26px
  }
}

@media (max-width: 991px) {
  .start-card__title {
    writing-mode: initial;
    transform: none;
    font-weight: 500
  }
}

@media (max-width: 575px) {
  .start-card__title {
    font-size: 16px;
    font-weight: 400
  }
}

.start-card__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 55px;
  column-gap: 55px
}

@media (max-width: 1199px) {
  .start-card__content {
    bottom: 30px;
    left: 30px;
    right: 30px;
    -moz-column-gap: 45px;
    column-gap: 45px
  }
}

@media (max-width: 575px) {
  .start-card__content {
    bottom: 20px;
    left: 20px;
    right: 20px;
    -moz-column-gap: 16px;
    column-gap: 16px
  }
}

.start-card.active .start-card__content {
  opacity: 1;
  visibility: visible;
  transition: .4s ease-in-out;
  transition-delay: .3s
}

.start-card__number {
  color: #00be6e;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  position: relative;
  top: -4px
}

@media (max-width: 575px) {
  .start-card__number {
    font-size: 18px;
    top: 0
  }
}

.start-card__cont {
  max-width: 510px
}

.start-card__text {
  color: #fff;
  font-size: 16px;
  margin-bottom: 1.5em;
  line-height: 1.5
}

.start-card__text a {
  color: #fff;
  font-weight: 700
}

@media (max-width: 575px) {
  .start-card__text {
    font-size: 13px;
    margin-bottom: 1em
  }
}

.start-card__text:last-child {
  margin-bottom: 0
}

.start-card__btn {
  color: #fff;
  text-transform: uppercase
}

@media (max-width: 575px) {
  .start-card__btn {
    font-size: 13px;
    text-align: left;
    color: #00be6e
  }
}

.start-card__btn:active,
.start-card__btn:hover {
  color: #00be6e !important
}

/* end: Тут всё слямзили у fr.helix.ru */

#main {
  padding: 40px 0;
  overflow: hidden;
}
#main h1 {
  font-size: 25px;
  font-weight: 500;
}
#main p {
  font-size: 18px;
}
#main img {
  width: 120%;
  left: 0;
  position: relative;
}
#main .btn {
  padding: .6em 3em;
  font-size: 1em;
  width: 100%;
}


@media screen and (min-width: 430px) {
  #main h1 {
    font-size: 30px;
  }
}


@media screen and (min-width: 768px) {
  #main h1 {
    font-size: 40px;
    font-weight: 500;
  }

}

@media screen and (min-width: 1200px) {
  #main {
    padding: 60px 0;
  }
  #main h1 {
    font-size: 60px;
  }
  #main p {
    font-size: 32px;
  }
  #main img {
    width: 190%;
    left: -45%;
  }
  #main .btn {
    padding: .6em 3em;
    font-size: 1.1em;
    width: max-content;
  }
}
@media screen and (min-width: 1400px) {
  #main h1 {
      font-size: 64px;
    }

}

#product-info {
  padding: 40px 0;
}
#product-info .product-info__item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #088;
  background: #FFF;
  display: flex;
  min-height: 120px;
  padding: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
#product-info .product-info__item .number {
  position: absolute;
  right: -25px;
  bottom: -45px;
  color: #D8F2F2;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #53B8B8;
  font-family: "Open Sans";
  font-size: 163px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  opacity: 0.6
}

#product-info .product-info__item .title {
  position: relative;
  color: #4C5155;
  font-family: "Fira Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
#product-info .product-info__item .info {
  position: relative;
}
@media screen and (min-width: 1200px) {
  #product-info .product-info__item  {
    min-height: 200px;
  }
}

#connect {
  padding: 40px 15px;
  font-size: 18px;
}

#connect .row {
  position: relative;
}
#connect .connect-image-1 {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 36%;
  z-index: 2;
}
#connect .connect-image-2 {
  position: absolute;
  bottom: 0;
  right: 0%;
  width: 40%;
  z-index: 2;
}

#connect .card {
  padding: 1em;
}
#connect .card ul {
  padding: 0;
  margin: 0;
}
#connect .card ul li {
  list-style: none;
  padding: .4em 0;
  border-bottom: 1px solid #A4D5D5;
}

#connect .card ul li:last-child {
  border-bottom: none;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  #connect {
    padding: 40px 0;
    overflow: hidden;
  }
}


@media screen and (min-width: 1200px) {
    #connect .connect-image-1 {
      width: 33%;
    }

    #connect .connect-image-2 {
      width: 36%;
    }
}

@media screen and (min-width: 1400px) {
  #connect {
    max-width: 2000px;
    margin: 0 auto;
  }

  #connect {
    padding: 60px 0;
    font-size: clamp( 16px, calc(1vh + 1vw), 24px );
    overflow: hidden;
  }
  #connect .connect-image-1 {
    width: 26.5%;
  }

  #connect .connect-image-2 {
    width: 29%;
  }

}

#using .btn {
  padding: .6em 3em;
  font-size: 1em;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  #using .col-lg-7 {
    width: 63.33333333%;
  }

  #using .col-lg-1 {
    width: 7.333333333%;
  }

  #using .btn {
    padding: .6em 3em;
    font-size: 1.1em;
    width: max-content;
  }

}

section h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 60px;
}

#diagnostics {
  padding: 40px 0;
}
#diagnostics .image {
  position: relative;
  z-index: 1;
}
#diagnostics .card {
  padding: 1em;
}

#diagnostics .card ul {
  padding: 0;
  margin: 0;
  columns: 1;
  column-gap: 40px;
}

#diagnostics .card ul li {
  font-size: 22px;
  list-style: none;
  padding: .4em 24px .4em 0;
  border-bottom: 1px solid #A4D5D5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3E%3Cpath fill='%23088' fill-rule='evenodd' d='M16.17 30.67a14.67 14.67 0 1 1 0-29.34 14.67 14.67 0 0 1 0 29.34m0-2.67a12 12 0 1 0 0-24 12 12 0 0 0 0 24m4.39-16.94L13.5 18.1l-3.06-3.05-1.88 1.88 4.94 4.95 8.94-8.95z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 1em;
  background-position: right center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  #diagnostics .card ul {
    columns: 2;
  }

}

@media screen and (min-width: 992px) {
  #diagnostics .card ul li {
    font-size: 18px;
    padding: .4em 2em .4em 0;
  }

  #diagnostics .card {
    padding: 1em 2em 2em 50%;
    position: relative;
    width: 150%;
    left: -50%;
  }

}

@media screen and (min-width: 1200px) {
  #diagnostics .card ul li {
    font-size: 18px;
    padding: .4em 2em .4em 0;
  }

  #diagnostics {
    padding: 60px 0;
  }

}
@media screen and (min-width: 1400px) {


  #diagnostics .card ul li {
    font-size: 24px;
    padding: .4em 2em .4em 0;
  }

}


#medbank {
  max-width: 100%;
  overflow: hidden;
}
#the-map {
  width: 100%;
  height: auto;
  position: relative;
}
#the-map .the-map__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: .8em;
  align-items: center;
  z-index: 1;
  padding-left: 0;
  margin-left: 0;
}
#the-map .the-map__list li {
  list-style: none;
  display: flex;
  padding: 16px 20px;
  justify-content: stretch;
  align-items: center;
  font-size: 20px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 6px 6px 30px 0 rgba(0, 136, 136, 0.08);
  width: 100%;
}
#the-map img {
  position: absolute;
  top: 0;
  left: -16%;
  width: 150%;
  height: auto;
  z-index: 0;
}
#the-map .the_map__stat {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  padding: 38px 26px;
  border-radius: 8px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.75);
  margin-bottom: 20px;

}
#the-map .the_map__stat .ages {
  color: #00BE6E;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 25px;
}
#the-map .the_map__stat .item {
  margin-bottom: 8px;
}
#the-map .the_map__stat .item:last-child {
  margin-bottom: 0;
}
#the-map .the_map__stat .item .item__title {
  font-size: 28px;
  margin-bottom: 0;
}
#the-map .the_map__stat .item .item__text {
  font-size: 16px;
}
@media screen and (min-width: 1200px) {

  section h2 {
    font-size: 48px;
    margin-bottom: 60px;
  }
  #the-map img {
    position: relative;
    left: -4%;
    top: 4em;
    width: 116%;
    height: auto;
    z-index: 0;
  }
  #the-map .the-map__list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  #the-map .the-map__list li {
    justify-content: start;
    width: max-content;
  }
  #the-map .the_map__stat {
    position: absolute;
    width: max-content;
    top: 28%;
    left: 55%;
    background: rgba(255, 255, 255, 0.60);
  }
  #the-map .the_map__stat .ages {
    font-size: calmp( 18px, calc(1.5vw + 1.5vh), 48px );
  }
  #the-map .the_map__stat .item {
    margin-bottom: .85em;
  }
  #the-map .the_map__stat .item .item__title {
    font-size: calmp(16px, calc(1vw + 1vh), 28px);
    line-height: 1.1em;
  }
  #the-map .the_map__stat .item .item__text {
    font-size: clamp(12px, calc(.7vw + .7vh), 16px);
  }
  #the-map .the-map__list li {
    padding: .8em 1em;
    font-size: clamp(14px, calc(.65vh + .65vw) , 20px);
    border-radius: .6em;
  }
}
#platform {
  padding: 40px 0;
}
#platform .d-flex .item {
  width: 100%;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 6px 6px 30px 0 rgba(0, 136, 136, 0.08);
  overflow: hidden;
  justify-content: center;
  gap: 2em;
  max-width: 400px;
  margin: auto;
  align-items: center;
}

#platform .d-flex .arrows {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='none'%3E%3Cpath stroke='%23088' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m17.655 10.64 3.72-3.72-3.72-3.72M3.375 6.92h18m-14.28 6.82-3.72 3.72 3.72 3.72m14.28-3.72h-18'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px;
  min-width: 40px;
  min-height: 40px;
  transform: rotate(90deg);
  align-self: center;
  transition: transform 0s 0s, opacity 1.5s 1s;
}

#platform .d-flex .item .item_title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  padding: 0;
  width: min-content;
  min-width: 110px;
}
#platform .d-flex .item img {
  width: auto;
  max-height: 15vh;
}

@media screen and (min-width: 992px) {
  #platform {
    padding: 100px 0 40px;
  }
  #platform .description {
    font-size: 24px;
  }
  #platform .d-flex .arrows {
    transform: rotate(0deg);
  }
  #platform .d-flex .item {
    justify-content: space-between;
    max-width: 100%;
    margin: initial;
    align-items: start;
  }
  #platform .d-flex .item img {
    width: 100%;
    height: auto;
    max-height: inherit;
  }
  #platform .d-flex .item .item_title {
    font-size: 20px;
    padding: 30px 30px 0;
    text-align: left;
  }

}

#form {
  padding: 40px 0;
}
#form .card {
  padding: 20px;
}
@media screen and (min-width: 1200px) {

  #form {
    padding: 180px 0 180px;
    background: url('../img/form-phone.svg') no-repeat center center;
    background-size: 92%;
    max-width: 2000px;
    margin: auto;
  }
  #form .card {
    padding: 60px 60px 20px;
  }
  #form .form {
    padding-left: 70px;
  }

}