@charset "UTF-8";

fieldset,
legend {
  border: 0;
  padding: 0;
}

.flex-direction--column,
figure {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.container,
img {
  max-width: 100%;
}

.form__agree--text a,
a,
a:active,
a:focus,
a:hover {
  text-decoration: none;
}

.mfp-wrap,
.owl-carousel .owl-item,
.owl-carousel .owl-video-play-icon {
  -webkit-backface-visibility: hidden;
}

.heading-line span,
.product_types__plan,
.ttu {
  text-transform: uppercase;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

:focus,
a:active,
a:hover {
  outline: 0;
}

.bage-outline,
a.bage-outline.bage-light:hover {
  outline: 0.0625em solid var(--primary) !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

.br-none br,
.sales__slider .owl-nav,
.vReviews__slider .owl-nav,
[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: dotted thin;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

.mfp-figure figure,
body [class^="col-"]>img,
figure,
form {
  margin: 0;
}

legend {
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

button,
html,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

fieldset {
  margin: 0;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.box__row,
.display--flex,
.footer__social,
.price__item,
.sliderNavs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-direction--column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.align-items__flex-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items__flex-end,
.flex-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items--center,
.middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.box-widthIcon,
.direction-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.justify-content--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.img-style {
  border-radius: var(--radius);
}

.img-contain,
.obj-fit--contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.cbtn-outline,
.transparent {
  background-color: transparent !important;
}

.bgr-primary {
  background-color: var(--primary) !important;
}

.bgr-primary-dark {
  background-color: var(--primary-dark) !important;
}

.bgr-gray-light {
  background-color: var(--gray-light) !important;
}

.bgr-light {
  background-color: var(--light) !important;
}

.mute-3 {
  opacity: 0.7;
}

.color--primary,
.color-primary,
.hover--primary:hover {
  color: var(--primary) !important;
}

.color--dark,
.color-dark {
  color: var(--dark) !important;
}

.color--light,
.color-light {
  color: var(--light) !important;
}

.box-primary .box-content,
.box-primary .box__heading,
.cbtn-outline.cbn-light,
.color--light a,
.color--light>*,
.color-light a,
.color-light>* {
  color: var(--light);
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-400,
.fw-normal {
  font-weight: 400 !important;
}

.width-auto {
  width: auto;
  display: table;
}

.h-a,
.height-auto {
  height: auto;
}

.radius-sm {
  border-radius: var(--radius-sm) !important;
  overflow: hidden;
}

.overflow--hidden,
.overflow-hidden {
  overflow: hidden !important;
}

.accordion__item,
.custom-select__dropdown,
.radius-lg,
.saleSlide__item,
.section-personal,
.section-price,
.vReview__img,
.wrap-select {
  overflow: hidden;
}

.radius-lg {
  border-radius: var(--radius-lg) !important;
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.border--gray,
.border-gray {
  border: 0.0625em solid var(--gray-light);
}

.border--light,
.border-light {
  border: 0.0625em solid var(--light);
}

.lh0 {
  line-height: 0 !important;
}

@media (min-width: 767px) {
  .img-h-md {
    height: 26.25em;
  }

  .lg-ml-a {
    margin-left: auto;
  }

  .radius-default {
    border-radius: var(--radius-default) !important;
    overflow: hidden;
  }
}

.aligncenter,
.breadcrumb__item,
.display--block,
.navItem.hover>.sub-menu,
.no-js .owl-carousel,
.owl-carousel .owl-item img,
.owl-carousel.owl-loaded,
.sub-menu-wrap>.sub-menu,
.tab-wrapper.current {
  display: block;
}

.aboutStatistics__vector,
.custom-select,
.heading-line,
.navItem,
.page-about .section-blocks-col-inner .col-image-wrapper,
.page-about .section-blocks>.container,
.page-doctor .tab-content,
.page-doctor .tab-content-section,
.page-service .doctor-info,
.prices-blocks>div,
.relative,
.saleSlide__content,
.section-aboutStatistics,
.section-blocks-col.is-wide .image-content-wrapper,
.section-blocks-col.is-wide .image-content-wrapper .image-content-inner,
.section-blocks-row,
.section-contacts,
.service-what-is-it-image-wrapper,
.service-what-is-it-image-wrapper .main-img,
.sideBlock__head,
.wpcf7-form-control-wrap {
  position: relative;
}

.absolute,
.page-about .section-blocks img[class*="img-element"],
.page-about .section-blocks img[class*="img-small-element"],
.page-doctor .tab-content img[class*="img-element"] {
  position: absolute;
}

.zi-1,
body {
  position: relative;
}

.v-middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.h-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.is-wide-plate .section-blocks-col-inner .section-blocks-col-text-wrapper,
.w-100,
.w100 {
  width: 100% !important;
}

.h-100,
.h100 {
  height: 100% !important;
}

.pt0 {
  padding-top: 0 !important;
}

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

.space-45 {
  margin-top: em(45);
}

.mt-15,
.space-15 {
  margin-top: em(15);
}

.box__bottom,
.mt-auto {
  margin-top: auto;
}

.m0,
.wpcf7-list-item {
  margin: 0 !important;
}

.p0 {
  padding: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pt-xsm {
  padding-top: em(20) !important;
}

.align-center,
.text-center {
  text-align: center !important;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.bgr-gray-2 {
  background-color: #f5f5f5;
}

.attach-filed:hover,
.bgr-gray {
  background-color: var(--gray);
}

.bgr-primary-light,
.footer,
.section-bannerReviews {
  background-color: var(--primary-light);
}

.bgr-white {
  background-color: var(--white);
}

.justify-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.align-right,
.is-value {
  text-align: right;
}

.space-50 {
  margin-bottom: em(50);
}

.aligncenter,
.alignleft,
.alignright {
  margin-bottom: 1.5em;
}

.white {
  color: var(--white);
}

.color--primary {
  color: var(--primary);
}

.color--gray {
  color: var(--gray);
}

.color--success {
  color: var(--success);
}

.color--danger {
  color: var(--danger);
}

.long-space {
  padding-right: 1em;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
}

.alignright,
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.alignright {
  margin-left: 1.5em;
}

.aligncenter,
.container {
  margin-left: auto;
  margin-right: auto;
}

.aligncenter {
  clear: both;
}

.zi-1 {
  z-index: 1 !important;
}

:root {
  --primary: #5db5b0;
  --primary-light: #d7e7e6;
  --primary-dark: #3ba9ab;
  --acent: #3ba9ab;
  --text-color: #000;
  --black: #000;
  --mute-color: #787d86;
  --dark: #000;
  --gray: #787d86;
  --gray2: #cbcdd1;
  --gray-dark: #3c3e43;
  --gray-light: #eeeff0;
  --success: #1bd26f;
  --light: #fff;
  --danger: #d2201b;
  --radius-default: 2em;
  --radius-sm: 1em;
  --radius-md: 1.5em;
  --radius-lg: 2.5em;
  --transition: all 300ms;
  --transition-slow: all 400ms;
  --font-main: "Golos Text", sans-serif;
  --font-second: "Golos Text", sans-serif;
  --font-weight: 500;
}

body {
  background-color: var(--gray-light);
  font-size: 1rem;
  font-weight: var(--font-weight);
  font-family: var(--font-main);
  line-height: 1.5em;
  color: var(--text-color);
  /*min-width: 23.4375em;*/
}

.cbtn-outline.cbn-light:active,
.cbtn-outline.cbn-light:focus,
.cbtn-outline.cbn-light:hover,
.work__link a:hover span,
a {
  color: var(--primary);
}

b,
strong {
  font-weight: 900;
}

a {
  outline: 0 !important;
}

.mfp-zoom-in,
a,
svg circle,
svg g,
svg path,
svg rect {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

p {
  font-size: 1em;
  font-weight: var(--font-weight);
  margin-bottom: 1.25em;
}

.content-area a:not(.button):not(.image-popup),
.link,
p a {
  color: var(--dark);
  border-bottom: 0.0625em solid;
}

p a:hover {
  border-bottom-color: transparent;
}

sup {
  font-size: 80%;
  -webkit-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  transform: translateY(-35%);
  display: inline-block;
}

hr {
  border: 0;
  border-bottom: 0.0625em solid var(--dark);
}

hr.hr-tiny {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  margin: 25px 0;
}

figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

figure img {
  margin-bottom: 1.5625em !important;
}

figure figcaption {
  display: block;
  margin-top: auto;
  color: var(--mute-color);
}

.container {
  padding-left: 1.25em;
  padding-right: 1.25em;
}

.content-area ul li,
.row,
.row-lg,
.row-md,
.row-sm,
.sideBlock__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row {
  margin: -0.9375em;
}

.row>[class^="col-"] {
  padding: 0.9375em;
}

.row-md {
  margin: -1.25em;
}

.row-md>[class^="col-"] {
  padding: 1.25em;
}

.row-sm {
  margin: -0.625em;
}

.row-sm>[class^="col-"] {
  padding: 0.625em;
}

.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-sm-6 {
  width: 100%;
}

@media (min-width: 61.9375em) and (max-width: 78.75em) {
  .container {
    width: 61.25em;
  }
}

@media (min-width: 78.8125em) {
  .container {
    width: 76.25em;
  }
}

@media (min-width: 85.0625em) {
  .container {
    width: 84.5em;
  }
}

@media (min-width: 37.563em) and (max-width: 61.875em) {
  .col-sm-6 {
    width: 50%;
  }
}

.box-narrow {
  padding-left: 4em;
  padding-right: 4em;
}

.box-narrow-lg {
  padding-left: 8.125em;
  padding-right: 8.125em;
}

.block-narrow-xsm {
  width: 32em;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 61.9375em) {
  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row>.col {
    width: 100%;
  }

  .col-xs-6 {
    width: 50%;
  }
}

@media (max-width: 23.75em) {
  img.h-a.sm-image {
    width: 13.75em;
  }

  .container {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
  }
}

@font-face {
  font-family: "Golos Text";
  font-weight: 400;
  font-style: normal;
  src: url("/wp-content/themes/cifra/fonts/GolosText-Regular.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Golos Text";
  font-weight: 500;
  font-style: normal;
  src: url("/wp-content/themes/cifra/fonts/GolosText-Medium.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Golos Text";
  font-weight: 600;
  font-style: normal;
  src: url("/wp-content/themes/cifra/fonts/GolosText-SemiBold.ttf");
  font-display: swap;
}

@font-face {
  font-family: Exo2-Bold;
  font-weight: 800;
  font-style: normal;
  src: url("/wp-content/themes/cifra/fonts/Exo2-Bold.ttf");
  font-display: swap;
}

@font-face {
  font-family: Exo2-BoldItalic;
  font-weight: 800;
  font-style: italic;
  src: url("/wp-content/themes/cifra/fonts/Exo2-BoldItalic.ttf");
  font-display: swap;
}

@font-face {
  font-family: Exo2-ExtraBold;
  font-weight: 800;
  font-style: normal;
  src: url("/wp-content/themes/cifra/fonts/Exo2-ExtraBold.ttf");
  font-display: swap;
}

@font-face {
  font-family: Exo2-ExtraBold;
  font-weight: 800;
  font-style: italic;
  src: url("/wp-content/themes/cifra/fonts/Exo2-ExtraBoldItalic.ttf");
  font-display: swap;
}

@font-face {
  font-family: Exo2-Black;
  font-weight: 800;
  font-style: normal;
  src: url("/wp-content/themes/cifra/fonts/Exo2-Black.ttf");
  font-display: swap;
}

@font-face {
  font-family: Exo2-BlackItalic;
  font-weight: 800;
  font-style: italic;
  src: url("/wp-content/themes/cifra/fonts/Exo2-BlackItalic.ttf");
  font-display: swap;
}

.ff-exo2-b,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.personal__heading,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Exo2-Bold, sans-serif;
}

.header {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 111;
}

.header__logo img,
.personal__slider .owl-stage-outer {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__inner {
  display: -webkit-box;
  gap: 1.5em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.onScroll .header {
  background-color: var(--light);
  -webkit-box-shadow: 0.25em 0.25em 0.5em 0 rgba(34, 60, 80, 0.05);
  box-shadow: 0.25em 0.25em 0.5em 0 rgba(34, 60, 80, 0.05);
}

@media (min-width: 61.9375em) {
  .lg-hide {
    display: none !important;
  }

  .lg-align-right {
    text-align: right;
  }

  p {
    margin-bottom: 1.25em;
  }

  .container-fluid {
    width: 100%;
    padding-right: 3.4375em;
    padding-left: 3.4375em;
  }

  .md-row {
    margin: -0.9375em;
  }

  .md-row>[class^="col-"] {
    padding: 0.9375em;
  }

  .col-12 {
    width: 100%;
  }

  .col-8 {
    width: 66.6666666667%;
  }

  .col-7 {
    width: 58.333333%;
  }

  .col-6 {
    width: 50%;
  }

  .col-5 {
    width: 41.666667%;
  }

  .col-4 {
    width: 33.3333333333%;
  }

  .col-3 {
    width: 25%;
  }

  .col-2 {
    width: 20%;
  }

  .row>.col {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }

  .col-auto {
    width: auto;
  }

  .row-lg {
    margin: -2em;
  }

  .row-lg>[class^="col-"] {
    padding: 2em;
  }

  .h1,
  .h2,
  h1,
  h2 {
    line-height: 1;
  }

  .h1,
  .h2,
  .h3,
  .h4,
  h1,
  h2,
  h3,
  h4 {
    font-weight: 600;
  }

  .h1,
  h1 {
    font-size: 3.375em;
  }

  .h2,
  h2 {
    font-size: 3em;
  }

  .h3,
  h3 {
    font-size: 2em;
    line-height: 1.2;
  }

  .h4,
  h4 {
    font-size: 1.5em;
    line-height: 1.2;
  }

  .h5,
  .h6,
  .lead,
  h5,
  h6 {
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.2;
  }

  .h5,
  h5 {
    text-transform: uppercase;
  }

  .header__block,
  .header__nav .nav,
  .main-nav .nav-item>a,
  .main-nav>.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
  }

  .header__nav .navItem a,
  .header__phone {
    color: var(--dark);
    font-weight: 500;
    font-size: 1em;
    line-height: 1.5;
  }

  .header__nav .navItem a:active,
  .header__nav .navItem a:focus,
  .header__nav .navItem a:hover,
  .header__phone:active,
  .header__phone:focus,
  .header__phone:hover,
  .main-nav .nav-item>a:hover {
    color: var(--primary);
  }

  .header {
    padding: 1.5em 0;
  }

  .header__block {
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(1.25em);
    border: 0.0625em solid var(--light);
    border-radius: var(--radius-default);
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.25em 2em 1.125em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .header__nav .nav {
    display: flex;
    margin-right: -1em;
    margin-left: -1em;
  }

  .header__nav .navItem {
    margin-right: 0.625em;
    margin-left: 0.625em;
  }

  .header__nav .navItem a {
    display: block;
    white-space: nowrap;
  }

  .header__phone {
    margin-right: 1.5625em;
    margin-left: 2.1875em;
  }

  .onScroll .header {
    padding: 0.3125em 0;
  }

  .onScroll .header__block {
    padding-right: 0;
  }

  .onScroll .header__logo img {
    height: 2.5em;
  }

  .hamburger {
    display: none;
  }

  .main-nav>.nav {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-nav .nav-item {
    margin-right: 1em;
    margin-left: 1em;
  }

  .main-nav .nav-item>a {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--dark);
  }

  .main-nav .nav-item>a svg {
    margin-right: 0.625em;
  }

  .main-nav .nav-item>a span {
    font-size: 1.625em;
    line-height: 1;
    display: block;
  }

  .page__head {
    padding-top: 7.5em;
  }
}

@media (min-width: 61.9375em) and (max-width: 78.75em) {
  .container {
    width: 100%;
  }

  .main-nav .nav-item>a svg {
    width: 1.5625em;
    height: 1.5625em;
    position: relative;
    top: -0.125em;
  }

  .main-nav .nav-item>a span {
    font-size: 1.375em;
  }
}

.work__doctor,
.work__link a {
  display: -webkit-box;
  display: -ms-flexbox;
}

.personal__img,
.work__img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.work__doctor {
  display: flex;
}

.work__doctor--title {
  color: var(--dark);
  font-weight: 500;
  line-height: 1.2;
}

.work__desc,
.work__doctor--desc {
  color: var(--mute-color);
  font-weight: 500;
}

.work__desc,
th {
  line-height: 1.5;
}

.work__doctor--desc {
  line-height: 1.5;
  margin-top: 0.5em;
}

.work__link a {
  border-bottom: 1px solid #bbbec3;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.work__link span {
  color: var(--dark);
  font-weight: 500;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cbtn-outline.cbn-light:active svg path,
.cbtn-outline.cbn-light:focus svg path,
.cbtn-outline.cbn-light:hover svg path,
.work__link a:hover svg path {
  stroke: var(--primary);
}

.work__doctor img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.work__doctor--image-wrapper {
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bage-dark,
.footer__inner {
  background-color: var(--dark);
  color: var(--light);
}

.footer__social a {
  border: 0.0625em solid var(--gray-dark);
  display: block;
  text-align: center;
  width: 3em;
  height: 3em;
  line-height: 3em;
}

.cbtn-dark:active,
.cbtn-dark:focus,
.cbtn-dark:hover,
.footer__social a:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}

.footer__links a span {
  border-bottom: 0.0625em solid;
}

.section-price {
  background: #d7e7e6;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgba(215, 231, 230, 0)),
      color-stop(35%, #d7e7e6),
      color-stop(65%, #d7e7e6),
      to(rgba(215, 231, 230, 0)));
  background: -webkit-linear-gradient(bottom,
      rgba(215, 231, 230, 0) 0,
      #d7e7e6 35%,
      #d7e7e6 65%,
      rgba(215, 231, 230, 0) 100%);
  background: linear-gradient(0,
      rgba(215, 231, 230, 0) 0,
      #d7e7e6 35%,
      #d7e7e6 65%,
      rgba(215, 231, 230, 0) 100%);
}

.cbn-light,
.saleSlide__item {
  background-color: var(--light);
}

.price__item:not(:last-of-type) {
  border-bottom: 0.0625em solid #bbbec3;
}

.price__item--icon,
.step-content-row {
  line-height: 1;
}

.price__item--icon:before {
  content: url("data:image/svg+xml,%3Csvg width='31' height='22' viewBox='0 0 31 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 11.1167L29.05 11.1167' stroke='black' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M19.2167 21.2334L29.3333 11.1167L19.2167 1.00007' stroke='black' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  display: block;
  line-height: 1;
}

.btn-apply span,
.prices-blocks {
  position: relative;
  z-index: 2;
}

.prices-blocks .img-element {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -95%);
}

.prices-blocks .img-element-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  /*transform: translate(25%, 25%);*/
}

.price__img {
  transform: scale(-1, 1);
}

@media (min-width: 61.9375em) {

  .work__doctor--title,
  .work__link span {
    font-size: 1.25em;
  }

  .row.row-work {
    margin: 0 0 1.5em;
  }

  .row.row-work>div {
    padding: 0.0625em;
  }

  .work__img {
    height: 20em;
  }

  .work__img1 {
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
  }

  .work__img2 {
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
  }

  .work__doctor {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .work__doctor--image-wrapper {
    width: 6.25em;
    height: 6.25em;
    border-radius: 50%;
  }

  .work__doctor--content {
    width: calc(100% - 6.25em);
    padding-left: 1em;
  }

  .work__doctor--desc {
    font-size: 1em;
    width: 80%;
  }

  .work__desc {
    font-size: 1em;
  }

  .work__link {
    margin-top: 24px;
  }

  .work__link a {
    padding-bottom: 0.8em;
  }

  .footer__middle,
  .footer__middle2,
  .footer__nav .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
  }

  .footer__links,
  .footer__nav {
    margin-left: auto;
  }

  .footer {
    padding-bottom: 5em;
  }

  .footer__inner {
    border-radius: var(--radius-default);
    padding: 2em 1.5em;
  }

  .footer__middle {
    margin-top: 2em;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__nav {
    margin-right: 2em;
  }

  .footer__nav .nav {
    display: flex;
  }

  .footer__nav .navItem a {
    color: var(--light);
    display: block;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.5;
  }

  .footer__links a:hover,
  .footer__nav .navItem a:active,
  .footer__nav .navItem a:focus,
  .footer__nav .navItem a:hover {
    color: var(--primary);
  }

  .footer__nav .navItem+.navItem {
    margin-left: 1.5em;
  }

  .footer__middle2 {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2.5em;
  }

  .footer__text {
    width: 40%;
  }

  .footer__text p {
    color: var(--gray);
    font-weight: 500;
    font-size: 0.875em;
    line-height: 1.5;
  }

  .footer__copyright,
  .footer__links a {
    color: var(--gray);
    font-weight: 500;
    font-size: 1em;
    line-height: 1.5;
  }

  .footer__bottom {
    border-top: 0.0625em solid var(--gray-dark);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3.25em;
    padding-top: 2em;
  }

  .footer__links a span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .footer__links a:hover>* {
    color: var(--primary) !important;
  }

  .footer__social a:nth-child(2n) {
    position: relative;
    top: 3em;
  }

  .section-price {
    padding-bottom: 7.5em;
  }

  .price__top {
    position: relative;
    padding-top: 0;
    padding-bottom: 8.125em;
  }

  .faq__heading+div {
    margin-top: 1em;
  }

  .price__vector {
    margin-top: -13.125em;
  }

  .price__vector img:not(.price__img) {
    width: 100%;
    height: auto;
    opacity: 0.25;
  }

  .price__top--content {
    display: table;
    margin-left: auto;
  }

  .price__img {
    position: absolute;
    bottom: -11.875em;
    left: -1.875em;
    transform: scale(-1, 1) translate(25%);
  }

  .price__item {
    padding-bottom: 1em;
    padding-top: 1em;
  }

  .price__item+.price__item {
    margin-top: 0.625em;
  }

  .price__item--name {
    font-size: 1.25em;
    font-weight: 500;
    padding-right: 0.75em;
    width: 65%;
  }

  .price__item--price {
    font-size: 1.25em;
    font-weight: 500;
    margin-left: auto;
  }

  .price__item--icon {
    margin-left: 7.5em;
    margin-right: 0.75em;
  }

  .personal__heading {
    line-height: 1;
    position: relative;
  }

  .personal__heading>span {
    display: block;
    font-weight: 500;
    font-size: 7.5em;
    line-height: 1;
    letter-spacing: -0.01em;
  }

  .personal__heading span+span {
    text-align: right;
  }

  .personal__heading svg {
    position: relative;
    top: -0.2666666667em;
    left: -0.0833333333em;
  }

  .personal__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4em;
    margin-bottom: 2.1875em;
  }

  .personal__slider:before {
    width: calc(100% - 25.25em);
  }

  .personal__filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .personal__filter {
    display: block;
    color: var(--dark);
    border-bottom: 0.1em solid transparent;
    font-weight: 500;
    font-size: 1.25em;
    line-height: 1;
    padding: 0 0.4em 0.8em;
  }

  .personal__filter.active,
  .personal__filter:hover {
    color: var(--primary);
    border-bottom-color: var(--primary);
  }

  .personal__filter+a {
    margin-left: 2em;
  }

  .personal__slider {
    width: calc(100% + 25.25em) !important;
  }

  .personal__slider .owl-nav {
    display: none;
  }

  .personal__slider .owl-item {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .personal__img {
    border-radius: var(--radius-default);
    height: 30em;
    margin-bottom: 0.9375em;
  }

  .personal__name {
    font-size: 1.5em;
  }

  .personal__text {
    font-size: 1.25em;
    margin-top: 0.6em;
  }
}

.personal__slider:before {
  content: "Загрузка ...";
  background-color: var(--gray-light);
  color: var(--gray);
  font-size: 1.25em;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  z-index: -1;
}

.personal__slider.change .owl-stage-outer {
  opacity: 0;
}

.personal__slider.change:before {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.personal__name {
  color: var(--dark);
  font-weight: 600;
  line-height: 1.2;
}

.personal__text {
  font-weight: 500;
  line-height: 1.2;
  color: var(--gray);
}

.serviceReview__rating span,
.serviceReview__top span {
  line-height: 1;
  font-weight: 500;
}

.owl-carousel.owl-refresh .owl-item,
.sub-menu-wrap {
  visibility: hidden;
}

.section-aboutStatistics .container,
.section-sales,
.section-sales .container {
  position: relative;
  z-index: 1;
}

.gradient-bottom:before,
.section-contacts:before,
.section-sales:before {
  content: "";
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(215, 231, 230, 0)) to(#d7e7e6));
  background: -webkit-linear-gradient(top,
      rgba(215, 231, 230, 0) 0,
      #d7e7e6 100%);
  background: linear-gradient(180deg, rgba(215, 231, 230, 0) 0, #d7e7e6 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.saleSlide__item {
  position: relative;
}

.saleSlide__content.has-link {
  padding-bottom: 4.375em;
}

.saleSlide__content .link-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
}

.cbtn-sm,
select.form-control option {
  line-height: 1.2;
}

.gradient-top:before {
  content: "";
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#d7e7e6),
      to(rgba(215, 231, 230, 0)));
  background: -webkit-linear-gradient(top,
      #d7e7e6 0,
      rgba(215, 231, 230, 0) 100%);
  background: linear-gradient(180deg, #d7e7e6 0, rgba(215, 231, 230, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gradient-bottom:after {
  content: "";
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(#d7e7e6),
      to(rgba(215, 231, 230, 0)));
  background: -webkit-linear-gradient(bottom,
      #d7e7e6 0,
      rgba(215, 231, 230, 0) 100%);
  background: linear-gradient(0deg, #d7e7e6 0, rgba(215, 231, 230, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.aboutStatistics__vector img {
  width: 100%;
  height: auto;
}

.aboutStatistics__vector+.row,
.gradient-bottom .container,
.gradient-top .container,
.section-contacts .container {
  position: relative;
  z-index: 1;
}

.serviceReview__rating,
.serviceReview__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--dark);
}

.vReview__img {
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.vReview__img:before {
  content: "";
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(52.46%, rgba(93, 181, 176, 0)),
      to(#5db5b0));
  background: -webkit-linear-gradient(top,
      rgba(93, 181, 176, 0) 52.46%,
      #5db5b0 100%);
  background: linear-gradient(180deg,
      rgba(93, 181, 176, 0) 52.46%,
      #5db5b0 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.vReview__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.vReview__img:hover {
  -webkit-box-shadow: 0.25em 0.25em 0.5em 0 rgba(34, 60, 80, 0.05);
  box-shadow: 0.25em 0.25em 0.5em 0 rgba(34, 60, 80, 0.05);
}

.vReview__img:hover img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.vReview__icon {
  border: 0.0625em solid var(--light);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
}

.section-contacts iframe {
  -webkit-filter: saturate(5) grayscale(1);
  filter: saturate(5) grayscale(1);
  overflow: hidden;
}

.cbtn {
  display: inline-block;
  border: 0.0625em solid;
  border-radius: var(--radius-default);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}

.cbtn-sm {
  font-weight: 500;
  font-size: 1em;
  padding: 0.75em 1.5em 0.8125em;
}

.cbtn-outline.cbtn-gray {
  border-color: #bbbec3;
  color: var(--dark);
}

.cbtn-outline.cbtn-gray:active,
.cbtn-outline.cbtn-gray:focus,
.cbtn-outline.cbtn-gray:hover {
  background-color: var(--dark) !important;
  border-color: var(--dark);
  color: var(--light);
}

.box-primary .box__link svg path,
.cbn-light:active svg path,
.cbn-light:focus svg path,
.cbn-light:hover svg path,
.cbtn-outline.cbtn-gray:active svg path,
.cbtn-outline.cbtn-gray:focus svg path,
.cbtn-outline.cbtn-gray:hover svg path,
.sliderNav:hover svg path {
  stroke: var(--light);
}

.article__link:hover svg path,
.js-modal-dismiss:hover svg path,
a.box__link:hover svg path {
  stroke: var(--primary);
}

.cbn-light {
  border-color: var(--light);
  color: var(--dark);
}

.cbn-light:active,
.cbn-light:focus,
.cbn-light:hover,
.cbtn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--light);
}

.cbtn-dark {
  background-color: var(--dark);
  border-color: var(--dark);
  color: var(--light);
}

.custom-select__dropdown,
.custom-select__option--value,
.form-control,
.wrap-select {
  background-color: var(--light);
}

.cbtn-icon span,
.cbtn-icon svg {
  display: inline-block;
  vertical-align: middle;
}

.cbtn-icon span+svg,
.cbtn-icon svg+span {
  margin-left: 0.625em;
}

.form-control {
  border: 0.0625em solid var(--light);
  border-radius: var(--radius-sm);
  color: var(--dark);
  font-weight: 500;
  width: 100%;
}

.wrap-select {
  border-radius: var(--radius-sm);
  cursor: pointer;
  position: relative;
}

.wrap-select svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.125em;
}

select.form-control {
  cursor: pointer;
  background: 0 0;
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.custom-select__option--value {
  border: none;
  border-radius: var(--radius-sm);
  color: var(--dark);
  cursor: pointer;
  font-weight: 500;
  font-size: 1em;
  width: 100%;
  text-align: left;
  padding: 1.25em 1.5em;
  position: relative;
}

.advantages-image-wrapper,
.mfp-container,
.modal--title {
  text-align: center;
}

.custom-select__option--value:before {
  content: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.8333 1.5L6.99999 7.33333L1.16666 1.5' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  position: absolute;
  right: 1.5em;
  transition: 0.3s;
}

.custom-select__dropdown {
  box-shadow: rgba(34, 60, 80, 0.03) 0.25em 0.5em 0.5em 0;
  border-bottom-left-radius: var(--radius-sm);
  border-bottom-right-radius: var(--radius-sm);
  position: absolute;
  top: 2.8125em;
  left: 0;
  width: 100%;
  padding-top: 0.625em;
  z-index: 11;
}

.custom-select__dropdown .custom-select__option {
  background-color: var(--light);
  border: none;
  color: var(--dark);
  font-weight: 500;
  width: 100%;
  text-align: left;
  padding: 0.6875em 1.5em;
  transition: 0.3s;
}

.custom-select__dropdown .custom-select__option:hover {
  background-color: var(--gray-light);
}

.custom-select--active .custom-select__option--value:before {
  transform: rotate(-180deg);
}

select.form-control::-ms-expand {
  display: none;
}

textarea.form-control {
  min-height: 7.5em;
}

.form-group-md {
  margin-bottom: 1.5625em;
}

.form-group-lg {
  margin-bottom: 1.875em;
}

.form__agree {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form__agree [type="checkbox"] {
  background-color: var(--dark);
  border-radius: 0.25em;
  cursor: pointer;
  display: block;
  width: 1.5em;
  height: 1.5em;
  position: relative;
  top: 0.1875em;
  margin-right: 1em;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
}

.form__agree [type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7L5 11L15 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0.3125em 0.3125em;
}

.form__agree--text {
  color: var(--dark);
  font-weight: 500;
}

.form__agree--text a {
  color: var(--dark);
  border-bottom: 0.0714285714em solid;
}

.form__agree--text a:hover {
  border-bottom-color: transparent;
}

.attach-filed {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--white);
  border-radius: 0.3125em;
  padding: 1.1875em 2.125em 1.125em;
  font-weight: 700;
  font-size: 0.875em;
  line-height: 1.2857142857em;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.attach-filed svg {
  margin-left: 1.25em;
}

.attach-filed input,
.custom-checkbox input,
.d-md-block,
.dis-none,
.mfp-align-top .mfp-container:before,
.mfp-loading.mfp-figure,
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader,
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn,
.page-about .section-blocks img[class*="img-element"],
.sub-menu,
.wrap-select svg,
select.form-control {
  display: none;
}

.accordion__title,
.custom-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  cursor: pointer;
}

.custom-checkbox {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-checkbox__checkbox {
  width: 1.3125em;
  height: 1.3125em;
  border-radius: 0.1875em;
  border: 0.0625em solid var(--white);
  background-color: var(--acent2);
  padding: 0.25em;
}

.custom-checkbox__checkbox span {
  display: block;
  width: 0.75em;
  height: 0.75em;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMyAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjgwOTYgMC45MTY5NTRDMTIuNTU1OCAwLjY2MzA5OSAxMi4xNDQzIDAuNjYzMDk5IDExLjg5MDQgMC45MTY5NTRMNC4xMDI5OSA4LjcwNDQ0TDEuMTA5NjMgNS43MTEwOUMwLjg1NTgwNCA1LjQ1NzIzIDAuNDQ0MjczIDUuNDU3MjUgMC4xOTAzOTIgNS43MTEwOUMtMC4wNjM0NjM5IDUuOTY0OTIgLTAuMDYzNDYzOSA2LjM3NjQ1IDAuMTkwMzkyIDYuNjMwM0wzLjY0MzM3IDEwLjA4MzJDMy44OTcxMiAxMC4zMzcxIDQuMzA4OTYgMTAuMzM2OSA0LjU2MjYxIDEwLjA4MzJMMTIuODA5NiAxLjgzNjJDMTMuMDYzNSAxLjU4MjM3IDEzLjA2MzUgMS4xNzA4MSAxMi44MDk2IDAuOTE2OTU0WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==") center/contain no-repeat;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0;
}

.custom-checkbox__checkbox input:checked+span,
.mfp-arrow:focus,
.mfp-arrow:hover,
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}

.custom-checkbox__label {
  font-weight: 400;
  font-size: 0.8125em;
  line-height: 0.7777777778em;
  width: calc(100% - 1.7em);
  padding-left: 0.625em;
  position: relative;
  top: 0.125em;
}

.custom-checkbox__label a {
  color: inherit;
  border-bottom: 0.0625em solid;
}

.content-area a:not(.button):not(.image-popup):hover,
.custom-checkbox__label a:hover,
.link:hover {
  border-bottom-color: transparent;
}

.form-privacy {
  margin-top: 1.875em;
  color: var(--mute-color);
}

.gradient {
  background: #eeeff0;
  background: linear-gradient(0deg,
      #eeeff0 0,
      #dce9e8 35%,
      #d7e7e6 65%,
      #eeeff0 100%);
}

.accordion__item {
  -webkit-backdrop-filter: blur(1.25em);
  backdrop-filter: blur(1.25em);
  background-color: rgba(255, 255, 255, 0.6);
  border: 0.0625em solid var(--light);
}

.accordion__title {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.accordion__arrow-item,
.sliderNav {
  background-color: var(--light);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.accordion-active,
.accordion__title:hover,
.box-light,
a.box-blur:hover {
  background-color: var(--light);
}

.accordion-active .accordion__arrow-item,
.accordion__title:hover .accordion__arrow-item {
  background-color: var(--gray-light);
}

.accordion__title:hover .accordion__title-text {
  color: var(--primary);
}

.accordion__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordion__arrow-item {
  border-radius: 50%;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.accordion__title-text {
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.article__date,
.article__title,
.bage,
.breadcrumbs,
blockquote,
td,
th {
  font-weight: 500;
}

.accordion__content {
  display: none;
  background-color: var(--light);
}

.owl-dots .owl-dot.active,
.sliderNav:hover,
a.box-primary:hover {
  background-color: var(--primary);
}

.accordion-active .accordion__arrow-item svg path+path,
.item-blank,
.mfp-zoom-in.mfp-removing.mfp-bg,
.owl-carousel.owl-hidden {
  opacity: 0;
}

th {
  color: var(--gray);
  font-size: 1em;
  text-align: left;
  padding: 0.5em 0.625em;
}

td {
  color: var(--dark);
  font-size: 1.25em;
  text-align: left;
  line-height: 1.2;
  padding: 1.2em 0.5em 0.8em;
}

td:first-of-type,
th:first-of-type {
  padding-left: 0;
}

td:last-of-type,
th:last-of-type {
  padding-right: 0;
}

tbody tr,
tfoot tr {
  border-top: 0.0625em solid var(--gray2);
}

.sliderNav {
  border-radius: 50%;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.75em;
  height: 3.75em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sliderNav+.sliderNav {
  margin-left: 1.5625em;
}

.owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.5em;
}

.owl-dots .owl-dot {
  background-color: #bbbec3;
  border: 0;
  border-radius: 100%;
  display: block;
  height: 0.5em;
  width: 0.5em;
  padding: 0;
  margin: 0 0.5em;
}

.block-cta {
  -webkit-backdrop-filter: blur(1.25em);
  backdrop-filter: blur(1.25em);
  background: rgba(255, 255, 255, 0.6);
  border: 0.0625em solid var(--light);
  position: relative;
}

@media (min-width: 61.9375em) {

  .section-contacts,
  .section-sales {
    padding-top: 6.25em;
    padding-bottom: 6.25em;
  }

  .gradient-bottom:before,
  .section-contacts:before,
  .section-sales:before {
    height: 42%;
  }

  .sale__sliderNavs {
    position: absolute;
    bottom: 2.5em;
    left: 2.5em;
    z-index: 1;
  }

  .sale__sliderNavs .sliderNav {
    background-color: var(--gray-light);
  }

  .saleSlide__item {
    border-radius: var(--radius-default);
    padding: 2.5em;
  }

  .saleSlide__content {
    width: 42%;
    padding-bottom: 4.375em;
  }

  .saleSlide__label {
    margin-bottom: 1.2em;
  }

  .saleSlide__subheading {
    margin-top: 1.2em;
  }

  .saleSlide__text {
    color: var(--gray);
    font-weight: 500;
    margin-top: 2em;
  }

  .saleSlide__img {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .bannerReviews__img,
  .bannerReviews__vector {
    width: 100%;
    height: auto;
  }

  .bannerReviews__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
  }

  .bannerReviews__heading {
    font-weight: 500;
    font-size: 7.5em;
    line-height: 1;
    letter-spacing: -0.01em;
  }

  .bannerReviews__subheading {
    margin-top: 0.375em;
  }

  .bannerReviews__vector {
    margin-top: 7.5em;
  }

  .section-aboutStatistics {
    padding-top: 6.25em;
  }

  .gradient-top:before,
  .section-aboutStatistics:before {
    height: 45%;
  }

  .aboutStatistics__vector {
    top: 1.875em;
  }

  .serviceReview__top span {
    font-size: 1.25em;
    margin-left: 0.75em;
  }

  .serviceReview__bottom {
    position: relative;
    margin-top: 1em;
  }

  .serviceReview__bottom .box__link {
    position: absolute;
    right: -0.625em;
    bottom: -0.625em;
  }

  .serviceReview__rating {
    font-size: 1.25em;
    margin-right: 0.75em;
  }

  .serviceReview__rating svg {
    margin-left: 0.5em;
  }

  .section-videoReviews {
    padding-top: 6.25em;
    overflow: hidden;
  }

  .videoReviews__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3.625em;
  }

  .vReviews__slider {
    width: calc(100% + 26.8em) !important;
  }

  .accordion__item,
  .section-contacts iframe,
  .vReview__img {
    border-radius: var(--radius-default);
  }

  .vReview__img img {
    height: 30em;
  }

  .vReview__icon {
    width: 3.875em;
    height: 3.875em;
    bottom: 1.25em;
    right: 1.25em;
  }

  .accordion__item+.accordion__item,
  .vReview__heading {
    margin-top: 1em;
  }

  .cbtn-md {
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.2;
    padding: 1em 2.35em 1.1em;
  }

  .form-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .form__agree--text {
    font-size: 0.875em;
    line-height: 1.5;
  }

  .form-control {
    font-size: 1em;
    padding: 1.0625em 1.5em 0.9375em;
    line-height: 1.5;
  }

  .form-group {
    margin-bottom: 1.5em;
    position: relative;
  }

  .section {
    padding-top: 7.5em;
    padding-bottom: 7.5em;
    position: relative;
  }

  .section.pt-md {
    padding-top: 3.75em;
  }

  .section__subheading {
    font-size: 2em;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0.46875em;
  }

  .accordion__title {
    padding: 1.8125em 2.5em;
  }

  .accordion__arrow {
    right: 2.5em;
  }

  .accordion__arrow-item {
    width: 3.75em;
    height: 3.75em;
  }

  .accordion__title-text {
    font-size: 2em;
    padding-right: 5em;
  }

  .accordion__content {
    padding: 0 2.5em 2.8125em;
  }

  .section-cta {
    padding-top: 13.75em;
  }

  .block-cta {
    border-radius: var(--radius-default);
    padding: 4em;
  }

  .cta__img {
    position: absolute;
    bottom: -0.0625em;
    left: 5em;
  }

  .cta__content {
    display: table;
    margin-left: auto;
    padding-right: 3.125em;
  }

  .breadcrumbs {
    font-size: 1em;
    line-height: 1.5;
  }

  .breadcrumb__separate {
    color: var(--gray);
    margin-left: 0.75em;
    margin-right: 0.75em;
  }
}

.block__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.socialItem {
  display: block;
  line-height: 1;
}

.phoneSocialItem {
  transform: translate(0.2em, -2px);
  height: 14px;
}

.phoneSocialItem-btn-popup-wrapper {
  position: absolute;
  top: 25px;
  right: -10px;
  padding: 5px;
  border-radius: 25px;
  background: #5db5b0;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  border: 2px solid #fff;
}

.box-blur,
.box-default {
  -webkit-backdrop-filter: blur(1.25em);
  background: rgba(255, 255, 255, 0.6);
}

.breadcrumb__item:not(.current),
.breadcrumbs {
  color: var(--dark);
}

.box-blur,
.box-primary {
  border: 0.0625em solid rgba(255, 255, 255, 0.5);
}

.phoneSocialItem-btn-popup-wrapper:hover {
  background: #7ed7d2;
}

.phoneSocialItem-btn-popup-wrapper a {
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  white-space: nowrap;
}

.article__title a:hover,
.breadcrumb__item:not(.current):hover,
.content-area ol,
.sideBlock__menu li a:hover,
a.box__link:hover {
  color: var(--primary);
}

.header__btn_cb-wrapper {
  margin: -20px 0.25em 0 2em;
  height: 16px;
}

.header__btn_cb-wrapper .cbtn-sm {
  font-weight: 400;
  font-size: 1em;
  line-height: 33px;
  padding: 0 1em;
}

.socialItem:hover svg path {
  fill: var(--primary);
}

.block__social--lg {
  margin-left: -1em;
  margin-right: -1em;
}

.block__social--lg .socialItem {
  margin-right: 1em;
  margin-left: 1em;
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb__item.current {
  color: var(--gray);
}

.box-sm {
  padding: 0.75em;
}

.box-sm2 {
  padding: 1em;
}

a.box-light:hover {
  -webkit-box-shadow: 0.25em 0.25em 0.5em 0 rgba(34, 60, 80, 0.05);
  box-shadow: 0.25em 0.25em 0.5em 0 rgba(34, 60, 80, 0.05);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.box-blur,
.box-default {
  backdrop-filter: blur(1.25em);
}

.box-primary {
  -webkit-backdrop-filter: blur(1.25em);
  backdrop-filter: blur(1.25em);
  background: rgba(93, 181, 176, 0.6);
}

a.box-primary:hover {
  border-color: var(--priamry);
}

.box__heading {
  color: var(--dark);
}

.box__heading+.box__content {
  margin-top: 1em;
}

.box__link {
  display: table;
  line-height: 1;
  margin-left: auto;
}

.box__link svg {
  display: block;
  line-height: 1;
}

.sideBlock {
  background-color: var(--gray-light);
  position: fixed;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  padding: 1em 1.25em;
  overflow: auto;
  -webkit-transition: 350ms;
  transition: 350ms;
  z-index: 111;
}

.mfp-arrow-left,
.sideBlock.active {
  left: 0;
}

.sideBlock__close {
  position: absolute;
  top: 50%;
  right: -0.375em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sideBlock__nav {
  margin-top: 3em;
}

.sideBlock__menu>li {
  width: 50%;
  margin-bottom: 1.625em;
}

.sideBlock__menu li a {
  color: var(--dark);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
}

.introBanner2 {
  overflow: inherit !important;
  z-index: 11;
}

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

  .page-about .introBanner:before,
  .page-home .introBanner:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 4.5em;
    width: 100%;
    height: 25vh;
    background: linear-gradient(0deg, #edeff0, rgb(237 239 240 / 0%));
    z-index: 1;
  }

  .page-about .introBanner:before {
    bottom: -3.75em;
  }

  .tab-content-section-period-wrapper {
    order: 2;
  }
}

@media (max-width: 991px) {
  .introBanner:before {
    z-index: 0;
  }
}

@media (min-width: 61.9375em) {
  .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: var(--radius-default);
  }

  .box-md {
    padding: 1.5em;
  }

  .box-md2 {
    padding: 1.25em;
  }

  .box.box-narrow {
    padding-left: 4.375em;
    padding-right: 4.375em;
  }

  .box-lg {
    padding: 1.75em 2.5em;
  }

  .box-lg2 {
    padding: 2.5em;
  }

  .box-icon {
    padding: 0.375em;
  }

  .box-icon__content {
    width: calc(100% - 3.75em);
    padding-left: 1em;
  }

  .introBanner {
    padding-top: 7.8125em;
    padding-bottom: 6.25em;
    overflow: hidden;
  }

  .introBanner__heading {
    font-size: 3em;
    line-height: 1;
    position: relative;
    z-index: 1;
  }

  .introBanner__vector {
    margin-top: 2.8125em;
  }

  .introBanner__vector img:not(.introBanner__img) {
    width: 100%;
    height: auto;
  }

  .introBanner__info {
    position: relative;
    z-index: 1;
    margin-top: 2em;
  }

  .introBanner__img {
    position: absolute;
    right: -9.375em;
    bottom: -3.75em;
  }

  .page-home .introBanner__img {
    bottom: 4.5em;
  }

  .wp-post-image {
    border-radius: var(--radius-lg);
    width: 100%;
    height: 28em;
    object-fit: cover;
  }

  .list-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .list-inline li {
    padding: 0.625em;
    width: 25%;
  }
}

@media (min-width: 61.9375em) and (max-width: 112.5em) {
  .introBanner__img {
    width: 57.5em;
    height: auto;
    bottom: 0;
  }

  .page-home .introBanner:before {
    bottom: 0;
  }

  .price__top {
    padding-top: 5em;
  }
}

@media (min-width: 75.0625em) and (max-width: 85em) {
  .header>.container {
    width: 100%;
  }

  .header__logo img {
    width: auto;
    height: 2.1875em;
  }

  .price__img {
    width: 50em;
    height: auto;
    bottom: -3.75em;
  }

  .cta__img {
    left: 3.125em;
  }

  .cta__content {
    padding-right: 0;
  }

  .introBanner {
    padding-bottom: 3.125em;
  }

  .introBanner .h3.box__heading,
  .introBanner h3.box__heading {
    font-size: 1.5em;
  }

  .introBanner .box .space-md {
    margin-top: 1.875em;
  }

  .introBanner__img {
    right: -15.625em;
  }
}

.content-area p:last-of-type,
.page-about .section-blocks-col-text-wrapper .section-blocks-col-inner p:last-child,
.tab-content-section:last-child {
  margin-bottom: 0;
}

.content-area .h1,
.content-area .h2,
.content-area h1,
.content-area h2 {
  margin-bottom: 0.6em;
}

.content-area .h3,
.content-area .h4,
.content-area h3,
.content-area h4 {
  margin-bottom: 0.55em;
}

.content-area .h5,
.content-area .h6,
.content-area h5,
.content-area h6 {
  margin-bottom: 1em;
}

.content-area ol,
.content-area ul {
  margin: 1.25em 0;
}

.content-area ul li:not(:last-of-type) {
  margin-bottom: 0.125em;
}

.content-area ul li:before {
  content: "●";
  color: var(--gray);
  font-size: 0.625em;
}

.content-area ul li span {
  width: calc(100% - 0.7em);
  padding-left: 1em;
}

.content-area ol {
  padding-left: 1.25em;
  list-style: decimal;
  font-weight: 700;
}

.article__title,
.article__title a {
  color: var(--dark);
}

.content-area ol li {
  font-size: 1.125em;
}

.content-area ol span {
  color: var(--text-color);
  font-weight: 400;
  padding-left: 0.8em;
  display: block;
  font-size: 0.8888888889em;
}

.content-area img {
  border-radius: var(--radius);
  margin: 0.9375em 0.9375em 0.9375em 0;
}

.content-area img.alignright {
  margin-left: 0.9375em;
  margin-right: 0;
}

.content-area blockquote {
  font-size: 1.125em;
  margin: 1.6666666667em 0;
  border-left: 0.4444444444em solid var(--primary);
  padding: 0.8333333333em 1.1111111111em 0.8333333333em 1.3888888889em;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0 rgba(34, 60, 80, 0.2);
}

.content-area table {
  margin: 1.875em 0;
}

.article__thumbnail {
  display: block;
  height: 10em;
  overflow: hidden;
  margin-bottom: 1em;
}

.article__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article__title {
  font-size: 1.25em;
  line-height: 1.2;
}

.article__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
}

.article__date {
  color: #787d86;
  font-size: 1em;
  line-height: 1.5;
}

.article__link {
  display: block;
  line-height: 0;
}

.bages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.bage {
  display: block;
  line-height: 1.5;
}

.bage-primary {
  background-color: rgba(93, 181, 176, 0.6);
  color: var(--light);
}

.bage-outline {
  background-color: transparent !important;
  color: var(--primary);
}

.bage-light {
  color: var(--primary);
  background-color: var(--light);
}

.bage-outline.bage-light,
a.bage-outline:hover {
  color: var(--light);
  outline: 0.0625em solid var(--light) !important;
}

a.bage-outline.bage-light:hover {
  background-color: var(--praimary);
  color: var(--primary);
}

a.bage-dark:hover,
a.bage-light:hover,
a.bage-primary:hover {
  background-color: var(--primary);
  color: var(--light);
}

blockquote {
  color: var(--gray);
  position: relative;
}

blockquote:before {
  content: "“";
  color: var(--primary);
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.space-smx {
  margin-top: 0.5em;
}

.heading-line span {
  background-color: #fff;
  color: var(--gray);
  font-size: 1.875em;
  font-weight: 500;
  display: table;
  line-height: 1.2;
  position: relative;
}

.heading-line span:not(.right):not(.center) {
  padding-right: 1.875em;
}

.heading-line span.right {
  padding-left: 1.875em;
  margin-left: auto;
}

.heading-line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.0625em;
  background-color: var(--dark);
}

.modal-default {
  width: 40.5em;
  max-width: calc(100% - 2.5em);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.js-modal-dismiss {
  position: absolute;
  display: block;
  line-height: 1;
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.mfp-iframe-scaler iframe {
  border-radius: var(--radius-default);
  overflow: hidden;
}

.mfp-bg {
  background-color: rgba(0, 0, 0, 0.5) !important;
  opacity: 1 !important;
  -webkit-backdrop-filter: blur(10px) !important;
  backdrop-filter: blur(10px) !important;
}

.boxPrice__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.125em;
}

.boxPrice__top img {
  width: 3.5em;
  height: 2.5em;
  -o-object-fit: contain;
  object-fit: contain;
}

.boxPrice__info {
  width: calc(100% - 3.5em);
  padding-left: 1em;
}

.boxPrice__subtitle {
  color: var(--gray);
  margin-top: 0.125em;
}

.boxPrice__bottom--item,
.boxPrice__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  color: var(--dark);
  font-size: 0.875em;
  line-height: 1.5;
  font-weight: 500;
}

.boxPrice__item {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  padding: 0.5714285714em 0;
}

.boxPrice__item:not(.last) {
  border-bottom: 0.0714285714em solid var(--gray2);
}

.boxPrice__item.last {
  margin-bottom: 0.625em;
}

.boxPrice__label {
  width: 75%;
  padding-right: 0.5714285714em;
}

.boxPrice__price {
  width: 25%;
}

.boxPrice__bottom {
  background: var(--primary-light);
  border-radius: var(--radius-sm);
  padding: 0.5em 1em;
  margin-top: auto;
}

.boxPrice__bottom--item {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.boxPrice__bottom--item+.boxPrice__bottom--item {
  margin-top: 0.4285714286em;
}

.boxPrice__bottom--item span+span {
  font-weight: 600;
}

.tablePrice__total {
  border-top: 0.0625em solid var(--gray2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1.5em;
}

.sm-tablePrice__label {
  display: none;
  color: var(--gray);
  font-weight: 500;
  font-size: 0.75em;
  line-height: 1.2;
  margin-bottom: 0.4166666667em;
}

@media (min-width: 61.9375em) {
  .article__item {
    background-color: var(--light);
    border-radius: var(--radius-default);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .article__item:not(.article__item--lg) {
    padding: 1em;
  }

  .article__item--lg {
    padding: 1.5em;
  }

  .article__thumbnail {
    border-radius: var(--radius-sm);
  }

  .article__item--lg .article__thumbnail {
    height: 20em;
  }

  .article__item--lg .article__title {
    font-weight: 600;
    font-size: 2em;
  }

  .article__desc {
    color: #787d86;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .bage:not(.bage-md):not(.bage-lg) {
    border-radius: 1.1428571429em;
    font-size: 0.875em;
    padding: 0.2857142857em 1.1428571429em 0.3571428571em;
    margin-bottom: 0.8571428571em;
  }

  .bage+.bage {
    margin-left: 1.1428571429em;
  }

  blockquote {
    font-size: 1em;
    line-height: 1.5;
    padding-left: 2.625em;
  }

  blockquote:before {
    font-size: 3em;
  }

  .space-default {
    margin-top: 2.5em;
  }

  .space-lg {
    margin-top: 6.25em;
  }

  .space-mdl {
    margin-top: 3.125em;
  }

  .space-mds {
    margin-top: 1.875em;
  }

  .space-md {
    margin-top: 4.0625em;
  }

  .space-sml {
    margin-top: 1.5em;
  }

  .space-sm {
    margin-top: 1.25em;
  }

  .space-sms {
    margin-top: 0.9375em;
  }

  .modal-default {
    border-radius: var(--radius-default);
    padding: 1.875em;
  }

  .js-modal-dismiss {
    right: 0;
    top: 0;
    -webkit-transform: translate(100%, -100%);
    -ms-transform: translate(100%, -100%);
    transform: translate(100%, -100%);
  }

  .tablePrice__label,
  .tablePrice__total--old {
    font-weight: 500;
    font-size: 1.25em;
    margin-right: 1.2em;
    line-height: 1.2;
  }

  .tablePrice__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    padding-bottom: 0.5em;
  }

  .tablePrice__head .tablePrice__col span {
    color: var(--gray);
    font-weight: 500;
    font-size: 1em;
    line-height: 1.5;
  }

  .tablePrice__item {
    border-top: 0.0625em solid var(--gray2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    padding: 1.5em 0 1em;
  }

  .tablePrice__col+.tablePrice__col {
    padding-left: 0.9375em;
  }

  .tablePrice__price,
  .tablePrice__title {
    font-weight: 500;
    font-size: 1.25em;
    line-height: 1.2;
  }

  .tcol4 {
    width: 66%;
  }

  .tcol5 {
    width: 22%;
  }

  .tcol1 {
    width: 63%;
  }

  .tcol2 {
    width: 37%;
  }

  .tcol3 {
    width: 11%;
  }

  .tablePrice__total--old {
    color: var(--gray);
    text-decoration: line-through;
  }

  .tablePrice__total--price {
    font-weight: 600;
    font-size: 2em;
    line-height: 1.2;
  }
}

@media (min-width: 61.9375em) and (max-width: 75em) {
  .row-lg {
    margin: -0.9375em;
  }

  .row-lg>[class^="col-"] {
    padding: 0.9375em;
  }

  .h2.md-size,
  h2.md-size {
    font-size: 2em;
  }

  .h3.md-size,
  .introBanner .h3.box__heading,
  .introBanner h3.box__heading,
  .personal__name,
  h3.md-size {
    font-size: 1.5em;
  }

  .lead.md-size,
  .serviceReview__top span {
    font-size: 1em;
  }

  .header>.container {
    width: 100%;
  }

  .header__logo img {
    width: auto;
    height: 1.75em;
  }

  .header__block {
    padding: 1.25em 1.5625em 1.125em;
  }

  .header__nav .navItem {
    margin-right: 0.875em;
    margin-left: 0.875em;
  }

  .boxPrice__title,
  .header__nav .navItem a,
  .header__phone,
  body .footer__nav .navItem a {
    font-size: 0.875em;
  }

  .footer__logo img {
    height: 2.15em;
    width: auto;
  }

  .price__img {
    width: 50em;
    height: auto;
    bottom: -3.75em;
  }

  .personal__heading>span {
    font-size: 5.625em;
  }

  .personal__heading svg {
    width: 0.5555555556em;
    height: 0.5555555556em;
  }

  .personal__slider {
    width: calc(100% + 8em) !important;
  }

  .personal__text {
    font-size: 1em;
    margin-top: 0.625em;
  }

  .personal__filter {
    font-size: 1.125em;
  }

  .saleSlide__img img {
    width: 37.5em;
    height: auto;
  }

  .bannerReviews__heading {
    font-size: 5em;
  }

  .bannerReviews__subheading {
    font-size: 3em;
  }

  .section-cta {
    padding-top: 10em;
  }

  .block-cta {
    padding: 3.75em 2.5em;
  }

  .cta__img {
    height: auto;
    width: 26.875em;
    left: 1.875em;
  }

  .cta__content {
    padding-right: 0;
  }

  .introBanner__heading {
    font-size: 2.6em;
  }

  .introBanner {
    padding-bottom: 3.125em;
  }

  .introBanner .box .space-md {
    margin-top: 1.875em;
  }

  .introBanner__img {
    right: -15.625em;
  }

  .boxPrice__subtitle {
    font-size: 0.75em;
    line-height: 1;
  }

  .boxPrice__label,
  .boxPrice__price {
    font-size: 0.75em;
    line-height: 1.25;
  }
}

@media (max-width: 61.875em) {
  .sm-pb0 {
    padding-bottom: 0 !important;
  }

  .sm-hide {
    display: none !important;
  }

  .sm-block-center,
  .sm-image {
    display: table;
    margin-right: auto;
    margin-left: auto;
  }

  .sm-align-center,
  .sm-text-center {
    text-align: center;
  }

  .col-auto,
  .sm-w100 {
    width: 100%;
  }

  .sm-image {
    width: 18.75em;
  }

  .sm-align-left {
    text-align: left !important;
  }

  .sm-height-auto {
    height: auto;
  }

  .sm-pt0 {
    padding-top: 0 !important;
  }

  .sm-m0 {
    margin: 0 !important;
  }

  .sm-p0 {
    padding: 0 !important;
  }

  .sm-order--1 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .img-h-md {
    height: 20em;
  }

  .radius-default {
    border-radius: var(--radius-sm) !important;
    overflow: hidden;
  }

  .sm-order-1 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .sm-pr-default {
    padding-right: 0.9375em;
  }

  .sm-pl-default {
    padding-left: 0.9375em;
  }

  .container-fluid {
    width: 100%;
    padding-right: 1.25em;
    padding-left: 1.25em;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-xsm-6 {
    width: 50%;
  }

  .sm-row-sm {
    margin-left: -0.625em;
    margin-right: -0.625em;
  }

  .sm-row-sm>[class^="col-"] {
    padding: 0.625em;
  }

  .h1,
  h1 {
    font-size: 1.75em;
    font-weight: 600;
    line-height: 1.1;
  }

  .h2,
  .h3,
  h2,
  h3 {
    line-height: 1.2;
    font-weight: 600;
  }

  .h2,
  h2 {
    font-size: 1.5em;
  }

  .h3,
  .personal__name,
  h3 {
    font-size: 1.25em;
  }

  .h4,
  .h5,
  h4,
  h5 {
    font-size: 1.125em;
  }

  .h4,
  h4 {
    font-weight: 600;
    line-height: 1.2;
  }

  .h5,
  .h6,
  .lead,
  h5,
  h6 {
    font-weight: 500;
    line-height: 1.2;
  }

  .h5,
  h5 {
    text-transform: uppercase;
  }

  .h6,
  .work__doctor--title,
  .work__link span,
  h6 {
    font-size: 1em;
  }

  .lead {
    font-size: 0.875em;
  }

  .header {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .header__logo img {
    width: 11.25em;
    height: auto;
  }

  .mobile-trigger-nav {
    line-height: 1;
  }

  .hamburger.active .line:nth-child(2),
  .mob-nav--open .header--phone,
  .mob-nav--open .header--social {
    opacity: 0;
  }

  .main-nav {
    display: none;
    position: fixed;
    left: 0;
    top: 4.375em;
    width: 100%;
    background-color: var(--primary-light4);
    padding: 1.875em 1.25em;
  }

  .main-nav .nav-item+.nav-item,
  .space-md {
    margin-top: 1.875em;
  }

  .main-nav .nav-item>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--dark);
  }

  .main-nav .nav-item>a>svg {
    margin-right: 0.75em;
    position: relative;
    top: -0.0625em;
  }

  .main-nav .nav-item>a>span {
    font-size: 1.5em;
    letter-spacing: 0.01em;
  }

  .hamburger {
    display: block;
    margin-left: 1.25em;
  }

  .hamburger .line {
    background-color: var(--primary);
    border-radius: 0.1875em;
    display: block;
    width: 1.375em;
    height: 0.125em;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }

  .hamburger .line:not(:last-of-type) {
    margin-bottom: 0.25em;
  }

  .hamburger.active .line {
    background-color: var(--dark);
  }

  .hamburger.active .line:first-child {
    -webkit-transform: translateY(0.375em) rotate(45deg);
    -ms-transform: translateY(0.375em) rotate(45deg);
    transform: translateY(0.375em) rotate(45deg);
  }

  .hamburger.active .line:nth-child(3) {
    -webkit-transform: translateY(-0.375em) rotate(-45deg);
    -ms-transform: translateY(-0.375em) rotate(-45deg);
    transform: translateY(-0.375em) rotate(-45deg);
  }

  .header--phone,
  .header--social {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }

  .mob-nav--open .header {
    background-color: var(--primary-light4);
  }

  .page__head {
    padding-top: 5.2em;
  }

  .row.row-work {
    margin: 0 0 1em;
  }

  .row.row-work>div {
    padding: 0.03125em 0;
  }

  .work__img {
    height: 8.75em;
  }

  .work__img1 {
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
  }

  .work__img2 {
    border-bottom-right-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
  }

  .work__doctor--image-wrapper {
    width: 2.875em;
    height: 2.875em;
  }

  .work__doctor--content {
    width: calc(100% - 2.875em);
    padding-left: 0.7em;
  }

  .serviceReview__rating,
  .work__desc,
  .work__doctor--desc {
    font-size: 0.875em;
  }

  .work__doctor--desc br {
    display: none;
  }

  .space-default,
  .work__link {
    margin-top: 1.25em;
  }

  .work__link a {
    padding-bottom: 0.6em;
  }

  .work__link svg {
    width: 1.5em;
    height: 1.5em;
  }

  .footer__copyright,
  .footer__text {
    border-top: 0.0714285714em solid var(--gray-dark);
  }

  .footer {
    padding-bottom: 1.5em;
  }

  .footer__inner {
    border-radius: var(--radius-md);
    padding: 1.5em 1em;
  }

  .footer__top,
  .form__agree,
  .personal__top {
    margin-bottom: 1em;
  }

  .footer__top img {
    width: 100%;
    height: auto;
  }

  .footer__bottom,
  .footer__middle2,
  .introBanner>.container,
  .price__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__contacts {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
    -ms-flex-order: -2;
    order: -2;
  }

  .footer__social {
    margin-top: 1.5em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .footer__social a {
    margin-right: 0.75em;
    margin-left: 0.75em;
  }

  .footer__text {
    color: var(--gray);
    font-weight: 500;
    font-size: 0.75em;
    line-height: 1.2;
    margin-top: 2em;
    padding-top: 1.8333333333em;
  }

  .footer__copyright,
  .footer__links a {
    color: var(--gray);
    font-weight: 500;
    font-size: 0.875em;
    line-height: 1.2;
  }

  .footer__links,
  .space-sml,
  .tablePrice__col+.tablePrice__col {
    margin-top: 0.625em;
  }

  .footer__links a {
    display: table;
    margin-bottom: 1.0714285714em;
  }

  .footer__copyright {
    margin-top: 0.7142857143em;
    padding-top: 1.5714285714em;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .section-price {
    padding-bottom: 2.5em;
  }

  .introBanner__vector,
  .price__vector {
    position: relative;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .price__vector img:not(.price__img) {
    position: absolute;
    width: 95%;
    height: auto;
    top: 5em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .price__img {
    position: relative;
    width: 93%;
    height: auto;
    margin-left: 0.625em;
  }

  .price__top--content {
    margin-bottom: 1em;
    margin-top: -1.875em;
    position: relative;
  }

  .price__item {
    padding-bottom: 0.5em;
    padding-top: 0.5em;
  }

  .price__item+.price__item,
  .vReview__heading {
    margin-top: 0.5em;
  }

  .price__item--name {
    font-size: 0.875em;
    font-weight: 500;
    padding-right: 0.8571428571em;
    width: 65%;
  }

  .price__item--price {
    font-size: 0.875em;
    font-weight: 500;
    margin-left: auto;
  }

  .aboutStatistic-sm,
  .cta__content br,
  .price__item--icon {
    display: none;
  }

  .personal__img {
    border-radius: var(--radius-sm);
    height: 30em;
    margin-bottom: 0.625em;
  }

  .personal__text {
    font-size: 0.875em;
    margin-top: 0.4285714286em;
  }

  .personal__filter,
  .personal__top {
    margin-top: 1em;
  }

  .personal__heading,
  .personal__top,
  .section__head {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
  }

  .section-personal>.container {
    padding-left: 0;
    padding-right: 0;
  }

  .personal__slider,
  .sales__slider,
  .slider__rates {
    margin-left: -20vw;
    width: 140vw !important;
  }

  .personal__heading {
    line-height: 1;
    position: relative;
  }

  .personal__heading>span {
    font-size: 3em;
    letter-spacing: -0.01em;
  }

  .personal__heading>span span {
    display: table;
    margin-left: auto;
  }

  .personal__heading svg {
    width: 0.6666666667em;
    height: 0.6666666667em;
    position: relative;
    top: -0.2083333333em;
  }

  .wrap-personal__filters {
    border: 0.0625em solid #bbbec3;
    border-radius: var(--radius-sm);
    padding: 1em 1.5em 1.125em;
  }

  .personal__filter--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .personal__filter,
  .personal__filter--current span {
    color: var(--dark);
    display: block;
    font-weight: 500;
    font-size: 0.875em;
    line-height: 1.2;
  }

  .personal__filter--current svg {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .personal__filters {
    max-height: 0;
    -webkit-transition: 350ms;
    transition: 350ms;
    position: relative;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    z-index: -1;
  }

  .wrap-personal__filters.active .personal__filters {
    max-height: 31.25em;
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }

  .wrap-personal__filters.active .personal__filter--current svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .saleSlide__subheading,
  .saleSlide__text {
    margin-top: 0.5714285714em;
  }

  .section-sales {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
    overflow: hidden;
  }

  .gradient-bottom:before,
  .gradient-top:before,
  .section-aboutStatistics:before,
  .section-contacts:before,
  .section-sales:before {
    height: 12.5em;
  }

  .section-sales>.container {
    padding: 0;
  }

  .saleSlide__item {
    border-radius: var(--radius-sm);
    padding: 1em;
  }

  .space-default.sm-aside-padding {
    padding-left: 2.1875em;
    padding-right: 2.1875em;
    margin-top: 2em;
  }

  .saleSlide__img {
    position: relative;
    padding: 0 1.5625em;
  }

  .saleSlide__img:before {
    content: "";
    background: -webkit-gradient(linear,
        left top,
        left bottom,
        color-stop(64.35%, rgba(255, 255, 255, 0)),
        to(#fff));
    background: -webkit-linear-gradient(top,
        rgba(255, 255, 255, 0) 64.35%,
        #fff 100%);
    background: linear-gradient(180deg,
        rgba(255, 255, 255, 0) 64.35%,
        #fff 100%);
    position: absolute;
    bottom: -0.125em;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .saleSlide__img img {
    width: 100%;
    height: auto;
  }

  .saleSlide__text {
    color: var(--gray);
    font-weight: 500;
    font-size: 0.875em;
    line-height: 1.2;
  }

  .saleSlide__label {
    margin-bottom: 0.5714285714em;
  }

  .bannerReviews__img {
    width: 20em;
    height: 18.125em;
    -o-object-fit: contain;
    object-fit: contain;
    display: table;
    margin: 1em auto 0;
  }

  .bannerReviews__content {
    margin-top: 1em;
    text-align: center;
  }

  .bannerReviews__heading {
    font-weight: 500;
    font-size: 3em;
    line-height: 1;
    letter-spacing: -0.01em;
  }

  .bannerReviews__subheading {
    font-size: 1.25em;
    line-height: 1.2;
    margin-top: 0.4em;
  }

  .section-aboutStatistics {
    padding-top: 4em;
  }

  .serviceReview__bottom {
    position: relative;
    margin-top: 0.625em;
  }

  .serviceReview__bottom .box__link {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .serviceReview__bottom .box__link svg {
    width: 1.5em;
    height: 1.5em;
  }

  .serviceReview__top img {
    max-width: 9.375em;
    height: auto;
  }

  .serviceReview__top span {
    font-size: 1em;
    margin-left: 0.625em;
  }

  .serviceReview__rating svg {
    height: 0.875em;
    width: auto;
    margin-left: 0.5714285714em;
  }

  .section-videoReviews {
    padding-top: 3.75em;
    overflow: hidden;
  }

  .videoReviews__top {
    margin-bottom: 1.5em;
  }

  .vReviews__slider {
    width: calc(100% + 18em) !important;
  }

  .vReviews__slider .owl-dots {
    width: 100vw;
  }

  .accordion__item,
  .article__thumbnail,
  .vReview__img {
    border-radius: var(--radius-sm);
  }

  .vReview__img img {
    height: 30em;
  }

  .vReview__icon {
    width: 2.375em;
    height: 2.375em;
    bottom: 0.875em;
    right: 0.875em;
  }

  .vReview__icon svg {
    width: 1.875em;
    height: 1.875em;
  }

  .section-contacts {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
  }

  .section-contacts iframe {
    border-radius: var(--radius-sm);
    height: 20em !important;
  }

  .cbtn-md {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.2;
    padding: 1.0625em 1.5625em 1.125em;
  }

  .custom-select__option--value {
    font-size: 0.875em;
    padding: 1.3em 1.15em 1.2em;
  }

  .custom-select__dropdown {
    top: 2.6em;
  }

  .custom-select__dropdown .custom-select__option {
    font-size: 0.875em;
    padding: 0.75em 1.15em;
  }

  .form__agree--text {
    font-size: 0.75em;
    line-height: 1.2;
  }

  .form-control {
    font-size: 0.875em;
    padding: 1.2142857143em 1.1428571429em 1.0714285714em;
    line-height: 1.2;
  }

  .form-group {
    margin-bottom: 1.375em;
    position: relative;
  }

  .section {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
    position: relative;
  }

  .section.pt-md {
    padding-top: 2.5em;
  }

  .section__subheading {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0.5em;
  }

  .accordion__item+.accordion__item,
  .space-mds,
  .space-sm {
    margin-top: 1em;
  }

  .accordion__title {
    padding: 0.9375em 1em;
  }

  .accordion__arrow {
    right: 0.9375em;
  }

  .accordion__arrow-item {
    width: 2.25em;
    height: 2.25em;
  }

  .accordion__arrow-item svg {
    width: 1.25em;
    height: 1.25em;
  }

  .accordion__title-text {
    font-size: 1.125em;
    padding-right: 2.5em;
    line-height: 1.2;
  }

  .accordion__content {
    padding: 0 0.9375em 1em;
  }

  .section-cta {
    padding-top: 11.25em;
  }

  .block-cta {
    border-radius: var(--radius-sm);
    padding: 9.0625em 1em 1.5em;
  }

  .block-cta:before {
    content: "";
    background: -webkit-gradient(linear,
        left top,
        left bottom,
        color-stop(64.35%, rgba(255, 255, 255, 0)),
        to(#f8f9f9));
    background: -webkit-linear-gradient(top,
        rgba(255, 255, 255, 0) 64.35%,
        #f8f9f9 100%);
    background: linear-gradient(180deg,
        rgba(255, 255, 255, 0) 64.35%,
        #f8f9f9 100%);
    height: 16.25em;
    width: 100%;
    position: absolute;
    top: -7.8125em;
    left: 0;
    z-index: 1;
  }

  .cta__img {
    position: absolute;
    top: -8.125em;
    left: 50%;
    width: 16.25em;
    height: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .breadcrumbs {
    font-size: 0.75em;
    line-height: 1.2;
    margin-top: -0.8333333333em;
  }

  .breadcrumb__separate {
    color: var(--gray);
    margin-left: 0.5em;
    margin-right: 0.5em;
  }

  .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: var(--radius-sm);
  }

  .box-md,
  .box-md2 {
    padding: 1em;
  }

  .box-lg {
    padding: 1em 1.5em;
  }

  .box-lg2 {
    padding: 1.25em;
  }

  .box-icon {
    padding: 0;
    width: 2.5em;
    height: 2.5em;
  }

  .box-icon__content {
    width: calc(100% - 2.5em);
    padding-left: 0.75em;
  }

  .box-icon__text {
    font-size: 0.875em;
    line-height: 1.25;
    margin-top: 0.5714285714em;
  }

  .introBanner {
    padding-top: 5em;
    padding-bottom: 3.125em;
  }

  .introBanner__vector:before {
    content: "";
    background: -webkit-gradient(linear,
        left top,
        left bottom,
        color-stop(65.22%, rgba(238, 239, 240, 0)),
        to(#eeeff0));
    background: -webkit-linear-gradient(top,
        rgba(238, 239, 240, 0) 65.22%,
        #eeeff0 100%);
    background: linear-gradient(180deg,
        rgba(238, 239, 240, 0) 65.22%,
        #eeeff0 100%);
    position: absolute;
    bottom: -0.0625em;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .introBanner__vector img:not(.introBanner__img) {
    width: 100%;
    height: auto;
    position: absolute;
    top: -0.9375em;
  }

  .introBanner__img {
    width: 100%;
    height: auto;
    position: relative;
  }

  .introBanner__heading {
    font-size: 1.5em;
    margin-top: 0.2083333333em;
  }

  .introBanner__heading br,
  .sm-tablePrice__label br,
  .tablePrice__head,
  .tablePrice__title br {
    display: none;
  }

  .wp-post-image {
    border-radius: var(--radius-md);
    width: 100%;
    height: 20em;
    object-fit: cover;
  }

  .content-area blockquote {
    font-size: 1em;
    line-height: 1.4;
    border-width: 0.375em;
    padding: 0.9375em 1.25em;
  }

  .article__item {
    background-color: var(--light);
    border-radius: var(--radius-md);
    padding: 1em;
  }

  .article__bottom {
    margin-top: 1.2em;
  }

  .bage:not(.bage-md):not(.bage-lg) {
    border-radius: 1.3333333333em;
    font-size: 0.75em;
    padding: 0.3333333333em 1.3333333333em 0.4166666667em;
    margin-bottom: 1em;
  }

  .bage+.bage {
    margin-left: 1.1666666667em;
  }

  blockquote {
    font-size: 0.875em;
    line-height: 1.2;
    padding-left: 1.5714285714em;
  }

  blockquote:before {
    font-size: 1.7142857143em;
  }

  .space-lg,
  .space-mdl {
    margin-top: 3.125em;
  }

  .modal-default {
    border-radius: var(--radius-sm);
    padding: 1.25em;
  }

  .js-modal-dismiss {
    bottom: -2.8125em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .sm-tablePrice__label {
    display: block;
  }

  .tablePrice__item {
    border-bottom: 0.0625em solid var(--gray2);
    padding-top: 1em;
    padding-bottom: 0.5em;
  }

  .tablePrice__total {
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
  }

  .tablePrice__label {
    font-weight: 500;
    font-size: 0.875em;
    line-height: 1.2;
    margin-right: auto;
  }

  .tablePrice__total--old {
    color: var(--gray);
    font-weight: 500;
    font-size: 0.75em;
    line-height: 1.2;
    text-decoration: line-through;
    margin-right: 1.25em;
  }

  .tablePrice__total--price {
    font-weight: 600;
    font-size: 1.25em;
    line-height: 1.2;
  }

  .tablePrice__price,
  .tablePrice__title {
    font-weight: 500;
    font-size: 0.875em;
    line-height: 1.2;
  }

  /*.tablePrice__price {
    white-space: nowrap;
  }*/
  .slider-rates {
    margin: 0 !important;
    padding-top: 1.875em;
  }

  .slider-rates>[class^="col-"] {
    width: 100% !important;
    padding: 0 !important;
  }
}

@media (max-width: 30em) {

  .col-sm-4,
  .sm-image {
    width: 100%;
  }

  .img-h-md {
    height: 12.5em;
  }

  .personal__img {
    height: 21.875em;
  }

  .personal__slider {
    margin-left: -24vw;
    width: 148vw !important;
  }

  .sales__slider,
  .slider__rates {
    margin-left: -29vw;
    width: 158vw !important;
  }

  .vReviews__slider {
    width: calc(100% + 12em) !important;
  }

  .vReview__img img {
    height: 22.875em;
  }

  .wp-post-image {
    width: 100%;
    height: 15em;
    object-fit: cover;
  }
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.mfp-bg,
.mfp-wrap {
  position: fixed;
  left: 0;
  top: 0;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.mfp-container:before,
.mfp-content {
  display: inline-block;
  vertical-align: middle;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition:
    transform 0.1s,
    -webkit-transform 0.1s;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.mfp-bg {
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  width: 100%;
  height: 100%;
  z-index: 1043;
  outline: 0 !important;
}

.mfp-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  height: 100%;
}

.mfp-content {
  position: relative;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-close,
.mfp-preloader {
  text-align: center;
  position: absolute;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.d-none,
.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  top: 50%;
  width: auto;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-close,
.mfp-preloader a:hover,
.step-wrapper.highlighted .step-content-price {
  color: #fff;
}

.mfp-preloader a {
  color: #ccc;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  right: 0;
  top: 0;
  text-decoration: none;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.linethrough,
.price-linethrough,
.strikethrough {
  text-decoration: line-through !important;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-figure,
img.mfp-img {
  line-height: 0;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-image-holder .mfp-content,
img.mfp-img {
  max-width: 100%;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.mfp-figure:after,
img.mfp-img {
  width: auto;
  height: auto;
  display: block;
}

img.mfp-img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.cookie-block__info-block__text-block__text a,
.cookie-block__info-block__text-block__title a {
  color: var(--primary);
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty,
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

a.image-popup {
  text-decoration: none;
  border-bottom: 0;
}

.introBanner__subheading_text {
  font-size: 1.2em;
  color: var(--gray);
}

.main_price__top_ul-wrapper {
  padding: 15px 0;
  position: relative;
  z-index: 2;
  max-width: 450px;
}

@media screen and (max-width: 1201px) {
  .main_price__top_ul-wrapper {
    max-width: 600px;
    padding: 15px 25px;
  }
}

@media screen and (max-width: 1100px) {
  .main_price__top_ul-wrapper {
    max-width: 500px;
  }
}

.main_price__top_ul-wrapper ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}

.main_price__top_ul-wrapper ul li:before {
  content: "\2022";
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 40px;
  color: #5db5b0;
}

.main_price__top-has_arrow {
  position: relative;
  padding-bottom: 75px;
}

.main_price__top_arrow_wrapper {
  position: absolute;
  bottom: 15px;
  right: 25px;
}

.block1_block__wrapper>a {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.introBanner__info .block1_block__image {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.block1_block__wrapper .box__bottom,
.page-about .section-blocks-col-inner .image-cta-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
}

.introBanner__info .block1_block__text {
  position: relative;
  height: 100%;
}

.introBanner__info .btn-wrapper .cbtn {
  padding: 1em 2em;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline {
  display: inline !important;
}

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

.justify-content-between {
  justify-content: center;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: no-wrap !important;
}

.p-5px {
  padding: 5px !important;
}

.pt-5px {
  padding-top: 5px !important;
}

.pr-5px {
  padding-right: 5px !important;
}

.pb-5px {
  padding-bottom: 5px !important;
}

.pl-5px {
  padding-left: 5px !important;
}

.p-10px {
  padding: 10px !important;
}

.pt-10px {
  padding-top: 10px !important;
}

.pr-10px {
  padding-right: 10px !important;
}

.pb-10px {
  padding-bottom: 10px !important;
}

.pl-10px {
  padding-left: 10px !important;
}

.p-15px {
  padding: 15px !important;
}

.pt-15px {
  padding-top: 15px !important;
}

.pr-15px {
  padding-right: 15px !important;
}

.pb-15px {
  padding-bottom: 15px !important;
}

.pl-15px {
  padding-left: 15px !important;
}

.fs-lil-smaller,
.tariffs-section .boxPrice__title {
  font-weight: 500;
  font-family: "Golos Text", sans-serif;
  font-size: 0.9em !important;
}

.fs-smaller,
.tariffs-section .boxPrice__subtitle {
  font-size: 0.75em !important;
}

.fs-even-smaller {
  font-size: 0.5em !important;
}

.fs-the-smallest {
  font-size: 0.25em !important;
}

.fs-lil-bigger {
  font-size: 1.1em !important;
}

.fs-bigger {
  font-size: 1.25em !important;
}

.fs-even-bigger {
  font-size: 1.5em !important;
}

.fs-the-biggest {
  font-size: 1.75em !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-11 {
  line-height: 1.1 !important;
}

.lh-12 {
  line-height: 1.2 !important;
}

.lh-125 {
  line-height: 1.25 !important;
}

.lh-13 {
  line-height: 1.3 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-175 {
  line-height: 1.75 !important;
}

.lh-2 {
  line-height: 2 !important;
}

.lh-25 {
  line-height: 2.5 !important;
}

.lh-3 {
  line-height: 3 !important;
}

.price-linethrough {
  display: inline-block;
  padding: 0 5px;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 800 !important;
}

.col-6.product_types-col.last-center .product_types-wrapper-col,
.fc-black {
  color: #000 !important;
}

.fc-white,
.service-card:hover .service-card-title {
  color: #fff !important;
}

.fc-gray {
  color: #787d86 !important;
}

.fc-primary {
  color: #5db5b0 !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.bg-primary {
  background-color: #5db5b0 !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.ff-exo2-bi {
  font-family: Exo2-BoldItalic, sans-serif;
}

.doc-img-and-reviews .pd_widget_footer blockquote {
  color: gray;
  background-color: #fff;
  margin: 0 !important;
  font-size: 12px !important;
  font-style: italic;
  padding: 0;
  margin-block-start: 0.25em !important;
  margin-block-end: 0.25em !important;
  margin-inline-start: 5px !important;
  margin-inline-end: 5px !important;
}

.pd_widget_footer,
.pd_widget_footer~.pd_powered_by {
  min-width: auto !important;
}

.pd_widget_footer blockquote:after,
.pd_widget_footer blockquote:before {
  position: relative;
  color: gray;
  background-color: #fff;
  margin: 3px 10px;
  font-size: 14px;
  font-style: italic;
}

.btn-apply-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 25px;
  display: none;
  z-index: 999;
}

.btn-apply {
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  color: #fff;
  background: #5db5b0;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}

.btn-apply:after,
.btn-apply:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  border-radius: 50%;
  background-color: #5db5b0;
  animation-iteration-count: infinite;
}

@keyframes pulse-circle {

  100%,
  60% {
    opacity: 0;
    transform: scale(1);
  }

  75% {
    opacity: 0.5;
    transform: scale(1.1);
  }

  90% {
    opacity: 0;
    transform: scale(1.4);
  }
}

@keyframes pulse-circle-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0px;
  }

  50% {
    stroke-dasharray: 100, 200;
    stroke-dashoffset: -15px;
  }

  100% {
    stroke-dasharray: 100, 200;
    stroke-dashoffset: -125px;
  }
}

@keyframes pulse-animated-circle {

  0%,
  10%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }
}

.btn-apply:before {
  animation-name: pulse-circle;
  animation-duration: 2.8s;
}

.btn-apply:after {
  animation-duration: 2.8s;
  animation-name: pulse-animated-circle;
  animation-timing-function: ease-out;
}

.btn-apply-wrapper:hover .btn-apply {
  background: #81d9d4;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

.btn-apply-wrapper:hover .btn-apply:after,
.btn-apply-wrapper:hover .btn-apply:before {
  background: #81d9d4;
}

@media screen and (max-width: 61.875em) {
  .btn-apply-wrapper {
    display: block;
  }
}

.page-doctor .main-content-section {
  padding-bottom: 5em;
  overflow-x: hidden;
}

.page-doctor .tab-content img.img-element-1 {
  right: 0;
  top: 18%;
  transform: translate(45%, 0);
}

.page-doctor .tab-content img.img-element-2 {
  left: 0;
  top: 46%;
  transform: translate(-45%, 0) scale(-1, 1);
}

.tab-switchers {
  display: flex;
  border-bottom: 1px solid #ccc;
}

.page-doctor .tab-switchers {
  border: none;
  gap: 10px;
}

.tab-switcher {
  cursor: pointer;
  padding: 10px 25px;
  border-radius: 10px 10px 0 0;
  transform: translate(0, 2px);
  border-bottom: 2px solid transparent;
}

.page-doctor .tab-switcher {
  min-width: 25%;
  text-align: center;
  padding: 0;
  border: none;
}

.page-doctor .tab-switcher-btn {
  width: 100%;
  text-align: center;
  height: 79px;
  border-radius: 30px;
  box-shadow: 0 0 0 2px #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0 35px;
}

.page-doctor .tab-switcher-btn span {
  color: #969696;
  font-size: 20px;
}

.tab-switcher.current {
  border-bottom-color: #5db5b0;
  font-weight: 600;
}

.page-doctor .tab-switcher.current .tab-switcher-btn,
.page-doctor .tab-switcher:hover .tab-switcher-btn {
  background: #5db5b0;
  box-shadow: none;
}

.page-doctor .tab-switcher.current .tab-switcher-btn span,
.page-doctor .tab-switcher:hover .tab-switcher-btn span {
  color: #fff;
  font-weight: 600;
  font-family: Exo2-Bold, sans-serif;
}

.tab-switcher:hover {
  border-bottom-color: #81d9d4;
}

.tab-wrapper {
  display: none;
  padding: 50px 25px 0;
}

.page-doctor .tab-wrapper {
  padding: 35px 0 0;
}

.tab-heading {
  text-align: center;
  margin-bottom: 50px;
}

.tab-content-section {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.page-doctor .tab-activity {
  gap: 25px;
}

.tab-content-section-col {
  padding: 15px;
  width: 50%;
}

.page-doctor .tab-activity .tab-content-section-col {
  padding: 0;
  width: calc(50% - 25px);
  border-radius: 30px;
  overflow: hidden;
}

.tab-content-section.image-align-right .tab-content-section-image-wrapper {
  order: 2;
}

.tab-content-section.image-align-right .tab-content-section-text-wrapper {
  order: 1;
}

.page-doctor .tab-activity .tab-content-section-text-wrapper {
  background: rgba(0, 0, 0, 0.01);
  -webkit-backdrop-filter: blur(0.5em);
  backdrop-filter: blur(0.5em);
  box-shadow: 0 0 0 2px var(--light);
  padding: 25px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab-content-section-text {
  color: var(--gray);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 400;
}

.page-doctor .tab-content-section-text {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  font-family: "Golos Text";
}

.page-about .section-blocks-col-text-wrapper .section-blocks-col-inner p,
.page-doctor .tab-content-section-text p {
  font-weight: 300;
}

.tab-content-section-image {
  height: 420px;
}

.tab-content-section-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tab-wrapper[data-tab-name="experience"] .tab-content {
  background: #fff;
  border-radius: 30px;
  padding: 45px 35px;
}

.tab-experience {
  border-bottom: 1px solid #dadada;
  margin-bottom: 5px;
}

.tab-experience:last-child,
.tablePrice__total.no-border {
  border: none;
}

.tab-wrapper[data-tab-name="experience"] .tab-content-section-text {
  color: #000;
  font-weight: 600;
}

.tab-content-section-period-wrapper {
  width: 25%;
  text-align: left;
  font-size: 1.1em;
  color: #6c6c6c;
}

.tab-experience .tab-content-section-text-wrapper {
  width: 75%;
}

.doctor_diplomas__slider-outer {
  overflow: hidden;
  padding: 25px 0 50px;
  position: relative;
}

[class*="slide-control-"] {
  position: absolute;
  top: 45%;
  transform: translate(0, -50%);
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
}

.slide-control-left {
  left: 22.5%;
}

.slide-control-right {
  right: 22.5%;
}

.doctor_diplomas__slider .owl-dots {
  display: flex !important;
  transform: translate(0, 30px);
}

.doctor_diplomas__slider .owl-stage-outer {
  overflow: visible !important;
}

.doctor_diplomas__slider .owl-item .slide-wrapper {
  transition: 0.2s;
  opacity: 0.9;
  padding: 10px;
  background: #fff;
}

.doctor_diplomas__slider .owl-item.center {
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .doctor_diplomas__slider .owl-item.center .slide-wrapper {
    transform: scale(1.2);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    opacity: 1;
  }
}

@media screen and (max-width: 991px) {
  .main_price__top_ul-wrapper {
    max-width: none;
  }

  .d-md-block {
    display: block;
  }

  .d-md-hide,
  [class*="slide-control-"] {
    display: none;
  }

  .tab-content-section-col {
    padding: 15px;
    width: 100% !important;
    font-size: 1.25em;
  }

  .tab-content-section.image-align-right .tab-content-section-image-wrapper {
    order: 1;
  }

  .tab-content-section.image-align-right .tab-content-section-text-wrapper {
    order: 2;
  }

  .tab-content-section-period-wrapper {
    text-align: left;
  }

  .doctor_diplomas__slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
}

@media screen and (max-width: 768px) {
  .tab-content-section-text {
    font-size: 16px;
  }

  .tab-content-section {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 567px) {
  .bages {
    flex-direction: column;
  }

  .bage {
    margin: 0 auto 1em !important;
    width: 100%;
    max-width: 250px;
    text-align: center;
  }

  .doctor_diplomas__slider .owl-dots .owl-dot {
    width: 7px;
    height: 7px;
    margin: 0 3px;
  }

  .tab-content-section-text {
    font-size: 15px;
  }

  .tab-content-section-text p {
    font-weight: 400;
  }

  .tab-content-section {
    margin-bottom: 15px;
  }
}

.video_review-wrapper {
  height: 50vw;
  min-height: 200px;
  max-height: 500px;
}

.video_review-wrapper iframe {
  width: 100%;
  height: 100%;
}

.page-doctor .video_review-wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.service-card {
  border: 0.0625em solid var(--light);
  background-color: rgba(255, 255, 255, 0.35);
  -webkit-backdrop-filter: blur(0.5em);
  backdrop-filter: blur(0.5em);
  transition: 0.35s;
}

.service-card:hover {
  background: #5db5b0;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.035);
  color: #fff;
  border-color: #87e7e1;
}

.service-card .service-card-title {
  transition: 0.25s;
}

.service-card:hover path {
  stroke: #fff !important;
}

.highlights-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.highlights-col-wrapper {
  padding: 35px 25px;
  border-radius: 30px;
  background: #97cdca;
  color: #fff;
  width: 297px;
  height: 100%;
}

.highlights-icon-wrapper {
  height: 63px;
  margin-bottom: 20px;
}

.highlights-icon {
  max-height: 100%;
}

.highlights-col-title {
  font-weight: 400;
  font-size: 1em;
  padding-bottom: 5px;
}

.highlights-col-content {
  font-size: 1.75em;
  font-family: Exo2-Bold, sans-serif;
}

.hl-content-smaller {
  font-size: 1.65em;
}

.highlights-col-content span {
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 0.75em;
  display: inline-block;
  padding: 5px 0 0;
}

.highlights-wrapper-btn-wrapper,
.steps-wrapper-btn-wrapper {
  padding: 0;
  display: flex;
  align-items: end;
  justify-content: end;
}

.highlights-wrapper-btn {
  width: 100%;
  max-width: 325px;
  padding: 0;
  height: 80px;
  line-height: 79px;
  text-align: center;
  background: #000;
  border-radius: 50px;
  color: #fff;
  font-size: 1.5em;
  font-weight: 500;
  display: inline-block;
  transition: background 0.2s;
}

.highlights-wrapper-btn:hover {
  background: var(--primary);
}

@media screen and (max-width: 1250px) {
  .highlights-wrapper {
    flex-wrap: wrap;
  }

  .highlights-col {
    width: 25%;
    flex-grow: 1;
  }

  .highlights-col-wrapper {
    width: 100%;
  }

  .highlights-wrapper-btn-wrapper {
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .highlights-wrapper {
    flex-direction: column;
  }

  .highlights-col {
    width: 100%;
    flex-grow: 1;
  }

  .highlights-col-wrapper {
    width: 100%;
    max-width: 500px;
    /*margin: 0 auto;*/
    text-align: center;
  }

  .highlights-col-content {
    font-size: 1.5em;
  }

  .highlights-wrapper-btn {
    height: 65px;
    line-height: 65px;
    font-size: 1.25em;
  }
}

@media screen and (max-width: 768px) {
  .highlights-col-wrapper {
    padding: 25px 20px;
  }

  .highlights-col-content {
    font-size: 1.35em;
  }

  .highlights-wrapper-btn {
    height: 60px;
    line-height: 59px;
    font-size: 1.25em;
  }

  .highlights-icon-wrapper {
    margin-bottom: 15px;
  }
}

.page-service .doctor-info .img-element {
  position: absolute;
  top: 100%;
  right: 50px;
  opacity: 0.5;
}

@media screen and (min-width: 991px) {
  .page-service .introBanner__heading {
    margin-top: 2rem;
    font-size: 3.75em;
  }

  .page-service .heading-space {
    margin-top: 3em !important;
  }
}

.page-service .block1_subtitle_text-wrapper {
  display: flex;
  gap: 20px;
}

.page-service .block1_subtitle_text-wrapper-col {
  width: 50%;
  max-width: 258px;
  border-radius: 30px;
  padding: 45px 25px;
  background: #fff;
  position: relative;
}

.page-service .block1_subtitle_text-wrapper-content {
  position: relative;
  height: 100%;
  z-index: 2;
  color: #000;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}

.page-service .block1_subtitle_text-wrapper-col .img-element {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(15px, 15px);
}

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

  .block1_subtitle_text-wrapper-content br,
  .page-service .introBanner__subheading br {
    display: none;
  }

  .page-service .block1_subtitle_text-wrapper {
    flex-wrap: wrap;
  }

  .page-service .block1_subtitle_text-wrapper-col {
    width: 100%;
    max-width: none;
    padding: 30px 25px;
  }

  .page-service .block1_subtitle_text-wrapper-col .img-element {
    opacity: 0.35;
    max-height: 100%;
  }
}

.page-service .advantages-wrapper {
  color: #000;
}

/*.advantages-text-wrapper {
  padding: 0 20px;
}*/
.tab_advantages_list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tab_advantages_list-item-wrapper {
  padding: 15px;
  border-radius: 15px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 15px;
}

.tab_advantages_list-item-number-wrapper {
  min-width: 40px;
  text-align: center;
  font-size: 3.75em;
  font-family: Exo2-Bold, sans-serif;
  color: var(--primary);
  transform: translate(0, -3px);
  padding: 10px 0;
}

.product_types-row {
  padding: 25px 0;
}

.product_types-col.is-not-last-row {
  margin-bottom: -135px;
}

.product_types-wrapper-col {
  padding: 35px 25px;
  border-radius: 30px;
  height: 100%;
  position: relative;
}

.is-not-first-row .product_types-wrapper-col {
  box-shadow: 0 -5px 10px 1px rgba(0, 0, 0, 0.3);
}

.is-not-last-row .product_types-wrapper-col {
  padding-bottom: 150px;
}

.product_types-wrapper-col .padding {
  position: relative;
  padding-bottom: 50px;
  height: 100%;
}

.product_types__plan {
  font-weight: 400;
}

.product_types__content {
  font-weight: 500;
}

.product_types__price {
  font-weight: 600;
  font-size: 200%;
}

.product_types-col.has-price .product_types__price {
  position: absolute;
  bottom: 5px;
}

.service-what-is-it-image-wrapper .img-element {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-37px, -10px);
}

.tablePrice__label.is-label {
  width: 100%;
  text-align: right;
}

.tablePrice__label.is-price {
  white-space: nowrap;
  font-weight: 800;
}

.section-tableprice .tablePrice__item.is-last {
  border-bottom: 0.0625em solid var(--gray2);
}

.section-tableprice .tablePrice__total.is-first {
  margin-top: 1em;
}

.section-tableprice .tablePrice__total.is-last {
  margin-bottom: 1em;
}

.section-tableprice .tablePrice__total.tablePrice__item {
  padding: 1.5em 0 0;
}

.tablePrice__item.no-border {
  border: none !important;
}

.tariffs-section .tariffs-row {
  display: flex;
  margin: -0.625em;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 15px;
}

.tariffs-section .tariffs-row .tariffs-col {
  flex-grow: 1;
  width: 100%;
}

.tariffs-section .boxPrice__top img {
  width: 3em;
}

.tariffs-section .boxPrice__info {
  padding-left: 0.75em;
}

.is_2_columns .boxPrice__price,
.tariffs-section .boxPrice__bottom--item>span:nth-child(3) {
  padding-left: 15px;
}

.tariffs-section .boxPrice__top {
  align-items: start !important;
}

.page-about .section-blocks-col.is-wide .section-blocks-col-inner .image-wrapper img.col-image,
.tariffs-section .boxPrice__label,
.tariffs-section .boxPrice__price {
  width: auto;
}

.tariffs-table {
  font-size: 0.55em;
  font-weight: 400;
}

.tariffs-table-tr {
  display: flex;
  border-bottom: 0.0714285714em solid var(--gray2);
}

.tariffs-table-col {
  vertical-align: bottom;
  flex-basis: 0;
  flex-grow: 1;
}

.tariffs-table-row.no-border-bottom {
  border-bottom: none;
}

.tariffs-table-row.no-border-top {
  border-top: none;
}

.tariffs-section .boxPrice__bottom {
  font-size: 0.9em;
}

.tariffs-section .has_2_columns .box {
  width: 325px;
}

.tariffs-section .boxPrice__bottom--item>span {
  white-space: nowrap;
}

.page-about .section-blocks-col,
.page-about .section-blocks-col-inner .image-wrapper img.col-image,
.tariffs-section .boxPrice__bottom--item>span:first-child {
  width: 100%;
}

@media screen and (max-width: 1360px) {
  .tariffs-section .tariffs-row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
  }

  .tariffs-section .tariffs-row .tariffs-col {
    flex-grow: 0;
    width: 33%;
    padding: 15px;
  }

  .tariffs-section .tariffs-row .tariffs-col.has_2_columns {
    width: 66%;
  }

  .tariffs-section .tariffs-row .tariffs-col.has_2_columns .box {
    width: 100%;
  }

  .tariffs-table {
    font-size: 0.7em;
  }

  .tariffs-table .boxPrice__label,
  .tariffs-table .boxPrice__price {
    font-size: 1em;
  }

  .tariffs-bottomline {
    padding: 0 20px;
  }
}

@media screen and (max-width: 991px) {
  .block1_subtitle_text-wrapper-content br {
    display: block;
  }

  .page-service .block1_subtitle_text-wrapper-content {
    font-size: 16px;
  }

  .page-service .block1_subtitle_text-wrapper-col {
    padding: 25px 20px;
    border-radius: 20px;
  }

  .product_types-col:not(:last-child) {
    margin-bottom: -135px !important;
  }

  :not(:last-child) .product_types-wrapper-col {
    padding-bottom: 150px;
  }

  .product_types-col:not(.has-price) .padding {
    padding-bottom: 0;
  }

  .product_types-col:last-child .product_types-wrapper-col {
    margin-bottom: 0 !important;
    padding-bottom: 45px;
  }

  .product_types-col:last-child .product_types__content {
    padding-bottom: 25px;
  }

  .product_types-col:not(:first-child) .product_types-wrapper-col {
    box-shadow: 0 -5px 10px 1px rgba(0, 0, 0, 0.3);
  }

  .product_types__price {
    font-size: 150%;
  }

  .tariffs-section-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .tariffs-section .tariffs-row {
    margin: 0;
  }

  .tariffs-section .tariffs-row .tariffs-col {
    width: 50%;
  }

  .tariffs-section .tariffs-row .tariffs-col.has_2_columns {
    width: 100%;
  }
}

.wpcf7-list-item-label {
  white-space: pre-line;
}

.page-special .mainBanner-outer {
  position: relative;
  background-color: #fafbfb;
  background-repeat: no-repeat;
  background-size: 500% 100%;
  background-position: 0 100%;
  border-radius: 50px;
  background-image: none !important;
}

@media screen and (min-width: 1361px) {
  .page-special .mainBanner-outer {
    background-image: none !important;
  }
}

.page-special .img-element {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0, 50%);
  max-width: 20vw;
}

.page-special .mainBanner-image-wrapper {
  border-radius: 50px;
  overflow: hidden;
}

.page-special .mainBanner-image {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 300px;
  object-fit: cover;
  object-position: right;
  border-radius: 50px;
}

.page-special .mainBanner-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 348px;
  max-width: 800px;
  padding: 25px;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}

.mainBanner-cell {
  padding: 15px;
}

.page-special .mainBanner-title {
  font-size: 40px;
  font-family: Exo2-Bold, sans-serif;
}

.page-special .mainBanner-text,
.step-wrapper {
  font-size: 20px;
}

@media screen and (max-width: 1360px) {
  .page-special .mainBanner-outer {
    padding: 25px;
    border-radius: 35px;
  }

  .page-special .mainBanner-image {
    position: relative;
  }

  .page-special .mainBanner-wrapper {
    max-width: none;
    min-height: auto;
    padding: 0;
  }

  .page-special .mainBanner-title {
    font-size: 35px;
  }

  .page-special .mainBanner-text {
    font-size: 18px;
  }

  .step-wrapper {
    font-size: 19px;
  }
}

@media screen and (max-width: 991px) {
  .page-special .mainBanner-outer {
    margin-top: 15px;
    padding: 15px;
    border-radius: 30px;
  }

  .mainBanner-cell {
    padding: 15px 15px 5px;
  }

  .page-special .mainBanner-title {
    font-size: 30px;
  }

  .page-special .mainBanner-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 700px) {
  .page-special .mainBanner-image {
    min-height: 250px;
  }
}

@media screen and (max-width: 568px) {
  .page-special .mainBanner-image {
    min-height: 200px;
  }

  .page-special .mainBanner-title {
    font-size: 26px;
  }

  .page-special .mainBanner-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 468px) {
  .page-special .mainBanner-image {
    min-height: 150px;
  }

  .page-special .mainBanner-title {
    font-size: 25px;
  }

  .page-special .mainBanner-text {
    font-size: 15px;
  }
}

.section-heading {
  margin-bottom: 35px;
}

.step-wrapper {
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 30px;
  background: #e0e0e0;
  border: 2px solid #fff;
  color: rgba(0, 0, 0, 0.75);
}

.step-wrapper:not(:last-child) {
  margin-bottom: 20px;
}

.step-wrapper.highlighted {
  background: #a8ddda;
  color: #fff;
}

.step-cell {
  padding: 15px 25px;
  height: 100%;
}

.step-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.step-wrapper .step-number {
  font-size: 5em;
  font-family: Exo2-Bold, sans-serif;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.1);
}

.step-content-group:not(:last-child) {
  margin-bottom: 15px;
}

.step-content-row:not(:last-child) {
  margin-bottom: 5px;
}

.step-wrapper .step-content-post_price,
.step-wrapper .step-content-pre_price,
.step-wrapper .step-content-pre_text {
  font-weight: 400;
  font-size: 0.8em;
}

.step-wrapper .step-content-text {
  font-weight: 500;
  font-size: 1.2em;
}

.step-wrapper .step-content-post_text {
  font-weight: 400;
  font-size: 1em;
}

.step-wrapper .step-content-price {
  font-weight: 600;
  font-size: 1.6em;
  color: #000;
}

.section-steps-total-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 2em;
  font-family: Exo2-Bold, sans-serif;
  font-weight: 700;
}

.section-steps-total-cell {
  padding: 15px;
  position: relative;
}

.section-steps-total-notice {
  font-size: 0.6em;
  font-family: var(--font-main);
  font-weight: 400;
  line-height: 1;
  padding: 10px 0 0;
}

.steps-wrapper-btn {
  max-width: none;
  padding: 0 45px;
  display: inline-block;
  width: auto;
}

@media screen and (max-width: 1200px) {
  .tab-content-section-image {
    height: auto;
  }

  .step-wrapper {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .step-wrapper {
    font-size: 17px;
  }

  .sideBlock__menu>li>.sub-menu {
    padding-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .tariffs-section .tariffs-row .tariffs-col {
    width: 100%;
  }

  .tariffs-table {
    font-size: 0.65em;
  }

  .step-wrapper {
    flex-direction: column;
    align-items: start;
    border: 1px solid #fff;
  }

  .step-wrapper .step-number {
    margin: 15px 0;
  }
}

@media screen and (max-width: 650px) {
  .section-steps-total {
    margin-top: 25px;
  }

  .section-steps-total-row {
    padding-bottom: 15px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 1.75em;
  }

  .is-label {
    padding-top: 0;
    padding-bottom: 5px;
    font-size: 0.75em;
  }

  .is-value {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .steps-wrapper-btn-wrapper {
    justify-content: center;
  }
}

@media screen and (max-width: 569px) {
  .highlights-col-wrapper {
    padding: 20px 15px;
  }

  .highlights-icon-wrapper {
    margin-bottom: 10px;
  }

  .step-wrapper {
    font-size: 16px;
    align-items: center;
  }

  .section-steps-total-row {
    font-size: 1.7em;
  }
}

@media screen and (max-width: 469px) {
  .step-wrapper {
    font-size: 15px;
    text-align: center;
  }

  .steps-wrapper-btn-wrapper .steps-wrapper-btn {
    height: auto;
    line-height: 1;
    padding: 20px 30px;
    font-size: 1em;
  }
}

.nav>.navItem>.sub-menu-wrap {
  position: absolute;
  left: -30px;
  top: 100%;
  padding-top: 27px;
}

.sub-menu-wrap {
  opacity: 0;
  transition: opacity 0.25s;
}

.navItem:hover>.sub-menu-wrap {
  opacity: 1;
  visibility: visible;
}

.nav>.navItem>.sub-menu-wrap>.sub-menu {
  -webkit-backdrop-filter: blur(1.25em);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #fff;
  border-radius: 32px;
  padding: 0.75rem;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  transition: 0.25s;
}

.nav>.navItem>.sub-menu-wrap:hover>.sub-menu {
  background: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}

.nav>.navItem>.sub-menu-wrap>.sub-menu>.navItem>a {
  position: relative;
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 500;
  display: block;
  min-width: 250px;
  padding: 0.375rem 0.75rem;
  padding-right: 40px;
}

.navItem__icon {
  background: url("./img/icon-arrow-bottom-right1.svg") 100% center no-repeat;
  width: 2.5rem;
  height: 2.5rem;
  background-size: 1rem 0.5rem;
  position: absolute;
  right: 0.75rem;
  top: 0;
  background-position-y: 1.5rem;
  cursor: pointer;
}

.navItem.hover .navItem__icon {
  background-image: url("./img/icon-arrow-top-left1.svg");
}

.navItem.hover .navItem .navItem__icon {
  background: url("./img/icon-arrow-bottom-right1.svg") 100% center no-repeat;
}

.navItem.hover .navItem.hover .navItem__icon {
  background-image: url("./img/icon-arrow-top-left1.svg");
}

.sub-menu-wrap .sub-menu .navItem .sub-menu .is-submenu-child {
  max-width: 90%;
}

.sub-menu-wrap .sub-menu .sub-menu-wrap .sub-menu .sub-menu .navItem {
  margin-left: 0;
  margin-right: 0;
}

.sub-menu-wrap .sub-menu .sub-menu .navItem a {
  font-weight: 500;
  white-space: normal;
}

.sideBlock__menu .sub-menu {
  display: block;
  font-size: 1em;
  font-weight: 400;
}

.sideBlock__menu .sub-menu li a {
  font-size: 1.1em;
}

.sideBlock__menu .sub-menu .sub-menu {
  padding-bottom: 10px;
}

.sideBlock__menu .sub-menu .sub-menu li a {
  font-size: 0.9em;
  font-weight: 400;
}

.page-about .section-blocks {
  position: relative;
  padding-bottom: 0;
  z-index: 11;
}

@media (max-width: 768px) {
  .sideBlock__menu .sub-menu .sub-menu {
    display: none;
  }

  .sub-menu-wrap {
    opacity: 1;
    visibility: visible;
    padding-left: 0.5rem;
    padding-top: 0.5rem;
  }

  .navItem.hover>.sub-menu,
  .sub-menu-wrap>.sub-menu {
    display: block;
  }

  .navItem__icon {}

  .sub-menu-wrap>.sub-menu {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
}

@media (max-width: 400px) {
  .sideBlock__menu>li {
    width: 100%;
  }
}

@media screen and (max-width: 1800px) {
  .page-about .section-blocks {
    padding-top: 5em;
  }
}

.page-about .section-blocks img.img-element-1 {
  left: -75px;
  top: 99%;
}

.page-about .section-blocks img.img-element-2 {
  left: 37.5%;
  top: 85%;
}

.page-about .section-blocks-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 90px;
  position: relative;
}

.section-blocks-col-inner {
  padding: 5px;
}

.page-about .section-blocks-row:nth-child(2n) .section-blocks-col-text-wrapper {
  padding: 7.5px;
}

.page-about .section-blocks-row:nth-child(2n) .section-blocks-col-text-wrapper .section-blocks-col-inner {
  padding: 90px 40px;
  background: rgba(0, 0, 0, 0.01);
  -webkit-backdrop-filter: blur(0.5em);
  backdrop-filter: blur(0.5em);
  box-shadow: 0 0 0 2px var(--light);
  color: #000;
  border-radius: 30px;
}

.page-about .section-blocks-col-inner .image-wrapper {
  min-height: 250px;
  width: 100%;
  max-width: 653px;
  position: relative;
  margin: 0 auto;
  text-align: right;
}

.page-about .section-blocks-col.is-wide .section-blocks-col-inner .image-wrapper {
  max-width: none;
  text-align: left;
}

.img-small-element-1 {
  left: -5%;
  top: 90%;
}

.img-small-element-2 {
  left: 100%;
  top: 100%;
  transform: translate(-90%, -70%);
}

.page-about .section-blocks-col-inner .image-wrapper .image-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-blocks-col.is-wide .image-content-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 90%;
  background: url("/img/about/plate-bg-green.png") 100% 0/100% 100% repeat-y;
}

.image-content-text-wrapper p {
  font-weight: 200;
}

.page-about .section-blocks-col .section-blocks-col-inner .image-wrapper .image-heading-wrapper {
  height: 15%;
  display: flex;
  align-items: center;
  padding: 0;
}

.page-about .section-blocks-row:nth-child(2n) .section-blocks-col-inner .image-wrapper .image-heading-wrapper {
  justify-content: end;
  padding: 10px;
}

.page-about .section-blocks-col-inner .image-title {
  font-size: 45px;
  line-height: 1;
  font-family: Exo2-Bold, sans-serif;
}

.page-about .section-blocks-col-inner .image-cta-wrapper .cbtn {
  min-width: 270px;
}

.page-about .section-blocks-col-text-wrapper {
  font-size: 20px;
  line-height: 1.35;
}

.page-about .section-blocks-col-text-wrapper .section-blocks-col-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin: 0 auto;
  max-width: 960px;
}

@media screen and (max-width: 1153px) {
  .section-blocks-col.is-wide .image-wrapper .col-image-wrapper {
    height: 300px;
    overflow: hidden;
  }

  .section-blocks-col.is-wide .image-wrapper .col-image {
    position: relative;
    width: 120% !important;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }

  .section-blocks-col.is-wide .image-content-wrapper .image-content-inner {
    width: 100%;
  }

  .section-blocks-col.is-wide .image-content-wrapper:before {
    transform: rotate(90deg);
  }
}

@media screen and (max-width: 991px) {
  .page-about .section-blocks-col-text-wrapper {
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  .page-about .section-blocks-col-text-wrapper {
    font-size: 16px;
  }
}

.is-wide-plate {
  width: calc(100% - 15px) !important;
  border-radius: 50px;
  overflow: hidden;
  background-image: url("/img/about/bg-plate-h.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
  background-color: #5db5b0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
  box-shadow: 0 0 0 2px var(--light);
  margin: 15px;
}

.is-wide-plate .section-blocks-col-inner {
  width: 100% !important;
  min-height: 510px;
  padding: 35px 45px;
  position: relative;
  display: flex;
  align-items: center;
}

.is-wide-plate .section-blocks-col-inner .image-heading-wrapper {
  margin-bottom: 35px;
  margin-top: 15px;
}

.is-wide-plate ._image-title {
  line-height: 1.2;
  font-family: Exo2-Bold, sans-serif;
  font-size: 35px;
}

@media screen and (min-width: 1362px) {
  .page-about .section-blocks img[class*="img-element"] {
    display: block;
  }

  .page-about .section-blocks img[class*="img-small-element"] {
    display: none;
  }

  .page-about .section-blocks-row:nth-child(2n) .section-blocks-col-image-wrapper {
    order: 2;
  }

  .page-about .section-blocks-col {
    width: calc(50% - 15px);
  }

  .page-about .section-blocks-col-image-wrapper {
    width: calc(51% - 15px);
  }

  .page-about .section-blocks-col-text-wrapper {
    width: calc(49% - 15px);
  }

  .page-about .section-blocks-col-text-wrapper .section-blocks-col-inner {
    max-width: 600px;
  }

  .is-wide-plate ._image-title {
    font-size: 40px;
  }

  .is-wide-plate .section-blocks-col-inner {
    width: 57% !important;
  }
}

@media screen and (max-width: 1361px) {
  .is-wide-plate {
    max-width: 960px;
    margin: 0 auto;
    background-image: url("/img/about/bg-plate-v.png");
    background-size: 100% auto;
  }

  .is-wide-plate .section-blocks-col-inner {
    padding-top: 30vw;
    min-height: auto;
  }
}

@media screen and (max-width: 991px) {
  .page-about .section-blocks {
    padding-top: 1em;
  }

  .page-about .section-blocks-row:nth-child(2n) .section-blocks-col-text-wrapper .section-blocks-col-inner {
    padding: 50px 30px;
  }

  .is-wide-plate .section-blocks-col-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .is-wide-plate .section-blocks-col-inner .image-heading-wrapper {
    margin-bottom: 25px;
  }

  ._image-title,
  .is-wide-plate ._image-title {
    font-size: 30px;
  }

  .page-about .section-blocks-row {
    margin-bottom: 75px;
  }
}

@media screen and (max-width: 559px) {
  .is-wide-plate {
    background-image: url("/img/about/bg-plate-v-s.png");
  }

  .is-wide-plate .section-blocks-col-inner {
    padding-top: 45vw;
  }
}

@media screen and (min-width: 400px) and (max-width: 691px) {

  ._image-title,
  .page-about .section-blocks-col-inner .image-title {
    font-size: 6.25vw;
  }
}

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

  ._image-title,
  .page-about .section-blocks-col-inner .image-title {
    font-size: 25px;
  }
}

@media screen and (max-width: 691px) {
  .page-about .section-blocks-col-inner .image-cta-wrapper {
    width: 40%;
  }

  .page-about .section-blocks-col-inner .image-cta-wrapper .cbtn {
    min-width: auto;
  }
}

@media screen and (max-width: 480px) {
  .page-about .section-blocks-col-inner .image-cta-wrapper {
    width: 44%;
  }

  .page-about .section-blocks-col-inner .image-cta-wrapper .cbtn {
    padding: 0.75em 1em;
  }
}

.cookie-block {
  padding: 1rem;
  background-color: #fff;
  border-radius: 1rem;
  position: fixed;
  left: 50%;
  bottom: 3rem;
  transform: translateX(-50%);
  z-index: 9999999999;
  box-shadow: rgba(1, 45, 85, 0.2) 0 1rem 2rem;
  display: none;
}

.cookie-block__info-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}

.cookie-block__info-block__text-block {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.cookie-block__info-block__text-block__title {
  font-weight: 700;
  font-size: 1rem;
  color: #1c1c34;
}

.cookie-block__info-block__text-block__text {
  font-weight: 400;
  font-size: 1rem;
  color: #1c1c34;
}

.cookie-block__info-block__btn {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 650;
  font-size: 1rem;
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  background-color: var(--primary);
  cursor: pointer;
  border: none;
}

.cookie-block__info-block__btn:hover {
  background-color: #4b9591;
}

@media screen and (max-width: 1261px) {
  .cookie-block {
    width: 96%;
  }
}

@media screen and (max-width: 768px) {
  .cookie-block {
    bottom: 2rem;
    width: calc(100% - 1rem);
  }

  .cookie-block__info-block {
    flex-direction: column;
  }

  .cookie-block__info-block__text-block__text,
  .cookie-block__info-block__text-block__title {
    font-size: 0.875rem;
  }
}

.footer__links {
  display: flex;
  justify-content: space-between;
  width: 80%;
  padding-left: 2rem;
  flex-wrap: wrap;
}

.footer__links__policy {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.col-6.product_types-col.last-center {
  margin-top: -5rem;
  margin-left: 22rem;
}

.faq-section .section-title {
  font-size: 3em;
  font-weight: 600;
  color: #000;
}

@media screen and (max-width: 991px) {
  .footer__links {
    padding-left: 0;
  }

  .col-6.product_types-col.last-center {
    margin-top: 0;
    margin-left: 0;
  }

  .faq-section .section-title {
    font-size: 2em;
  }
}

.map-contact {
  width: 100%;
  border: none;
}

.faq-section {
  padding: 60px 0;
}

.faq-accordion {
  margin-top: 30px;
}

.faq-item {
  margin-bottom: 15px;
  border-radius: 1.5rem;
  overflow: hidden;
}

.faq-question {
  margin: 0;
  padding: 15px 50px 15px 20px;
  background: #f5f5f5;
  cursor: pointer;
  position: relative;
  transition: background 0.3s;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 1.5rem 1.5rem 0 0;
}

.faq-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  transition: transform 0.3s;
  fill: currentColor;
}

.faq-item.active .faq-icon {
  transform: translateY(-50%) rotate(45deg);
}

.faq-question:hover {
  background: #e9e9e9;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #f5f5f5;
}

.faq-answer-content p {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
}

.faq-answer-content {
  padding: 0 20px;
  transition: padding 0.3s;
}

.faq-item.active .faq-answer {
  max-height: 1000px;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.active .faq-answer-content {
  padding: 20px;
}

.header__nav .nav li.navItem:has(a[href*="liczenzii-i-sertifikaty"]) {
  display: block !important;
}

@media (max-width: 1150px) {
  .footer__middle .cbtn-sm {
    padding: 0.75rem 1rem;
    font-size: 0.75rem;
  }
}

.header__logo {
  min-width: 11.25rem;
}

.header .header__social {
  margin: 0 0 0 1.875rem;
  gap: 0.5rem;
  height: 100%;
  align-items: center;
}

.header__social-phone {
  padding: 0.375rem 1rem;
  display: flex;
  gap: 0.313rem;
  border-radius: 1.25rem;
  border: 0.094rem solid #5db5b0;
  color: #5db5b0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 150%;
  height: 100%;
  white-space: nowrap;
  transform: unset;
  background: #fff;
}

.header__social-phone span {
  max-height: 1.25rem;
}

.block1_block__wrapper .box-blur {
  overflow: hidden;
  position: relative;
}

.serviceReview__rating,
.serviceReview__top {
  flex-wrap: wrap;
}

.col-full {
  width: 100%;
}

.box-half {
  max-width: 49.5%;
}

@media (max-width: 768px) {
  .box-half {
    max-width: 100%;
  }
}

@media (max-width: 768px) {

  .lg-hide .box-default.direction-row.space-between,
  .lg-hide .box-primary.direction-row.space-between {
    display: none;
  }
}

@media (min-width: 61.9375rem) {
  .section-sales .space-default.align-right.sm-aside-padding {
    position: absolute;
    right: 0;
  }

  .section-sales {
    padding-bottom: 5rem;
  }
}

.md-size.h3 a[href="https://ciscifra.ru/services/cirkonievye-koronki/"] {
  pointer-events: none;
  cursor: default;
}

.nav>.navItem>.sub-menu-wrap>.sub-menu>.navItem>a[href="https://ciscifra.ru/services/cirkonievye-koronki/"]:first-child {
  pointer-events: none;
  cursor: default;
}

.img-max,
.max-link {
  width: 1.25rem;
  height: 1.25rem;
}

.block__social .img-max {
  margin-bottom: 0.5rem;
  transition: filter 0.3s ease;
}

.footer__social .max-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block__social .max-link {
  display: block;
  line-height: 1;
}

@media (max-width: 991px) {
  .block__social .max-link {
    margin: 0 1rem;
  }
}

@media (min-width: 991px) {
  #pd_widget_column a {
    font-size: 14px !important;
  }
}

.widget-prodoctor {
  position: absolute;
  z-index: 3;
  top: 10rem;
  right: 2rem;
}

@media (max-width: 991px) {
  #pd_widget_column a {
    display: block;
    width: 100px !important;
    margin: 0 auto !important;
  }

  #pd_widget_column {
    width: 150px !important;
  }

  #pd_widget_column .pd_logo {
    padding: 0 !important;
    padding-bottom: 5px !important;
  }

  .widget-prodoctor {
    right: 1rem;
  }
}

.section-personal .container,
.section-videoReviews .container {
  overflow: hidden;
}

@media (min-width: 768px) {

  .personal__slider,
  .section-videoReviews {
    max-width: 100%;
  }

  .vReviews__slider {
    max-width: 82em;
  }
}

#primary-menu>li.navItem:first-child>a {
  position: relative;
  padding-right: 12px;
}

#primary-menu>li.navItem:first-child>a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M0.75 0.75L8.75 8.75M8.75 8.75V2.16176M8.75 8.75H2.16176' stroke='%235DB5B0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.header__nav .navItem.hover,
.footer__nav .navItem.hover,
.sideBlock__nav .navItem.hover {
  border-radius: 1.25rem;
  background: #e2f0f4;
}

.sideBlock__nav .sub-menu .navItem {
  padding: 0.375rem 0.75rem;
}

.sub-menu-wrap .navItem {
  margin: 0;
  padding: 0.375rem 0;
}

.sub-menu-wrap .navItem .sub-menu .navItem {
  margin-left: 0.625em;
  margin-right: 0.625em;
  padding: 0.25rem 0;
}

.sub-menu-wrap .navItem .sub-menu .navItem .navItem__icon {
  right: 0.5rem;
}

.sub-menu-wrap .navItem .sub-menu .navItem.hover {
  border-radius: 0.75rem;
  background: #fff;
  padding: 0.25rem 0.5rem;
  margin-top: 0.25rem;
}

.sub-menu-wrap .navItem .sub-menu .navItem.hover .sub-menu .navItem {
  margin: 0;
}

.nav>.navItem>.sub-menu-wrap>.sub-menu>.navItem.hover>a,
.sideBlock__menu>.navItem>.sub-menu-wrap>.sub-menu>.navItem.hover>a {
  color: #335863;
}

.sub-menu-wrap .sub-menu .navItem .sub-menu .navItem .sub-menu .navItem a {
  font-weight: 400;
}

.footer__nav .navItem .sub-menu-wrap a {
  color: #000;
}

.footer__nav .navItem .sub-menu-wrap a:hover {
  color: #5db5b0;
}

.footer__nav .navItem .sub-menu-wrap .sub-menu {
  height: 100%;
  max-height: 400px;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.footer__nav .navItem .sub-menu-wrap .sub-menu::-webkit-scrollbar {
  display: none;
  width: 0;
  background: transparent;
}

/* NEW STYLES */

input,
button {
  font-family: var(--font-main) !important;
}

.form-control {
  font-size: 16px;
  font-family: inherit;
}

.form__agree [type="checkbox"],
.wpcf7-list-item input[type="checkbox"] {
  width: 1.25rem;
  height: 1.25rem;
  background-color: var(--light);
  cursor: pointer;
  transition: var(--transition);
}

.form-group .h4 {
  margin-bottom: 0.75rem;
}

.form__agree {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.form__agree [type="checkbox"] {
  flex-shrink: 0;
  margin-top: 0.125rem;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form__agree--text {
  color: var(--dark);
  font-weight: 500;
  line-height: 1.4;
}

.wpcf7-checkbox {
  display: flex !important;
  flex-direction: column;
  gap: 0.75rem;
}

.wpcf7-list-item label {
  display: flex !important;
  gap: 0.75rem;
  cursor: pointer;
  align-items: center;
}

.wpcf7-list-item input[type="checkbox"] {
  flex-shrink: 0;
  margin: 0.125rem 0 0 !important;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpcf7-list-item input[type="checkbox"]:checked {
  background-color: var(--primary);
  border-color: var(--primary);
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L4 8L11 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.footer__social a {
  border-radius: 50%;
}

.box.box-md2.box-default.h100 .h3.color--dark.hover--primary {
  font-size: 1.35em;
}

.navigate-page__link {
  color: var(--dark);
  line-height: 140%;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 9.5px 24px;
  border-radius: 0.5rem;
  background-color: rgba(248, 249, 249, 0.7);
  backdrop-filter: blur(8px);
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.7);
  font-family: var(--font-main);
  transition: var(--transition);
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.navigate-page__link:hover {
  border: 2px solid var(--primary);
  background-color: rgba(248, 249, 249, 0.9);
}

.navigate-page__link.active {
  background-color: var(--primary);
  border: 2px solid var(--primary);
  color: var(--light);
  box-shadow: 0 4px 12px rgba(93, 181, 176, 0.25);
}

.section-aboutStatistics .container .row.row-sm .col-6 .box.box-sm.box-light.h100 img {
  border-radius: 24px;
}

.pd_lpu_name,
.widget-prodoctor>a:last-child {
  font-family: var(--font-main);
  color: var(--primary-dark);
  text-decoration: none;
}

.widget-prodoctor {
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: var(--radius-default);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 8px 25px rgba(0, 0, 0, 0.05),
    0 0 0 1px rgba(93, 181, 176, 0.1);
  transition: var(--transition-slow);
}

#pd_widget_column.pd_widget_column {
  background-color: transparent !important;
  border: none !important;
}

#pd_widget_column>a:last-of-type,
#pd_widget_column div {
  font-family: var(--font-main) !important;
}

.modal-default.modal-sm {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 20px 40px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(93, 181, 176, 0.1);
  transition: var(--transition-slow);
}

@keyframes glassFadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
    backdrop-filter: blur(0px);
  }

  to {
    opacity: 1;
    transform: scale(1);
    backdrop-filter: blur(16px);
  }
}

/*.section-tableprice {
  padding-bottom: 7.5em;
}*/

.header__social.block__social.container__mobile {
  display: none;
}

/* Медиа-запросы сгруппированы и отсортированы по ширине */
@media (max-width: 1280px) {
  .header .header__social {
    display: none;
  }
}

@media (max-width: 1220px) {
  .header__btn_cb-wrapper {
    display: none;
  }

  .header__social-phone {
    margin-left: 20px;
  }
}

@media (max-width: 991px) {
  .section-aboutStatistics .container .row.row-sm .col-6 .box.box-sm.box-light.h100 img {
    border-radius: 8px;
  }

  .header__social.block__social.mobile {
    display: block;
    margin: 0;
  }

  .header__social.block__social.container__mobile {
    display: flex;
    margin: 0;
  }
}

.doctor-diploma-widget-wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: stretch;
  border: 1px solid #A1D2CF;
  border-radius: 2rem;
  overflow: hidden;
  gap: 0;
}

.doctor-diploma-widget-wrapper>div {
  flex: 1 1 50%;
  width: 50%;
}

.doctor-widget-col {
  border-right: 1px solid #A1D2CF;
}

.doctor-diploma-col {
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.doctor-diploma {
  max-height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.doctor-diploma img {
  max-width: 100%;
  height: auto;
  max-height: 140px;
  object-fit: contain;
  border-radius: 8px;
}

.sm-hide.hero-review__body {
  margin-top: 1rem;
}

.pd_widget_footer, #pd_widget_footer {margin-bottom:0.5rem;}
.doctor-diploma-col {padding:0.5rem;}

@media (max-width: 991px) {
  .doctor-diploma-widget-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .doctor-diploma-widget-wrapper>div {
    flex: 1 1 100%;
    width: 100%;
  }

  .doctor-widget-col {
    border-right: none;
    border-bottom: 1px solid #A1D2CF;
  }
}
/* 2026-05-25: каждая page.tsx имеет свой <header> с собственным дизайном.
   Скрываем их — единственный валидный header это <SiteHeader /> из layout (с классом .header).
   В будущем page.tsx нужно очистить от своих <header>, но пока — CSS override. */
body header:not(.header) { display: none !important; }


/* 2026-05-26: компенсация для нашего стека.
   .header в теме = position: fixed + background: transparent. Без onScroll-JS
   фон не появляется, и header наезжает прозрачным на H1 контента.
   Решение: добавляем body padding-top + базовый светлый фон у .header. */
body { padding-top: 90px; }
.header { background-color: rgba(255,255,255,0.95) !important; backdrop-filter: blur(6px); box-shadow: 0 2px 10px rgba(34,60,80,0.06); }

/* services-grid и др. кастомные классы из /services/page.tsx — базовый layout */
.services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
@media (max-width: 900px) { .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .services-grid { grid-template-columns: 1fr; } }
.service-card p { color: #444; line-height: 1.5; font-size: 14px; margin-top: 12px; }

.section-specialists { padding: 60px 0; background: #f7f9fa; }
.specialists__title { font-size: 32px; font-weight: 700; margin-bottom: 8px; }
.specialists__subtitle { font-size: 48px; line-height: 1.05; font-weight: 800; margin: 12px 0 40px; }
.specialists__big--accent { color: #5DB5B0; }
.specialists__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
@media (max-width: 900px) { .specialists__grid { grid-template-columns: repeat(2, 1fr); } }
.doctor-card { display: block; background: #fff; border-radius: 16px; padding: 0; text-decoration: none; color: inherit; box-shadow: 0 2px 10px rgba(0,0,0,0.04); transition: 0.2s; }
.doctor-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.1); transform: translateY(-2px); }
.doctor-card__photo { position: relative; aspect-ratio: 1; border-radius: 16px 16px 0 0; overflow: hidden; margin-bottom: 0; background: #E6F0EE; }
.doctor-card__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.doctor-card__initials { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 48px; font-weight: 700; color: #5DB5B0; }
.doctor-card__name { font-weight: 700; font-size: 15px; margin-bottom: 4px; padding: 12px 16px 4px; }
.doctor-card__job { font-size: 13px; color: #666; padding: 0 16px; }
.doctor-card__exp { font-size: 12px; color: #888; margin-top: 4px; padding: 0 16px 16px; }

.section-contacts { padding: 60px 0 80px; }
.contacts-map { border-radius: 16px; overflow: hidden; margin: 24px 0 32px; }
.contacts-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; padding: 24px; background: #fff; border-radius: 16px; box-shadow: 0 2px 10px rgba(0,0,0,0.04); }
@media (max-width: 900px) { .contacts-grid { grid-template-columns: repeat(2, 1fr); } }
.contacts-block__label { font-size: 12px; color: #999; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 6px; }
.contacts-block__value { font-size: 16px; font-weight: 600; color: #1A1D24; text-decoration: none; display: block; }
.contacts-block__value:hover { color: #3A8C87; }

.breadcrumbs { padding: 16px 0; font-size: 13px; color: #888; }
.breadcrumbs a { color: #888; text-decoration: none; }
.breadcrumbs a:hover { color: #3A8C87; }
.page__title { font-size: 36px; font-weight: 800; margin: 16px 0 24px; }
.section { padding: 24px 0; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 16px; }

/* 2026-05-26: .cifra-slider — наш fallback для секций которые в оригинале были owl-carousel.
   owl JS клиентский, при SSR/без JS прячет items (display:none/opacity:0) — у нас не нужен,
   рендерим горизонтальный flex-scroll. Карточки видны сразу. */
.cifra-slider {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding-bottom: 12px;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}
.cifra-slider > * {
  flex: 0 0 auto;
  scroll-snap-align: start;
}
.cifra-slider .personal__item,
.cifra-slider .equipment-section__card-item,
.cifra-slider .vReview__item { width: 280px; }
.cifra-slider .saleSlide__item { width: min(720px, 92%); }
.cifra-slider.personal__slider > .personal__item > .personal__img { width: 100%; height: 480px; object-fit: cover; }
/* 2026-06-04: equipment.css merged from old site — missing in cifra-theme.css */
.equipment-section__card-item-img{
    width: 100%;
    position: relative;
    padding-bottom: 71.2170542635659%;
}
.equipment-section__card-item img{
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.equipment-section__card-item-info{
    display: flex;
    flex-direction: column;
    gap: .5rem;
    padding: 1.5rem;
}
.equipment-section__card-item-info h4{
    font-size: 1.75rem;
    font-weight: 700;
    color: black;
}
.equipment-section__card-item-desc{
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
.equipment-section__card-item-desc span{
    font-size: 1.125rem;
    font-weight: 500;
    color: black;
}

/* 2026-06-04: akcii.css merged from old site */
.section-akcii-info{
    display: flex;
    border-radius: 2.375rem;
    background: linear-gradient(180deg, #FFF 46.08%, #DAE6E6 126.4%);
    padding: 2.5rem;
    gap: 3rem;
}
.section-akcii-info__left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.5rem;
}
.section-akcii-info__left-top{
    display: flex;
    align-items: center;
    gap: 2rem;
}
.section-akcii-info__left-top-text{
    border-radius: 0.5rem;
    background: #5DB5B0;
    display: inline-flex;
    padding: 0.75rem 1.125rem 0.75rem 0.875rem;
    align-items: center;
    gap: 0.375rem;
}
.section-akcii-info__left-top-text span{
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.akcii-timer{
    display: flex;
    align-items: center;
    gap: .5rem;
}
.akcii-timer-text{
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    opacity: .5;
}
.akcii-timer-block{
    color: #5DB5B0;
    font-size: 2.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    opacity: .8;
}
.section-akcii-info__left-bottom{
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.section-akcii-info__left-bottom h2{
    color: #222;
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.section-akcii-info__left-bottom span{
    color: #222;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.section-akcii-info__left-bottom p{
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    opacity: 0.6;
    max-width: 35rem;
    width: 100%;
    margin-bottom: 0;
}
.section-akcii-info__right{
    position: relative;
    padding-bottom: 40%;
    width: 100%;
    padding-left: 3rem;
}
.section-akcii-info__right img{
    position: absolute;
    right: .5rem;
    top: -2.5rem;
    width: calc(100%);
    height: calc(100% + 2.5rem);
    object-fit: cover;
    overflow: visible;
    max-height: 38vw;
}
.section-akcii-info__left .cbtn-primary{
    width: fit-content;
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 113%;
    padding: 1.25rem 1.5rem;
}
.section-akcii-info__left .cbtn-primary svg{
    flex-shrink: 0;
    margin-left: .75rem;
}
.cbtn-primary-mobile{
    display: none;
}
@media (max-width:991px) {
    .section-akcii-info__left .cbtn-primary{
        display: none;
    }
    .section-akcii-info{
        padding: 1rem;
        gap: 1.5rem;
        flex-direction: column;
    }
    .section-akcii-info__left-top-text span{
        font-size: .875rem;
    }
    .section-akcii-info__left-top-text{
        padding: 0.5rem 1.7rem 0.625rem 0.625rem;
    }
    .section-akcii-info__left-top{
        gap: 1rem;
        justify-content: space-between;
    }
    .akcii-timer-text{
        font-size: 0.75rem;
    }
    .akcii-timer-block{
        font-size: 1.55rem;
    }
    .section-akcii-info__left-bottom h2{
        font-size: 1.125rem;
    }
    .section-akcii-info__left-bottom span{
        font-size: 0.875rem;
    }
    .section-akcii-info__left-bottom p{
        font-size: 0.875rem;
    }
    .cbtn-primary-mobile.cbtn-md{
        display: block;
        padding: .75rem;
    }
    .section-akcii-info__right{
        padding-bottom: 70%;
        padding-left: 0;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    .section-akcii-info__right img{
        top: 0;
        right: 0;
        height: 100%;
        max-height: none;
    }
    .section-akcii{
        padding-bottom: 2.5rem;
    }
}

/* 2026-06-04: personal slider fixes — match old site OwlCarousel sizing */
.cifra-slider .personal__item { width: 360px; }

.sliderNavs {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.sliderNav {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.sliderNav:hover {
    background-color: #f0f0f0;
}
.personal__filter--current {
    display: none;
}
@media (max-width: 1024px) {
    .personal__filter--current {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        cursor: pointer;
    }
    .personal__filters {
        display: none;
    }
    .sliderNavs {
        display: none;
    }
}
