@charset "UTF-8";
body {
  font-family: PT Sans, Arial, sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 16px;
}
a:link,
a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
a,
a:focus,
a:hover {
  color: #2188b7;
  text-decoration: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  font-family: IBM Plex Sans, sans-serif;
  color: #0d2c4b;
  font-weight: 500;
  line-height: 1.2;
}
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
mark {
  background-color: #ffecb3;
  color: #0d2c4b;
}
.main {
  margin-bottom: 1.875rem;
}
ul.style-1 {
  margin-left: 0;
}
ul.style-1 li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
ul.style-1 li:before {
  content: '';
  display: block;
  background: #00ade5;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
ol.style-1 ul li,
ul.style-1 ul li {
  padding-left: 15px;
  position: relative;
  font-size: 80%;
  margin-bottom: 0;
  margin-top: 5px;
}
ol.style-1 ul li:before,
ul.style-1 ul li:before {
  height: 5px;
  width: 5px;
  top: 8px;
}
ol.style-1 {
  margin-left: 0;
  list-style-type: none;
  counter-reset: ol-counter;
}
ol.style-1 li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}
ol.style-1 > li:before {
  content: counter(ol-counter);
  counter-increment: ol-counter;
  left: 0;
  top: 2px;
  position: absolute;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 14px;
  border-radius: 50%;
  text-align: center;
  background: #00ade5;
  color: #fff;
}
.button {
  font-family: IBM Plex Sans, sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem;
  font-weight: 500;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  color: #d54a31;
}
.button:focus,
.button:hover {
  background-color: #f8322c;
  color: #fff;
}
.button:active {
  color: #fff;
  background: #ea2c27;
  -webkit-box-shadow: inset 0 5px 5px 0 #cd1d17;
  -moz-box-shadow: inset 0 5px 5px 0 #cd1d17;
  box-shadow: inset 0 5px 5px 0 #cd1d17;
}
.button.small {
  font-size: 15px;
}
.button.rounded {
  border: 1px solid #d54a31;
  border-radius: 25px;
}
.button.rounded:focus,
.button.rounded:hover {
  background-color: #d54a31;
  color: #fff;
}
.header-top {
  font-family: IBM Plex Sans, sans-serif;
  position: relative;
  padding: 1.25rem 0;
  z-index: 1;
  background: #fff;
  border-top: 2px solid #d54a31;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.header-top .cell {
  display: table-cell;
  padding: 0 0.9375rem;
  vertical-align: top;
  width: 25%;
}
.header-top .sprite-38 {
  min-height: 38px;
  position: relative;
  padding-left: 42px;
}
.header-top .sprite-38:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -19px;
  height: 38px;
  width: 38px;
  background-image: url(../images/sprite-38.png);
  background-repeat: no-repeat;
}
.header-top .icon-1:before {
  background-position: 0 0;
}
.header-top .icon-2:before {
  background-position: 0 -38px;
}
.header-top .icon-3:before {
  background-position: 0 -76px;
}
.header-top .feature-text {
  white-space: nowrap;
}
.header-top .feature-text > small {
  font-size: 14px;
  color: #47494b;
  letter-spacing: -0.02em;
  display: block;
}
.header-top .feature-text > span {
  font-size: 17px;
  color: #000;
  font-weight: 500;
  letter-spacing: -0.02em;
  display: block;
}
.header-top .button {
  margin: 0;
}
.sticky-container {
  min-height: 100px;
  color: #0d2c4b;
}
.sticky.is-stuck .header {
  background: #fff;
  border-top: 2px solid #d54a31;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.top-bar,
.top-bar ul {
  background-color: transparent;
}
.top-bar {
  font-family: IBM Plex Sans, sans-serif;
  padding: 0.9375rem 0;
}
.sticky.is-stuck .header .logo {
  width: 135px;
  display: inline-block;
}
.top-bar-right {
  margin: 17px 0;
}
.top-bar-right > .menu > li.mark {
  display: none;
}
.top-bar-right > .menu > li.mark > a {
  color: #d54a31;
}
.top-bar-right > .menu > li {
  text-align: center;
  margin-left: 50px;
  display: block;
  float: left;
  position: relative;
}
.top-bar-right > .menu > li:before {
  content: '';
  display: block;
  background: url(../images/sep-t.png) no-repeat 0;
  width: 9px;
  height: 10px;
  top: 50%;
  margin-top: -2px;
  left: -30px;
  position: absolute;
  vertical-align: middle;
}
.top-bar-right > .menu > li:first-child:before {
  display: none;
}
.top-bar-right > .menu > li > a {
  letter-spacing: -0.02em;
  position: relative;
  white-space: nowrap;
  padding: 0.5rem 0;
  display: inline-block;
  font-size: 20px;
  color: #2188b7;
}
.top-bar-right > .menu > li > a > span {
  border-bottom: 1px solid #cc4c37;
}
.top-bar-right > .menu > li.is-active > a span,
.top-bar-right > .menu > li > a:focus span,
.top-bar-right > .menu > li > a:hover span {
  border-bottom: 1px solid transparent;
}
.header .dropdown.menu > li.opens-left > .submenu {
  background: #fff;
  left: 0;
  right: auto;
  text-align: left;
}
.header .dropdown.menu > li.is-dropdown-submenu-parent > a:after {
  content: '\f107';
  font-family: Fontawesome;
  border: none;
  right: 14px;
  margin-top: -8px;
  color: #cc4c37;
}
.sticky {
  z-index: 1;
}
.sticky.is-stuck .header .mark {
  display: block;
}
.sticky.is-stuck .top-bar-right {
  margin: 5px 0 0;
}
.sticky.is-stuck .top-bar-right > .menu > li > a {
  font-size: 18px;
}
.sticky.is-stuck .top-bar-right > .menu > li > a span {
  border: none;
}
.faq-wrap {
  margin: 1rem 0 1.875rem;
}
.features-plus {
  background: #fafdfc;
  background: -moz-linear-gradient(top, #fafdfc 0, #edfcf5 100%);
  background: -webkit-linear-gradient(top, #fafdfc, #edfcf5);
  background: linear-gradient(180deg, #fafdfc 0, #edfcf5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fafdfc",endColorstr="#edfcf5",GradientType=0);
}
.features-minus,
.features-plus {
  padding: 0.9375rem 0;
  margin-bottom: 1.875rem;
  color: #1f476e;
}
.features-minus {
  background: #fff9f4;
  background: -moz-linear-gradient(top, #fff9f4 0, #fff1e9 100%);
  background: -webkit-linear-gradient(top, #fff9f4, #fff1e9);
  background: linear-gradient(180deg, #fff9f4 0, #fff1e9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff9f4",endColorstr="#fff1e9",GradientType=0);
}
.feature-title {
  font-family: IBM Plex Sans, sans-serif;
  position: relative;
  padding: 5px 20px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
  border-radius: 0 8px 8px 0;
  margin-bottom: 1rem;
}
.features-plus .feature-title {
  background: #33d325;
}
.features-plus .feature-title:before {
  font-family: Fontawesome;
  content: '\f00c';
  font-weight: 400;
  margin-right: 0.5em;
  height: 28px;
  width: 28px;
  border: 3px solid;
  border-radius: 50%;
  display: inline-block;
  vertical-align: text-bottom;
  line-height: 20px;
  text-align: center;
}
.features-minus .feature-title {
  background: #dd6c57;
}
.features-minus .feature-title:before {
  font-family: Fontawesome;
  content: '\f00d';
  font-weight: 400;
  margin-right: 0.5em;
  height: 28px;
  width: 28px;
  border: 3px solid;
  border-radius: 50%;
  display: inline-block;
  vertical-align: text-bottom;
  line-height: 20px;
  text-align: center;
}
.features-plus ul {
  list-style: none;
}
.features-plus ul li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.features-plus ul li:before {
  font-family: Fontawesome;
  content: '\f00c';
  color: #33d325;
  position: absolute;
  left: 5px;
}
.features-minus ul {
  list-style: none;
}
.features-minus ul li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.features-minus ul li:before {
  font-family: Fontawesome;
  content: '\f00d';
  color: #dd6c57;
  position: absolute;
  left: 5px;
}
.accordion-item {
  margin-bottom: 0.625rem;
}
.accordion-title {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #2188b7;
  font-weight: 500;
  border: 1px solid #d3e0ee;
}
.accordion-title > span {
  color: #2188b7;
  border-bottom: 1px dotted #cc4c37;
}
.accordion-title:focus,
.accordion-title:hover {
  background-color: transparent;
  color: #7a8da1;
}
.accordion-title:before {
  font-family: Fontawesome;
  position: absolute;
  top: 50%;
  right: 1rem;
  color: #2188b7;
  margin-top: -0.5rem;
  content: '\f105';
}
.accordion-title--no-accordion:before {
  display: none;
}
.is-active > .accordion-title:before {
  content: '\f107';
  color: #2188b7;
}
.is-active > .accordion-title > span {
  color: #0d2c4b;
  border-bottom: 1px dotted #b7bdc5;
}
.accordion-content {
  border: 1px solid #d3e0ee;
  border-top: none;
}
.faq-wrap .accordion-item {
  margin-bottom: -1px;
}
.map-section {
  position: relative;
  margin: -1.875rem 0;
  overflow: hidden;
}
.map-section:before {
  content: '';
  display: block;
  height: 15px;
  width: 100%;
  position: absolute;
  top: -15px;
  left: 0;
  z-index: 1;
  -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.15);
}
.map-section .ymap-cont {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.company-data {
  font-family: IBM Plex Sans, sans-serif;
  background: #fff;
  border: 1px solid #2188b7;
  border-radius: 10px;
  padding: 1.875rem;
  margin: 5rem 0;
  position: relative;
  z-index: 1;
}
.company-data > div {
  padding-left: 50px;
  position: relative;
  min-height: 40px;
  margin-bottom: 1rem;
}
.company-data > div:before {
  content: '';
  display: block;
  height: 38px;
  width: 38px;
  position: absolute;
  left: 0;
  top: 2px;
  background: url(../images/sprite-38-2.png) no-repeat 0 0;
}
.company-data > div small {
  color: #9aa7b2;
  display: block;
}
.company-data > div span {
  font-size: 17px;
}
.company-data > div.cd-address:before {
  background-position: 0 0;
}
.company-data > div.cd-phone:before {
  background-position: 0 -38px;
}
.company-data > div.cd-email:before {
  background-position: 0 -76px;
}
.company-data > div.cd-worktime:before {
  background-position: 0 -114px;
}
.company-data > div.cd-email a {
  border-bottom: 1px solid #cc4c37;
}
.cd-metro {
  margin: 0;
  list-style: none;
  font-weight: 300;
  font-size: 16px;
}
.cd-metro li {
  padding-left: 20px;
  position: relative;
}
.cd-metro li:before {
  content: '';
  width: 13px;
  height: 9px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
  background: url(../images/metro-color.png) no-repeat 0 0;
}
.cd-metro li.cd-color-1:before {
  background-position: 0 0;
}
.cd-metro li.cd-color-2:before {
  background-position: 0 -9px;
}
.archive-header,
.page-header {
  height: 120px;
  padding: 1.25rem 0;
  text-align: center;
  background: url(../images/bg-title.png) no-repeat 100% #f8fafd;
  margin-bottom: 1.875rem;
}
.page-title {
  line-height: 1;
  margin: 0;
  font-size: 44px;
  font-weight: 500;
  color: #0d2c4b;
}
.page-title .vcard {
  border: 0;
  padding: 0;
}
.byline {
  color: #999;
}
.price-wrap {
  margin-bottom: 1.875rem;
}
.price-wrap ul li {
  padding-left: 0 !important;
}
.price-wrap ul li:before {
  display: none !important;
}
.price-wrap > h2 {
  margin-bottom: 1rem;
}
.price-wrap .accordion-content {
  padding: 0;
}
.price-wrap .price-table {
  margin: 0 0 -1px;
}
.price-wrap .price-table tbody {
  border: none;
}
table.price-table tbody tr {
  border-bottom: 1px solid #cfdeed;
}
.price-table tbody tr td {
  padding: 0.5rem 1rem 0.625rem;
}
.price-table tbody tr td > a > p,
.price-table tbody tr td > p {
  font-family: IBM Plex Sans, sans-serif;
  color: #0d2c4b;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 0.5rem;
}
.price-table tbody tr td small {
  display: block;
  color: #47494b;
  font-size: 14px;
  line-height: 18px;
}
.price-table tbody tr td s {
  color: #0d2c4b;
  font-size: 80%;
}
.price-table tbody tr td > p.lead {
  color: #0d2c4b;
  margin: 0;
  font-weight: 500;
}
.doctor-quote {
  padding: 1.875rem 0;
  margin-bottom: 3rem;
  background: #e6f3fb;
  -webkit-box-shadow: inset 0 10px 10px 0 #d9edf8;
  -moz-box-shadow: inset 0 10px 10px 0 #d9edf8;
  box-shadow: inset 0 10px 10px 0 #d9edf8;
}
.doctor-quote .doctor-name {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 28px;
  color: #0d2c4b;
  font-weight: 500;
  margin-bottom: 1rem;
}
.doctor-quote .doctor-photo {
  width: inherit;
  text-align: center;
}
.doctor-quote .doctor-photo img {
  width: 100%;
  max-width: 320px;
  height: auto;
  margin-bottom: -1.875rem;
}
.doctor-quote .doctor-experience > span,
.doctor-quote .doctor-specialization > span {
  color: #47494b;
  font-size: 14px;
}
.doctor-header {
  padding-top: 3rem;
  margin-bottom: 1.875rem;
  background: #f8fafd;
  background: -moz-linear-gradient(top, #f8fafd 0, #eef2f7 100%);
  background: -webkit-linear-gradient(top, #f8fafd, #eef2f7);
  background: linear-gradient(180deg, #f8fafd 0, #eef2f7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8fafd",endColorstr="#eef2f7",GradientType=0);
}
.doctor-header h1 {
  font-size: 48px;
  margin-bottom: 1.875rem;
}
.doctor-info .column-block {
  margin-bottom: 1.25rem;
  color: #0d2c4b;
  font-size: 20px;
}
.doctor-info .column-block span {
  font-family: IBM Plex Sans, sans-serif;
  color: #bfc6cd;
  font-size: 14px;
}
.doctor-info .doctor-specialty {
  width: 80%;
  float: left;
}
.doctor-info .doctor-experience {
  width: 20%;
  float: left;
}
.doctor-action {
  margin-bottom: 1.875rem;
}
.doctor-action .button {
  margin: 0 1.25rem 0 0;
}
.doctor-action a {
  border-bottom: 1px dotted;
  vertical-align: middle;
}
.service-header {
  border: 4px solid #2188b7;
  margin: 0.625rem 0 1.875rem;
  padding: 1.875rem 0;
  background-color: #fff;
}
.service-header .b-title {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 28px;
  color: #0d2c4b;
  font-weight: 700;
  margin-bottom: 1rem;
}
.service-header .b-title > span {
  border-bottom: 1px solid #cc4c37;
}
.service-header .b-desc {
  color: #2188b7;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 1rem;
}
.service-header .b-mark {
  background: #d54a31;
  padding: 0 16px;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  position: relative;
  height: 28px;
  line-height: 28px;
  margin-bottom: 0.9375rem;
}
.service-header .b-mark:after {
  content: '';
  border-color: #d54a31 transparent #d54a31 #d54a31;
  border-style: solid;
  border-width: 14px 4px;
  width: 8px;
  height: 28px;
  display: inline-block;
  position: absolute;
  right: -6px;
  top: 0;
}
.service-header .b-list {
  list-style: none;
  font-size: 16px;
  padding: 0;
  margin: 0 0 1.5rem;
}
.service-header .b-list li {
  line-height: 24px;
  color: #253039;
  padding: 0 0 0 1.5rem;
  margin-bottom: 0.375rem;
  background: url(../images/icon-check-2.png) no-repeat 0 8px;
}
.service-header .b-action {
  margin-bottom: 1rem;
}
.service-header .b-action .button {
  margin: 0;
  width: 100%;
}
.service-header .b-action .button:focus,
.service-header .b-action .button:hover {
  background: #0670a7;
}
.service-header .b-action span {
  color: #2e3f4d;
  border: 1px dashed #0497e4;
  border-top: none;
  background: #fff;
  display: block;
  border-radius: 0 0 5px 5px;
  vertical-align: top;
  padding: 0.75em 1em;
  text-align: center;
}
.service-header .b-cost {
  padding: 0.9375rem;
  position: relative;
  border-radius: 8px;
  background: #f9f9f9;
  background: -moz-linear-gradient(-45deg, #f9f9f9 0, #fdfdfd 100%);
  background: -webkit-linear-gradient(-45deg, #f9f9f9, #fdfdfd);
  background: linear-gradient(135deg, #f9f9f9, #fdfdfd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9",endColorstr="#fdfdfd",GradientType=1);
}
.service-header .b-cost .tagged-share {
  color: #4b1c17;
  font-weight: 700;
  font-size: 18px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  padding: 0 1rem;
  position: absolute;
  right: 1.875rem;
  top: 20px;
  background: url(../images/tag-share.png) no-repeat 50%;
}
.service-header .b-cost s {
  font-weight: 400;
  font-size: 22px;
  display: block;
  color: #4c5358;
}
.service-header .b-cost .cost-value {
  font-family: IBM Plex Sans, sans-serif;
  display: block;
  text-align: center;
  font-size: 48px;
  color: #32a1db;
  font-weight: 700;
}
.service-header .b-image {
  text-align: center;
}
.archive-description {
  font-size: 18px;
  margin-bottom: 1.875rem;
}
.features-list {
  text-align: center;
  margin-bottom: 1.875rem;
}
.features-list .feature-item {
  width: 24%;
  margin: 0 0 1rem;
  display: inline-block;
  padding: 0 0.9375rem;
  vertical-align: top;
  position: relative;
}
.features-list .feature-item .f-image {
  width: 120px;
  height: 120px;
  margin: 0 auto 1rem;
}
.features-list .feature-item .f-image .rounded {
  width: 120px;
  height: 120px;
  display: table-cell;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #dff2fb;
}
.features-list .feature-item .f-title {
  font-family: IBM Plex Sans, sans-serif;
  color: #0d2c4b;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.features-list .feature-item .f-text {
  color: #324354;
  font-size: 14px;
}
.features-list .feature-item:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 12px;
  background: url(../images/sep-2.png) no-repeat;
  display: block;
  top: 54px;
  right: -5px;
}
.features-list .feature-item:nth-child(4n):after {
  clear: both;
}
.features-list .feature-item:last-child:after,
.features-list .feature-item:nth-child(4n):after {
  display: none;
}
.guarantees-list {
  text-align: center;
  margin-bottom: 1.875rem;
}
.guarantees-list .guarantee-item {
  width: 49%;
  margin: 0 0 1rem;
  display: inline-block;
  padding: 0 0.9375rem;
  vertical-align: top;
  position: relative;
}
.guarantees-list .guarantee-item .cell {
  display: table-cell;
  vertical-align: middle;
}
.guarantees-list .guarantee-item .g-image {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  text-align: center;
  padding-right: 20px;
}
.guarantees-list .guarantee-item .g-image .rounded {
  width: 100px;
  height: 120px;
  display: table-cell;
  background: url(../images/bg-guarantee-item.png) no-repeat 50%;
  vertical-align: middle;
  padding-bottom: 10px;
}
.guarantees-list .guarantee-item .g-title {
  font-family: IBM Plex Sans, sans-serif;
  color: #0d2c4b;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 0.5rem;
  text-align: left;
}
.guarantees-list .guarantee-item .g-text {
  color: #324354;
  font-size: 14px;
  text-align: left;
}
.guarantees-list .guarantee-item:nth-child(2n) {
  clear: both;
}
.service-category-title {
  margin-bottom: 1rem;
}
.service-category-title a {
  color: #0089d1;
  border-bottom: 1px solid #d54a31;
}
.service-category-title span {
  font-weight: 300;
}
.service-category-posts tbody,
.service-category-posts tr {
  border: none;
}
.service-category-posts tr td {
  vertical-align: top;
  padding: 0.5rem 0;
  vertical-align: 20px;
}
.service-category-posts tr td:last-child {
  padding-left: 0.5rem;
  text-align: right;
  white-space: nowrap;
}
.service-category-posts tr td:last-child s {
  color: #1f476e;
}
.service-category-posts tr td:last-child .cost-value {
  color: #0089d1;
}
.service-category-posts tr td.sale .cost-value {
  color: #d54a31;
}
.service-category-posts a {
  color: #1f476e;
}
.service-category-posts a:hover {
  color: #0089d1;
}
.service-preview {
  font-family: IBM Plex Sans, sans-serif;
  position: relative;
  border-radius: 10px;
  padding: 1.875rem;
  overflow: hidden;
  border: 2px solid #fff;
  background: #ebf3fa;
  background: -moz-linear-gradient(45deg, #d9ebfa 0, #fbfcfe 100%);
  background: -webkit-linear-gradient(45deg, #d9ebfa, #fbfcfe);
  background: linear-gradient(45deg, #d9ebfa, #fbfcfe);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d9ebfb",endColorstr="#fbfcfe",GradientType=1);
}
.service-preview:hover {
  cursor: pointer;
  border-color: #2188b7;
  -webkit-box-shadow: 0 7px 9px 0 hsla(0, 0%, 89%, 0.9);
  -moz-box-shadow: 0 7px 9px 0 hsla(0, 0%, 89%, 0.9);
  box-shadow: 0 7px 9px 0 hsla(0, 0%, 89%, 0.9);
}
.service-preview:hover .button.rounded {
  background-color: #d54a31;
  color: #fff;
}
.service-preview .button {
  margin: auto;
  vertical-align: bottom;
  display: block;
  width: 200px;
  position: relative;
  left: 90px;
  top: -24px;
}
.service-preview .button:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.service-preview .read-more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 200px 30px 30px 260px;
}
.service-preview .cell {
  display: table-cell;
  vertical-align: top;
}
.service-preview .service-thumb {
  height: 200px;
  width: 200px;
  position: relative;
  margin-right: 1.875rem;
  -webkit-box-shadow: 0 8px 9px 0 #cee1ea;
  -moz-box-shadow: 0 8px 9px 0 #cee1ea;
  box-shadow: 0 8px 9px 0 #cee1ea;
}
.service-preview .service-thumb.rounded {
  border-radius: 50%;
  overflow: hidden;
}
.service-preview .service-thumb img {
  position: absolute;
  height: 200px;
  width: auto;
  max-width: none;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
.service-preview .service-info {
  height: 150px;
  display: table-cell;
  overflow: hidden;
  vertical-align: middle;
}
.service-preview .service-info h2 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 8px;
}
.service-preview .service-info h2 a {
  color: #0d2c4b;
  border-bottom: 1px solid #cc4c37;
}
.service-preview:hover .service-info h2 a {
  color: #2188b7;
}
.service-preview .service-info .b-cost s {
  font-size: 18px;
  display: block;
  color: #4c5358;
}
.service-preview .service-info .cost-value {
  color: #2188b7;
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
}
.service-preview .tagged-share {
  background: #30cd23;
  top: 1rem;
}
.service-preview .tagged-sale,
.service-preview .tagged-share {
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  padding: 0 3rem;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  left: -3rem;
}
.service-preview .tagged-sale {
  background: #2396ce;
  top: 20px;
}
.featured-services-wrap {
  margin: 1.875rem 0;
}
.service-slider {
  height: 550px;
}
.services-wrap {
  margin-bottom: 1.875rem;
}
.services-wrap h2 {
  font-size: 30px;
  margin-bottom: 1.875rem;
}
.services-wrap .archive-link,
.services-wrap h2 {
  position: relative;
  text-align: center;
}
.doctor-preview {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.doctor-preview:hover {
  border-color: #2188b7;
  -webkit-box-shadow: 0 7px 9px 0 hsla(0, 0%, 89%, 0.9);
  -moz-box-shadow: 0 7px 9px 0 hsla(0, 0%, 89%, 0.9);
  box-shadow: 0 7px 9px 0 hsla(0, 0%, 89%, 0.9);
}
.doctor-preview .doctor-photo {
  background: #e6f1fb;
  margin-bottom: 1rem;
  text-align: center;
  height: 300px;
  position: relative;
}
.doctor-preview .doctor-photo img {
  position: absolute;
  height: 300px;
  width: auto;
  left: 50%;
  max-width: none;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
.doctor-preview .doctor-name {
  font-size: 20px;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 500;
}
.doctor-preview .doctor-name a {
  border-bottom: 1px solid #cc4c37;
}
.doctor-preview .doctor-name a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.doctor-preview .doctor-name a > b {
  font-weight: 700;
}
.doctor-preview .doctor-specialty {
  text-align: center;
  margin-bottom: 1rem;
  padding: 0 0.625rem;
}
.doctor-wrap {
  margin-bottom: 1.875rem;
  padding: 1.875rem 0;
  background: #f8fafd;
  background: -moz-linear-gradient(top, #f8fafd 0, #fff 100%);
  background: -webkit-linear-gradient(top, #f8fafd, #fff);
  background: linear-gradient(180deg, #f8fafd 0, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8fafd",endColorstr="#ffffff",GradientType=0);
}
.doctor-wrap .doctor-slider-item {
  margin: 0 0.9375rem;
}
#doctor-filter {
  font-size: 18px;
  text-align: center;
  margin-bottom: 1.875rem;
}
#doctor-filter button,
#doctor-filter span {
  display: inline-block;
  margin: 0 0.5rem;
}
#doctor-filter button {
  color: #2188b7;
  border-bottom: 1px dotted #cc4c37;
  padding: 0.2em 0;
  cursor: pointer;
}
#doctor-filter button.mixitup-control-active {
  border-bottom: 1px solid #cc4c37;
}
.how-work {
  font-size: 18px;
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.875rem;
}
.how-work li {
  padding-left: 100px;
  position: relative;
  min-height: 58px;
}
.how-work li:before {
  content: '';
  background: url(../images/sprite-58.png) no-repeat 0 0;
  height: 58px;
  width: 58px;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
}
.how-work li.hw-heart:before {
  background-position: 0 0;
}
.how-work li.hw-star:before {
  background-position: 0 -58px;
}
.how-work li.hw-money:before {
  background-position: 0 -116px;
}
.icon16 {
  display: inline-block;
  width: 16px;
  height: 12px;
  background: url(../images/sprite-16-1.png) no-repeat;
}
.icon16.icon-car {
  background-position: 0 0;
}
.icon16.icon-metro {
  background-position: 0 -12px;
}
.video-bg {
  padding: 1.875rem 0;
}
.video-caption {
  font-family: IBM Plex Sans, sans-serif;
  color: #0d2c4b;
  text-align: center;
  margin: 10px 0;
}
.review-single {
  border: 1px solid #cfdeed;
  border-radius: 10px;
  padding: 0 1.875rem 1.875rem;
  overflow: hidden;
  background: #fff;
}
.review-header {
  margin-bottom: 0.5rem;
}
.reviewer-photo {
  border-radius: 5px;
  overflow: hidden;
  height: 75px;
  width: 75px;
  float: left;
  margin: 0 0.9375rem 0 0;
}
.reviewer-name {
  display: table-cell;
  height: 75px;
  vertical-align: middle;
  font-size: 20px;
  line-height: 24px;
  color: #2188b7;
}
.review-content {
  color: #1f476e;
}
.review-scan {
  position: relative;
  min-height: 300px;
}
.review-scan > a {
  position: absolute;
  max-width: 100%;
  -webkit-box-shadow: 0 2px 6px 0 #e7e6e6;
  -moz-box-shadow: 0 2px 6px 0 #e7e6e6;
  box-shadow: 0 2px 6px 0 #e7e6e6;
}
.review-scan.icon-thumbs-up {
  margin-top: 35px;
}
.review-scan.icon-thumbs-up:before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(../images/icon-thumbs-up.png) no-repeat 50% #35d927;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  -webkit-box-shadow: 0 0 0 5px rgba(53, 217, 39, 0.15);
  -moz-box-shadow: 0 0 0 5px rgba(53, 217, 39, 0.15);
  box-shadow: 0 0 0 5px rgba(53, 217, 39, 0.15);
}
.home .main {
  font-size: 18px;
}
.wrap-title {
  position: relative;
  text-align: center;
  font-size: 30px;
}
.wrap-title.bord {
  margin-bottom: 1.875rem;
  padding-bottom: 0.9375rem;
}
.wrap-title.bord.wrap-title-reviews {
  margin-bottom: 0;
  margin-top: 40px;
}
.wrap-title-single-service {
  margin-top: 40px;
}
.wrap-title.bord:after {
  content: '';
  width: 60px;
  height: 2px;
  background: #2188b7;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}
.certificates-wrap {
  padding: 1.875rem 0;
  margin-bottom: 1.875rem;
  background: url(../images/bg-sertificates-1.png) no-repeat 50%;
}
.certificate-slider-item,
.photo-slider-item {
  width: 320px;
  margin: 0 30px;
  text-align: center;
  padding: 25px 0 0;
}
.certificate-slider .slick-dots li:before,
.photo-slider .slick-dots li:before {
  display: none !important;
  padding-left: 0 !important;
}
.certificate-slider-item a,
.photo-slider-item a {
  display: inline-block;
  vertical-align: top;
  border: 5px solid #edf3f9;
  -webkit-box-shadow: 0 0 20px 0 #edf3f9;
  -moz-box-shadow: 0 0 20px 0 #edf3f9;
  box-shadow: 0 0 20px 0 #edf3f9;
}
.certificate-slider-item.slick-center a,
.photo-slider-item.slick-center a {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.home .main img {
  border-radius: 10px;
}
.entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.entry-content .alignleft,
.entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.entry-content .alignright,
.entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.entry-content .aligncenter,
.entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.entry-content object,
.entry-content video {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
.post-password-form input[type='submit'] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe;
}
[data-whatinput='mouse'] .post-password-form input[type='submit'] {
  outline: 0;
}
.post-password-form input[type='submit']:focus,
.post-password-form input[type='submit']:hover {
  background-color: #14679e;
  color: #fefefe;
}
.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-bg,
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}
.mfp-wrap {
  z-index: 1043;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.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: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-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;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}
.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-arrow {
  position: absolute;
  opacity: 0.65;
  top: 50%;
  margin: -55px 0 0;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.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 {
  left: 0;
}
.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-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%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure,
img.mfp-img {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  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;
}
.mfp-figure figure {
  margin: 0;
}
.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-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-height: 300px),
  screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .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;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .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 (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.gallery {
  max-width: 100%;
  margin-right: -15px;
  margin-left: -15px;
}
.gallery:after,
.gallery:before {
  content: ' ';
  display: table;
}
.gallery:after {
  clear: both;
}
.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-1 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-2 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-3 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-4 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-5 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-6 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-7 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-8 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.gallery dl:last-child:not(:first-child) {
  float: right;
}
.breadcrumbs {
  text-align: center;
  margin: 0;
}
.breadcrumbs li {
  display: inline-block;
  float: none;
  font-size: 14px;
  text-transform: none;
}
.breadcrumbs a {
  color: #505254;
}
.page-navigation {
  margin-top: 1rem;
}
#comments .commentlist,
#respond ul {
  margin-left: 0;
}
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
}
.commentlist li[class*='depth-'] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  float: right;
}
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type='email'],
.respond-form form input[type='text'],
.respond-form form input[type='url'],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
}
.respond-form form input[type='email']:focus,
.respond-form form input[type='text']:focus,
.respond-form form input[type='url']:focus,
.respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type='email']:invalid,
.respond-form form input[type='text']:invalid,
.respond-form form input[type='url']:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type='email'],
.respond-form form input[type='text'],
.respond-form form input[type='url'] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}
#comment-form-title {
  margin: 0 0 1.1em;
}
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
.nocomments {
  margin: 0 20px 1.1em;
}
.sidebar li {
  list-style: none;
}
.widget ul {
  margin: 0;
}
.footer {
  clear: both;
  margin-top: 1.875rem;
  background-color: #fff;
}
.footer-menu {
  font-family: IBM Plex Sans, sans-serif;
  border-top: 3px solid #0a85ce;
  margin-bottom: 48px;
  padding: 0.9375rem 0 1.25rem;
  font-size: 18px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.footer-menu .menu li {
  text-align: center;
  position: relative;
}
.footer-menu .menu li:before {
  content: '';
  display: inline-block;
  height: 10px;
  width: 9px;
  background: url(../images/sep-t.png) no-repeat 50%;
  left: 0;
  top: 50%;
  margin-top: -3px;
  position: absolute;
  margin-left: -4px;
}
.footer-menu .menu li.mark-question:before,
.footer-menu .menu li:first-child:before {
  display: none;
}
.footer-menu .menu li a {
  color: #2188b7;
  padding: 0.5rem 0;
  display: inline-block;
}
.footer-menu .menu li a span {
  border-bottom: 1px solid #cc4c37;
}
.footer-menu .menu a:focus span,
.footer-menu .menu a:hover span {
  border-bottom: 1px solid transparent;
}
.footer-menu .menu li.mark-question a {
  color: #d54a31;
  position: relative;
}
.footer-menu .menu li.mark-question a span {
  border-bottom: 1px dotted #d54a31;
}
.footer-menu .menu li.mark-question a:before {
  content: '?';
  color: #2188b7;
  position: absolute;
  top: 5px;
  left: -30px;
  width: 24px;
  height: 24px;
  background: #f1f4f7;
  border-radius: 50%;
  line-height: 24px;
}
.copyright {
  letter-spacing: -0.02em;
  font-size: 14px;
  color: #000;
  background-color: #fbfcfe;
  margin-top: 46px;
  padding-top: 16px;
}
div.wpcf7 {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.side div.wpcf7 {
  padding: 0.9375rem;
  border-radius: 10px;
  border: 1px solid #2188b7;
  -webkit-box-shadow: 0 2px 25px 0 #e7e6e6;
  -moz-box-shadow: 0 2px 25px 0 #e7e6e6;
  box-shadow: 0 2px 25px 0 #e7e6e6;
}
div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}
div.wpcf7 .button {
  font-size: 16px;
  padding: 8px;
  line-height: 21px;
}
div.wpcf7-response-output {
  font-size: 12px;
  margin: 0;
  padding: 0.2em 1em;
  border: 1px solid red;
}
div.wpcf7-mail-sent-ok {
  border: 1px solid #398f14;
}
div.wpcf7-aborted,
div.wpcf7-mail-sent-ng {
  border: 1px solid red;
}
div.wpcf7-spam-blocked {
  border: 1px solid orange;
}
div.wpcf7-acceptance-missing,
div.wpcf7-validation-errors {
  border: 1px solid #f7e700;
}
.wpcf7-form-control-wrap {
  display: block;
  position: relative;
}
span.wpcf7-not-valid-tip {
  color: red;
  font-size: 12px;
  font-weight: 400;
  display: block;
  bottom: -15px;
  position: absolute;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid red;
  background: #fff;
  padding: 0.2em 0.8em;
}
span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}
span.wpcf7-list-item-label:after,
span.wpcf7-list-item-label:before {
  content: ' ';
}
.wpcf7-display-none {
  display: none;
}
div.wpcf7 .ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  display: inline-block;
  background: url(../images/ajax-loader.gif) no-repeat 50% #fff;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  opacity: 0.5;
}
div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}
div.wpcf7 div.ajax-error {
  display: none;
}
div.wpcf7 .placeheld {
  color: #888;
}
div.wpcf7 .wpcf7-recaptcha iframe {
  margin-bottom: 0;
}
div.wpcf7 input[type='file'] {
  cursor: pointer;
}
div.wpcf7 input[type='file']:disabled {
  cursor: default;
}
.wpcf7-form .form-title {
  font-family: IBM Plex Sans, sans-serif;
  color: #0d2c4b;
  font-size: 22px;
  font-weight: 500;
}
.wpcf7-form p {
  font-family: IBM Plex Sans, sans-serif;
  color: #505254;
}
.form-style-1 {
  position: relative;
  border: 3px solid #00ade5;
  border-radius: 10px;
  padding: 1.25rem 1.875rem;
  margin: 1.875rem 0;
  background: #fff;
}
.form-style-1:before {
  right: 100%;
  background: url(../images/bg-form-before-1.png) repeat-y 100% 0 #00ade5;
}
.form-style-1:after,
.form-style-1:before {
  content: '';
  width: 900px;
  top: 1.875rem;
  display: block;
  position: absolute;
  bottom: 1.875rem;
}
.form-style-1:after {
  left: 100%;
  background: url(../images/bg-form-after-1.png) repeat-y 0 0 #00ade5;
}
.form-style-1 .form-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 1rem;
}
.video-wrap {
  margin: 1.875rem 0 3rem;
}
.video-wrap .video-tabs-title {
  font-family: IBM Plex Sans, sans-serif;
  color: #0d2c4b;
  font-size: 18px;
  font-weight: 500;
  padding: 1.25rem 1.5rem;
  margin: 0;
}
.video-wrap .collapse {
  border-radius: 8px;
  overflow: hidden;
  background: #f8fafd;
}
.video-wrap .tabs {
  background: transparent;
  border: none;
}
.video-wrap .tabs-panel {
  padding: 0;
}
.video-wrap .tabs-content {
  border: none;
}
.video-wrap .tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 18px;
  line-height: 1;
  color: #2188b7;
}
.video-wrap .tabs-title > a span {
  border-bottom: 1px dotted;
}
.video-wrap .tabs-title > a:focus span,
.video-wrap .tabs-title > a[aria-selected='true'] span {
  border-bottom: none;
}
.youtube {
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 320px;
  border-radius: 8px;
}
.youtube,
.youtube .play {
  transition: all 0.2s ease-out;
  width: 100%;
}
.youtube .play {
  background: url(../images/icon-play-1.png) no-repeat 50%;
  background-size: 92px 92px;
  position: absolute;
  height: 100%;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.youtube .play:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
  position: relative;
  display: block;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url(../images/ajax-loader.gif) 50% no-repeat;
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  display: block;
  width: 42px;
  height: 42px;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
  background: transparent;
}
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: none;
}
.slick-next.slick-disabled:before,
.slick-next:hover:before,
.slick-prev.slick-disabled:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next:before,
.slick-prev:before {
  width: 42px;
  height: 42px;
  content: '';
  display: block;
  opacity: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -0.9375rem;
  margin-left: -42px;
}
.slick-prev:before {
  background: url(../images/arrow-left-2.png) no-repeat 0;
}
.slick-next {
  right: -0.9375rem;
  margin-right: -42px;
}
.slick-next:before {
  background: url(../images/arrow-right-2.png) no-repeat 100%;
}
.slick-dotted {
  margin-bottom: 3rem;
}
.slick-dots {
  height: 16px;
  position: absolute;
  bottom: -2rem;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
}
.slick-dots li,
.slick-dots li button {
  width: 14px;
  height: 14px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  color: transparent;
  border: 0;
  border-radius: 7px;
  outline: none;
  background: #e0ebf6;
}
.slick-dots li.slick-active button {
  background: #d54a31;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}
.reviews-slider-1 {
  margin-bottom: 1rem;
}
.reviews-slider-1 > .slick-list {
  margin: 0 45px;
}
.review-gallery-caption {
  font-size: 14px;
  color: #9aa7b2;
  margin-bottom: 0.5rem;
}
.gallery-style-1 {
  margin: 0;
}
.gallery-style-1 .gallery-item {
  margin: 0 5px;
  height: 90px;
}
.gallery-style-1 .gallery-item a {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gallery-style-1 .gallery-item a:hover:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/icon-search.png) no-repeat 50%
    rgba(0, 138, 210, 0.5);
}
.gallery-style-1 .slick-next,
.gallery-style-1 .slick-prev {
  height: 60px;
  width: 30px;
  margin: 0;
}
.gallery-style-1 .slick-prev {
  left: -1px;
}
.gallery-style-1 .slick-next {
  right: -1px;
}
.gallery-style-1 .slick-next:before,
.gallery-style-1 .slick-prev:before {
  height: 60px;
  width: 30px;
}
.gallery-style-1 .slick-prev:before {
  background: url(../images/arrow-left-1.png) no-repeat 0;
}
.gallery-style-1 .slick-next:before {
  background: url(../images/arrow-right-1.png) no-repeat 100%;
}
.gallery-slider-1 {
  border-radius: 10px;
  overflow: hidden;
}
.gallery-slider-caption {
  font-family: IBM Plex Sans, sans-serif;
  color: #0d2c4b;
  text-align: center;
  margin: 10px 0;
}
.gallery-slider-1 .gallery-item {
  position: relative;
  padding-bottom: 14%;
}
.gallery-slider-1 .gallery-item > img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 29.9375em) {
  .service-preview .cell {
    display: block;
    vertical-align: top;
  }
  .service-preview .service-thumb {
    margin: 0 auto;
  }
  .service-preview .service-info {
    display: block;
    text-align: center;
    height: auto;
    margin-bottom: 1rem;
  }
  .service-preview .button {
    position: static;
    left: auto;
    right: auto;
    display: block;
  }
}
@media screen and (min-width: 40em) {
  .price-table.stack tr {
    display: table-row;
  }
  .price-table.stack td {
    display: table-cell;
  }
  .price-table tbody td:last-child {
    text-align: right;
    white-space: nowrap;
  }
  .service-header {
    margin: 0.625rem 0.625rem 1.875rem;
  }
  .service-header .b-title {
    font-size: 38px;
  }
  .service-header .b-action {
    height: 50px;
    overflow: hidden;
  }
  .service-header .b-action .button {
    width: auto;
    position: relative;
    display: inline-block;
    min-width: 280px;
  }
  .service-header .b-action span {
    display: inline-block;
    border-radius: 0 5px 5px 0;
    border: 1px dashed #0497e4;
    border-left: none;
    margin-left: -5px;
  }
  .doctor-quote .doctor-photo {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
  }
  .form-style-1 {
    background: url(../images/bg-form-1.jpg) no-repeat 100% #fff;
  }
  .youtube {
    height: 420px;
  }
}
@media screen and (min-width: 64em) {
  .header-top {
    padding: 1.25rem 0;
  }
  .header-top .cell {
    display: table-cell;
    padding: 0 0.9375rem;
    vertical-align: top;
    width: 25%;
  }
  .service-header .b-title {
    font-size: 42px;
  }
  .service-header .b-list {
    font-size: 18px;
  }
  .doctor-quote .doctor-name {
    font-size: 32px;
  }
  .doctor-quote .doctor-description {
    font-size: 18px;
  }
  .youtube {
    height: 500px;
  }
}
ul.style-1 {
  margin-left: 1.25rem !important;
  list-style: none;
}
.button.rounded:focus {
  outline: none;
}
.off-canvas-content.is-open-right.has-transition-push {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.position-right {
  width: 100%;
  text-align: center;
}
.off-canvas .close-menu {
  display: inline-block;
  margin-top: 30%;
  margin-bottom: 4%;
  border: 2px solid #008bd3;
  border-radius: 4px;
  text-transform: uppercase;
}
.off-canvas .close-menu a {
  color: #008bd3;
  background-color: transparent;
  transition: background-color 0.25s ease-out;
}
.off-canvas .close-menu a:hover {
  color: #fff;
  background-color: #008bd3;
}
.off-canvas {
  background-color: hsla(0, 0%, 90.2%, 0.9);
}
.slick-dots {
  position: static;
}
.service-slider {
  height: auto;
}
.video-wrap iframe {
  width: 100% !important;
}
.slick-dotted {
  margin-bottom: 1.6rem;
}
.youtube {
  background-size: cover;
}
.featured-services-wrap {
  margin: 0.7rem 0;
}
.slick-dots {
  margin-top: 24px;
}
.large-up-2 > .column:last-child,
.large-up-2 > .column:nth-child(3),
.large-up-2 > .columns:last-child,
.reviews-slider-2 .review-single {
  margin-bottom: 0;
}
.archive-header,
.page-header {
  height: auto;
  background-size: cover;
}
.page-header.page-header--contacts {
  margin-bottom: -30px;
}
.review-scan {
  min-height: 500px;
}
.review-link {
  outline: none;
  display: none;
}
.page-title {
  text-shadow: -1px 0 1px #fff, 0 -1px 1px #fff, 0 1px 1px #fff, 1px 0 1px #fff,
    0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 2px 2px 3px #000;
}
.reviews-slider-1 .slider-style-1 .slick-slide img {
  display: block;
  margin: auto;
}
.reviews-slider-1 .slider-style-1 .slick-prev {
  left: 40px;
  z-index: 1;
}
.reviews-slider-1 .slider-style-1 .slick-next {
  right: 40px;
}
.review-gallery-caption {
  text-align: left;
}
.reviews-slider-2 .review-scan {
  min-height: 570px;
}
.is-stuck .logo img {
  width: 150px;
  margin-top: 0;
  margin-left: 10px;
}
.top-bar-right.float-right.show-for-small-only {
  background-color: #fff;
  color: #008bd3;
  transition: 0.4s ease;
}
.top-bar-right.float-right.show-for-small-only:hover {
  background-color: #008bd3;
  color: #fff;
}
.service-header .button {
  border-radius: 5px;
  color: #fff;
  background: #0497e4;
  border: none;
  border-bottom: 2px solid #0670a7;
  font-size: 20px;
  padding: 14px;
}
.map-section {
  z-index: 0;
  margin: 30px auto -30px;
}
.slick-list {
  margin-bottom: 0;
}
.inner-blog-list li {
  list-style-type: none;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.inner-blog-list li:before {
  content: '';
  display: block;
  background: #00ade5;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
input[name='reviewer-name'] + span.wpcf7-not-valid-tip {
  bottom: 0 !important;
}
.review-single .row .review-header {
  margin-top: 40px;
}
.review-single .row .review-scan {
  margin-top: 60px;
}
.review-single .row .review-scan a {
  height: 100%;
}
.slick-initialized .slick-slide {
  padding-top: 0;
}
.reviews-slider-2 > .slick-list:before {
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  top: 1px;
  border-top: 3px solid #35d927;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  z-index: 1;
  left: 1.875rem;
  right: 1.875rem;
}
.review-single {
  margin-bottom: 40px;
  position: relative;
  z-index: 0;
}
.review-single:before {
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  top: 0;
  border-top: 3px solid #35d927;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  z-index: 1;
  left: 1.875rem;
  right: 1.875rem;
}
.review-single .review-scan:before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(../images/icon-thumbs-up.png) no-repeat 50% #35d927;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  -webkit-box-shadow: 0 0 0 5px rgba(53, 217, 39, 0.15);
  -moz-box-shadow: 0 0 0 5px rgba(53, 217, 39, 0.15);
  box-shadow: 0 0 0 5px rgba(53, 217, 39, 0.15);
}
ul.oblated_list {
  position: relative;
  margin-left: 1.25rem;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.oblated_list.oblated {
  margin-bottom: 10px;
  overflow: hidden;
}
.oblated_list.oblated:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    hsla(0, 0%, 100%, 0.1),
    hsla(0, 0%, 100%, 0.3) 44%,
    hsla(0, 0%, 100%, 0.6) 50%,
    hsla(0, 0%, 100%, 0.4) 60%,
    hsla(0, 0%, 100%, 0.9) 70%,
    hsla(0, 0%, 100%, 0.9) 90%,
    #fff
  );
  position: absolute;
  top: 0;
}
.oblated_list .oblated__text {
  display: none;
  margin: auto;
  height: auto;
  position: absolute;
  bottom: 24px;
  left: calc(50% - 86px);
  z-index: 1;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  background-color: #fff;
  border-bottom: 2px dashed #2188b7;
  color: #2188b7;
  text-transform: uppercase;
}
.oblated_list.oblated .oblated__text {
  display: inline-block;
}
.reviews-front-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}
.footer_services_list_left,
.footer_services_list_right {
  display: inline-block;
}
.footer_logo img {
  width: 203px;
  margin-bottom: 13px;
}
.footer_copyright {
  color: #000;
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.footer_services_title {
  font-family: IBM Plex Sans;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 15px;
}
.footer_services_list_left,
.footer_services_list_right {
  color: #008cd3;
}
.footer_services_list_left a,
.footer_services_list_right a {
  color: #1f476e;
  font-family: PT Sans;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}
.footer_address_title {
  color: #0d2c4b;
  font-family: IBM Plex Sans;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 15px;
}
.footer_address {
  color: #1f476e;
  font-family: PT Sans;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 15px;
  padding-left: 21px;
  background: url(../images/address-ico.png) no-repeat;
  background-position: 0 5px;
}
.footer_address:first-line {
  color: #9aa7b2;
  font-size: 14px;
}
.footer_metro {
  color: #1f476e;
  font-family: PT Sans;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 11px;
  padding-left: 21px;
  background: url(../images/metro-ico.png) no-repeat;
  background-position: 0 6px;
}
.small-12.large-3.columns.footer_address_wrapper {
  width: 22%;
}
.footer_worktime {
  color: #1f476e;
  font-family: PT Sans;
  font-size: 15px;
  font-weight: 400;
  padding-left: 21px;
  background: url(../images/time-ico.png) no-repeat;
  background-position: 0 5px;
}
.footer_phone a {
  color: #0d2c4b;
  font-family: IBM Plex Sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}
.footer_callme_text .f-button {
  color: #2188b7;
  font-family: PT Sans;
  font-size: 17px;
  display: block;
  border: none;
  margin: 0;
  text-align: left;
  padding: 0;
  cursor: pointer;
}
.footer_callme_text .button:hover {
  color: #2188b7;
  background-color: inherit;
}
.small-12.large-2.columns.footer_phone_wrapper {
  padding: 0;
}
.footer_phone {
  margin-bottom: 19px;
}
.small-12.large-3.columns.footer_logo_wrapper {
  width: 19%;
  padding-left: 0;
}
.small-12.large-4.columns.footer_services_wrapper {
  width: 42.33333%;
  padding-right: 0;
  padding-left: 32px;
}
ul.footer_services_list_right {
  margin-left: 10%;
}
.footer_sidebar {
  margin-bottom: 0;
}
.copyright .column {
  padding-left: 0;
  padding-right: 0;
}
a.phone__header span {
  font-weight: 500;
}
a.phone__header span,
a.phone__map span {
  color: #000;
  font-size: 17px;
}
.main.small-12.medium-12.large-10.large-centered.columns ul li {
  list-style-type: none;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.main.small-12.medium-12.large-10.large-centered.columns ul li:before {
  content: '';
  display: block;
  background: #00ade5;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.footer_services_list_left a,
.footer_services_list_right a {
  color: #cc4c37;
}
.footer_services_list_left a span,
.footer_services_list_right a span {
  color: #1f476e;
}
.footer_services_list_left a:hover,
.footer_services_list_right a:hover {
  text-decoration: underline;
}
.dropdown .is-dropdown-submenu a {
  background-color: #fff;
}
.dropdown .is-dropdown-submenu a:hover {
  color: #666 !important;
  background-color: #f8fafd;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  left: 100%;
  right: auto;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a:after {
  content: '\f107';
  font-family: Fontawesome;
  font-size: 18px;
  right: 22px;
  left: auto;
  margin-top: 3px;
  color: #cc4c37;
  transform: rotate(-90deg);
  border: none;
}
.certificate-slider-item a,
.photo-slider-item a {
  border: none;
}
.certificate-slider-item.slick-center a,
.photo-slider-item.slick-center a {
  transform: none;
}
.certificate-slider-item,
.photo-slider-item {
  border: 2px solid transparent !important;
  transition: border-color 0.2s ease-in;
}
.certificate-slider-item:hover,
.photo-slider-item:hover {
  border-color: #2188b7 !important;
}
.review-scan {
  border: 2px dashed transparent !important;
  transition: border-color 0.2s ease-in;
}
.review-scan:hover {
  border-color: #2188b7 !important;
}
.slick-next:hover:before {
  background: url(../images/arrow-right-b.png) no-repeat 100%;
}
.slick-prev:hover:before {
  background: url(../images/arrow-left-b.png) no-repeat 0;
}
.reviews-slider-2 .review-scan img {
  max-height: 556px;
}
.reviews-slider-2 .review-scan > a {
  position: absolute;
  max-width: 100%;
}
.reviews-slider-2 .review-single .row .review-scan {
  margin-top: 60px;
  margin-left: 40px;
}
.reviews-slider-2 .slick-slide img {
  z-index: -555;
}
@media print, screen and (min-width: 64em) {
  .doctor-list.large-up-4 > .column:nth-of-type(4n + 1),
  .large-up-4 > .columns:nth-of-type(4n + 1) {
    clear: none;
  }
  .doctor-list .column {
    height: 440px;
    font-weight: 500;
  }
}
@media print, screen and (min-width: 40em) {
  .doctor-list.medium-up-2 > .column:nth-of-type(odd),
  .medium-up-2 > .columns:nth-of-type(odd) {
    clear: none;
  }
}
.review-content-doctor {
  margin-top: 50px;
}
@media screen and (min-width: 1022px) {
  .doctor-header-service {
    position: relative;
    margin-top: 40px;
  }
  .doctor-header-service img {
    position: absolute;
  }
  .doctor-header-service h2 {
    font-size: 38px;
  }
  .doctor-header-service .doctor-info {
    padding-bottom: 40px;
  }
  .doctor-header-service img {
    position: static;
    bottom: 0;
    height: auto;
    height: 315px;
    width: auto;
  }
  .doctor-header-service p {
    text-align: justify;
  }
  .doctor-header-service .doctor-specialty p {
    text-align: left;
  }
  .doctor-header-service .doctor-experience {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1320px) {
  .reviews-slider-2 > .slick-prev {
    left: 5.6%;
    z-index: 1;
  }
  .reviews-slider-2 > .slick-next {
    right: 5.6%;
  }
}
@media screen and (max-width: 1290px) {
  .doctor-header-service h2 {
    font-size: 30px;
    text-align: center;
  }
  .doctor-header-service p {
    font-size: 17px;
  }
  .doctor-header-service img {
    position: static;
    bottom: 0;
    height: auto;
    height: 268px;
    width: auto;
  }
  .small-12.large-3.columns.footer_logo_wrapper {
    padding-left: 20px;
  }
  .footer_phone a {
    font-size: 16px;
  }
  .small-12.large-4.columns.footer_services_wrapper {
    padding-left: 10px;
  }
  ul.footer_services_list_right {
    margin-left: 7%;
  }
  .small-12.large-2.columns.footer_phone_wrapper {
    width: auto;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .header-top .cell {
    position: relative;
    top: 8px;
  }
  .header-top .cell:last-child {
    position: static;
  }
  .top-bar .top-bar-right {
    padding-right: 10px;
  }
  .sticky.is-stuck .top-bar-right > .menu > li > a span {
    font-size: 16px;
  }
  .sticky.is-stuck .top-bar-right > .menu > li {
    margin-left: 32px;
  }
  .sticky.is-stuck .top-bar-right > .menu > li:before {
    margin-top: -4px;
    left: -20px;
  }
  .reviews-slider-1 .slider-style-1 .slick-slide img {
    display: block;
    margin: auto;
  }
  .reviews-slider-1 .slider-style-1 .slick-prev {
    left: 6%;
    z-index: 1;
  }
  .reviews-slider-1 .slider-style-1 .slick-next {
    right: 6%;
  }
}
@media screen and (max-width: 1126px) {
  .reviews-slider-2 .review-single .row .review-scan a {
    position: static;
  }
  .reviews-slider-2 .slick-slide img {
    z-index: -555;
    margin: auto;
  }
  .reviews-slider-2 .review-scan:hover {
    border-color: transparent !important;
  }
  .reviews-slider-2 .review-scan img {
    border: 2px dashed transparent !important;
    transition: 0.2s ease-in;
  }
  .reviews-slider-2 .review-scan img:hover {
    border: 2px dashed #2188b7 !important;
  }
}
@media screen and (max-width: 1100px) {
  .service-preview .service-info h2 {
    font-size: 18px;
  }
  .service-preview .service-info .cost-value {
    font-size: 26px;
  }
  .service-preview .service-thumb {
    height: 170px;
    width: 170px;
  }
  .service-preview .service-thumb img {
    height: 170px;
  }
  .service-preview .button {
    left: 86px;
    bottom: 23px;
  }
  .service-preview .service-info {
    height: 110px;
  }
  .reviews-slider-2 > .slick-prev {
    left: 6.8%;
    z-index: 1;
  }
  .reviews-slider-2 > .slick-next {
    right: 6.8%;
  }
  .service-preview .read-more {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 172px 0 30px 200px;
  }
}
@media screen and (max-width: 1030px) {
  .header-top .feature-text > span {
    font-size: 14px;
  }
  .top-bar-right > .menu > li {
    margin-left: 34px;
  }
  .top-bar-right > .menu > li > a {
    font-size: 18px;
  }
  .top-bar-right > .menu > li:before {
    left: -22px;
  }
  .sticky.is-stuck .top-bar-right > .menu > li:before {
    display: none;
  }
  .sticky.is-stuck .top-bar-right > .menu > li {
    margin-left: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .doctor-header-service {
    padding-left: 36px;
    padding-right: 0;
    position: relative;
  }
  .doctor-header-service img {
    position: absolute;
    bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .side .is-at-top {
    margin-top: 0 !important;
  }
  .service-header .b-cost {
    margin: 40px 30px 30px;
  }
  .service-header .b-action span {
    display: none;
  }
  .service-header .b-cost.share:before {
    font-size: 20px;
    line-height: 36px;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    background: #3cd05b;
    color: #fff;
    left: -25px;
    top: -21px;
  }
  .reviews-slider-1 > .slick-list {
    margin: auto;
    width: 100%;
  }
  .reviews-slider-1 .slick-slide {
    margin: 0 10px;
  }
  .reviews-slider-1 .slick-list {
    margin: 0 -10px;
  }
  .reviews-slider-1 .slick-list.draggable {
    padding: 0 !important;
  }
  .reviews-slider-1 .slick-slide img {
    display: block;
    margin: auto;
  }
  .reviews-slider-1 img {
    width: 100%;
  }
  .reviews-slider-1 .slider-style-1 .slick-prev {
    left: 2.8%;
    z-index: 1;
  }
  .reviews-slider-1 .slider-style-1 .slick-next {
    right: 2.8%;
  }
}
@media screen and (max-width: 990px) {
  .small-12.large-3.columns.footer_logo_wrapper {
    width: 28%;
  }
  .small-12.large-3.columns.footer_address_wrapper,
  .small-12.large-4.columns.footer_services_wrapper {
    width: 25%;
  }
  .small-12.large-2.columns.footer_phone_wrapper {
    width: 22%;
  }
  .footer_services_list_left,
  .footer_services_list_right {
    margin-bottom: 0;
  }
  ul.footer_services_list_right {
    margin-left: 20px;
  }
}
@media screen and (max-width: 960px) {
  .service-preview .service-info h2 {
    font-size: 16px;
  }
  .service-preview .service-thumb {
    height: 140px;
    width: 140px;
  }
  .service-preview .service-thumb img {
    height: 140px;
  }
  .service-preview .service-info .cost-value {
    font-size: 20px;
    line-height: 24px;
  }
  .service-preview .service-info .b-cost s {
    font-size: 18px;
    float: left;
    margin-right: 12px;
  }
  .service-preview .service-info {
    height: 64px;
  }
  .service-preview .button {
    left: 78px;
    bottom: 28px;
    padding: 10px 14px;
  }
  .reviews-slider-2 > .slick-prev {
    left: 7.6%;
    z-index: 1;
  }
  .reviews-slider-2 > .slick-next {
    right: 7.6%;
  }
  .service-preview .read-more {
    padding: 172px 0 30px 173px;
  }
}
@media screen and (max-width: 920px) {
  .header-top .cell:nth-child(3) {
    display: none;
  }
  .reviews-slider-2 > .slick-prev {
    left: 8%;
    z-index: 1;
  }
  .reviews-slider-2 > .slick-next {
    right: 8%;
  }
}
@media screen and (max-width: 880px) {
  .logo img {
    width: 80%;
    margin-top: 6px;
  }
  .top-bar-right > .menu > li > a {
    font-size: 16px;
  }
  .sticky.is-stuck .top-bar-right > .menu > li > a span {
    font-size: 14px;
  }
  .service-preview .cell {
    display: block;
  }
  .service-preview .service-info,
  .service-preview .service-thumb.rounded {
    margin: auto;
  }
  .service-preview .button {
    position: static;
    margin: auto;
    display: block;
    width: 192px;
  }
  .service-preview .service-info {
    display: block;
    text-align: center;
    margin: 14px auto 6px;
    height: auto;
  }
  .service-preview .service-info .cost-value {
    margin-bottom: 8px;
  }
  .service-preview .service-info .b-cost s {
    float: none;
  }
  .service-slider-item > div {
    height: 253px;
  }
  .video-wrap iframe {
    width: 100% !important;
    height: 400px !important;
  }
  .youtube {
    height: 400px;
  }
  .footer-menu .menu li:before {
    display: none;
  }
  .footer-menu .menu li a span {
    font-size: 14px;
  }
  .footer-menu .menu li.mark-question a:before {
    display: none;
  }
  .service-header .b-cost s {
    font-size: 24px;
    line-height: 1.7;
  }
  .doctor-action a {
    margin-left: auto;
    margin-right: auto;
    margin-top: 17px;
    width: 202px;
    display: block;
  }
  .doctor-action {
    margin-bottom: 1.875rem;
    text-align: center;
  }
  .reviews-slider-2 > .slick-prev {
    left: 9%;
    z-index: 1;
  }
  .reviews-slider-2 > .slick-next {
    right: 9%;
  }
  .service-preview .read-more {
    padding: 0;
    position: static;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 829px) {
  .top-bar-right > .menu > li:before {
    display: none;
  }
  .top-bar-right > .menu > li {
    margin-left: 19px;
  }
  .sticky.is-stuck .top-bar .top-bar-right {
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    float: none;
  }
  .sticky.is-stuck .top-bar {
    text-align: center;
  }
  .video-wrap iframe {
    width: 100% !important;
    height: 400px !important;
  }
  .youtube {
    height: 400px;
  }
  .source-org {
    text-align: center;
  }
  .service-header .b-cost .cost-value {
    font-size: 40px;
  }
  .service-header .b-cost .tagged-share {
    font-size: 16px;
    height: 27px;
    line-height: 27px;
    right: 0.8rem;
    top: 20px;
    background-size: contain;
  }
  .doctor-header h1 {
    font-size: 30px;
    margin-bottom: 1.875rem;
    text-align: center;
  }
  .doctor-info {
    padding-left: 20px;
    padding-right: 20px;
  }
  .doctor-photo {
    text-align: center;
  }
  .doctor-photo img {
    max-width: 300px;
  }
  .doctor-content {
    margin-left: 10px;
    margin-right: 10px;
  }
  .faq-wrap .accordion-title {
    padding-right: 26px;
  }
}
@media screen and (max-width: 1040px) {
  .doctor-header-service {
    padding-left: 20px;
    padding-right: 0;
    padding-top: 30px;
    position: relative;
  }
  .doctor-header-service img {
    position: absolute;
  }
  .doctor-header-service .doctor-specialization p {
    text-align: justify;
  }
  .doctor-info {
    padding-bottom: 20px;
  }
  .doctor-header-service h2 {
    font-size: 24px;
    text-align: center;
  }
  .doctor-header-service img {
    position: static;
    bottom: 0;
    height: auto;
    height: 230px;
    width: auto;
  }
}
@media screen and (max-width: 829px) {
  .doctor-header-service {
    padding-left: 20px;
    padding-right: 0;
    padding-top: 30px;
  }
  .doctor-header-service img {
    position: absolute;
  }
  .doctor-header-service .doctor-specialization p {
    text-align: justify;
  }
  .doctor-info {
    padding-bottom: 20px;
  }
  .doctor-header-service h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 0;
  }
  .doctor-header-service img {
    position: static;
    bottom: 0;
    height: auto;
    height: 214px;
    width: auto;
  }
  .doctor-header-service .doctor-photo {
    text-align: left;
  }
  .doctor-header-service {
    padding-left: 0;
    padding-top: 20px;
    position: relative;
  }
  .doctor-header-service .doctor-info .column-block {
    margin-bottom: 8px;
  }
  .doctor-header-service p {
    font-size: 15px;
  }
  .doctor-header-service .end {
    padding-left: 0;
  }
  .doctor-header-service .doctor-info {
    padding-right: 0;
  }
}
@media screen and (max-width: 745px) {
  .header-top .cell:nth-child(2) {
    display: none;
  }
  .logo img {
    width: 117px;
    margin-top: 16px;
  }
  .service-header .b-cost {
    margin: 40px 8px 30px;
  }
  .reviews-slider-1 .slider-style-1 .slick-prev {
    left: 4%;
    z-index: 1;
  }
  .reviews-slider-1 .slider-style-1 .slick-next {
    right: 4%;
  }
  .features-list .feature-item {
    width: 100%;
    margin: 32px 0 1rem;
    display: block;
    padding: 0 0.9375rem;
    vertical-align: top;
    position: relative;
  }
  .features-list .feature-item:last-child {
    margin-bottom: 40px;
  }
  .features-list .feature-item:after {
    display: none;
  }
  .features-list .feature-item .f-text {
    color: #324354;
    font-size: 16px;
  }
  h2 {
    text-align: center;
  }
  p {
    text-align: justify;
  }
  .column.column-block .service-preview {
    margin-bottom: 34px;
  }
  .guarantees-list .guarantee-item {
    width: 100%;
  }
  .guarantees-list .guarantee-item .g-image .rounded {
    width: 94px;
    height: 94px;
    background-size: contain;
  }
  .guarantees-list .guarantee-item img {
    max-width: 54%;
    height: 54%;
  }
}
@media screen and (max-width: 731px) {
  .service-preview {
    height: 350px;
  }
  .reviews-slider-2 > .slick-prev {
    left: 10%;
    z-index: 1;
  }
  .reviews-slider-2 > .slick-next {
    right: 10%;
  }
  .small-12.large-2.columns.footer_phone_wrapper,
  .small-12.large-3.columns.footer_logo_wrapper {
    width: 25%;
  }
}
@media screen and (max-width: 730px) {
  .header-top .cell:nth-child(2) {
    display: none;
  }
  .logo img {
    width: 117px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 730px) and (min-width: 681px) {
  .service-preview {
    height: 370px;
  }
  .header-top .cell {
    position: relative;
    top: 0;
  }
}
@media screen and (max-width: 813px) and (min-width: 640px) {
  .top-bar .top-bar-left {
    display: none;
  }
  .is-anchored.is-at-top .top-bar .top-bar-left {
    display: block;
  }
}
@media screen and (max-width: 696px) {
  .reviews-slider-1 > .slick-list {
    margin: auto;
    width: 100%;
  }
  .reviews-slider-1 .slider-style-1 .slick-slide {
    margin: 0 10px;
  }
  .reviews-slider-1 .slider-style-1 .slick-list {
    margin: 0 -10px;
  }
  .reviews-slider-2 > .slick-prev {
    left: 10.4%;
    z-index: 1;
  }
  .reviews-slider-2 > .slick-next {
    right: 10.4%;
  }
}
@media screen and (max-width: 652px) {
  .top-bar .top-bar-right {
    padding-right: 0;
  }
  .footer-menu {
    padding: 0;
  }
  .footer-menu #menu-secondary {
    display: none;
  }
  .reviews-slider-2 > .slick-prev {
    left: 11%;
    z-index: 1;
  }
  .reviews-slider-2 > .slick-next {
    right: 11%;
  }
  .small-12.large-4.columns.footer_services_wrapper {
    width: 100%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    text-align: center;
    margin-bottom: 26px;
    margin-top: -12px;
  }
  .small-12.large-4.columns.footer_services_wrapper ul {
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
  }
  .small-12.large-2.columns.footer_phone_wrapper,
  .small-12.large-3.columns.footer_address_wrapper {
    width: 50%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .small-12.large-2.columns.footer_phone_wrapper,
  .small-12.large-3.columns.footer_address_wrapper {
    display: inline-block;
    width: auto;
    float: none;
  }
  .footer_sidebar {
    margin-bottom: 46px;
    text-align: center;
  }
  .footer_address,
  .footer_metro,
  .footer_worktime {
    text-align: left;
  }
  .small-12.large-2.columns.footer_phone_wrapper {
    position: relative;
    top: -50px;
  }
  .small-12.large-3.columns.footer_logo_wrapper {
    width: 100%;
    text-align: center;
    margin-top: 37px;
  }
}
@media screen and (max-width: 425px) {
  .small-12.large-2.columns.footer_phone_wrapper {
    position: static;
  }
}
@media screen and (max-width: 639px) {
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto;
  }
  .logo img {
    width: 150px;
    margin-top: 11px;
    margin-left: 10px;
  }
  .top-bar .show-for-small-only {
    border: 2px solid #008bd3;
    border-radius: 4px;
    text-transform: uppercase;
  }
  .show-for-small-only > .menu > li > a {
    color: #008bd3;
    padding: 10px;
    font-weight: 700;
    transition: background-color 0.25s ease-out;
  }
  .show-for-small-only > .menu > li > a:hover {
    color: #fff;
  }
  .top-bar-right > .menu > li {
    margin-left: auto;
  }
  .top-bar .show-for-small-only {
    margin-right: 10px;
  }
  .service-preview {
    height: auto;
  }
  .service-preview .service-thumb {
    height: 180px;
    width: 180px;
  }
  .service-preview .service-thumb img {
    height: 180px;
  }
  .video-wrap iframe {
    width: 100% !important;
    height: 320px !important;
  }
  .youtube {
    height: 320px;
  }
  .button.rounded {
    width: 155px;
    margin: auto;
    display: block;
  }
  .home .main img {
    margin-bottom: 16px;
  }
  .map-section {
    text-align: center;
  }
  .company-data {
    display: inline-block;
    text-align: left;
  }
  .review-scan {
    margin-top: 32px;
    min-height: 0;
    position: relative;
    text-align: center;
  }
  .review-scan img {
    display: none;
  }
  .review-scan a:not(.review-link) {
    height: 260px;
    overflow: hidden;
    position: static;
    display: block;
    position: relative;
    background-size: cover;
    outline: none;
    border: 2px dashed transparent;
    transition: 0.2s ease-out;
  }
  .review-scan a:not(.review-link):hover {
    border: 2px dashed #2188b7 !important;
  }
  .review-link {
    margin: auto;
    display: inline-block;
    box-shadow: none !important;
    font-size: 24px;
    border-bottom: 2px dashed #2188b7;
    position: relative !important;
    top: -70px;
    z-index: 999;
    background: none;
    background-image: none !important;
    background-color: none !important;
  }
  .service-header .b-title {
    font-size: 34px;
    text-align: center;
  }
  .service-header {
    border: 4px solid #2188b7;
    margin: 10px 10px 30px;
    padding: 1.275rem 16px;
  }
  .service-header .b-desc {
    text-align: center;
  }
  .service-header .b-mark {
    padding: 0 1.5em;
    width: 168px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .service-header .b-action .button {
    display: block;
    margin: auto;
    width: 100%;
  }
  .doctor-action a {
    margin-left: auto;
    margin-right: auto;
  }
  .review-content p {
    text-align: justify;
  }
  .slick-list.draggable {
    padding: 0 !important;
  }
  .video-wrap {
    text-align: center;
  }
  .video-wrap .tabs-content {
    margin-top: 20px;
  }
  .reviews-slider-2 > .slick-prev {
    left: 7.8%;
    z-index: 1;
  }
  .reviews-slider-2 > .slick-next {
    right: 7.8%;
  }
  .reviews-slider-2 .slick-list.draggable {
    padding: 0 !important;
    margin: auto 20px 20px;
  }
  .review-scan.icon-thumbs-up:before {
    display: none;
  }
  .reviews-slider-2 .review-scan {
    min-height: 0;
  }
  .form-style-1 .form-title,
  .video-tabs-title {
    text-align: center;
  }
  .doctor-header-service img {
    position: static;
    max-width: 259px;
    margin: auto;
    display: inherit;
  }
  .doctor-header-service h2 {
    font-size: 28px;
    margin-bottom: 16px;
    margin-top: 10px;
  }
  .doctor-header-service p {
    font-size: 18px;
  }
  .doctor-header-service .doctor-info {
    padding-right: 20px;
  }
  .doctor-header-service {
    padding-left: 0;
    padding-top: 20px;
    position: relative;
    margin-bottom: 40px;
  }
  .review-single .review-scan:before {
    display: none;
  }
  .review-scan a:not(.review-link) {
    height: 260px !important;
  }
  .review-single .row .review-scan {
    margin-top: 0;
  }
  .reviews-slider-2 .review-single .row .review-scan {
    margin-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .is-stuck .top-bar-right {
    width: auto;
    float: none !important;
  }
  .sticky.is-stuck .top-bar .top-bar-right {
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    float: none;
    float: right !important;
  }
}
@media screen and (max-width: 575px) and (max-width: 500px) {
  .header-top .cell {
    display: block;
    width: 300px;
    margin: 10px auto;
  }
  .header-top .cell:first-child,
  .header-top .cell:nth-child(2) {
    display: none;
  }
  .header-top .cell:nth-child(3) {
    display: inline-block;
  }
  .header-top .cell:nth-child(4) {
    margin-top: 26px;
  }
  .header-top > .row {
    text-align: center;
  }
  .header-top .sprite-38 {
    display: inline-block;
    text-align: left;
  }
  .header-top .feature-text > span {
    font-size: 19px;
  }
  .header-top .sprite-38:before {
    left: -4px;
  }
  .header-top {
    padding-top: 0;
    padding-bottom: 12px;
  }
  .header-top .cell:nth-child(4) {
    margin-top: 10px;
  }
  .video-wrap iframe {
    width: 100% !important;
    height: 220px !important;
  }
  .youtube {
    height: 220px;
  }
  .archive-description,
  .review-content p {
    text-align: justify;
  }
  .review-gallery-caption {
    text-align: center;
  }
  .review-scan:after,
  .review-scan a:not(.review-link) {
    height: 210px;
  }
  .review-single {
    padding: 1.875rem 10px;
  }
  .gallery-style-1 .gallery-item {
    margin: 0 30px;
    height: 170px !important;
  }
  .gallery-style-1 .slick-slide img {
    width: 240px;
    display: block;
    margin: auto;
    width: 280px;
  }
  h2 {
    text-align: center;
  }
  .service-header {
    padding: 1.675rem 6px;
  }
  .service-header .b-cost.share:before {
    left: -15px;
    top: -15px;
  }
  .service-header .b-cost {
    margin: 30px 8px 20px;
  }
  .service-header .b-list li {
    font-size: 16px;
  }
  .service-header .b-mark {
    margin-bottom: 20px;
    margin-top: 15px;
  }
  .reviews-slider-1 img {
    width: 70%;
  }
  .reviews-slider-1 .slider-style-1 .slick-prev {
    left: 16%;
    z-index: 1;
  }
  .reviews-slider-1 .slider-style-1 .slick-next {
    right: 16%;
  }
  .slick-next,
  .slick-prev {
    width: 32px;
    height: 32px;
  }
  .slick-next:before,
  .slick-prev:before {
    width: 32px;
    height: 32px;
    background-size: cover !important;
  }
  .reviews-slider-2 > .slick-prev {
    left: 9.6%;
    z-index: 1;
  }
  .reviews-slider-2 > .slick-next {
    right: 9.6%;
  }
  .faq-wrap p {
    text-align: justify;
  }
  .guarantees-list .guarantee-item .g-image .rounded {
    width: 80px;
    height: 80px;
    background-size: contain;
  }
  .guarantees-list .guarantee-item .g-image {
    width: 95px;
    height: 120px;
    margin: 0 auto;
    text-align: center;
    padding-right: 20px;
  }
  .button.rounded {
    width: 244px;
    margin: auto;
    display: block;
  }
  .reviews-slider-2 .review-single .row .review-scan {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) and (max-width: 470px) {
  .reviews-slider-2 > .slick-prev {
    left: 11.6%;
    z-index: 1;
  }
  .reviews-slider-2 > .slick-next {
    right: 11.6%;
  }
}
@media screen and (max-width: 575px) and (max-width: 440px) {
  .reviews-slider-2 > .slick-prev {
    left: 11.6%;
    z-index: 1;
  }
  .reviews-slider-2 > .slick-next {
    right: 11.6%;
  }
}
@media screen and (max-width: 575px) and (max-width: 400px) {
  .video-wrap iframe {
    width: 100% !important;
    height: 160px !important;
  }
  .youtube {
    height: 160px;
  }
  .service-category-title {
    text-align: center;
  }
  .home .main {
    font-size: 16px;
    text-align: justify;
  }
  .home .main img {
    margin-bottom: 16px;
  }
  .page-title {
    font-size: 36px;
  }
  .column.column-block .button.rounded {
    width: 198px;
  }
  #doctor-filter button,
  #doctor-filter span {
    display: inline-block;
    display: block;
    text-align: center;
    margin: auto;
  }
  .review-link {
    font-size: 16px;
    font-weight: 700;
    top: -51px;
  }
  .review-scan:after,
  .review-scan a:not(.review-link) {
    height: 150px;
  }
  .service-header .b-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .doctor-info .doctor-specialty {
    width: 70%;
  }
  .doctor-info .doctor-experience {
    width: 30%;
    padding-left: 16px;
  }
  .reviews-slider-2 > .slick-prev {
    left: 13.6%;
    z-index: 1;
  }
  .reviews-slider-2 > .slick-next {
    right: 13.6%;
  }
  .guarantees-list .guarantee-item .g-image .rounded {
    width: 58px;
    height: 58px;
  }
  .guarantees-list .guarantee-item .g-image {
    width: 70px;
    height: 100px;
    padding-right: 16px;
  }
  .certificate-slider-item,
  .photo-slider-item {
    max-width: 300px;
    margin: 0 30px;
    text-align: center;
    padding: 25px 0;
  }
  .certificate-slider-item img,
  .photo-slider-item img {
    display: block;
    max-width: 244px;
  }
}
@media screen and (max-width: 330px) {
  .reviews-slider-2 > .slick-prev {
    left: 16.6%;
    z-index: 1;
  }
  .reviews-slider-2 > .slick-next {
    right: 16.6%;
  }
}
.footer__item {
  display: flex;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  color: #000;
  position: relative;
  padding-left: 46px;
  height: 40px;
  align-items: center;
  line-height: normal;
  margin-bottom: 10px;
}
.footer__item.phone {
  font-weight: 700;
  font-size: 17px !important;
}
.footer__item:after {
  content: '';
  display: block;
  height: 38px;
  width: 38px;
  position: absolute;
  left: 0;
  top: 2px;
  background: url(../images/sprite-38-2.png) no-repeat 0 0;
}
.footer__item.phone:after {
  background-position: 0 -38px;
}
.footer__item.address:after {
  background-position: 0 0;
}
.footer__item.worktime:after {
  background-position: 0 -114px;
}
.footer_address_wrapper {
  padding-left: 90px;
}
img.social {
  margin-left: 5px;
}
.footer_copyright p {
  margin-top: 1rem;
}
.flex {
  display: flex;
}
.payment img {
  max-width: 100px;
  height: 50px;
}
.flex.payment {
  justify-content: space-between;
}
@media screen and (max-width: 990px) {
  .footer_copyright p {
    text-align: center;
  }
  .footer_copyright {
    margin-bottom: 20px;
  }
  .footer_address_wrapper {
    padding-left: 0.625rem;
  }
  .footer__item {
    text-align: left;
    max-width: 260px;
    margin: auto auto 20px;
  }
  .flex.payment,
  .footer_sidebar {
    margin-bottom: 20px;
  }
  .flex.payment {
    justify-content: center;
  }
  .payment img {
    margin: 0 5px;
  }
}
.header .dropdown {
  overflow: visible;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  -o-transition: 0.3s opacity;
  transition: opacity 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: top 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s, -webkit-transform 0.2s;
  -o-transition: 0.2s transform, 0.2s top;
  transition: transform 0.2s, top 0.2s;
  transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: left 0.2s, -webkit-transform 0.2s;
  transition: left 0.2s, -webkit-transform 0.2s;
  -o-transition: 0.2s transform, 0.2s left;
  transition: transform 0.2s, left 0.2s;
  transition: transform 0.2s, left 0.2s, -webkit-transform 0.2s;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: right 0.2s, -webkit-transform 0.2s;
  transition: right 0.2s, -webkit-transform 0.2s;
  -o-transition: 0.2s transform, 0.2s right;
  transition: transform 0.2s, right 0.2s;
  transition: transform 0.2s, right 0.2s, -webkit-transform 0.2s;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: hsla(0, 0%, 100%, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
  animation: swiper-preloader-spin 1s steps(12) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
:focus {
  outline: none;
}
.fix {
  position: fixed;
  left: 0;
  right: 0;
}
.fix .header {
  display: none;
}
.swiper-slide {
  display: flex;
  justify-content: center;
}
.review-slide {
  display: flex;
  justify-content: space-between;
  padding: 8px;
}
.review-slide__media {
  flex-grow: 1;
}
.review-slide__image-wrapper {
  width: 100%;
}
.review-slide__image-wrapper_hoverable {
  cursor: pointer;
  position: relative;
  padding: 4px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.review-slide__image-wrapper_hoverable:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(33, 136, 183, 0);
  transition-property: background-color;
  transition-duration: 0.1s;
}
.review-slide__image-wrapper_hoverable:hover:after {
  background-color: rgba(33, 136, 183, 0.5);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='33' height='34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32.498 30.19l-7.89-8.205a13.339 13.339 0 003.14-8.603C27.748 6.003 21.745 0 14.367 0S.984 6.003.984 13.382c0 7.38 6.003 13.383 13.382 13.383 2.77 0 5.41-.836 7.667-2.422l7.949 8.267c.332.345.779.535 1.258.535a1.748 1.748 0 001.258-2.955zM14.366 3.49c5.454 0 9.892 4.437 9.892 9.891s-4.438 9.891-9.892 9.891-9.891-4.437-9.891-9.89c0-5.455 4.437-9.892 9.891-9.892z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  z-index: 9999;
}
.review-slide__quote {
  font-size: 26px;
  border: none;
  padding: 0;
  margin: 0;
  line-height: 1.5;
  color: #1f476e;
  position: relative;
  z-index: 2;
}
.review-slide__quote:after {
  content: '';
  width: 32px;
  height: 32px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(https://dental7.ru/wp-content/themes/denta/assets/images/quote.svg);
  font-size: 72px;
  color: #2188b7;
  position: absolute;
  top: 0;
  left: -36px;
  z-index: -1;
  opacity: 0.5;
}
.review-slide__author {
  margin-top: 8px;
  color: #2188b7;
  font-size: 24px;
}
.review-slide__content {
  margin-left: 60px;
  flex-grow: 1;
  max-width: 60%;
}
.review-slide__full {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  max-height: 60px;
  height: 100%;
  margin-top: 16px;
  transition-duration: 0.1s;
  transition-property: background-color;
}
.review-slide__full:hover {
  margin: 12px 0 -4px -4px;
  padding: 4px 16px 4px 4px;
  border-radius: 4px;
  background-color: #f8f8f8;
}
.review-slide__preview {
  display: block;
  object-fit: contain;
  margin-right: 16px;
  align-self: stretch;
}
.review-slide__preview img {
  width: 86px;
  background-color: #e6e6e6;
}
.review-slide__open {
  color: #1f476e;
  text-decoration: underline;
  text-decoration-color: #d54a31;
  font-size: 18px;
}
@media (max-width: 768px) {
  .review-slide {
    flex-direction: column;
    align-items: center;
  }
  .review-slide__image-wrapper_hoverable:after {
    content: 'Открыть оригинал';
    top: 70%;
    color: #2188b7;
    font-size: 18px;
  }
  .review-slide__image-wrapper_hoverable:after,
  .review-slide__image-wrapper_hoverable:hover:after {
    background-color: transparent;
    background: linear-gradient(
      0deg,
      #fff,
      hsla(0, 0%, 100%, 0.75) 70%,
      hsla(0, 0%, 100%, 0)
    );
  }
  .review-slide__media {
    max-width: 70%;
    margin-bottom: 24px;
  }
  .review-slide__content {
    max-width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .review-slide__quote:after {
    display: none;
  }
}
.arrow-slider {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.arrow-slider__rail {
  max-width: 90%;
  width: 100%;
}
.arrow-slider__button-wrapper {
  max-width: 5%;
  width: 100%;
  display: flex;
  align-items: center;
}
.arrow-slider__button {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  width: 100%;
  max-width: 42px;
  max-height: 42px;
  padding-bottom: 100%;
  margin-right: 8px;
}
.arrow-slider__button_fwd {
  background-image: url(../images/arrow-right-2.png);
}
.arrow-slider__button_fwd:hover {
  background-image: url(../images/arrow-right-b.png);
}
.arrow-slider__button_bwd {
  background-image: url(../images/arrow-left-2.png);
}
.arrow-slider__button_bwd:hover {
  background-image: url(../images/arrow-left-b.png);
}
.arrow-slider__pagination {
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
}
.arrow-slider__bullet {
  cursor: pointer;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #e0ebf6;
  margin-right: 8px;
}
.arrow-slider__bullet:last-child {
  margin-right: 0;
}
.arrow-slider__bullet_active {
  background-color: #d54a31;
}
.popup {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  z-index: 9999;
  position: absolute;
}
.popup__window {
  max-width: 80vw;
  max-height: 80vw;
  background-color: #fff;
  position: relative;
}
.popup__window_border {
  padding: 4px;
}
.popup__cross {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
}
.popup_open {
  display: flex;
}
@media (max-width: 768px) {
  .arrow-slider__rail {
    max-width: 100%;
  }
  .arrow-slider__button-wrapper {
    display: none;
  }
}
.after-before-slide {
  position: relative;
  max-width: 326px;
  width: 100%;
  margin: 8px;
}
.after-before-slide:hover .after-before-slide__description:hover {
  opacity: 1;
}
.after-before-slide__description {
  position: absolute;
  bottom: 0;
  left: -1px;
  right: -1px;
  color: #2188b7;
  background: linear-gradient(
    0deg,
    #fff,
    hsla(0, 0%, 100%, 0.9) 90%,
    hsla(0, 0%, 100%, 0)
  );
  padding: 20px 16px 16px;
  z-index: 999;
  opacity: 0;
  transition-property: opactity;
  transition-duration: 0.1s;
}
.after-before-slide__image {
  padding-bottom: 113%;
}
.after-before-slide__image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.after-before-slide:after,
.after-before-slide:before {
  left: 0;
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  color: #fff;
  padding: 0 16px;
  background-color: #2188b7;
  position: absolute;
  z-index: 998;
}
.after-before-slide:before {
  content: 'До';
  bottom: calc(50% + 16px);
}
.after-before-slide:after {
  content: 'После';
  bottom: 16px;
}
.ratings {
  align-items: center;
  margin-bottom: 1.875rem;
  padding: 1.875rem 0;
}
.ratings__card {
  color: #1f476e;
  padding: 20px 20px 14px;
  background-color: #fff;
  background: linear-gradient(45deg, #d9ebfa, #fbfcfe);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 160px;
  height: 160px;
  border-radius: 10px;
  transition: transform 0.3s;
  cursor: pointer;
}
.ratings__card:hover {
  transform: scale(1.25);
}
.ratings__card:hover .ratings__logo {
  filter: grayscale(0);
}
.ratings__wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.ratings__logo {
  max-width: 120px;
  max-height: 48px;
  height: 100%;
  width: 100%;
  margin-bottom: 24px;
  display: block;
  object-fit: contain;
  filter: grayscale(1);
}
.ratings__rate {
  margin-bottom: 10px;
}
.ratings__star {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url(https://dental7.ru/wp-content/themes/denta/assets/images/star.svg);
}
.ratings__star_half {
  background-image: url(https://dental7.ru/wp-content/themes/denta/assets/images/starhalf.svg);
}
.ratings__text {
  font-size: 17px;
  line-height: 1.17;
}
.ratings__text .blue {
  font-weight: 600;
}
@media (max-width: 991px) {
  .ratings {
    min-height: 0;
    padding: 64px 0;
    background-image: none;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ratings__wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .ratings__card {
    width: 30%;
    margin: 0 8px 16px;
  }
}
@media (max-width: 767px) {
  .ratings__card {
    width: 40%;
  }
}
@media (max-width: 420px) {
  .ratings__card {
    width: 100%;
  }
  .ratings__card:hover {
    transform: scale(1.1);
  }
}
.doctor-info {
  display: flex;
  flex-direction: column;
}
.doctor-info .doctor-specialization {
  position: relative;
  margin-left: 32px;
}
.doctor-info .doctor-specialization:after {
  content: '';
  width: 32px;
  height: 32px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(https://dental7.ru/wp-content/themes/denta/assets/images/quote.svg);
  font-size: 72px;
  color: #2188b7;
  position: absolute;
  top: 0;
  left: -36px;
  z-index: 9;
  opacity: 0.5;
}
.doctor-info .b-action {
  display: flex;
  align-items: flex-start;
}
.doctor-info .b-action .button {
  border-radius: 5px;
  color: #fff;
  background: #0497e4;
  border: none;
  border-bottom: 2px solid #0670a7;
  font-size: 18px;
  padding: 14px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.doctor-info .b-action span {
  display: inline-block;
  border-radius: 0 5px 5px 0;
  color: #2e3f4d;
  border: 1px dashed #0497e4;
  border-top: none;
  border-left: none;
  background: #fff;
  vertical-align: top;
  padding: 0.75em 1em;
  text-align: center;
}
@media (max-width: 1100px) {
  .doctor-info .b-action {
    display: flex;
    flex-direction: column;
  }
  .doctor-info .b-action .button {
    width: 100%;
    margin-bottom: 0;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .doctor-info .b-action span {
    width: 100%;
    border-radius: 5px;
    border: 1px dashed #0497e4;
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .doctor-info .doctor-specialization {
    margin-left: 0;
  }
  .doctor-info .doctor-specialization:after {
    display: none;
  }
}
.pros-cons {
  width: 100%;
  padding: 0.9375rem 0;
  margin-bottom: 1.875rem;
  color: #1f476e;
}
.pros-cons__head {
  font-family: IBM Plex Sans, sans-serif;
  padding: 5px 20px;
  font-weight: 700;
  border-radius: 0 8px 8px 0;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
  display: inline-block;
}
.pros-cons__head:before {
  font-family: Fontawesome;
  content: '\f00d';
  margin-right: 0.5em;
  height: 28px;
  width: 28px;
  font-size: 18px;
  border: 3px solid;
  border-radius: 50%;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.pros-cons__list {
  list-style: none;
  margin-left: 1.25rem;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.pros-cons__item {
  padding-left: 0 !important;
}
.pros-cons__item:before {
  font-family: Fontawesome;
  margin-right: 8px;
  width: auto !important;
  height: auto !important;
  background: none !important;
  position: static !important;
  display: inline-block !important;
}
.pros-cons_pros {
  background: linear-gradient(180deg, #fafdfc 0, #edfcf5);
}
.pros-cons_pros .pros-cons__head {
  background-color: #24ce7f;
}
.pros-cons_pros .pros-cons__head:before {
  content: '\f00c';
}
.pros-cons_pros .pros-cons__item:before {
  color: #24ce7f;
  content: '\f00c' !important;
}
.pros-cons_cons {
  background: linear-gradient(180deg, #fff9f4 0, #fff1e9);
}
.pros-cons_cons .pros-cons__head {
  background-color: #dd6c57;
}
.pros-cons_cons .pros-cons__head:before {
  content: '\f00d';
}
.pros-cons_cons .pros-cons__item:before {
  color: #dd6c57;
  content: '\f00d' !important;
}
.pill {
  display: flex;
}
.pill__button {
  margin-bottom: 0;
  border-radius: 5px;
  color: #fff;
  background: #0497e4;
  border: none;
  border-bottom: 2px solid #0670a7;
  font-size: 18px;
  padding: 14px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pill__button:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.pill__info {
  font-size: 16px;
  border: 1px dashed #0497e4;
  border-left: 0;
  color: #2e3f4d;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 5px;
}
@media (max-width: 1024px) {
  .pill {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .pill__button {
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
  }
  .pill__info {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 1px dashed #0497e4;
    border-top: none;
  }
}
.doctor-block {
  background: linear-gradient(180deg, #f8fafd 0, #eef2f7);
  padding-top: 48px;
  color: #0d2c4b;
}
.doctor-block__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.doctor-block__content {
  display: flex;
  flex-wrap: wrap;
  max-width: 70%;
  padding-bottom: 48px;
}
.doctor-block__image {
  flex-grow: 1;
  max-width: 30%;
  align-self: stretch;
  display: flex;
  align-items: flex-end;
}
.doctor-block__image img {
  max-width: 100%;
  width: 100%;
}
.doctor-block__name {
  font-size: 38px;
  width: 100%;
  margin-bottom: 16px;
}
.doctor-block__info {
  max-width: 50%;
  width: 100%;
  margin-bottom: 15px;
}
.doctor-block__label {
  font-family: IBM Plex Sans, sans-serif;
  color: #bfc6cd;
  font-size: 14px;
}
.doctor-block__value {
  font-size: 18px;
  line-height: 1.5;
}
.doctor-block__quote {
  position: relative;
  font-size: 20px;
  margin: 32px 0 0 48px;
  padding: 0;
  border: none;
  color: #0d2c4b;
}
.doctor-block__quote:before {
  content: '';
  width: 32px;
  height: 32px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(https://dental7.ru/wp-content/themes/denta/assets/images/quote.svg);
  font-size: 72px;
  color: #2188b7;
  position: absolute;
  top: 0;
  left: -48px;
  z-index: 9;
  opacity: 0.5;
}
.doctor-block__pill {
  margin-top: 18px;
  width: 100%;
}
@media (max-width: 1024px) {
  .doctor-block__content {
    max-width: 60%;
  }
  .doctor-block__image {
    max-width: 40%;
  }
}
@media (max-width: 960px) {
  .doctor-block__wrapper {
    flex-direction: column;
  }
  .doctor-block__content {
    order: 2;
    max-width: 100%;
    justify-content: space-around;
  }
  .doctor-block__info {
    width: auto;
    text-align: center;
  }
  .doctor-block__image {
    max-width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
  }
  .doctor-block__image img {
    border-radius: 50%;
    background-color: #fff;
    max-width: 256px;
    max-height: 256px;
    object-fit: cover;
    object-position: center;
  }
  .doctor-block__name {
    text-align: center;
  }
  .doctor-block__quote {
    max-width: 80vw;
    margin-left: 0;
    text-align: center;
  }
  .doctor-block__quote:before {
    display: none;
  }
  .doctor-block__pill {
    width: auto;
  }
}
.price-table {
  color: #0d2c4b;
  border: 1px solid #d3e0ee;
  margin-bottom: 1rem;
}
.price-table__row {
  display: flex;
  justify-content: space-between;
}
.price-table__row:nth-child(2n) {
  border-top: 1px solid #d3e0ee;
  border-bottom: 1px solid #d3e0ee;
}
.price-table__row_head {
  background-color: #d3e0ee;
}
.price-table__heading {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
}
.price-table__text {
  font-size: 16px;
  color: #47494b;
  margin-bottom: 0;
  text-align: left;
}
.price-table__cell {
  padding: 8px;
}
.price-table__cell_content {
  width: 10%;
  flex-grow: 1;
}
.price-table__badge {
  font-size: 16px;
  line-height: 1;
  background-color: #d1614d;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
  margin-right: 8px;
}
.price-table__price_before {
  font-size: 14px;
  text-decoration: line-through;
  display: inline-block;
  margin-right: 8px;
}
.price-table__price_after {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  margin-right: 8px;
}
.price-table__price::last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .price-table__row {
    flex-wrap: wrap;
  }
  .price-table__row_head {
    display: none;
  }
  .price-table__cell_content,
  .price-table__cell_price {
    min-width: 100%;
    width: 100%;
  }
  .price-table__cell_price {
    flex-grow: 1;
  }
}
.dropdown {
  overflow: hidden;
  transition-property: max-height;
  transition-duration: 0.3s;
  margin-bottom: 24px;
  box-sizing: border-box;
}
.dropdown_active .dropdown__head {
  color: #2188b7;
}
.dropdown_active .dropdown__head:after {
  transform: rotate(90deg);
}
.dropdown__head {
  position: relative;
  cursor: pointer;
  font-family: IBM Plex Sans, sans-serif;
  padding: 16px 64px 16px 16px;
  color: #1f476e;
  border: 1px solid #d3e0ee;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
}
.dropdown__head:after {
  content: '\f105';
  font-family: Fontawesome;
  position: absolute;
  display: flex;
  height: 16px;
  width: 16px;
  font-size: 16px;
  top: calc(50% - 8px);
  right: 16px;
  justify-content: center;
  align-items: center;
  transition-property: transform;
  transition-duration: 0.3s;
}
.dropdown__body > * {
  border-top: none;
}
.doctor-content {
  margin-top: 64px;
}
.swiper-slider {
  position: relative;
}
.swiper-slider__button {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  max-width: 42px;
  max-height: 42px;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: calc((100%) / 2);
  z-index: 9999;
}
.swiper-slider__button_fwd {
  background-image: url(../images/arrow-right-2.png);
}
.swiper-slider__button_fwd:hover {
  background-image: url(../images/arrow-right-b.png);
}
.swiper-slider__button_bwd {
  background-image: url(../images/arrow-left-2.png);
}
.swiper-slider__button_bwd:hover {
  background-image: url(../images/arrow-left-b.png);
}
.swiper-slider__pagination {
  margin: 16px 0;
  display: flex;
  justify-content: center;
}
.swiper-slider__bullet {
  cursor: pointer;
  max-width: 16px;
  min-width: 16px;
  max-height: 16px;
  min-height: 16px;
  border-radius: 50%;
  background-color: #e0ebf6;
  margin-right: 8px;
  display: block;
}
.swiper-slider__bullet:last-child {
  margin-right: 0;
}
.swiper-slider__bullet_active {
  background-color: #d54a31;
}
@media (max-width: 960px) {
  .swiper-slider__button {
    display: none;
  }
}
.after-before-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: linear-gradient(45deg, #d9ebfa, #fbfcfe);
  padding: 16px;
  border-radius: 10px;
}
.after-before-card__image {
  max-width: calc((100% - 16px) / 2);
  width: 100%;
  background-color: #e6e6e6;
  position: relative;
}
.after-before-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.after-before-card__image_after:after {
  content: 'После';
}
.after-before-card__image_after:before {
  content: none;
}
.after-before-card__image_before:before {
  content: 'До';
}
.after-before-card__image_before:after {
  content: none;
}
.after-before-card__image:after,
.after-before-card__image:before {
  top: 16px;
  left: 16px;
  position: absolute;
  padding: 2px 16px;
  line-height: 1;
  font-size: 16px;
  color: #fff;
  background-color: #2188b7;
  border-radius: 4px;
  z-index: 999;
  display: block;
}
.after-before-card__header {
  width: 100%;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 16px;
  color: #0d2c4b;
  font-weight: 500;
}
.after-before-card__footer {
  width: 100%;
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
}
.after-before-card__button {
  align-self: center;
  color: #fff;
  max-width: 320px;
  box-sizing: content-box;
  width: 100%;
  background-color: #d54a31;
  padding: 16px 8px;
  font-size: 16px;
  line-height: 1;
  border-radius: 5px;
  border: none;
  border-bottom: 2px solid #b34532;
  transition-duration: 0.1s;
  text-align: center;
  transition-property: border-bottom-width, background-color, transform;
}
.after-before-card__button:hover {
  color: #fff;
  background-color: #ca462f;
}
.after-before-card__button:active {
  color: #fff;
  background-color: #b34532;
  border-bottom-width: 0;
  transform: translateY(2px);
}
.after-before-card__doctor {
  display: flex;
}
.after-before-card__portrait {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 16px;
  display: block;
  object-fit: cover;
  background-color: #fff;
}
.after-before-card__label {
  font-size: 16px;
  line-height: 1.2;
  color: #2188b7;
}
.after-before-card__name {
  font-size: 18px;
  color: #0d2c4b;
}
.after-before-card__position {
  font-size: 16px;
  color: #2188b7;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .after-before-card__footer {
    flex-direction: column;
  }
  .after-before-card__doctor {
    margin-bottom: 16px;
  }
}
@media (max-width: 560px) {
  .after-before-card__image {
    max-width: 100%;
    margin-bottom: 16px;
  }
}
.after-before-slider {
}
.after-before-slider__button[class*='swiper-slider__button_fwd'] {
  right: 32px;
}
.after-before-slider__button[class*='swiper-slider__button_bwd'] {
  left: 32px;
}
.plan-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.plan-list__plan {
  max-width: calc((100% - 40px) / 3);
}
@media (max-width: 1024px) {
  .plan-list__plan {
    max-width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
  }
  .plan-list__plan:nth-child(odd):last-child:not(:first-child) {
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .plan-list__plan {
    max-width: 100%;
  }
}
.plan {
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ebebeb;
}
.plan *,
.plan :after,
.plan :before {
  box-sizing: border-box;
}
.plan__image {
  width: 100%;
  display: block;
}
.plan__name {
  margin-bottom: 10px;
  margin-top: 32px;
  text-align: center;
}
.plan__name a {
  font-family: Uni, Helvetica, Arial sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.3;
  color: #2188b7;
  text-decoration: none;
  background-image: linear-gradient(90deg, #de0b2b 0, #de0b2b);
  background-size: 1px 1px;
  background-repeat: repeat-x;
  background-position-y: bottom;
  display: inline;
}
.plan__name:hover a {
  background-image: none;
}
.plan__price {
  margin-bottom: 10px;
}
.plan__content {
  margin: 0 30px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.plan__badge {
  display: inline-block;
  border-radius: 20px;
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  padding: 8px 18px;
  color: #fff;
  background-color: #d54a31;
  text-transform: uppercase;
  position: absolute;
  top: -17px;
}
.plan__list {
  padding: 0;
  margin: 0;
  width: 100%;
}
.plan__item {
  font-family: IBM Plex Sans, sans-serif;
  padding: 16px 0;
  font-size: 18px;
  line-height: 1.28;
  display: flex;
  justify-content: space-between;
}
.plan__item:nth-of-type(2n) {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.plan__item:last-child {
  border-bottom: none;
}
.plan__label {
  color: #858585;
  max-width: 50%;
}
.plan__value {
  color: #2e2e2e;
  text-align: right;
  max-width: 50%;
}
.plan__value_red {
  color: #d54a31;
}
.plan__value_green {
  color: #379d38;
}
.plan__button {
  font-family: IBM Plex Sans, sans-serif;
  background-color: #f0f9fd;
  border-radius: 4px;
  color: #2188b7;
  padding: 16px;
  text-align: center;
  font-size: 18px;
  line-height: 1.3;
  margin-top: 15px;
  width: 100%;
  text-decoration: none;
  display: block;
  transition-duration: 0.1s;
  transition-property: background-color;
}
.plan__button:hover {
  background-color: #e9f6fc;
}
.plan__button:active {
  background-color: #d2edf9;
}
.plan__before {
  font-weight: 500;
  font-size: 16px;
  text-align: right;
  letter-spacing: 0.01em;
  text-decoration-line: line-through;
}
.plan__before,
.plan__now {
  font-family: IBM Plex Sans, sans-serif;
  line-height: 1.3;
  color: #2e2e2e;
}
.plan__now {
  font-weight: 600;
  font-size: 34px;
  text-align: center;
  margin-left: 10px;
}
.plan__now_red {
  color: #d54a31;
}
@media (max-width: 480px) {
  .plan__content {
    margin: 0 16px 20px;
  }
  .plan__item {
    font-size: 16px;
  }
}

.off-canvas:not([data-e]) {
  display: none !important;
}
