@charset "UTF-8";

/* Здесь переменные и миксины */

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.main-content {
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.header,
.footer {
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

html {
  /* 1 */
  font: normal 16px / normal 'Evolventa', Helvetica, Arial, sans-serif;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  background: #fff;
  color: #000;
}

/*
 * Removes default margin.
 */

body {
  margin: 0;
}

a {
  background: transparent;
}

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

a {
  color: #0094FF;
  text-decoration: none;
  cursor: pointer;
  -moz-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s;
  text-decoration-skip-ink: none;
}

a:hover {
  color: #0094FF;
  text-decoration: underline;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  font-size: 12px;
  font-family: Consolas, monospace, serif;
  color: #D05;
  white-space: nowrap;
}

ins {
  background: #ffa;
  color: #222;
  text-decoration: none;
}

mark {
  background: #ffa;
  color: #222;
}

q {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
canvas,
img,
svg,
video {
  max-width: 100%;
  height: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

blockquote,
figure {
  margin: 0;
}

p,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure,
.table-responsive {
  margin: 0;
}

* + p,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure,
* + .table-responsive {
  margin-top: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 20px 0;
  text-transform: none;
  line-height: 1.2;
  font-weight: normal;
}

h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b,
.h1 b,
.h2 b,
.h3 b,
.h4 b,
.h5 b,
.h6 b {
  font-weight: inherit;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child {
  margin-bottom: 0;
}

* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6,
* + .h1,
* + .h2,
* + .h3,
* + .h4,
* + .h5,
* + .h6 {
  margin-top: 25px;
}

/*
 * Sizes
 */

h1,
.h1 {
  font-size: 35px;
}

h2,
.h2 {
  font-size: 35px;
}

h3,
.h3 {
  font-size: 25px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

ul,
ol {
  padding-left: 30px;
}

.text-typograf h6 {
  margin-bottom: 0;
}

.text-typograf h6 + * {
  margin-top: 5px;
}

/*
 * Reset margin for nested lists
 */

ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin: 15px 0;
  border: 0;
  border-top: 1px solid #ddd;
}

address {
  font-style: normal;
}

blockquote {
  padding-left: 15px;
  border-left: 5px solid #ddd;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
}

pre {
  padding: 10px;
  background: #f5f5f5;
  font: 12px / 18px Consolas, monospace, serif;
  color: #222;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  overflow: auto;
}

fieldset {
  padding: 0;
}

::-moz-selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

iframe {
  border: 0;
}

/* Fix viewport for IE10 snap mode
 ========================================================================== */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table th {
  color: #aaa;
  padding: 0px 10px 7px;
}

table td {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

table.not-bordered td {
  border: none;
}

[type="text"],
[type="email"],
[type="tel"],
[type="password"],
[type="number"],
[type="url"],
[type="search"],
.select-form {
  padding: 2px 20px 0;
  height: 58px;
  color: #4D4D4D;
  font-size: 16px;
  width: 100%;
  line-height: 1;
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
}

[type="text"].wpcf7-not-valid,
[type="email"].wpcf7-not-valid,
[type="tel"].wpcf7-not-valid,
[type="password"].wpcf7-not-valid,
[type="number"].wpcf7-not-valid,
[type="url"].wpcf7-not-valid,
[type="search"].wpcf7-not-valid {
  border-color: red;
}

textarea {
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 15px 20px;
  width: 100%;
  height: 135px;
  display: block;
  resize: vertical;
  font-size: 16px;
}

::-webkit-input-placeholder {
  color: #6C6C6C;
  opacity: 1;
}

::-moz-placeholder {
  color: #6C6C6C;
  opacity: 1;
}

:-moz-placeholder {
  color: #6C6C6C;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #6C6C6C;
  opacity: 1;
}

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}

[placeholder]:focus::-moz-placeholder {
  color: transparent;
}

[placeholder]:focus:-moz-placeholder {
  color: transparent;
}

[placeholder]:focus:-ms-input-placeholder {
  color: transparent;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #C3CEDE;
  padding: 0 15px;
  height: 36px;
  color: #646464;
  font-size: 14px;
  width: 100%;
  cursor: pointer;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none;
}

a:active,
a:focus {
  outline: none;
}

button:active,
button:focus,
input:active,
input:focus {
  outline: none;
}

:focus {
  outline: none;
  box-shadow: none;
}

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

.videoadapt {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.videoadapt > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoadapt-wrap {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.videoadapt-wrap + p,
.videoadapt-wrap + div,
.videoadapt-wrap + span,
.videoadapt-wrap + ul,
.videoadapt-wrap + figure,
.videoadapt-wrap + ol {
  margin-top: 25px;
}

* + .videoadapt-wrap {
  margin-top: 25px;
}

.btn-gray {
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 2px 15px;
  text-align: center;
  min-height: 58px;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  background: #4D4D4D;
  color: #fff;
  line-height: 1;
  font-size: 20px;
  border: none;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn-gray:hover {
  text-decoration: none;
  background: #0094FF;
  color: #fff;
}

.btn-gray:disabled {
  opacity: 0.6;
}

.btn-gray:disabled:hover {
  color: #fff;
  background: #4D4D4D;
}

.btn-gray.wpcf7-submit {
  border-radius: 5px;
}

.btn-blue {
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 2px 15px;
  text-align: center;
  min-height: 58px;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  background: #0094FF;
  color: #fff;
  line-height: 1;
  font-size: 20px;
  border: none;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn-blue:hover {
  text-decoration: none;
  background: #4D4D4D;
  color: #fff;
}

.btn-blue:disabled {
  opacity: 0.6;
}

.btn-blue:disabled:hover {
  color: #fff;
  background: #4D4D4D;
}

.btn-blue.wpcf7-submit {
  border-radius: 5px;
}

.w-100 {
  width: 100% !important;
}

.bdrs-5 {
  border-radius: 5px !important;
}

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

.mb-0,
.category-content > .section:last-child {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

@font-face {
  font-family: 'Evolventa';
  src: url("../fonts/evolventa/subset-Evolventa-Regular.woff2") format("woff2"), url("../fonts/evolventa/subset-Evolventa-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Evolventa';
  src: url("../fonts/evolventa/subset-Evolventa-Bold.woff2") format("woff2"), url("../fonts/evolventa/subset-Evolventa-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

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

.hide-to-scroll {
  display: none;
}

.wrapper {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.header .uk-active .hide-to-scroll {
  display: block;
}

.header-top {
  background: #F4F7FF;
  padding: 20px 0;
  min-height: 150px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -50px;
}

.header-top-row > * {
  margin-left: 50px;
}

.header-clinic {
  position: relative;
}

.header-clinic-popap {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: -10px;
  padding-top: 30px;
  z-index: 10;
}

.header-clinic-popap-inner {
  border-radius: 10px;
  background: #FFF;
  padding: 30px 20px;
  box-shadow: 0px 4px 30px 0px rgba(77, 77, 77, 0.13);
  left: 0;
  width: 285px;
}

.uk-notouch .header-clinic:hover .header-clinic-popap {
  display: block;
}

.header-clinic-item-top {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.header-clinic-item-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 18px;
  width: 32px;
}

.header-clinic-item-icon svg path {
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-clinic-item-title {
  color: #090F1B;
  font-size: 12px;
  -ms-grid-row-align: center;
  -ms-flex-item-align: center;
  align-self: center;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-clinic-item-address {
  color: #090F1B;
  font-size: 10px;
  margin-top: 10px;
}

.header-clinic-item {
  position: relative;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-clinic-item:hover .header-clinic-item-title {
  color: #0094FF;
}

.header-clinic-item:hover .header-clinic-item-icon svg path {
  fill: #0094FF;
}

.header-clinic-item + .header-clinic-item {
  margin-top: 15px;
  padding-top: 15px;
  position: relative;
}

.header-clinic-item + .header-clinic-item:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-top: 1px solid #B5BCC1;
  margin: 0 auto;
  width: 84%;
}

.header-clinic-item-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.site-logo {
  margin-right: auto;
}

.header-clinic-inner {
  cursor: pointer;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-clinic-inner i {
  color: #0094FF;
  margin-right: 10px;
  font-size: 42px;
}

.header-clinic-title b {
  font-weight: normal;
  color: #0094FF;
  font-size: 12px;
  display: block;
}

.header-whatsapp a {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4D4D4D;
  line-height: 1.14;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-whatsapp a:hover {
  text-decoration: none;
  color: #0094FF;
}

.header-whatsapp i {
  margin-right: 10px;
  font-size: 40px;
  color: #0094FF;
}

.header-whatsapp span {
  max-width: 142px;
}

.header-contacts {
  text-align: right;
}

.header-shelude {
  color: #4D4D4D;
  font-size: 10px;
  white-space: nowrap;
}

.header-shelude b {
  color: #0094FF;
}

.header-phone a {
  color: #090F1B;
  font-size: 18px;
  white-space: nowrap;
}

.header-phone a:hover {
  text-decoration: none;
  color: #0094FF;
}

.header-consult-link {
  font-size: 10px;
  margin-top: -1px;
}

.header-bottom {
  background: #E8EEFA;
}

.main-menu {
  margin: 0 0 0 -20px;
  padding: 0 20px;
  list-style: none;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.main-menu > li {
  margin-left: 20px;
}

.main-menu > li:hover > a,
.main-menu > li.current-menu-item > a {
  color: #0094FF;
  text-decoration: none;
}

.main-menu > li:hover > .ico-menu,
.main-menu > li.current-menu-item > .ico-menu {
  color: #0094FF;
}

.main-menu > li > a {
  color: #4D4D4D;
  letter-spacing: 1px;
  display: block;
  padding: 21px 0 19px;
  font-size: 20px;
}

.main-menu > li > .sub-menu-wrap {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #FFF;
  padding: 30px;
  box-shadow: 0px 4px 30px 0px rgba(77, 77, 77, 0.13);
  max-height: -moz-calc(100vh - 217px);
  max-height: calc(100vh - 217px);
  overflow-y: auto;
}

.main-menu > .menu-item-has-children {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.main-menu > .menu-item-has-children:not(.mega-menu) {
  position: relative;
}

.main-menu > .menu-item-has-children:not(.mega-menu) > .sub-menu-wrap {
  width: 250px;
  right: auto;
}

.main-menu > .menu-item-has-children:not(.mega-menu) > .sub-menu-wrap a {
  color: #4D4D4D;
  text-decoration: underline;
  position: relative;
  padding-left: 17px;
  display: block;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-menu > .menu-item-has-children:not(.mega-menu) > .sub-menu-wrap a:hover {
  color: #0094FF;
  text-decoration: none;
}

.main-menu > .menu-item-has-children:not(.mega-menu) > .sub-menu-wrap a:hover:before {
  background: #0094FF;
}

.main-menu > .menu-item-has-children:not(.mega-menu) > .sub-menu-wrap a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4D4D4D;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-menu > .menu-item-has-children:not(.mega-menu) > .sub-menu-wrap a b {
  font-weight: normal;
}

.main-menu > .menu-item-has-children:not(.mega-menu) > .sub-menu-wrap li + li {
  margin-top: 15px;
}

.main-menu > .menu-item-has-children > .ico-menu {
  font-size: 6px;
  margin-left: -14px;
  height: 20px;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.main-menu > .menu-item-has-children > a {
  padding-right: 20px;
}

.main-menu .sub-menu {
  padding: 0;
  list-style: none;
}

.uk-notouch .main-menu > .menu-item-has-children > .ico-menu {
  pointer-events: none;
}

.uk-notouch .main-menu > li:hover > .sub-menu-wrap {
  display: block;
}

.mega-menu > .sub-menu-wrap > .sub-menu {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -30px -30px;
  padding: 0 20px;
}

.mega-menu > .sub-menu-wrap > .sub-menu > :not(.menu-subtitle) {
  width: -moz-calc(33.3333% - 30px);
  width: calc(33.3333% - 30px);
  margin: 0 0 30px 30px;
}

.mega-menu .sub-menu-wrap .ico-menu {
  display: none;
}

.mega-menu a.menu-image-title-after {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4D4D4D;
  line-height: 1;
  font-size: 18px;
  max-width: 200px;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mega-menu a.menu-image-title-after:hover {
  text-decoration: none;
  color: #0094FF;
}

.mega-menu a.menu-image-title-after:hover svg path {
  fill: #0094FF;
}

.mega-menu a.menu-image-title-after + * {
  margin-top: 20px;
}

.mega-menu .menu-image-title {
  padding-left: 0;
}

.mega-menu .menu-image {
  padding-right: 0 !important;
  margin-right: 8px;
  width: 34px;
  max-height: 34px;
  -o-object-fit: contain;
  object-fit: contain;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mega-menu .menu-image path {
  fill: #4D4D4D;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mega-menu .sub-menu .sub-menu a {
  color: #4D4D4D;
  text-decoration: underline;
  position: relative;
  padding-left: 17px;
  display: block;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mega-menu .sub-menu .sub-menu a:hover {
  color: #0094FF;
}

.mega-menu .sub-menu .sub-menu a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4D4D4D;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mega-menu .sub-menu .sub-menu li + li {
  margin-top: 15px;
}

.menu-subtitle {
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px);
  margin: 0 0 30px 10px;
}

.menu-subtitle a {
  color: #090F1B;
  font-size: 25px;
  pointer-events: none;
}

.mob-menu {
  width: 47px;
  height: 35px;
  background: #4D4D4D;
  border-radius: 5px;
  display: block;
  padding: 10px 8px;
}

.mob-menu span {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 4px;
  background: #fff;
}

.mob-menu span + span {
  margin-top: 3px;
}

.offcanvas-logo {
  max-width: 220px;
}

.offcanvas-head {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.offcanvas-head:after {
  content: '';
  display: block;
  width: 100%;
  border-top: 1px solid #D9D9D9;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.tm-offcanvas-close {
  font-size: 23px;
  color: #B5BCC1;
}

.tm-offcanvas-close:hover {
  text-decoration: none;
}

.header-clinic-item-title b {
  font-weight: normal;
  display: block;
}

.sub-menu-wrap {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: uk-fade;
  -moz-animation-name: uk-fade;
  animation-name: uk-fade;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: linear !important;
  -moz-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
  z-index: 10;
}

@-webkit-keyframes uk-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes uk-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes uk-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.main-menu > li > a {
  position: relative;
}

.main-menu > li > a b {
  position: absolute;
  border-radius: 10px;
  background: rgba(0, 148, 245, 0.5);
  font-size: 10px;
  font-weight: 700;
  padding: 1px 5px 0;
  line-height: 16px;
  color: #fff;
  top: 8px;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section {
  margin: 120px 0;
}

.main-page-slide {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: auto;
}

.main-slide-left {
  width: 50%;
  padding-top: 50px;
  padding-bottom: 20px;
}

.main-slide-right {
  width: 50%;
}

.main-page-next {
  position: absolute;
  top: 0;
  left: 50px;
  z-index: 2;
}

.main-page-prev {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.main-slider {
  padding-top: 20px;
  background: #F4F7FF;
  position: relative;
}

.main-slider:before {
  content: '';
  background: url(../images/main-slider-usor.svg) center no-repeat;
  background-size: contain;
  width: 409px;
  height: 459px;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: 280px;
}

.main-slide-title {
  color: #090F1B;
  font-size: 60px;
  line-height: 0.9;
  margin-right: -70px;
}

.main-slide-title b {
  color: #0094FF;
  font-weight: inherit;
}

.main-slide-subtitle {
  font-size: 35px;
}

.main-slide-subtitle b {
  color: #0094FF;
  font-weight: inherit;
}

.main-slide-descr-2 {
  margin: 24px 0 40px;
  color: #4D4D4D;
  font-size: 20px;
}

.main-slide-price {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1;
  margin-top: 10px;
}

.main-slide-price-cur {
  margin-left: 15px;
  font-size: 50px;
  color: #0094FF;
  font-weight: 700;
}

.main-slide-price-old {
  margin-left: 15px;
  color: #606060;
  font-size: 30px;
  position: relative;
  top: -7px;
  -webkit-text-decoration-line: line-through;
  -moz-text-decoration-line: line-through;
  text-decoration-line: line-through;
}

* + .main-slide-note,
* + .main-slide-descr {
  margin-top: 10px;
}

.main-slide-middle > *:last-child {
  margin-bottom: 15px;
}

.main-slide-note {
  font-size: 20px;
}

.main-slide-descr {
  color: #090F1B;
  font-size: 25px;
}

.slide-big-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  max-width: 516px;
  align-self: flex-start;
}

.slide-big-col:first-child {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1 / 1 / 2 / 3;
}

.slide-big-col:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2 / 1 / 3 / 2;
}

.slide-big-col:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2 / 2 / 3 / 3;
}

.slide-big-col:last-child {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 3 / 1 / 4 / 3;
}

.slide-big-col {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.slide-big-col:hover .slide-big-link {
  opacity: 0.4;
}

.slide-big-title {
  color: #FFF;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  line-height: 1.14;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 13px;
  z-index: 2;
  pointer-events: none;
}

.slide-big-link {
  position: absolute;
  opacity: 0.2;
  background: #4D4D4D;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-slide-photo-mid .main-slide-right {
  -ms-grid-row-align: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}

.main-slide-wt {
  font-size: 60px;
  line-height: 0.7;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-slide-wt:hover {
  text-decoration: none;
  color: #4D4D4D;
}

.main-slide-bottom {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -30px;
  margin-top: 10px;
}

.main-slide-bottom > * {
  margin-left: 30px;
}

.main-slide-bottom .btn-gray {
  width: 100%;
  max-width: 387px;
}

.main-slide-photo-bot .main-slide-right {
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: center;
}

.main-page-slider {
  position: relative;
}

.main-page-slider .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
}

.section-top {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-top + * {
  margin-top: 50px;
}

.section-top h1,
.section-top h2 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.section-top-subtitle {
  color: #4D4D4D;
  margin-left: auto;
  margin-right: auto;
}

* + .section-top-subtitle {
  margin-top: 12px;
}

.front-page-catalog {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -20px;
  margin-left: -20px;
}

.front-page-catalog-item {
  margin: 0 0 20px 20px;
  width: -moz-calc(25% - 20px);
  width: calc(25% - 20px);
  font-weight: normal;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.parent-category {
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 104px;
  padding: 29px 19px;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #4D4D4D;
  border-radius: 10px;
}

.parent-category:hover {
  text-decoration: none;
  color: #0094FF;
  background: #F4F7FF;
  box-shadow: 0px 4px 30px 0px rgba(77, 77, 77, 0.13);
}

.parent-category:hover .parent-category-icon svg path {
  fill: #0094FF;
}

.parent-category-icon {
  width: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 18px;
  text-align: center;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.parent-category-icon svg path {
  fill: #4D4D4D;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.section-prof {
  background: #F4F7FF;
  padding: 60px 0 40px;
}

.prof-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
}

.prof-col {
  margin-left: 10px;
  width: -moz-calc(33.3333% - 10px);
  width: calc(33.3333% - 10px);
}

.prof-image {
  border-radius: 10px;
}

.prof-item + .prof-item {
  margin-top: 30px;
}

.prof-col-left .prof-item-title,
.prof-col-left .prof-item-answer-link {
  text-align: right;
}

.prof-col-left .prof-item-title {
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.prof-col-left .prof-item-title span {
  margin-right: 15px;
}

.prof-col-right .prof-item-title i {
  margin-right: 15px;
}

.prof-item-title {
  cursor: pointer;
  color: #090F1B;
  font-size: 20px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.prof-item-title:hover,
.prof-item-title.active {
  color: #0094FF;
}

.prof-item-title:hover i,
.prof-item-title.active i {
  color: #fff;
  background: #0094FF;
}

.prof-item-title i {
  line-height: 1;
  color: #4D4D4D;
  font-size: 34px;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: #E8EEFA;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.prof-item-title span {
  margin-top: 8px;
}

.prof-item-answer {
  font-size: 14px;
  display: none;
}

.prof-item-answer-inner {
  padding-top: 15px;
}

.prof-item-answer-text {
  color: #4D4D4D;
}

.prof-item-answer-link {
  margin-top: 5px;
}

.prof-item-answer-link a {
  text-decoration: underline;
}

.prof-item-answer-link a:hover {
  text-decoration: none;
}

.prof-consult-btn {
  margin-top: 15px;
}

.prof-consult-btn a {
  width: 100%;
}

.prof-consult-wrap {
  margin-left: -120px;
  margin-top: 30px;
}

.prof-consult {
  border-radius: 20px;
  background: #FFF;
  padding: 20px;
  box-shadow: 0px 4px 30px 0px rgba(77, 77, 77, 0.13);
}

.prof-consult-title {
  margin-bottom: 0;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.prof-consult-title i {
  font-size: 51px;
  color: #0094FF;
}

.tel-placeholder {
  position: relative;
}

.tel-placeholder:before {
  content: '+7';
  position: absolute;
  left: 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  color: #0094FF;
  line-height: 1;
  z-index: 1;
}

.tel-placeholder input {
  padding-left: 50px;
}

.popap-title {
  color: #090F1B;
  font-size: 30px;
  margin-bottom: 10px;
  text-align: center;
}

.popap-title b {
  color: #0094FF;
  font-weight: normal;
}

.sign-up-clinic-subtitle {
  color: #090F1B;
  text-align: center;
}

.popap-row {
  margin-top: 20px;
  position: relative;
  width: 100%;
}

.popap-row .wpcf7-spinner {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 5px auto 0;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.popap-konf {
  margin-top: 10px;
  color: #4D4D4D;
  font-size: 10px;
}

.popap-konf a {
  text-decoration: underline;
  color: inherit;
}

.popap-konf a:hover {
  text-decoration: underline;
  color: #0094FF;
}

.wpcf7-acceptance .wpcf7-list-item {
  display: block;
  margin: 0;
}

.custom-checkbox label {
  display: block;
  padding-left: 41px;
  cursor: pointer;
}

.custom-checkbox input {
  position: absolute;
  left: 2px;
  top: 2px;
}

.custom-checkbox input + span:before {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: #0094FF;
  width: 26px;
  height: 26px;
}

.custom-checkbox input + span:after {
  content: "\e90f";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 4px;
  top: 5px;
  color: #fff;
  z-index: 2;
  font-size: 17px;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}

.custom-checkbox input:checked + span:after {
  opacity: 1;
}

.popap {
  border-radius: 20px;
}

.sign-up-clinic-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.sign-up-clinic-popap {
  padding: 0 !important;
  border-radius: 20px;
}

.sign-up-clinic-left {
  width: 33.3333%;
}

.sign-up-clinic-left img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  -o-object-fit: cover;
  object-fit: cover;
}

.sign-up-clinic-right {
  width: 66.6666%;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  background: url(../images/zub-bg.svg) right bottom no-repeat;
}

.sign-up-clinic-right > div {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.fancybox-slide--html .fancybox-close-small {
  padding: 0;
  opacity: 1;
  font-size: 20px;
  color: #4D4D4D;
  right: 5px;
  top: 5px;
}

.fancybox-slide--html .fancybox-close-small:hover {
  color: #0094FF;
}

.fancybox-slide--html .fancybox-close-small:before {
  content: "\e90b";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fancybox-slide--html .fancybox-close-small svg {
  display: none;
}

.trust-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.trust-item {
  margin: 0 0 20px 20px;
  width: -moz-calc(33.3333% - 20px);
  width: calc(33.3333% - 20px);
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.trust-text {
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.trust-text h3 {
  margin-bottom: 0;
}

.trust-text * + p {
  margin-top: 10px;
}

.trust-text-inner {
  position: relative;
  padding-left: 37px;
}

.trust-text-inner:before {
  content: "\e90e";
  color: #0094ff;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 30px;
}

.trust-text-inner + .trust-text-inner {
  margin-top: 20px;
}

.trust-image img {
  border-radius: 10px;
}

* + .trust-image {
  margin-top: 20px;
}

.section-dent {
  background: url(../images/dent.svg) #F4F7FF center no-repeat;
  padding: 60px 0;
}

.numbers-row {
  margin-left: -40px;
  margin-bottom: -20px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.number-item {
  margin: 0 0 20px 40px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.number {
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
  line-height: 1;
}

.number:before {
  content: '';
  border-right: 3px solid #E8EEFA;
  position: absolute;
  right: 0;
  top: 2px;
  bottom: 8px;
}

.number span {
  font-size: 50px;
  color: #0094FF;
  line-height: 1;
}

.number-after-text {
  position: absolute;
  top: 0;
  font-size: 12px;
  color: #0094FF;
  -ms-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
  left: 5px;
}

.doctors-carousel {
  padding-left: 110px;
  padding-right: 110px;
}

.doctors-carousel-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.doctors-carousel-item-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.experience {
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 5px;
  background: #F4F7FF;
  padding: 13px 15px 11px;
  line-height: 1;
  color: #090F1B;
  font-size: 14px;
}

.doctors-carousel-item-descr {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz- oldlinear-gradient(top, rgba(51, 51, 51, 0) 0%, #333 100%);
  background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, #333 100%);
  padding: 70px 15px 12px;
  color: #fff;
}

.doctors-carousel-item-title {
  margin-bottom: 0;
}

.doctors-carousel-item-data {
  font-size: 14px;
  margin-top: 8px;
}

.doctors-carousel-item-data span:not(:last-child):after {
  content: ', ';
}

.doctors-carousel-item-data span:not(:first-child) {
  text-transform: lowercase;
}

.btn-group {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px 0 -15px -20px;
}

.btn-group > * {
  width: 100%;
  max-width: 387px;
  margin: 0 0 15px 20px;
}

.visit-section {
  border-radius: 10px;
  background: url(../images/zub-bg.svg) right bottom no-repeat #FAFBFD;
  padding: 49px;
  box-shadow: 0px 4px 30px 0px rgba(77, 77, 77, 0.13);
}

.visit-section-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -50px;
}

.visit-section-left {
  width: -moz-calc(60% - 50px);
  width: calc(60% - 50px);
  margin-left: 50px;
}

.visit-section-right {
  width: -moz-calc(40% - 50px);
  width: calc(40% - 50px);
  margin-left: 50px;
  position: relative;
  padding-left: 50px;
}

.visit-section-right:before {
  content: '';
  border-right: 2px solid #D9D9D9;
  left: 0;
  position: absolute;
  top: 25px;
  bottom: 25px;
}

.visit-section-text {
  font-size: 18px;
}

* + .visit-section-text {
  margin-top: 32px;
}

.visit-section-title {
  color: #090F1B;
  font-size: 45px;
}

.visit-section-title b {
  font-weight: inherit;
  color: #0094FF;
}

.visit-section-subtitle {
  color: #090F1B;
  font-size: 25px;
}

.visit-section-before-form {
  max-width: 360px;
}

.visit-section-form .popap-row {
  margin-top: 10px;
}

.visit-section-form .popap-konf {
  text-align: center;
  font-size: 12px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.visit-section-after-form {
  margin: 13px 0 -15px -10px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.condition-item {
  margin: 0 0 15px 10px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.condition-item:nth-child(1) {
  width: -moz-calc(53% - 10px);
  width: calc(53% - 10px);
}

.condition-item:nth-child(2) {
  width: -moz-calc(47% - 10px);
  width: calc(47% - 10px);
}

.condition-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5px;
}

.condition-text {
  font-size: 12px;
  color: #090F1B;
}

.condition-text b {
  font-weight: inherit;
  color: #0094FF;
}

.wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 15px;
  font-size: 14px;
}

.advantages-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
}

.advantages-image {
  width: -moz-calc(41.5% - 20px);
  width: calc(41.5% - 20px);
  margin-left: 20px;
}

.advantages-image img {
  border-radius: 10px;
}

.advantages {
  width: -moz-calc(58.5% - 20px);
  width: calc(58.5% - 20px);
  margin-left: 20px;
}

.advantage-head {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 9px 25px 9px 30px;
  border-radius: 5px;
}

.advantage-head:hover .advantage-icon svg path,
.advantage-head.active .advantage-icon svg path {
  fill: #0094FF;
}

.advantage-head:hover .advantage-title,
.advantage-head.active .advantage-title {
  color: #0094FF;
}

.advantage-head:hover .advantage-title:before,
.advantage-head:hover .advantage-title:after,
.advantage-head.active .advantage-title:before,
.advantage-head.active .advantage-title:after {
  background: #0094FF;
}

.advantage-head.active .advantage-title:after {
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}

.advantage-icon {
  width: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
  text-align: center;
}

.advantage-icon svg path {
  fill: #4D4D4D;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.advantage-title {
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 57px;
  color: #090F1B;
  font-size: 25px;
  padding-top: 2px;
  position: relative;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.advantage-title:before {
  content: '';
  background: #090F1B;
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  width: 20px;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.advantage-title:after {
  content: '';
  background: #090F1B;
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  width: 20px;
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.advantage {
  border-radius: 5px;
  border: 1px solid #E8EEFA;
  background: #F4F7FF;
}

.advantage + .advantage {
  margin-top: 20px;
}

.advantage-text-inner {
  padding: 24px 0 44px;
  border-top: 1px solid #D9D9D9;
  margin-left: 100px;
  margin-right: 82px;
}

.stock-item {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  position: relative;
}

.stock-item:hover .stock-item-top {
  color: #0094FF;
}

.stock-item-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.stock-item-img {
  width: 44%;
}

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

.stock-item-img-contain {
  background: #fff;
}

.stock-item-img-contain img {
  -o-object-fit: contain;
  object-fit: contain;
}

.stock-item-descr {
  width: 56%;
  padding: 20px 30px;
}

.stock-slide {
  background: #FAFBFD;
  box-shadow: 0px 4px 30px 0px rgba(77, 77, 77, 0.13);
  height: auto;
}

.stock-carousel {
  padding: 30px 20px;
  margin: -30px -20px;
}

.stock-carousel > .swiper-wrapper {
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.stock-carousel-wrap {
  position: relative;
}

.stock-carousel-wrap:before {
  content: '';
  top: 0;
  bottom: 0;
  left: -20px;
  width: 17px;
  background: -moz- oldlinear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 40%, white 99%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 40%, white 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  position: absolute;
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 2;
}

.stock-carousel-wrap:after {
  content: '';
  top: 0;
  bottom: 0;
  right: -20px;
  width: 17px;
  background: -moz- oldlinear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 40%, white 99%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 40%, white 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  position: absolute;
  z-index: 2;
}

.stock-item-title {
  margin-bottom: 0;
}

.stock-item-subtitle b {
  font-weight: normal;
  color: #0094FF;
}

.stock-item-top {
  min-height: 75px;
  color: #090F1B;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.stock-item-old-price {
  color: #606060;
  font-size: 14px;
  -webkit-text-decoration-line: line-through;
  -moz-text-decoration-line: line-through;
  text-decoration-line: line-through;
}

.stock-item-price {
  color: #0094FF;
  font-size: 20px;
  font-weight: 700;
  margin-left: 15px;
  white-space: nowrap;
}

.stock-item-icon {
  margin-left: 15px;
  margin-top: -5px;
}

.stock-item-middle {
  min-height: 45px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

* + .stock-item-middle {
  margin-top: 15px;
}

.stock-item-old-price {
  width: 100%;
}

.stock-item-current-price {
  width: 100%;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -15px;
}

.stock-item-bottom {
  color: #4D4D4D;
  font-size: 12px;
}

* + .stock-item-bottom {
  margin-top: 15px;
}

.font-10 {
  font-size: 10px;
}

.swiper-pagination {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 18px;
  margin-top: 20px;
  position: static;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #E8EEFA;
  opacity: 1;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.swiper-pagination-bullet:hover,
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0094FF;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 18px;
  height: 18px;
}

.popap-subtitle {
  text-align: center;
  font-size: 14px;
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
}

.reviews-car-btn {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}

.reviews-car-btn > * {
  margin-top: 10px;
  margin-bottom: -25px;
}

.carousel-prev,
.carousel-next {
  color: #E8EEFA;
  font-size: 40px;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.carousel-prev:not(.swiper-button-disabled):hover,
.carousel-next:not(.swiper-button-disabled):hover {
  color: #4D4D4D;
}

.carousel-prev {
  margin-right: 10px;
}

.carousel-prev:before {
  content: "\e902";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.carousel-next:before {
  content: "\e901";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dent-offer {
  margin-top: -23px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dent-offer-2 {
  margin-top: 15px !important;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dent-offer-2 > div:first-child {
  margin-right: 40px;
}

.dent-offer-icon {
  font-size: 62px;
  line-height: 50px;
  color: #0094FF;
  margin-right: -20px;
}

.section-blue {
  background: #F4F7FF;
  padding: 60px 0;
}

.blog-item {
  border-radius: 10px;
  background: #FFF;
  overflow: hidden;
  position: relative;
}

.blog-item:hover .blog-item-title {
  color: #0094FF;
}

.blog-item:hover .blog-item-img img {
  -ms-transform: scale(1.15);
  -moz-transform: scale(1.15);
  transform: scale(1.15);
}

.blog-item-img {
  overflow: hidden;
}

.blog-item-img img {
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog-item-text {
  padding: 20px 20px 60px;
}

.blog-item-title {
  font-weight: normal;
  margin-bottom: 0;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog-item-descr {
  color: #4D4D4D;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 14px;
}

.blog-slider-wrap {
  position: relative;
  padding: 0 118px;
}

.carousel-blog-prev {
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
}

.carousel-blog-prev:not(:hover) {
  color: #DBE2EF;
}

.carousel-blog-next {
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
}

.carousel-blog-next:not(:hover) {
  color: #DBE2EF;
}

.blog-item-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.features-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -30px;
}

.feature-item {
  width: -moz-calc(33.3333% - 20px);
  width: calc(33.3333% - 20px);
  margin: 0 0 30px 20px;
  text-align: center;
}

.feature-icon {
  margin-bottom: 20px;
}

.feature-title {
  margin-bottom: 10px;
  margin-top: 0;
}

.feature-descr {
  color: #4D4D4D;
  font-size: 14px;
}

.feature-text {
  margin-top: 40px;
}

.get-consult {
  border-radius: 10px;
  background: url(../images/get-consult-bg.svg) #F4F7FF no-repeat -moz-calc(100% - 90px) 20px;
  background: url(../images/get-consult-bg.svg) #F4F7FF no-repeat calc(100% - 90px) 20px;
  padding: 50px 220px 50px 50px;
  position: relative;
}

.get-consult-image {
  position: absolute;
  bottom: 0;
  right: -32px;
}

.get-consult-image:before {
  content: '';
  position: absolute;
  top: -14px;
  right: -17px;
  bottom: 23px;
  left: 17px;
  background: url(../images/teny.png) no-repeat;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.get-consult-image img {
  position: relative;
  z-index: 1;
}

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

.get-consult-form {
  position: relative;
  z-index: 2;
  margin-top: 24px;
}

.get-consult-form .popap-konf {
  margin-top: 14px;
  font-size: 14px;
}

.form-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-bottom: -10px;
}

.form-col {
  position: relative;
  margin: 0 0 10px 15px;
  width: -moz-calc(33.3333% - 15px);
  width: calc(33.3333% - 15px);
}

.form-col .wpcf7-spinner {
  position: absolute;
  top: 100%;
  margin: 5px auto 0;
  left: 0;
  right: 0;
}

.section-get-consult {
  overflow: hidden;
  margin-top: -120px;
  padding-top: 120px;
}

.faq-item-question {
  border-radius: 5px;
  border: 1px solid #E8EEFA;
  background: #FFF;
  padding: 13px 50px 11px 25px;
  color: #090F1B;
  font-size: 25px;
  position: relative;
  cursor: pointer;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 58px;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq-item-question:hover {
  color: #0094FF;
}

.faq-item-question:hover:before,
.faq-item-question:hover:after {
  background: #0094FF;
}

.faq-item-question:before {
  content: '';
  background: #090F1B;
  height: 2px;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -1px;
  width: 20px;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq-item-question:after {
  content: '';
  background: #090F1B;
  height: 2px;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -1px;
  width: 20px;
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq-item-question.active {
  color: #0094FF;
  box-shadow: 0px 4px 30px 0px rgba(77, 77, 77, 0.13);
}

.faq-item-question.active:before,
.faq-item-question.active:after {
  background: #0094FF;
}

.faq-item-question.active:after {
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq-item + .faq-item {
  margin-top: 10px;
}

.faq-item:last-child .faq-item-answer-inner {
  padding-bottom: 0;
}

.faq-item-answer-inner {
  padding: 25px 50px 20px 25px;
}

.call-section-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
}

.call-section-left {
  width: -moz-calc(33.3333% - 20px);
  width: calc(33.3333% - 20px);
  margin-left: 20px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.call-section-right {
  width: -moz-calc(66.6666% - 20px);
  width: calc(66.6666% - 20px);
  margin-left: 20px;
}

.call-section-right img {
  border-radius: 10px;
}

.call-section-btn {
  margin-top: 30px;
}

.call-section-item + .call-section-item {
  margin-top: 20px;
}

.call-section-item a {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #090F1B;
}

.call-section-item a:hover {
  text-decoration: none;
  color: #0094FF;
}

.call-section-item a:not(.fz-inherit) {
  font-size: 20px;
}

.call-section-item i {
  font-size: 40px;
  color: #0094FF;
  margin-right: 15px;
}

.call-section-item [href*="tel"],
.call-section-item [href*="mailto"] {
  white-space: nowrap;
}

.call-back-doctor a {
  font-size: 16px !important;
  padding-left: 30px;
  padding-right: 30px;
  min-height: 50px;
  color: #fff !important;
}

.max-width-260 {
  max-width: 260px;
}

.shelude {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #090F1B;
  font-size: 14px;
}

.shelude b {
  font-size: 20px;
  display: block;
  font-weight: normal;
}

.call-section-top {
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.call-section-bottom {
  margin-top: 20px;
}

.call-section-title {
  margin-bottom: 0;
}

.call-section-subtitle {
  font-size: 25px;
}

.choosing-clinic {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -15px;
  margin-top: 30px;
}

.choosing-clinic-title {
  margin: 0 0 15px 20px;
  text-align: center;
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
}

.choosing-clinic-col {
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
  margin: 0 0 15px 20px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #EFF2F9;
  text-align: center;
  padding: 20px 10px;
}

.choosing-clinic-col .wpcf7-form-control-wrap {
  position: static;
}

.choosing-clinic-col label {
  display: block;
  cursor: pointer;
}

.choosing-clinic-col label:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.choosing-clinic-col input {
  display: none;
}

.choosing-clinic-col input:checked + span:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #F4F7FF;
  box-shadow: 0px 4px 30px 0px rgba(77, 77, 77, 0.13);
  z-index: -1;
}

.choosing-clinic-col .wpcf7-list-item {
  display: block;
  margin-left: 0;
  color: #090F1B;
}

.choosing-clinic-icon {
  margin-bottom: 10px;
}

.choosing-clinic-metro {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  margin-top: 7px;
  min-height: 32px;
}

.choosing-clinic-metro i {
  color: #0094FF;
  margin-right: 5px;
  font-size: 18px;
}

.choosing-clinic-addr {
  color: #4D4D4D;
  font-size: 12px;
  margin-top: 10px;
}

.choosing-clinic-name {
  font-size: 13px;
}

.section-map {
  position: relative;
  padding-top: 60px;
}

.wrapper-cont {
  position: absolute;
  left: 0;
  right: 0;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  top: 0;
}

.block-cont {
  border-radius: 10px;
  background: #FFF;
  padding: 30px;
  box-shadow: 0px 4px 30px 0px rgba(77, 77, 77, 0.13);
  width: 100%;
  max-width: 464px;
}

.block-cont-top {
  text-align: center;
}

.block-cont-top:after {
  content: '';
  display: block;
  border-bottom: 1px solid #D9D9D9;
  margin: 19px auto 30px;
  width: 95%;
  max-width: 334px;
}

.block-cont-title {
  margin-bottom: 0;
}

.block-cont-subtitle {
  margin-top: 10px;
  font-size: 20px;
  color: #0094FF;
}

.address-block-item {
  position: relative;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.address-block-item + .address-block-item {
  margin-top: 30px;
}

.address-block-item:hover .address-block-item-icon path {
  fill: #0094FF;
}

.address-block-item-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.address-block-item-icon {
  width: 58px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 24px;
  text-align: center;
}

.address-block-item-icon img,
.address-block-item-icon svg {
  width: 100%;
}

.address-block-item-icon svg path {
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.address-block-item-name {
  font-size: 14px;
  -ms-grid-row-align: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.address-block-item-name h6 {
  font-weight: normal;
  color: #0094FF;
  margin: 0;
  margin-right: -15px;
}

.address-block-item-name * {
  margin: 0;
}

.block-cont-bottom {
  margin-top: 30px;
}

.footer {
  background: #4D4D4D;
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer-top {
  padding: 50px 0 30px;
  border-bottom: 1px solid #D9D9D9;
}

.footer-top-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-top-col {
  margin-left: 20px;
}

.foot-menu-service {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 20px;
}

.foot-menu-service .ico-menu {
  display: none;
}

.foot-menu-service .sub-menu {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
  line-height: 1.46;
}

.foot-menu-service a:hover {
  color: #0094FF;
  text-decoration: none;
}

.footer-logo + * {
  margin-top: 25px;
}

.foot-menu {
  padding: 0;
  list-style: none;
  font-size: 20px;
  min-width: 103px;
}

.foot-menu li + li {
  margin-top: 14px;
}

.foot-menu a:hover {
  color: #0094FF;
  text-decoration: none;
}

.footer-title {
  margin-bottom: 9px;
}

.footer-cont {
  font-size: 12px;
}

.footer-cont h6 {
  font-size: 14px;
  color: #0094FF;
  margin-bottom: 0;
  font-weight: normal;
}

* + .footer-cont h6 {
  margin-top: 10px;
}

.footer-cont p {
  margin: 0;
}

.footer-block-cont {
  margin-top: 13px;
}

.footer-block-cont .call-section-item i {
  font-size: 23px;
  margin-right: 10px;
  color: #fff;
}

.footer-block-cont .call-section-item a {
  font-size: 16px;
}

.footer-block-cont .shelude {
  font-size: 12px;
  color: #FFF;
}

.footer-block-cont .shelude b {
  font-size: 10px;
}

.footer-social {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.footer-social span {
  margin-right: 11px;
}

.footer-social a:not(:first-child) {
  margin-right: 15px;
}

.footer-social svg path {
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer-social a:hover path {
  fill: #0094FF;
}

.footer-bottom {
  padding: 20px 0 19px;
  font-size: 14px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-bottom-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-bottom-menu a {
  text-decoration: underline;
}

.footer-bottom-menu a:hover {
  color: #0094FF;
}

.footer-copy {
  margin-right: 10px;
}

.page-rev {
  width: 100%;
  max-width: 800px;
}

.rev-slider {
  margin-top: -30px;
  margin-bottom: -30px;
  padding: 30px 260px;
}

.rev-slider-top {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rev-slider-head {
  margin-right: 10px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #090F1B;
}

.rev-slider-top-right {
  -ms-grid-row-align: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.rev-slider-name {
  font-size: 20px;
}

.rev-slider-age {
  font-size: 12px;
}

.rev-slider-img {
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 49px;
  height: 49px;
  background: #EFF2F9;
  border-radius: 50%;
  padding: 4px;
  margin-right: 10px;
}

.rev-slider-img img {
  border-radius: 50%;
}

.rev-slider-item {
  border-radius: 10px;
  background: #FFF;
  padding: 30px;
  box-shadow: 0px 4px 30px 0px rgba(77, 77, 77, 0.13);
  height: auto;
  position: relative;
}

.rev-slider-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.treatment {
  font-size: 14px;
  margin-top: 3px;
}

.rev-slider-short-descr {
  color: #4D4D4D;
  margin-top: 10px;
  font-size: 12px;
}

.rev-slider-title {
  line-height: 1;
}

.star {
  font-size: 18px;
  color: #F4F7FF;
}

.star.star-5 {
  color: #FFB401;
}

.star.star-4 {
  color: #FFB401;
}

.star.star-4 i:nth-child(n + 5) {
  color: #F4F7FF;
}

.star.star-3 {
  color: #FFB401;
}

.star.star-3 i:nth-child(n + 4) {
  color: #F4F7FF;
}

.star.star-2 {
  color: #FFB401;
}

.star.star-2 i:nth-child(n + 3) {
  color: #F4F7FF;
}

.star.star-1 {
  color: #FFB401;
}

.star.star-1 i:nth-child(n + 2) {
  color: #F4F7FF;
}

.star > i:not(:last-child) {
  margin-right: 1px;
}

.all-rev {
  text-align: center;
}

* + .all-rev {
  margin-top: 30px;
}

.all-rev a {
  width: 100%;
  max-width: 387px;
}

.experts-reviews {
  text-align: center;
}

* + .experts-reviews {
  margin-top: 50px;
}

.experts-reviews-top {
  margin: 0 auto;
}

.experts-reviews-top h3 {
  margin-bottom: 28px;
}

.experts-reviews-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -50px;
}

.experts-reviews-item {
  margin-left: 50px;
  position: relative;
}

.experts-reviews-item:hover .experts-review {
  color: #0094FF;
}

.experts-review {
  max-width: 150px;
  margin: 4px auto 0;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.experts-reviews-total {
  color: #FFB401;
  font-size: 20px;
  line-height: 1;
}

.experts-reviews-total i {
  font-size: 23px;
  margin-right: 8px;
}

.experts-reviews-total span {
  position: relative;
  top: -2px;
}

.experts-reviews-logo {
  margin-bottom: 20px;
}

.experts-reviews-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.cf7mls_progress_bar {
  list-style: none;
  width: 100% !important;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0;
  border-radius: 15px;
  border: 1px solid #E8EEFA;
  background: #fff;
  padding: 2px;
  z-index: 2;
}

.cf7mls_progress_bar:before {
  content: '';
  background: #D7E8FD;
  left: 2px;
  right: 3px;
  top: 2px;
  bottom: 2px;
  border-radius: 15px;
  position: absolute;
}

.cf7mls_progress_bar:after {
  content: '';
  left: 2px;
  right: 3px;
  top: 2px;
  bottom: 2px;
  border-radius: 15px;
  position: absolute;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: transparent !important;
  background-image: url(../images/quiz-progress-bg.svg) !important;
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center left;
  -webkit-animation: progress_bar 100s linear infinite;
  -moz-animation: progress_bar 100s linear infinite;
  animation: progress_bar 100s linear infinite;
}

.cf7mls_progress_bar li:first-child {
  border-radius: 15px 0 0 15px;
}

.cf7mls_progress_bar li:last-child {
  border-radius: 0 15px 15px 0;
}

.cf7mls_progress_bar li.current .cf7_mls_steps_item_content {
  display: block;
}

.cf7mls_progress_bar li.active .cf7_mls_steps_item_icon:before {
  width: 0;
}

.cf7_mls_steps_item_icon > *,
.cf7_mls_arrow_point_to_righ,
.cf7mls_number_step_wrap {
  display: none !important;
}

.cf7_mls_steps_item_icon {
  width: 100%;
  height: 25px;
  position: relative;
}

.cf7_mls_steps_item_icon:before {
  content: '';
  position: absolute;
  right: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 1;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.cf7_mls_steps_item_content {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  line-height: 25px;
  z-index: 2;
  color: #4D4D4D;
  font-size: 12px;
  font-weight: 700;
}

@-webkit-keyframes progress_bar {
  0% {
    background-position: -52.0833333333vw center;
  }

  50% {
    background-position: 0 center;
  }

  100% {
    background-position: 52.0833333333vw center;
  }
}

@-moz-keyframes progress_bar {
  0% {
    background-position: -52.0833333333vw center;
  }

  50% {
    background-position: 0 center;
  }

  100% {
    background-position: 52.0833333333vw center;
  }
}

@keyframes progress_bar {
  0% {
    background-position: -52.0833333333vw center;
  }

  50% {
    background-position: 0 center;
  }

  100% {
    background-position: 52.0833333333vw center;
  }
}

.kwiz {
  border-radius: 10px;
  background: url(../images/zub-bg.svg) right bottom no-repeat #FAFBFD;
  background-size: 337px 378px;
  box-shadow: 0px 4px 30px 0px rgba(77, 77, 77, 0.13);
  padding: 50px;
}

.kwiz .fieldset-cf7mls {
  margin-bottom: 0 !important;
}

.kwiz .fieldset-cf7mls p:last-child {
  display: none;
}

.kwiz .cf7mls-btns {
  margin: 20px 0 0 -20px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.kwiz .cf7mls-btns > * {
  margin-left: 20px;
}

.kwiz .cf7mls_next:not([type="radio"]) {
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 2px 50px;
  text-align: center;
  min-height: 50px;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  background: #4D4D4D;
  color: #fff;
  line-height: 1;
  font-size: 20px;
  border: none;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.kwiz .cf7mls_next:not([type="radio"]):hover {
  text-decoration: none;
  background: #0094FF;
  color: #fff;
}

.kwiz .cf7mls_next:not([type="radio"]):disabled {
  opacity: 0.6;
}

.kwiz .cf7mls_next:not([type="radio"]):disabled:hover {
  color: #fff;
  background: #4D4D4D;
}

.kwiz .cf7mls_back {
  padding: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  background: none;
  color: #4D4D4D;
  border-bottom: 1px solid #4D4D4D;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 20px;
}

.kwiz .cf7mls_back:hover {
  color: #0094FF;
  border-bottom-color: #0094FF;
}

.kwiz .choosing-clinic .wpcf7-list-item-label {
  display: block;
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
}

.kwiz .choosing-clinic-addr {
  font-size: 10px;
}

.kwiz .choosing-clinic-metro {
  color: #0094FF;
  min-height: 1px;
}

.kwiz .choosing-clinic-col {
  padding: 10px;
}

.kwiz .choosing-clinic-icon img {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
  object-fit: contain;
}

.kwiz .fieldset-cf7mls:last-child .cf7mls_back {
  display: inline-block;
  margin-right: auto;
  margin-top: 20px;
}

.kwiz .wpcf7-form {
  overflow: hidden;
}

.kwiz-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.kwiz-left {
  width: 60%;
  padding-right: 37px;
}

.kwiz-right {
  width: 40%;
  padding-left: 37px;
  position: relative;
}

.kwiz-right:before {
  content: '';
  border-left: 2px solid #D9D9D9;
  position: absolute;
  left: 0;
  top: 25px;
  bottom: 35px;
}

.kwiz-right-top {
  color: #4D4D4D;
  margin-bottom: 10px;
}

.kwiz-right-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.kwiz-right-image {
  width: 90px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.kwiz-right-image img {
  border-radius: 5px;
}

.kwiz-right-practice {
  color: #4D4D4D;
  font-size: 12px;
}

.kwiz-right-name {
  color: #090F1B;
  font-size: 14px;
}

.kwiz-right-name b {
  font-size: 16px;
  font-weight: normal;
  display: block;
}

.kwiz-right-position {
  margin-top: 10px;
  color: #090F1B;
  font-size: 12px;
}

.kwiz-right-bonuses {
  margin-top: 30px;
}

.kwiz-right-bonuses-row {
  margin: 0 0 0 -10px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.kwiz-right-bonus {
  margin: 12px 0 0 10px;
  width: -moz-calc(50% - 10px);
  width: calc(50% - 10px);
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.kwiz-right-bonus-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5px;
}

.kwiz-right-bonus-descr {
  color: #090F1B;
  font-size: 12px;
}

.kwiz-right-bonus-descr b {
  font-weight: normal;
  color: #0094FF;
}

.kwiz-item-title {
  color: #090F1B;
  font-size: 25px;
  margin-top: 10px;
}

.kwiz-item-subtitle {
  color: #090F1B;
  margin-top: 5px;
  font-size: 12px;
}

.kwiz-item-subtitle + * {
  margin-top: 20px !important;
}

.kwiz-fields {
  margin: 0 0 -10px -10px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.kwiz-fields-50 {
  margin: 0 0 10px 10px;
  width: -moz-calc(50% - 10px);
  width: calc(50% - 10px);
}

.kwiz-fields-100 {
  margin: 0 0 10px 10px;
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px);
}

.kwiz-step-next {
  width: 20px;
  height: 20px;
  background: url(/wp-content/plugins/contact-form-7-multi-step-pro/assets/frontend/img/loader.svg) #E8EEFA center no-repeat;
  background-size: cover;
  position: absolute;
  right: -25px;
  border-radius: 50%;
  opacity: 0;
}

.choosing-clinic-name .kwiz-step-next {
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

.custom-radio .wpcf7-list-item {
  display: block;
  margin-left: 0;
}

.custom-radio .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 10px;
}

.custom-radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
}

.custom-radio label input {
  position: absolute;
  left: 2px;
  top: 2px;
}

.custom-radio label input + span:before {
  content: '';
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  left: 0;
  top: -3px;
}

.custom-radio label input + span:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #0094FF;
  border-radius: 50%;
  left: 4px;
  top: 1px;
  position: absolute;
  opacity: 0;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.custom-radio label input:checked + span:after,
.custom-radio label input:hover + span:after {
  opacity: 1;
}

.custom-radio label input:focus ~ .kwiz-step-next {
  opacity: 1;
}

.kwiz-left,
.kwiz-left .wpcf7,
.kwiz-left .wpcf7-form,
.kwiz-left .fieldset-cf7mls-wrapper,
.kwiz-left .fieldset-cf7mls {
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.radio-image {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-image + .radio-image {
  margin-top: 30px;
}

.radio-image:first-child {
  margin-top: 10px;
}

.radio-image label:before {
  content: '';
  position: absolute;
  left: -43px;
  right: 0;
  top: -10px;
  bottom: -10px;
}

.radio-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 37px;
  text-align: center;
  margin-right: 10px;
}

.kwiz-item-subtitle-final {
  color: #090F1B;
  margin: 10px 0 20px;
}

.kwiz-final {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-bottom: -15px;
}

.kwiz-final-col {
  margin: 0 0 15px 15px;
  width: -moz-calc(50% - 15px);
  width: calc(50% - 15px);
  position: relative;
}

.kwiz-final-col .wpcf7-spinner {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 5px auto 0;
}

.kwiz-konf {
  -ms-grid-row-align: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 10px;
}

.kwiz-konf.custom-checkbox input + span:before {
  top: 50%;
  margin-top: -13px;
}

.kwiz-konf.custom-checkbox input + span:after {
  top: 50%;
  margin-top: -8px;
}

.kwiz-konf.custom-checkbox input {
  display: none;
}

.kwiz-right-succens-top,
.kwiz-right-succens-bottom {
  display: none;
}

.kwiz-right-succens-bottom {
  margin: 20px 0 0;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.kwiz-right-succens-right {
  max-width: 350px;
}

.kwiz-right-succens-right .kwiz-right-bonuses {
  margin-top: 0;
  margin-bottom: 20px;
}

.kwiz-right-succens-left {
  line-height: 1.7;
  color: #090F1B;
  max-width: 440px;
  padding-right: 20px;
}

.kwiz-right-succens-subtitle {
  font-size: 20px;
}

.kwiz-right-succens-position {
  margin-top: 25px;
}

.kwiz-right-succens-title {
  font-size: 30px;
  margin-bottom: 20px;
  color: #0094FF;
}

.kwiz-right-succens-text {
  font-size: 20px;
}

.kwiz-right-bonuses-title b {
  display: none;
}

.form-succens {
  display: none !important;
}

.form-succens + .kwiz-right {
  width: 100%;
  padding-left: 0;
}

.form-succens + .kwiz-right:before,
.form-succens + .kwiz-right > .kwiz-right-bonuses {
  display: none;
}

.form-succens + .kwiz-right .kwiz-right-top {
  display: none;
}

.form-succens + .kwiz-right .kwiz-right-text-steps {
  display: none;
}

.form-succens + .kwiz-right .kwiz-right-succens-top {
  display: block;
}

.form-succens + .kwiz-right .kwiz-right-succens-bottom {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-succens + .kwiz-right .kwiz-right-image {
  width: 210px;
  margin-right: 40px;
}

.form-succens + .kwiz-right .kwiz-right-image img {
  border-radius: 10px;
}

.form-succens + .kwiz-right .kwiz-right-row {
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form-succens + .kwiz-right .kwiz-right-text {
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.error-page {
  overflow: hidden;
  margin-bottom: 90px;
}

.error {
  position: relative;
}

.error-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 15%;
  text-align: center;
}

.error-row {
  position: relative;
  z-index: 1;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.error-left {
  width: 40%;
  position: relative;
}

.error-right {
  width: 60%;
}

.error-bread {
  margin: 30px 0 60px;
  margin-bottom: 40px;
}

.error-bread a {
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4D4D4D;
  line-height: 1;
}

.error-bread a:hover {
  text-decoration: none;
  color: #0094FF;
}

.error-bread i {
  font-size: 12px;
  margin-right: 5px;
}

.error-btn {
  margin-top: 40px;
}

.error-btn a {
  width: 100%;
  max-width: 340px;
}

.error-title {
  font-size: 40px;
  margin-right: -160px;
}

.error-descr {
  font-size: 25px;
  max-width: 390px;
  min-width: 320px;
}

.error-image {
  margin-right: -50px;
  text-align: right;
  margin-left: 50px;
}

.cat-wrap {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -60px;
}

.cat-block {
  width: -moz-calc(33.3333% - 20px);
  width: calc(33.3333% - 20px);
  margin: 0 0 60px 20px;
}

.cat-title a {
  min-height: 104px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background: #F4F7FF;
  line-height: 1;
  padding: 10px 25px;
  color: #4D4D4D;
}

.cat-title a:hover {
  color: #0094FF;
  text-decoration: none;
}

.cat-title a:hover svg path {
  fill: #0094FF;
}

.cat-title .menu-image {
  width: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
  text-align: center;
}

.cat-title .menu-image svg path {
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.catalog-item-title {
  margin-bottom: 0;
  line-height: 1;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  padding-left: 17px;
}

.catalog-item-title:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background: #0094FF;
  border-radius: 50%;
  left: 0;
  top: 4px;
}

.catalog-item-title + .catalog-item-title {
  margin-top: 18px;
}

.catalog-item-title a {
  color: #4D4D4D;
}

.catalog-item-title a:hover {
  color: #0094FF;
  text-decoration: none;
}

.posts-list {
  padding: 0 20px;
}

.inner-content:last-child {
  margin-bottom: 120px;
}

.breadcrumbs-wrap {
  padding: 30px 0 60px;
}

.rank-math-breadcrumb {
  color: #4D4D4D;
}

.rank-math-breadcrumb a {
  color: #4D4D4D;
  margin-right: 7px;
  text-decoration: underline;
}

.rank-math-breadcrumb a:hover {
  text-decoration: none;
  color: #0094FF;
}

.rank-math-breadcrumb .separator {
  font-size: 10px;
  margin-right: -7px;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rank-math-breadcrumb .separator:before {
  content: "\e912";
}

.category-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
}

.category-sidebar {
  margin-left: 20px;
  width: -moz-calc(25% - 20px);
  width: calc(25% - 20px);
}

.category-content {
  margin-left: 20px;
  width: -moz-calc(75% - 20px);
  width: calc(75% - 20px);
}

.category-content > .section:first-child {
  margin-top: 0 !important;
}

.sticky-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 170px;
}

.category-menu {
  padding-left: 20px;
  list-style: none;
}

.category-menu a {
  color: #090F1B;
}

.category-menu a:hover {
  color: #0094FF;
  text-decoration: none;
}

.category-menu li + li {
  margin-top: 10px;
}

.single-service-nav__link_active {
  color: #0094FF !important;
  text-decoration: underline !important;
}

.category-descript hr {
  border-top: 1px dashed #B5BCC1;
}

.services-list {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -15px;
}

.service-item {
  min-height: 100px;
  margin: 0 0 15px 20px;
  width: -moz-calc(25% - 20px);
  width: calc(25% - 20px);
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  border-radius: 10px;
  background: #F4F7FF;
  color: #4D4D4D;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 1;
}

.service-item:hover {
  box-shadow: 0px 4px 30px 0px rgba(77, 77, 77, 0.13);
  color: #0094FF;
  text-decoration: none;
}

.service-item:hover .menu-image svg path {
  fill: #0094FF;
}

.service-item .menu-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 25%;
  max-width: 64px;
  margin-right: 15px;
  text-align: center;
}

.service-item .menu-image svg path {
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.service-item-title {
  margin: 0;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 1;
  font-size: 18px;
}

.other-service-item {
  width: -moz-calc(33.3333% - 20px);
  width: calc(33.3333% - 20px);
}

.other-service-item .menu-image {
  max-width: 48px;
}

.doctors-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.doctors-col-3 > .doctors-item {
  width: -moz-calc(33.3333% - 20px);
  width: calc(33.3333% - 20px);
}

.doctors-item {
  margin: 0 0 20px 20px;
  border-radius: 10px;
  background: #F4F7FF;
  padding: 15px;
  position: relative;
}

.doctor-top {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.doctor-img {
  width: 29%;
}

.doctor-img img {
  border-radius: 5px;
}

.doctor-descr {
  width: 71%;
  padding-left: 10px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.doctor-title {
  font-size: 10px;
  color: #0094FF;
  margin-bottom: 2px;
}

.doctor-experience {
  color: #4D4D4D;
  font-size: 10px;
}

.doctor-name {
  font-size: 12px;
  margin: 0 0 10px;
}

.doctor-name b {
  font-size: 16px;
  display: block;
}

.doctor-data {
  color: #090F1B;
  font-size: 10px;
  margin-top: 10px;
}

.doctor-descr-top {
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.doctor-readmore {
  margin-top: 10px;
}

.doctor-readmore a {
  width: 100%;
  min-height: 35px;
  font-size: 14px;
  border-radius: 5px;
}

.doctor-readmore a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.category-descript {
  padding-bottom: 15px;
  border-bottom: 1px dashed #B5BCC1;
}

.btn-group-inner {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0 -15px -20px;
}

.btn-group-inner > * {
  width: 100%;
  max-width: 285px;
  margin: 0 0 15px 20px;
}

.service-top {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 10px;
  background: #FAFBFD;
  overflow: hidden;
  box-shadow: 0px 4px 30px 0px rgba(77, 77, 77, 0.13);
}

.service-top-img {
  width: 40%;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.service-top-img img {
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.service-top-descr {
  width: 60%;
  padding: 20px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.service-top-bottom {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -30px;
  margin-bottom: -20px;
}

.service-price {
  margin: 0 0 20px 30px;
  color: #0094FF;
  font-size: 35px;
  font-weight: 700;
  white-space: nowrap;
}

.service-btn {
  margin: 0 0 20px 30px;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 254px;
}

.service-btn a {
  width: 100%;
  min-height: 47px;
}

.service-top-descr-inner > * + * {
  margin-top: 20px;
}

.service-difference {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-difference-icon {
  width: 35px;
  text-align: center;
  margin-right: 10px;
  color: #0094FF;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.service-difference-icon .icomoon-calendar {
  font-size: 38px;
}

.service-difference-icon .icomoon-check {
  font-size: 26px;
}

.load-block.hide {
  display: none !important;
}

.load-block {
  padding: 15px;
  background: #FFF;
  box-shadow: 0 0 41px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
  font-size: 16px;
  line-height: 1.45;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

#loading-spinner {
  -webkit-animation: loading-spinner 0.5s linear infinite;
  -moz-animation: loading-spinner 0.5s linear infinite;
  animation: loading-spinner 0.5s linear infinite;
  width: 25px;
  margin-right: 15px;
}

@-webkit-keyframes loading-spinner {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-moz-keyframes loading-spinner {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading-spinner {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.filter .facetwp-counter {
  display: none;
}

.filter {
  margin-top: 30px;
  position: relative;
}

.filter .facetwp-facet {
  margin-bottom: -10px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
}

.filter .facetwp-radio {
  margin: 0 0 10px 15px;
  padding: 9px 16px 7px;
  border-radius: 5px;
  background: #E8EEFA !important;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.filter .facetwp-radio:hover,
.filter .facetwp-radio.checked {
  background: #0094FF !important;
  color: #fff;
}

.filter .facetwp-display-value {
  padding-right: 0;
}

.filter-title {
  font-size: 25px;
  position: absolute;
  left: 0;
  top: 2px;
}

.filter-directions .facetwp-radio:first-child {
  margin-left: 197px;
}

.doctors-wrap {
  margin-top: 60px;
  background: #F4F7FF;
  padding: 60px 0;
}

.head-medical-link {
  display: none;
}

.doctors-row-2 .doctors-item {
  background: #FFF;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.doctors-row-2 .doctors-item:not(.head-medical) {
  width: -moz-calc(25% - 20px);
  width: calc(25% - 20px);
}

.doctors-row-2 .doctor-top {
  margin-bottom: auto;
}

.doctors-row-2 .head-medical {
  -moz-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.filter-stock .facetwp-radio:first-child {
  margin-left: 340px;
}

.stock-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -30px;
}

.stock-row .stock-item {
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
  margin: 0 0 30px 20px;
}

.stock-row .stock-item-descr {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.stock-row .stock-item-top {
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.doctor-page-top {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.doctor-page-img {
  width: 24%;
}

.doctor-page-img img {
  border-radius: 10px;
}

.doctor-page-right {
  padding-left: 30px;
  width: 76%;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.doctor-top-block {
  margin-top: 15px;
}

.doctor-top-block-title {
  color: #0094FF;
  font-size: 14px;
}

.doctor-top-block-content {
  margin-top: 5px;
}

.doctor-traits {
  margin-top: 15px;
}

.doctor-right-btn {
  padding-top: 20px;
  margin-top: auto;
  margin-left: -10px;
}

.doctor-right-btn a {
  width: 100%;
  max-width: 350px;
}

.doctor-page-name {
  margin-bottom: 0;
}

.doctor-page-middle {
  margin: 60px 0 -30px -20px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.doctor-page-text {
  margin: 0 0 30px 20px;
  width: -moz-calc(58% - 20px);
  width: calc(58% - 20px);
}

.doctor-sidebar {
  margin: 0 0 30px 20px;
  width: -moz-calc(42% - 20px);
  width: calc(42% - 20px);
}

.doctor-page-subtitle {
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  margin: 0 0 30px 20px;
}

.doctor-sidebar-block {
  border-radius: 3px;
  border: 1px solid #E8EEFA;
  background: #F4F7FF;
  padding: 10px 25px 25px 25px;
}

.doctor-sidebar-block + .doctor-sidebar-block {
  margin-top: 20px;
}

.doctor-sidebar-title {
  cursor: pointer;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 0;
  color: #0094FF;
  padding-right: 57px;
  position: relative;
}

.doctor-sidebar-title:hover {
  color: #090F1B;
}

.doctor-sidebar-title:hover:before,
.doctor-sidebar-title:hover:after {
  background: #090F1B;
}

.doctor-sidebar-title span {
  padding: 13px 0 11px;
  display: block;
  border-bottom: 1px solid #D9D9D9;
}

.doctor-sidebar-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  top: 25px;
  right: 0;
  background: #0094FF;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.doctor-sidebar-title:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  top: 25px;
  right: 0;
  background: #0094FF;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

.doctor-sidebar-title.active:after {
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}

.doctor-sidebar-title:not(.active) span {
  padding-bottom: 0;
  border-bottom-color: transparent;
}

.doctor-sidebar-content {
  margin-top: 20px;
  padding-right: 57px;
}

.doctor-sidebar-fz-14 {
  font-size: 14px;
}

.doctor-sidebar-fz-14 li + li {
  margin-top: 15px;
}

.spec-list {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -10px -10px;
}

.spec-item {
  margin: 0 0 10px 10px;
  color: #090F1B;
  padding: 8px 16px;
  border-radius: 5px;
  background: #E8EEFA;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.spec-item:hover {
  box-shadow: 0px 4px 30px 0px rgba(77, 77, 77, 0.13);
  text-decoration: none;
}

.visit-inner-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.visit-inner-text {
  margin-top: 5px;
  max-width: 650px;
}

.visit-inner-right {
  width: 100%;
  max-width: 357px;
}

.visit-inner-right a {
  width: 100%;
  border-radius: 5px;
}

.visit-inner {
  background-size: 165px 190px;
}

.visit-inner-left {
  margin-right: 20px;
}

.sertificat {
  text-align: center;
  height: auto;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-inner {
  margin-top: 60px;
}

.section-inner-top {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -20px;
  margin-bottom: 20px;
}

.section-inner-top > * {
  margin: 0 0 0 20px;
}

.carousel-sertificats-btn {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.about-top-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-top-left {
  width: 50%;
}

.about-top-right {
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
  margin-left: 20px;
  max-width: 508px;
  border-radius: 10px;
  background: #F4F7FF;
  padding: 50px 35px;
}

.about-btn {
  margin-top: 40px;
}

.about-btn a {
  width: 100%;
  max-width: 387px;
}

.differences-text {
  color: #090F1B;
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
}

.difference-slide {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.difference-slide:not(.swiper-slide-active) .difference-slide-text {
  padding: 0;
}

.difference-slide:not(.swiper-slide-active) .difference-slide-text > div {
  -ms-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
}

.difference-slide-text {
  padding: 30px 20px;
  border-radius: 10px;
  background: #FAFBFD;
  box-shadow: 0px 4px 30px 0px rgba(77, 77, 77, 0.13);
  text-align: center;
  font-size: 14px;
}

.difference-slide-text > div {
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.differences-slider {
  margin: -20px -15px;
  padding: 20px 15px;
}

.differences-slider .swiper-wrapper {
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.differences-slider-wrap {
  position: relative;
}

.differences-slider-wrap:before {
  content: '';
  top: 0;
  bottom: 0;
  left: -20px;
  width: 17px;
  background: -moz- oldlinear-gradient(left, #f4f7ff 0%, rgba(244, 247, 255, 0) 100%);
  background: linear-gradient(to right, #f4f7ff 0%, rgba(244, 247, 255, 0) 100%);
  position: absolute;
  z-index: 3;
}

.differences-slider-wrap:after {
  content: '';
  top: 0;
  bottom: 0;
  right: -20px;
  width: 17px;
  background: -moz- oldlinear-gradient(left, #f4f7ff 0%, rgba(244, 247, 255, 0) 100%);
  background: linear-gradient(to right, #f4f7ff 0%, rgba(244, 247, 255, 0) 100%);
  position: absolute;
  z-index: 3;
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.requisites h2 {
  margin-bottom: 15px;
}

.requisites h4 {
  margin-bottom: 15px;
}

* + .requisites h4 {
  margin-top: 15px;
}

.requisites .table-responsive {
  margin-top: 20px;
  font-size: 14px;
  color: #4D4D4D;
}

.requisites .table-responsive span {
  font-size: 18px;
}

.requisites td {
  border: none;
  vertical-align: top;
}

.requisites td:first-child {
  padding-left: 0;
}

.requisites td:last-child {
  padding-right: 0;
}

.table-responsive {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.one-clinic {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.one-clinic + .one-clinic {
  margin-top: 60px;
}

.one-clinic-left {
  width: 40%;
}

.one-clinic-right {
  width: 60%;
  padding-left: 20px;
}

.one-clinic-top {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.one-clinic-top-link:hover {
  color: #0094FF;
}

.one-clinic-top-link:hover .one-clinic-icon svg path {
  fill: #0094FF;
}

.one-clinic-icon {
  width: 56px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 24px;
}

.one-clinic-icon img,
.one-clinic-icon svg {
  width: 100%;
}

.one-clinic-icon svg path {
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.one-clinic-title {
  margin: 0;
  line-height: normal;
}

.one-clinic-title b {
  display: block;
}

.one-clinic-middle {
  margin-top: 30px;
}

.one-clinic-middle .shelude {
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.get-directions {
  display: block;
}

.get-directions a {
  font-size: 16px;
  color: #0094FF;
  text-decoration: underline;
}

.get-directions a:hover {
  color: #090F1B;
  text-decoration: underline;
}

.one-clinic-btn {
  margin: 30px 0 -15px -10px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 426px;
}

.one-clinic-btn > a {
  margin: 0 0 15px 10px;
  width: -moz-calc(50% - 10px);
  width: calc(50% - 10px);
  min-height: 51px;
  font-size: 16px;
}

.popap-clinic-name {
  font-size: 20px;
  margin-bottom: 10px;
  color: #0094FF;
  text-align: center;
}

.page-price-top + * {
  margin-top: 30px;
}

.page-price-descr {
  color: #4D4D4D;
}

.price-spoiler {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #D9D9D9;
}

.price-spoiler-control {
  padding: 0;
  list-style: none;
  margin: 0 0 -10px -10px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.price-spoiler-control li {
  margin: 0 0 10px 10px;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.price-spoiler-control a {
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 10px;
  background: #E8EEFA;
  min-height: 56px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  color: #4D4D4D;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 20px 5px;
}

.price-spoiler-control a:hover {
  box-shadow: 0px 4px 30px 0px rgba(77, 77, 77, 0.13);
  color: #0094FF;
  text-decoration: none;
}

.page-price-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
}

.page-price-content {
  margin-left: 20px;
  width: -moz-calc(75% - 20px);
  width: calc(75% - 20px);
}

.page-price-sidebar {
  margin-left: 20px;
  width: -moz-calc(25% - 20px);
  width: calc(25% - 20px);
}

.price-spoiler-item + .price-spoiler-item,
.price-spoiler-item-inner + .price-spoiler-item,
.price-spoiler-item + .price-spoiler-item-inner,
.price-spoiler-item-inner + .price-spoiler-item-inner {
  margin-top: 10px;
}

.price-spoiler-title-outer {
  border-radius: 5px;
  border: 1px solid #E8EEFA;
  background: #F4F7FF;
  padding: 13px 25px;
  position: relative;
}

.price-spoiler-title-outer span {
  font-size: 25px;
}

.price-spoiler-title-outer.active {
  box-shadow: 0px 4px 30px 0px rgba(77, 77, 77, 0.13);
}

.price-spoiler-items {
  padding: 30px 70px 20px 25px;
}

.price-spoiler-item-inner {
  border-radius: 5px;
  border: 1px solid #E8EEFA;
  background: #F4F7FF;
}

.price-spoiler-title-inner {
  padding: 13px 25px;
  position: relative;
  color: #090F1B;
}

.price-spoiler-title-inner > div {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid transparent;
  margin-right: 45px;
}

.price-spoiler-title-inner span {
  font-size: 18px;
  margin-right: 10px;
}

.price-spoiler-title-inner b {
  color: #0094FF;
  font-size: 18px;
  font-weight: normal;
  white-space: nowrap;
}

.price-spoiler-text {
  padding: 0 70px 0 25px;
}

.price-spoiler-text > div {
  color: #4D4D4D;
  font-size: 12px;
  padding: 20px 0;
  border-top: 1px solid #D9D9D9;
}

.price-spoiler-title-outer,
.price-spoiler-title-inner {
  cursor: pointer;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.price-spoiler-title-outer.active,
.price-spoiler-title-outer:hover,
.price-spoiler-title-inner.active,
.price-spoiler-title-inner:hover {
  color: #0094FF;
}

.price-spoiler-title-outer:before,
.price-spoiler-title-outer:after,
.price-spoiler-title-inner:before,
.price-spoiler-title-inner:after {
  content: '';
  background: #090F1B;
  height: 2px;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -2px;
  width: 20px;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.price-spoiler-title-outer:not(.active):after,
.price-spoiler-title-inner:not(.active):after {
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

.price-spoiler-title-outer.active:before,
.price-spoiler-title-outer.active:after,
.price-spoiler-title-outer:hover:before,
.price-spoiler-title-outer:hover:after,
.price-spoiler-title-inner.active:before,
.price-spoiler-title-inner.active:after,
.price-spoiler-title-inner:hover:before,
.price-spoiler-title-inner:hover:after {
  background: #0094FF;
}

.price-btn .price-spoiler-title-outer {
  cursor: default;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.price-btn .price-spoiler-title-outer:before,
.price-btn .price-spoiler-title-outer:after {
  display: none;
}

.price-btn .price-spoiler-title-outer span {
  margin-right: 10px;
  color: #090F1B;
}

.price-btn a {
  font-size: 16px;
  min-height: 38px;
  width: 180px;
}

.scrollup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #0094FF;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 40px;
  cursor: pointer;
  color: #fff;
  z-index: 10;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #0094FF;
}

.uk-notouch .scrollup:hover {
  background: #E8EEFA;
  color: #0094FF;
  text-decoration: none;
}

.scrollup i {
  margin: auto;
}

.sidebar-block {
  padding: 20px 15px 15px;
  border-radius: 10px;
  border: 1px solid #E8EEFA;
  background: #F4F7FF;
  font-size: 14px;
  color: #4D4D4D;
}

.sidebar-block + .sidebar-block {
  margin-top: 20px;
}

.sidebar-block .sidebar-btn {
  margin-top: 30px;
}

.sidebar-block .sidebar-btn a {
  width: 100%;
  font-size: 16px;
  min-height: 51px;
}

.sidebar-text {
  position: relative;
  padding-right: 22%;
}

.sidebar-icon {
  position: absolute;
  right: 0;
  bottom: -15px;
}

.find-cost .sidebar-text {
  padding-right: 37%;
}

.find-cost .sidebar-icon {
  max-width: 35%;
}

.thirteen-percent .sidebar-text {
  padding-bottom: 20px;
}

.installment-top-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.installment-top-left {
  width: 51%;
}

.installment-img {
  width: -moz-calc(49% - 20px);
  width: calc(49% - 20px);
  margin-left: 20px;
  max-width: 508px;
  border-radius: 10px;
  overflow: hidden;
}

.installment-text {
  text-align: justify;
}

.our-advantages {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.our-advantage {
  width: -moz-calc(33.3333% - 20px);
  width: calc(33.3333% - 20px);
  margin-left: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  background: #F4F7FF;
  padding: 20px 20px 30px;
}

.our-advantage-top {
  margin-bottom: 15px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  position: relative;
}

.our-advantage-top:after {
  content: '';
  display: block;
  min-width: 20%;
  max-width: 60px;
}

.our-advantage-title {
  margin: 0 !important;
  color: #4D4D4D;
}

.our-advantage-icon {
  width: 20%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 60px;
}

.our-advantage-text {
  font-size: 12px;
  margin: 0 10px;
  border-top: 1px solid #B5BCC1;
}

.our-advantage-text > div {
  padding-top: 10px;
  margin: 0 -10px;
  text-align: justify;
}

.category-otzyvy .footer {
  margin-top: 120px;
}

.reviews-top-wrap + * {
  margin-top: 30px;
}

.reviews-top {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -20px;
}

.reviews-title {
  margin: 0 0 0 20px;
}

.reviews-btn {
  margin: 0 0 0 20px;
}

.reviews-btn a {
  padding-left: 66px;
  padding-right: 66px;
  font-size: 16px;
  min-height: 47px;
}

.pagination {
  padding: 0;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  font-weight: 500;
  font-size: 16px;
  margin-left: -10px;
}

.pagination > * {
  line-height: 36px;
  margin-left: 10px;
}

.page-numbers {
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #010103;
}

.page-numbers svg path {
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.page-numbers svg {
  position: relative;
  top: -1px;
  height: 14px;
  width: auto;
}

.page-numbers.current {
  pointer-events: none;
  color: #0094FF;
}

a.page-numbers:hover {
  color: #0094FF;
  text-decoration: none;
}

.page-num-first,
.page-num-prev,
.page-num-next,
.page-num-last {
  background: #E8EEFA;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}

.page-num-first:hover svg path,
.page-num-prev:hover svg path,
.page-num-next:hover svg path,
.page-num-last:hover svg path {
  stroke: #0094FF;
}

.page-numbers:not(.page-num-first):not(.page-num-prev):not(.page-num-next):not(.page-num-last) {
  padding: 0 7px;
}

.page-num-no-active {
  pointer-events: none;
}

.page-num-no-active svg path {
  stroke: #D9D9D9;
}

.no-visible {
  display: none !important;
}

.reviews-list {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -30px;
}

.reviews-item {
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
  margin: 0 0 30px 20px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 5.24396px 39.32967px 0px rgba(77, 77, 77, 0.13);
  padding: 30px 40px;
  position: relative;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.reviews-item-short-descr {
  margin-top: 20px;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.reviews-item-top {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.reviews-item-star {
  line-height: 1;
}

.reviews-item-star .star {
  font-size: 20px;
}

.reviews-item-star .star i:not(:last-child) {
  margin-right: 3px;
}

.reviews-item-date {
  position: absolute;
  top: 20px;
  right: 40px;
  color: #4D4D4D;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.75px;
}

.reviews-item-head {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  color: #090F1B;
}

.reviews-item-img {
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 64px;
  height: 64px;
  background: #EFF2F9;
  border-radius: 50%;
  padding: 5px;
  margin-right: 14px;
}

.reviews-item-img img {
  border-radius: 50%;
  width: 100%;
}

.reviews-item-name {
  font-size: 26px;
}

.reviews-doctor {
  position: relative;
  z-index: 2;
  margin-top: 30px;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviews-doctor:hover .reviews-doctor-name {
  color: #0094FF;
}

.reviews-doctor-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.reviews-doctor-img {
  width: 64px;
  margin-right: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 50%;
}

.reviews-doctor-img-inner {
  margin: -4px;
}

.reviews-doctor-title {
  color: #4D4D4D;
  font-size: 10px;
}

.reviews-doctor-name {
  color: #090F1B;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.reviews-doctor-name b {
  font-weight: inherit;
}

.reviews-item-treatment {
  margin: 20px 0 -10px -10px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  font-size: 12px;
}

.reviews-item-treatment a {
  margin: 0 0 10px 10px;
  padding: 8px 16px 8px;
  color: #090F1B;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 5px;
  background: #E8EEFA;
}

.reviews-item-treatment a:hover {
  background: #4D4D4D;
  color: #fff;
  text-decoration: none;
}

.all-reviews-top {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -10px;
  margin-bottom: -20px;
}

.all-reviews-top > * {
  margin: 0 0 20px 10px !important;
}

.all-reviews-top h2 {
  text-align: left;
}

.reviews-item-title {
  line-height: 1;
}

.rev-switch {
  position: relative;
  width: 80px;
  height: 40px;
  border-radius: 10px;
  background: #E8EEFA;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.rev-switch.-off .rev-switch-slider {
  left: 42px;
}

.rev-switch.-off .rev-switch-on {
  color: #B5BCC1;
}

.rev-switch:not(.-off) .rev-switch-off {
  color: #B5BCC1;
}

.rev-switch-on,
.rev-switch-off {
  width: 50%;
  cursor: pointer;
  font-size: 25px;
  color: #090F1B;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.rev-switch-on span,
.rev-switch-off span {
  top: 4px;
}

.rev-switch-on:hover,
.rev-switch-off:hover {
  color: #090F1B !important;
}

.rev-switch-on span {
  position: absolute;
  left: -237px;
}

.rev-switch-off span {
  position: absolute;
  right: -191px;
}

.rev-switch-slider {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(77, 77, 77, 0.13);
  z-index: 1;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -moz-transition-property: left, right;
  transition-property: left, right;
}

.add-reviews-switcher {
  padding-right: 191px;
  padding-left: 237px;
}

.all-reviews-video {
  display: none;
}

.all-reviews.-off .all-reviews-video {
  display: block;
}

.all-reviews.-off .all-reviews-text {
  display: none;
}

.reviews-video {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -30px;
}

.review-video {
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
  margin: 0 0 30px 20px;
  position: relative;
}

.review-video-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.review-video-img {
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
  margin-left: 20px;
  position: relative;
}

.review-video-img img {
  border-radius: 10px;
}

.review-video-img:before {
  content: '';
  border-radius: 10px;
  opacity: 0.5;
  background: #E8EEFA;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.review-video-img:hover:before {
  opacity: 0;
}

.review-video-img:hover .review-video-play:before {
  opacity: 1;
}

.review-video-img:hover .review-video-play {
  -webkit-filter: drop-shadow(0px 4px 30px rgba(77, 77, 77, 0.13));
  filter: drop-shadow(0px 4px 30px rgba(77, 77, 77, 0.13));
}

.review-video-descr {
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
  margin-left: 20px;
}

.video-reviews-doctor {
  margin-top: 0;
  position: relative;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-reviews-doctor .reviews-doctor-name {
  font-size: 14px;
}

.video-reviews-doctor .reviews-doctor-img {
  margin-right: 10px;
  width: 60px;
}

.video-review-subtitle {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #4D4D4D;
  font-size: 12px;
}

.video-review-treatment {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-bottom: -5px;
}

.video-review-treatment a {
  padding: 4px 10px;
  font-size: 11px;
  color: #090F1B;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 5px;
  background: #E8EEFA;
  margin: 0 0 5px 5px;
}

.video-review-treatment a:hover {
  background: #4D4D4D;
  color: #fff;
  text-decoration: none;
}

.review-video-play {
  position: absolute;
  font-size: 58px;
  line-height: 42px;
  display: block;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.review-video-play:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  z-index: -1;
  background: #0094FF;
  opacity: 0;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog-page {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
}

.blog-content {
  margin-left: 20px;
  width: -moz-calc(66.6666% - 20px);
  width: calc(66.6666% - 20px);
}

.blog-sidebar {
  margin-left: 20px;
  width: -moz-calc(33.3333% - 20px);
  width: calc(33.3333% - 20px);
}

.blog-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.page-blog-item {
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
  margin: 0 0 20px 20px;
}

body.otvety-na-chasto-zadavaemye-voprosy .rank-math-breadcrumb a:nth-of-type(3),
body.otvety-na-chasto-zadavaemye-voprosy .rank-math-breadcrumb a:nth-of-type(3) + .separator {
  display: none !important;
}

.section-blog {
  margin-top: 30px;
}

.section-blog + .pagination {
  margin-top: 30px;
}

.blog-sidebar-item {
  min-height: 58px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 20px;
  color: #090F1B;
  border-radius: 5px;
  border: 1px solid #FFF;
  background: #FFF;
}

.blog-sidebar-item + .blog-sidebar-item {
  margin-top: 10px;
}

.blog-sidebar-item:hover {
  text-decoration: none;
}

.single-data {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #090F1B;
  font-size: 12px;
  line-height: 1;
}

* + .single-data {
  margin-top: 11px;
}

.single-data + * {
  margin-top: 30px;
}

.single-data > div {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-data i {
  font-size: 23px;
  margin-right: 10px;
}

.single-data .icomoon-view {
  font-size: 13px;
}

#time {
  margin-right: 4px;
}

.single-title {
  text-align: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.contacts-page-logo {
  max-width: 300px;
  margin: 0 auto 30px;
}

.contacts-page-top {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -60px;
}

.contacts-page-top .call-section-item {
  margin-left: 60px;
  margin-top: 0;
}

.contacts-page-top .shelude {
  font-size: 16px;
}

.contacts-page-top .shelude b {
  font-size: 12px;
}

.contacts-page-top .call-section-item i {
  font-size: 30px;
  margin-right: 10px;
}

.contacts-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
}

.contacts-col {
  margin-left: 30px;
  width: -moz-calc(50% - 30px);
  width: calc(50% - 30px);
}

.contacts-col .wpcf7-form {
  overflow: visible;
}

.contacts-page-form {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -20px;
  margin-bottom: -10px;
}

.contacts-page-col-50 {
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
  margin: 0 0 10px 20px;
  position: relative;
}

.contacts-page-col-50 .wpcf7-spinner {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 5px auto 0;
}

.contacts-page-col-100 {
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  margin: 0 0 10px 20px;
}

.contacts-page-konf {
  font-size: 12px;
}

.contacts-page-konf a {
  color: inherit;
  text-decoration: underline;
}

.contacts-page-konf a:hover {
  color: #0094FF;
}

.one-clinic-time b:last-child:not(:first-child) {
  display: none !important;
}

.one-clinic-shelude {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

.one-clinic-shelude > span {
  -ms-grid-row-align: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.one-clinic-shelude b {
  display: block;
  font-weight: inherit;
}

.one-clinic-descr {
  margin: 15px 0 20px;
}

.page-one-clinic-btn {
  margin-bottom: 30px;
}

.page-one-clinic-btn a {
  width: 100%;
  max-width: 286px;
}

.page-one-clinic-time b:first-child {
  color: #090F1B;
  font-size: 20px;
}

.page-one-clinic-metro {
  color: #4D4D4D;
}

.page-one-clinic-metro b {
  color: #090F1B;
  font-size: 20px;
}

.routes {
  margin-top: 27px;
}

.routes-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 -10px -20px;
}

.routes-title {
  margin-bottom: 0;
}

.route-item {
  margin: 0 0 10px 20px;
  width: 285px;
  height: 79px;
  border-radius: 10px;
  background: #E8EEFA;
  border: 2px solid #E8EEFA;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 10px;
}

.route-item:hover {
  background: #fff;
  border-color: #0094FF;
}

.page-one-clinic-title {
  margin-top: 0;
  color: #090F1B;
}

.page-one-clinic-title b {
  display: block;
  font-size: 25px;
}

.parking {
  margin-top: 20px;
  color: #090F1B;
}

.parking > * {
  margin-bottom: 0;
}

.parking > * + * {
  margin-top: 10px;
}

.landing-top {
  background: #F4F7FF;
  padding: 20px 0 60px;
  position: relative;
}

.landing-top:before {
  content: '';
  background: url(../images/main-slider-usor.svg) center no-repeat;
  background-size: contain;
  width: 409px;
  height: 459px;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: 280px;
}

.landing-top + .section,
.landing-top + .main-content-lp > .section:first-child {
  margin-top: 60px;
}

.why-us + .section,
.why-us + .main-content-lp > .section:first-child {
  margin-top: 60px;
}

.landing-top-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  position: relative;
  z-index: 1;
}

.landing-top-descr {
  -ms-grid-row-align: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: 20px;
  position: relative;
}

.landing-top-image {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-left: 20px;
  margin-bottom: -60px;
}

.column-ratio-5-7 .landing-top-descr {
  width: -moz-calc(41% - 20px);
  width: calc(41% - 20px);
}

.column-ratio-5-7 .landing-top-image {
  width: -moz-calc(59% - 20px);
  width: calc(59% - 20px);
}

.column-ratio-7-5 .landing-top-descr {
  width: -moz-calc(59% - 20px);
  width: calc(59% - 20px);
}

.column-ratio-7-5 .landing-top-image {
  width: -moz-calc(41% - 20px);
  width: calc(41% - 20px);
}

.column-ratio-6-6 .landing-top-descr {
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
}

.column-ratio-6-6 .landing-top-image {
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
}

.column-ratio-8-4 .landing-top-descr {
  width: -moz-calc(66.6666% - 20px);
  width: calc(66.6666% - 20px);
}

.column-ratio-8-4 .landing-top-image {
  width: -moz-calc(33.3333% - 20px);
  width: calc(33.3333% - 20px);
}

.landing-top-title {
  margin-bottom: 0;
  line-height: 0.91;
}

.landing-top-title b {
  color: #0094FF;
}

.landing-top-subtitle {
  line-height: 1;
  margin-top: 10px;
}

.landing-top-subtitle b {
  font-weight: inherit;
  color: #0094FF;
}

.title-big {
  font-size: 60px;
}

.subtitle-big {
  font-size: 35px;
}

.title-medium {
  font-size: 50px;
}

.subtitle-medium {
  font-size: 25px;
}

.landing-top-text {
  margin-top: 30px;
  color: #4D4D4D;
  font-size: 20px;
}

.landing-details {
  margin: 30px 0 -20px -30px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.landing-details-item {
  width: -moz-calc(50% - 30px);
  width: calc(50% - 30px);
  margin: 0 0 20px 30px;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #090F1B;
}

.landing-details-top {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.landing-details-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

.landing-details-title {
  margin: 0;
}

.landing-price {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 5px 0 -10px -30px;
  white-space: nowrap;
}

.landing-price-cur {
  margin: 0 0 10px 30px;
  font-size: 50px;
  font-weight: 700;
  color: #0094FF;
}

.landing-price-old {
  margin: 0 0 10px 30px;
  color: #606060;
  font-size: 30px;
  -webkit-text-decoration-line: line-through;
  -moz-text-decoration-line: line-through;
  text-decoration-line: line-through;
  -ms-flex-item-align: end;
  align-self: flex-end;
  position: relative;
  top: -10px;
}

.landing-btn {
  margin: 0 0 15px 20px;
}

.landing-info-bottom {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0 -15px -20px;
}

.landing-btn-descr {
  margin: 0 0 15px 20px;
  color: #4D4D4D;
}

.landing-info-bottom-wide {
  margin-right: -200px;
}

.image-left {
  text-align: left;
}

.image-center {
  text-align: center;
}

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

.carousel-results-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
}

.carousel-results-item {
  margin-left: 20px;
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
}

.carousel-results-item:hover {
  text-decoration: none;
}

.carousel-results-item:hover .carousel-results-item-img img {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}

.carousel-results-item-img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  display: block;
}

.carousel-results-item-img img {
  -moz-transition: 1s;
  transition: 1s;
}

.carousel-results-item-title {
  display: block;
  text-align: center;
  color: #4D4D4D;
  line-height: 0.9;
  font-size: 20px;
}

.when-braces-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -90px;
  margin-bottom: -30px;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.when-braces-col {
  margin-left: 90px;
  width: -moz-calc(50% - 90px);
  width: calc(50% - 90px);
  max-width: 415px;
  font-size: 20px;
  margin-bottom: 30px;
}

.braces-control {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style: none;
  margin-left: -20px;
}

.braces-control li {
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 20px;
  text-align: center;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.braces-control a {
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 7px 5px 5px;
  min-height: 51px;
  background: #E8EEFA;
  color: #090F1B;
  border-radius: 5px;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.braces-control a:hover {
  text-decoration: none;
  background: #0094FF;
  color: #fff;
}

.braces-control .active a {
  text-decoration: none;
  background: #0094FF;
  color: #fff;
}

.braces-tabs-content {
  margin-top: 50px;
}

.braces-tab-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.braces-tab-image {
  width: 32.3333%;
}

.braces-tab-image img {
  border-radius: 10px;
}

.braces-tab-text {
  width: 67.6666%;
  padding-left: 20px;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.braces-tab-text:first-child {
  padding-left: 0;
}

.braces-compare {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
}

* + .braces-compare {
  margin-top: 20px;
}

.braces-compare-item {
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
  margin-left: 20px;
}

.braces-compare-item-head {
  border-radius: 10px;
  background: #F4F7FF;
  color: #4D4D4D;
  padding: 21px 20px 19px;
  font-size: 25px;
  position: relative;
  text-align: center;
  line-height: 1;
}

.braces-compare-item-head i {
  position: absolute;
  font-size: 41px;
  left: 15px;
  top: 12px;
}

.braces-compare-item-text {
  margin-top: 15px;
  font-size: 12px;
}

.braces-compare-item-text ul {
  padding: 0;
  list-style: none;
}

.braces-compare-item-text ul li {
  position: relative;
  padding-left: 12px;
}

.braces-compare-item-text ul li:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0094FF;
  position: absolute;
  left: 0;
  top: 4px;
}

.braces-compare-item-text li + li {
  margin-top: 15px;
}

.stages-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-bottom: -30px;
}

.stage-item {
  width: -moz-calc(33.3333% - 75px);
  width: calc(33.3333% - 75px);
  margin: 0 0 30px 25px;
  border-radius: 10px;
  background: #F4F7FF;
  padding: 25px 20px;
}

.stage-separator {
  width: 50px;
  margin-left: 25px;
  margin-bottom: 30px;
  -ms-grid-row-align: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 50px;
  color: #4D4D4D;
  line-height: 36px;
}

.stage-separator:nth-of-type(3n) {
  display: none;
}

.stage-separator:last-child {
  display: none !important;
}

.stage-item-top {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.stage-item-icon {
  width: 49px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 13px;
  text-align: center;
}

.stage-item-name {
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #090F1B;
  font-size: 20px;
}

.stage-item-descr {
  margin-top: 20px;
  color: #090F1B;
  font-size: 14px;
}

.stages-form-section {
  margin-left: 25px;
  width: -moz-calc(66.6666% - 50px);
  width: calc(66.6666% - 50px);
  border-radius: 10px;
  background: url(../images/stages-form-bg.svg) -moz-calc(100% + 36px) 36px no-repeat #E8EEFA;
  background: url(../images/stages-form-bg.svg) calc(100% + 36px) 36px no-repeat #E8EEFA;
  padding: 30px;
  margin-bottom: 30px;
}

.show-stages-form .stage-separator:nth-last-of-type(1) {
  opacity: 0;
}

.stages-form-title {
  max-width: 590px;
}

.stages-form-title b {
  color: #0094FF;
}

.stages-form-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.stages-form-descr {
  width: 58%;
  padding-right: 14px;
  border-right: 2px solid #D9D9D9;
  font-size: 12px;
}

.stages-form-descr li + li {
  margin-top: 12px;
}

.stages-form {
  width: 42%;
  padding-left: 40px;
}

.stages-form .tel-placeholder {
  margin-top: 0;
}

.stages-form .popap-row:not(.tel-placeholder) {
  margin-top: 15px;
}

.stages-form .popap-row input {
  height: 49px;
  min-height: 49px;
  font-size: 16px;
}

.stages-form .popap-konf {
  text-align: center;
}

.page-template-landings .offcanvas-bottom {
  border-top: none;
  padding-top: 0;
}

.advantages-list {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.advantage-item {
  width: -moz-calc(25% - 20px);
  width: calc(25% - 20px);
  padding: 15px 20px;
  border-radius: 10px;
  background: #F4F7FF;
  color: #090F1B;
  font-size: 14px;
  margin: 0 0 20px 20px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 68px;
}

.advantage-item__with-tooltip {
  position: relative;
  padding-right: 62px;
}

.advantage-item__with-tooltip [data-toggle="tooltip"] {
  position: absolute;
  color: #4D4D4D;
  font-size: 28px;
  right: 20px;
  top: 50%;
  margin-top: -14px;
  line-height: 20px;
  cursor: pointer;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.advantage-item__with-tooltip [data-toggle="tooltip"]:hover {
  color: #0094FF;
}

.indications {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.benefits-treatment {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.benefits-treatment-item {
  width: -moz-calc(33.3333% - 20px);
  width: calc(33.3333% - 20px);
  padding: 23px 15px 24px 17px;
  border-radius: 10px;
  background: #F4F7FF;
  margin: 0 0 20px 20px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.benefits-treatment-icon {
  width: 57px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 17px;
  text-align: center;
}

.benefits-treatment-title {
  color: #4D4D4D;
  font-size: 20px;
}

.safety-descr {
  font-size: 20px;
}

.safety-descr + * {
  margin-top: 30px;
}

.safety-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.safety-item {
  width: -moz-calc(25% - 20px);
  width: calc(25% - 20px);
  margin: 0 0 20px 20px;
  border-radius: 10px;
  background: #F4F7FF;
  padding: 20px 15px 30px;
  text-align: center;
}

.safety-icon {
  margin-bottom: 20px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.safety-title {
  color: #4D4D4D;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.safety-text {
  color: #4D4D4D;
  font-size: 12px;
}

.sedation-text-form .visit-section-title {
  font-size: 33px;
}

.sedation-text-form .dent-offer-2 {
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sedation-text-form .dent-offer-2 > div:first-child {
  padding-top: 10px;
  font-size: 20px;
}

.treatment-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -30px;
}

.treatment-item {
  width: -moz-calc(25% - 20px);
  width: calc(25% - 20px);
  margin: 0 0 30px 20px;
  background: #F4F7FF;
  border-radius: 10px;
  overflow: hidden;
}

.treatment-title {
  padding: 15px 15px 30px;
  text-align: center;
  color: #4D4D4D;
  font-size: 18px;
}

.care-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.care-image {
  width: 32%;
}

.care-image img {
  border-radius: 10px;
}

.care-descr {
  width: 68%;
  padding-left: 20px;
}

.care-descr:first-child {
  padding-left: 0;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.care-descr .section-top {
  margin: 0;
  text-align: left;
}

.care-text {
  font-size: 14px;
}

.need-btn {
  margin-top: 30px;
}

.need-descr {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.need-text {
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.readings-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.readings-image {
  width: 32%;
}

.readings-image img {
  border-radius: 10px;
}

.readings-descr {
  width: 68%;
  padding-right: 20px;
  position: relative;
}

.readings-descr .section-top {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.readings-img {
  margin-left: -100px;
  margin-right: -130px;
}

.readings-text h4 {
  margin-bottom: 0;
}

.readings-text h4 + * {
  margin-top: 10px;
}

.main-content-lp {
  overflow: hidden;
}

.removal-options {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.removal-options-item {
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
  margin-left: 20px;
  margin-bottom: 20px;
}

.removal-options-text {
  margin: 15px 30px 0;
}

.removal-options-text li + li {
  margin-top: 10px;
}

.after-removal {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
}

.after-removal-left {
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
  margin-left: 20px;
}

.after-removal-left .section-top {
  text-align: left;
}

.after-removal-right {
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
  margin-left: 20px;
  border-radius: 10px;
  background: url(../images/need-tooth-bg.svg) #F4F7FF no-repeat center;
  padding: 30px;
  font-size: 14px;
}

.after-removal-right ol {
  padding-left: 16px;
}

.after-removal-right li + li {
  margin-top: 16px;
}

.landing-promotion {
  margin-top: 30px;
  padding: 20px 30px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(77, 77, 77, 0.13);
  max-width: 620px;
}

.landing-promotion-subtitle {
  color: #0094FF;
  margin-bottom: 5px;
}

.landing-promotion-title {
  font-size: 20px;
}

.landing-promotion-descr {
  font-size: 14px;
  margin-top: 10px;
}

.landing-promotion-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 -15px -15px;
}

.landing-promotion-row > * {
  margin: 0 0 15px 15px;
}

.landing-promotion-btn a {
  padding-left: 50px;
  padding-right: 50px;
}

.why-us {
  background: #E8EEFA;
  padding: 20px 0;
}

.why-us-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -15px;
}

.why-us-item {
  margin-left: 15px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #4D4D4D;
}

.why-us-title {
  -ms-grid-row-align: center;
  -ms-flex-item-align: center;
  align-self: center;
  line-height: 1.1;
}

.why-us-icon {
  margin-right: 15px;
}

.why-us-icon i {
  font-size: 65px;
}

.section-footnote {
  margin-top: 10px;
}

.section-descr {
  margin-top: 40px;
  font-size: 20px;
}

.effect-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -20px;
  margin-bottom: -20px;
}

.effect-item {
  width: -moz-calc(33.3333% - 20px);
  width: calc(33.3333% - 20px);
  margin: 0 0 20px 20px;
  max-width: 285px;
  background: #F4F7FF;
  padding: 20px 15px 30px;
  text-align: center;
}

.effect-item-icon {
  margin-bottom: 20px;
}

.effect-item-title {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.effect-item-descr {
  font-size: 12px;
  line-height: 1.4;
}

* + .recommendations ol {
  margin-top: 30px;
}

.recommendations ol li + li {
  margin-top: 25px;
}

.recommendations ol span {
  font-size: 20px;
}

.veneers-needed {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.veneers-needed-item {
  border-radius: 10px;
  background: #F4F7FF;
  padding: 10px 20px 30px;
  width: -moz-calc(33.3333% - 20px);
  width: calc(33.3333% - 20px);
  margin: 0 0 20px 20px;
}

.veneers-needed-item-number {
  color: #4D4D4D;
  font-size: 40px;
  margin-bottom: 10px;
}

.veneers-needed-row {
  margin: 45px 0 -20px -20px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.veneers-needed-row > * {
  margin: 0 0 20px 20px;
}

.veneers-needed-btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.restoration {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.restoration-item {
  width: -moz-calc(25% - 20px);
  width: calc(25% - 20px);
  margin: 0 0 20px 20px;
  border-radius: 10px;
  background: #F4F7FF;
  padding: 16px 15px 15px 30px;
  min-height: 68px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #090F1B;
}

.restoration-item-number {
  margin-right: 10px;
  width: 42px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 25px;
}

.restoration-item-descr {
  font-size: 14px;
}

.restoration-descr {
  color: #090F1B;
  margin-top: 30px;
  text-align: center;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.restoration-descr a {
  font-size: 20px;
  display: block;
}

.page-template-zuby-za-den .landing-top-img img {
  width: 100%;
  max-width: 303px;
}

.page-template-zuby-za-den .prof-consult-title span {
  margin-right: 40px;
}

.page-template-zuby-za-den .stage-item-name {
  font-size: 14px;
}

.page-template-zuby-za-den .stage-item-descr {
  font-size: 12px;
}

.no-hidden-fees {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.no-hidden-fees-col {
  width: -moz-calc(33.3333% - 20px);
  width: calc(33.3333% - 20px);
  margin: 0 0 20px 20px;
}

.no-hidden-fees-col > img {
  border-radius: 10px;
}

.prices-prosthesis-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.prices-prosthesis-item {
  margin-left: 20px;
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
  margin-bottom: 20px;
}

.prices-prosthesis-top {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 30px;
  border-radius: 10px;
  background: #F4F7FF;
}

.prices-prosthesis-top:after {
  content: '';
  width: 18%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.prices-prosthesis-icon {
  width: 18%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.prices-prosthesis-icon img {
  border-radius: 50%;
}

.prices-prosthesis-title {
  text-align: center;
  padding: 0 10px;
  line-height: 1;
  color: #4D4D4D;
}

.prices-prosthesis-brand {
  font-size: 25px;
}

.prices-prosthesis-country {
  margin-top: 5px;
}

.prices-prosthesis-text {
  padding: 30px 60px 0;
}

.prices-prosthesis-descr ul {
  padding: 0;
  list-style: none;
}

.prices-prosthesis-descr ul li {
  padding-left: 20px;
  position: relative;
}

.prices-prosthesis-descr ul li:before {
  content: '';
  background: #0094FF;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 4px;
}

.prices-prosthesis-descr ul li + li {
  margin-top: 15px;
}

.prices-prosthesis {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 25px 0 -10px -20px;
  line-height: 1;
}

.prices-prosthesis > * {
  margin: 0 0 10px 20px;
}

.price-prosthesis-old {
  color: #606060;
  text-decoration: line-through;
  font-size: 25px;
  position: relative;
  top: -2px;
}

.price-prosthesis-current {
  color: #0094FF;
  font-size: 35px;
  font-weight: 700;
}

.prices-prosthesis-footnote {
  margin-top: 30px;
  text-align: center;
}

.prices-prosthesis-footnote b {
  font-weight: inherit;
  color: #0094FF;
}

.recovery-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.recovery-image {
  width: 32%;
}

.recovery-image img {
  border-radius: 10px;
}

.recovery-right {
  width: 68%;
  padding-left: 20px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.recovery-right .section-top {
  text-align: left;
  width: 100%;
}

.recovery-pay {
  margin: 20px 0 -20px -20px !important;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.recovery-pay-item {
  width: -moz-calc(33.3333% - 20px);
  width: calc(33.3333% - 20px);
  margin: 0 0 20px 20px;
  padding: 20px 20px 30px;
  border-radius: 10px;
  background: #F4F7FF;
  text-align: center;
}

.recovery-bottom {
  margin: 20px 0 -10px -10px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.recovery-bottom > * {
  margin: 0 0 10px 10px;
}

.recovery-pay-icon {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.recovery-pay-title {
  margin-top: 20px;
  color: #090F1B;
}

.recovery-call {
  font-size: 35px;
}

.team-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.team-col {
  margin-left: 20px;
  width: -moz-calc(25% - 20px);
  width: calc(25% - 20px);
  margin-bottom: 20px;
}

.team-center {
  margin-left: 20px;
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
  margin-bottom: 20px;
}

.team-center-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -10px -10px;
}

.team-center-item {
  margin: 0 0 10px 10px;
  border-radius: 5px;
  width: -moz-calc(12.5% - 10px);
  width: calc(12.5% - 10px);
  overflow: hidden;
}

.one-doc-image img {
  border-radius: 10px;
}

.one-doc-descr {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  background: #FFF;
  padding: 20px;
  box-shadow: 0px 4px 30px 0px rgba(77, 77, 77, 0.13);
  margin-top: -35px;
}

.one-doc-experience {
  color: #4D4D4D;
  font-size: 10px;
}

.one-doc-name {
  color: #090F1B;
}

.one-doc-position {
  color: #090F1B;
  margin-top: 5px;
  font-size: 10px;
}

.one-doc-image {
  display: block;
  text-align: center;
}

.team-gal-descr {
  max-width: 400px;
  margin: 30px auto 0;
  text-align: center;
}

.page-template-implantaciya .landing-top-subtitle {
  line-height: normal;
}

.page-template-implantaciya #consult-popap .popap-subtitle {
  display: none;
}

.landing-sale {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(77, 77, 77, 0.13);
  padding: 20px 30% 20px 30px;
  position: relative;
}

.landing-sale-image {
  position: absolute;
  bottom: -6px;
  right: -33px;
  width: 34%;
}

.landing-sale-wrap {
  max-width: 488px;
  margin: 40px 0;
}

.landing-sale-title {
  color: #0094FF;
}

.landing-sale-prices {
  margin: 10px 0 -10px -10px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.landing-sale-prices > * {
  margin: 0 0 10px 10px;
}

.landing-sale-price-cur {
  color: #0094FF;
  font-size: 35px;
  font-weight: 700;
}

.landing-sale-price-old {
  color: #606060;
  text-decoration: line-through;
  font-size: 25px;
  position: relative;
  top: -2px;
}

.landing-sale-descr {
  position: relative;
  padding-right: 47px;
  max-width: 291px;
}

.landing-sale-name {
  color: #090F1B;
  font-size: 20px;
  max-width: 244px;
}

.landing-sale-name b {
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
}

.landing-sale-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  border-radius: 2px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.implantation {
  border-radius: 10px;
  background: #FAFBFD;
  box-shadow: 0px 4px 30px 0px rgba(77, 77, 77, 0.13);
}

.implantation-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.implantation-image {
  width: 32%;
}

.implantation-descr {
  width: 68%;
  padding: 30px 60px 30px 20px;
}

.implantation-img {
  margin-top: -28px;
  margin-bottom: -28px;
}

.after-text {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -15px;
}

.after-text-item {
  margin-left: 15px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #4D4D4D;
}

.after-text-descr {
  line-height: 1.1;
  -ms-grid-row-align: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.after-text-icon {
  margin-right: 15px;
  color: #0094FF;
}

.after-text-icon i {
  font-size: 65px;
}

.after-photo-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px 0 -20px -36px;
}

.after-photo-item {
  width: 33.3333%;
  margin-bottom: 20px;
  padding-left: 36px;
}

.after-photo-item-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
}

.after-photo {
  margin-left: 10px;
  width: -moz-calc(50% - 10px);
  width: calc(50% - 10px);
  border-radius: 10px;
  overflow: hidden;
}

.section-subtitle {
  margin-top: 10px;
  color: #4D4D4D;
}

.passports-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -30px;
}

.passport-item {
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
  margin: 0 0 30px 20px;
  background: #F4F7FF;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}

.passport-row,
.passport-bottom {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
}

.passport-image,
.passport-text,
.passport-bottom-left,
.passport-bottom-right {
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
  margin-left: 20px;
}

.passport-sale {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #0094FF;
  font-size: 20px;
  line-height: 0.9;
}

.passport-brand {
  color: #090F1B;
  font-size: 30px;
}

.passport-subtitle {
  margin-top: 5px;
}

.passport-subtitle b {
  font-weight: inherit;
  font-size: 20px;
}

.passport-descr {
  margin-top: 16px;
}

.passport-descr ul {
  padding: 0;
  list-style: none;
}

.passport-descr ul li {
  position: relative;
  padding-left: 12px;
}

.passport-descr ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0094FF;
}

.passport-descr ul li + li {
  margin-top: 10px;
}

.passport-installment {
  color: #090F1B;
  font-size: 20px;
  margin-top: 15px;
}

.passport-installment i {
  font-size: 25px;
  line-height: 1;
  color: #0094FF;
  position: relative;
  top: 3px;
}

.passport-installment span {
  font-size: 20px;
  color: #0094FF;
}

.passport-btn {
  font-size: 16px;
  width: 100%;
  min-height: 51px;
  padding-left: 5px;
  padding-right: 5px;
}

.passport-image {
  border-radius: 10px;
  background: #FFF;
  padding: 20px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.passport-image img {
  display: block;
}

.passport-bottom {
  margin-top: 20px;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.passport-bottom-price {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-bottom: -5px;
}

.passport-bottom-price > * {
  margin-left: 15px;
  margin-bottom: 5px;
  display: inline;
  white-space: nowrap;
}

.passport-price-cur {
  color: #0094FF;
  font-weight: 700;
  font-size: 30px;
}

.passport-price-old {
  color: #606060;
  text-decoration: line-through;
  font-size: 20px;
  position: relative;
  top: -1px;
}

.swiper-care-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.swiper-care-row + .swiper-care-row {
  margin-top: 20px;
}

.swiper-care-col {
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
  margin: 0 0 20px 20px;
  color: #090F1B;
}

.swiper-care-col > img {
  border-radius: 10px;
}

div.swiper-care-col {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-care-name {
  font-size: 18px;
}

.swiper-care-name + * {
  margin-top: 16px;
}

.swiper-care-descr {
  font-size: 12px;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.swiper-care-descr + * {
  margin-top: 10px;
}

.swiper-care-experience {
  color: #0094FF;
  font-size: 14px;
}

.swiper-care-experience p + p {
  margin-top: 5px;
}

.carousel-care-col {
  border-radius: 10px;
  background: #F4F7FF;
  padding: 20px 15px 15px;
}

.swiper-care-rev {
  margin-top: 20px;
}

.swiper-care-rev-title {
  font-size: 20px;
}

.swiper-care-short-rev {
  font-size: 12px;
  max-height: 48px;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

* + .swiper-care-short-rev {
  margin-top: 5px;
}

.swiper-care-rev-link {
  text-align: center;
}

.swiper-care-rev-link a {
  color: #4D4D4D;
  font-size: 12px;
  text-decoration: underline;
}

.swiper-care-rev-link a:hover {
  color: #0094FF;
}

.swiper-care-btn {
  margin-top: 20px;
}

.swiper-care-btn a {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.footer-dev {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-bottom: -10px;
}

.footer-dev > * {
  margin-left: 10px;
  margin-bottom: 10px;
}

.footer-dev-left {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.darvin-logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.darvin-descr {
  font-size: 12px;
  line-height: 1;
  border-right: 1px solid #fff;
  padding-right: 10px;
}

.footer-dev-right {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-dev-right > *:not(:last-child) {
  margin-right: 10px;
}

.footer-dev-title {
  position: relative;
  padding-left: 20px;
  font-weight: 500;
  font-size: 12px;
}

.footer-dev-title:hover {
  color: #0094FF;
  text-decoration: none;
}

.footer-dev-title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/digital.svg) no-repeat;
  width: 15px;
  height: 15px;
  background-size: contain;
}

.footer-dev-phone {
  font-size: 12px;
}

.footer-dev-phone a {
  position: relative;
  display: block;
  padding-left: 20px;
  white-space: nowrap;
}

.footer-dev-phone a:hover {
  color: #0094FF;
  text-decoration: none;
}

.footer-dev-phone a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/dev-phone.svg) no-repeat;
  width: 15px;
  height: 15px;
  background-size: contain;
}

.footer-dev-social {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -10px;
  line-height: 0.7;
}

.footer-dev-social a {
  margin-left: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer-dev-social a:hover {
  opacity: 0.6;
}

.footer-bottom {
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-bottom-menu {
  text-align: right;
}

.page-template-online-consult .advantage-item {
  width: -moz-calc(33.3333% - 20px);
  width: calc(33.3333% - 20px);
}

.seats-left-inner {
  background: url(../images/zub-online-consult.svg) #f4f7ff no-repeat 60% -13px;
  box-shadow: none;
  border-radius: 0;
}

.online-consult-top {
  background: #f4f7ff;
  position: relative;
}

.online-consult-top .breadcrumbs-wrap {
  padding: 30px 0;
}

.online-consult-top .breadcrumbs-wrap .wrapper {
  padding: 0;
}

.online-consult-price-title {
  font-weight: 400;
  font-size: 40px;
  color: #4d4d4d;
}

.online-consult-text {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}

.online-consult-image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 75%;
}

.online-consult-image:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz- oldlinear-gradient(left, #f4f7ff 0%, rgba(244, 247, 255, 0.75) 11.49%, rgba(244, 247, 255, 0) 100%);
  background: linear-gradient(90deg, #f4f7ff 0%, rgba(244, 247, 255, 0.75) 11.49%, rgba(244, 247, 255, 0) 100%);
}

.online-consult-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.online-consult-title h1 {
  font-size: 45px;
}

.online-consult-bottom .landing-btn-descr {
  line-height: 18px;
}

.online-consult-important {
  margin: 0 0 15px 36px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  box-shadow: 0 4px 30px 0 rgba(77, 77, 77, 0.13);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
}

.online-consult-important-title {
  font-weight: 700;
  font-size: 18px;
  color: #0094ff;
  margin-right: 20px;
}

.online-consult-important-descr {
  font-size: 12px;
  max-width: 392px;
}

.ok-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.ok-head {
  margin-right: -330px;
}

.ok-head h1 {
  font-weight: 400;
  font-size: 45px;
  line-height: 0.91;
  margin: 0;
}

.ok-text {
  width: 60%;
}

.ok-image {
  width: 40%;
}

.ok-subtitle {
  font-size: 25px;
  line-height: 0.91;
  margin-top: 10px;
}

.ok-descr {
  margin-top: 30px;
  max-width: 730px;
  font-size: 20px;
}

.ok-btn {
  margin-top: 30px;
}

.ok-btn a {
  width: 100%;
  max-width: 340px;
}

.interiors input[type=radio] {
  display: none;
}

.interiors-gal > .swiper-wrapper {
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.switch {
  margin: 30px 0;
  font-weight: 400;
  font-size: 25px;
  color: #b5bcc1;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.switch span {
  width: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 20px;
  background: #e8eefa;
  border-radius: 10px;
  height: 40px;
  position: relative;
}

.switch span:before {
  content: '';
  box-shadow: 0 4px 30px 0 rgba(77, 77, 77, 0.13);
  background: #fff;
  border-radius: 9px;
  width: 36px;
  height: 36px;
  position: absolute;
  left: 2px;
  top: 2px;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.switch label {
  width: -moz-calc(50% - 60px);
  width: calc(50% - 60px);
  position: relative;
  cursor: pointer;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.switch label:hover {
  color: #090f1b;
}

.switch label:first-child {
  text-align: right;
}

.switch label:first-child:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: -60px;
  z-index: 2;
}

.switch label:last-child:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: -60px;
  z-index: 2;
}

.interiors-gal {
  position: relative;
  padding-left: 82px;
  padding-right: 82px;
}

.interiors-gal:before {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  width: 82px;
  top: 0;
  bottom: 0;
  background: #fff;
}

.interiors-gal:after {
  content: '';
  position: absolute;
  z-index: 2;
  right: 0;
  width: 82px;
  top: 0;
  bottom: 0;
  background: #fff;
}

.interiors-gal a {
  margin-top: 20px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.interiors-prev:not(.swiper-button-disabled):not(:hover) {
  color: #DBE2EF;
}

.interiors-next:not(.swiper-button-disabled):not(:hover) {
  color: #DBE2EF;
}

.interiors-radio-1:checked ~ .switch label:first-child {
  color: #090f1b;
}

.interiors-radio-1:checked ~ .interiors-tab-2 {
  height: 0;
  overflow: hidden;
}

.interiors-radio-2:checked ~ .switch span:before {
  left: 42px;
}

.interiors-radio-2:checked ~ .switch label:last-child {
  color: #090f1b;
}

.interiors-radio-2:checked ~ .interiors-tab-1 {
  height: 0;
  overflow: hidden;
}

.no-repeat {
  background-repeat: no-repeat;
}

.cover {
  background-size: cover;
}

.festive-plaque {
  min-height: 68px;
  padding: 15px 0;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}

.video-wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.video-open-link {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.video-open-link:hover:before {
  background: rgba(0, 148, 255, 0.9);
}

.video-open-link:hover:after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.video-open-link:before {
  content: '';
  width: 124px;
  height: 124px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: auto;
}

.video-open-link:after {
  content: '';
  position: absolute;
  width: 124px;
  height: 124px;
  background: url(../images/icon-play.svg) no-repeat center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.page-portfolio-top {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-portfolio-left {
  margin-left: 20px;
  width: -moz-calc(33.3333% - 20px);
  width: calc(33.3333% - 20px);
  position: -webkit-sticky;
  position: sticky;
  top: 185px;
}

.page-portfolio-right {
  margin-left: 20px;
  width: -moz-calc(66.6666% - 20px);
  width: calc(66.6666% - 20px);
}

.page-portfolio-title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(77, 77, 77, 0.3);
}

.page-portfolio-info {
  margin-top: 20px;
}

.page-portfolio-info-title {
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #4d4d4d;
}

.page-portfolio-info-data {
  font-size: 25px;
}

.page-portfolio-info-data a {
  color: #000;
  text-decoration: underline;
}

.page-portfolio-info-data a:hover {
  color: #0094FF;
}

.page-portfolio-doctors {
  margin-left: -20px;
  margin-top: 30px;
  margin-bottom: -20px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.portfolio-doctors-item {
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  background: #f4f7ff;
  border-radius: 10px;
  padding: 10px;
}

.portfolio-doctors-item .head-medical-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: block;
}

.page-portfolio-descr {
  margin-top: 30px;
}

.page-portfolio-descr h6 {
  font-size: 14px;
  color: #0094FF;
}

.page-portfolio-photo {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: default;
}

.page-portfolio-photo:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.page-portfolio-photo:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../images/blur-bg.svg) no-repeat;
  width: 53px;
  height: 33px;
  margin: auto;
  opacity: 0;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.page-portfolio-photo img {
  width: 100%;
}

.page-portfolio-photo span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
  color: #fff;
  z-index: 5;
  background: #0094ff;
  border-radius: 5px;
  padding: 6px;
  width: 118px;
  line-height: 1;
  text-align: center;
}

.portfolio-photo-blur {
  cursor: pointer;
}

.portfolio-photo-blur:before,
.portfolio-photo-blur:after {
  opacity: 1;
}

.portfolio-item {
  background: #f4f7ff;
  border-radius: 10px;
  padding: 15px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.portfolio-item.swiper-slide {
  height: auto;
}

.portfolio-item-readmore {
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-top: auto;
  padding-top: 15px;
  text-align: right;
  border-top: 1px solid rgba(77, 77, 77, 0.3);
}

.portfolio-item-readmore a {
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.portfolio-item-readmore a:hover {
  text-decoration: none;
  color: #000;
}

.portfolio-item-readmore a:hover i {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

.portfolio-item-readmore a span {
  margin-right: 10px;
}

.portfolio-item-readmore a i {
  width: 12px;
  height: 13px;
  background: url(../images/icon-arr-right.svg) no-repeat;
  background-size: contain;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.other-works-head {
  margin-bottom: 40px;
}

.portfolio-photos {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
}

.portfolio-photos .page-portfolio-photo {
  margin-left: 15px;
  width: -moz-calc(50% - 15px);
  width: calc(50% - 15px);
}

.portfolio-item-title {
  margin: 20px 0 0;
  border-bottom: 1px solid rgba(77, 77, 77, 0.3);
  padding-bottom: 15px;
}

.portfolio-item-title h3 {
  font-size: 22px;
}

.portfolio-item-info {
  margin-top: 15px;
  font-size: 14px;
}

.portfolio-item-info a {
  color: #000;
  text-decoration: underline;
}

.portfolio-item-info a:hover {
  color: #0094FF;
}

.portfolio-items-doctors {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0 5px -15px;
}

.portfolio-doctor-item {
  width: -moz-calc(100% - 15px);
  width: calc(100% - 15px);
  margin-left: 15px;
  margin-bottom: 15px;
  background: #fff;
}

.portfolio-doctor-item .doctor-img {
  width: 90px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.portfolio-doctor-item .doctor-descr {
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.portfolio-doctor-item .doctor-name b {
  display: inline;
}

.portfolio-doctor-item .head-medical-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: block;
}

.portfolio-short-descr {
  margin-top: 20px;
}

.portfolio-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -30px;
}

.portfolio-row .portfolio-item {
  margin-left: 20px;
  margin-bottom: 30px;
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
}

.filter-portfolio-wrap {
  margin-bottom: 50px;
}

.filter-portfolio {
  margin-left: -20px;
  margin-bottom: -20px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filter-portfolio .facetwp-facet {
  display: contents;
}

.filter-portfolio .facetwp-radio {
  width: -moz-calc(33.3333% - 20px);
  width: calc(33.3333% - 20px);
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 15px;
  background: #f4f7ff;
  border-radius: 10px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 18px;
  line-height: 1;
  color: #090f1b;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.filter-portfolio .facetwp-radio:nth-child(6) ~ * {
  display: none;
}

.filter-portfolio .facetwp-radio.checked,
.filter-portfolio .facetwp-radio:hover {
  background: #0094FF;
  color: #fff;
}

.filter-portfolio .facetwp-radio.checked .facetwp-counter,
.filter-portfolio .facetwp-radio.checked .facetwp-filter-name:before,
.filter-portfolio .facetwp-radio:hover .facetwp-counter,
.filter-portfolio .facetwp-radio:hover .facetwp-filter-name:before {
  color: #fff;
}

.filter-portfolio .facetwp-radio.checked .facetwp-filter-icon img,
.filter-portfolio .facetwp-radio:hover .facetwp-filter-icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.filter-portfolio .facetwp-radio:first-child {
  padding-left: 20px;
}

.filter-portfolio .facetwp-radio:first-child .facetwp-display-value {
  position: relative;
  padding-top: 25px;
}

.filter-portfolio .facetwp-radio:first-child .facetwp-display-value:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  color: #4d4d4d;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.filter-portfolio .facetwp-radio:first-child.checked .facetwp-display-value:before,
.filter-portfolio .facetwp-radio:first-child:hover .facetwp-display-value:before {
  color: #fff;
}

.filter-portfolio .facetwp-display-value {
  padding-right: 0;
  width: 100%;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-portfolio .facetwp-counter {
  position: absolute;
  top: 16px;
  left: 105px;
  font-size: 12px;
  color: #4d4d4d;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.filter-portfolio.open-all-filters .facetwp-radio {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.filter-portfolio.open-all-filters .filter-portfolio-filters a:after {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  display: inline-block;
}

.facetwp-filter-icon {
  width: 75px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
  text-align: center;
}

.facetwp-filter-icon img {
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.facetwp-filter-name {
  padding-top: 25px;
  padding-bottom: 25px;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

.facetwp-filter-name:before {
  content: 'Смотреть работы';
  font-size: 12px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #0094ff;
  position: absolute;
  right: 0;
  bottom: 0;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.filter-portfolio-filters {
  margin-left: auto;
  padding-left: 20px;
  margin-bottom: 20px;
  text-align: right;
  width: 33.3333%;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.filter-portfolio-filters a {
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: underline;
}

.filter-portfolio-filters a:hover {
  color: #000;
}

.filter-portfolio-filters a:hover:after {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

.filter-portfolio-filters a:after {
  content: '';
  width: 11px;
  height: 11px;
  background: url(../images/open-filters-icon.svg) center no-repeat;
  background-size: contain;
  margin-left: 5px;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.facetwp-facet-pagination {
  margin-bottom: 0 !important;
}

.facetwp-first ~ .facetwp-first,
.facetwp-first ~ .facetwp-first + .prev {
  display: none !important;
}

.facetwp-pager {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  margin-left: -10px;
}

.facetwp-pager > .facetwp-page {
  line-height: 36px;
  margin: 50px 0 0 10px;
}

.facetwp-pager > *:not(.facetwp-first):not(.prev):not(.next):not(.facetwp-last) {
  padding: 0 7px;
}

.facetwp-page:hover {
  text-decoration: none;
}

.facetwp-page.no-active,
.facetwp-page:not([data-page]):not(.dots) {
  pointer-events: auto !important;
  cursor: not-allowed;
  background: #f4f7ff !important;
}

.facetwp-page.no-active:before,
.facetwp-page:not([data-page]):not(.dots):before {
  display: none;
}

.facetwp-page.no-active svg path,
.facetwp-page:not([data-page]):not(.dots) svg path {
  stroke: #646367 !important;
}

.facetwp-page {
  color: #646367;
  font-weight: 500;
}

.facetwp-page.active {
  color: #000;
  font-weight: 500 !important;
}

.facetwp-page:not([data-page]) svg path {
  stroke: #D9D9D9;
}

.facetwp-first,
.facetwp-page.prev,
.facetwp-page.next,
.facetwp-last {
  background: #0094FF;
  border-radius: 10px;
  width: 36px;
  height: 36px;
  display: -moz-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.facetwp-first svg path,
.facetwp-page.prev svg path,
.facetwp-page.next svg path,
.facetwp-last svg path {
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  stroke: #fff;
}

.facetwp-first:hover,
.facetwp-page.prev:hover,
.facetwp-page.next:hover,
.facetwp-last:hover {
  background: #000;
}

.facetwp-first:hover svg path,
.facetwp-page.prev:hover svg path,
.facetwp-page.next:hover svg path,
.facetwp-last:hover svg path {
  stroke: #fff;
}

.portfolio-pagination .facetwp-facet {
  margin-bottom: 0;
}

.doctor-sidebar-video .video-open-link {
  background: rgba(255, 255, 255, 0.3);
}

.videovizitka-title {
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.videovizitka-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
  position: relative;
  top: -1px;
}

.cookie-window {
  position: fixed;
  z-index: 99999;
  right: 26px;
  bottom: 34px;
  padding: 14px 75px 18px 25px;
  background: #E8EEFA;
  border-radius: 10px;
}

.cookie-window-title {
  margin-bottom: 0;
}

.cookie-window-title ~ p {
  margin-top: 7px;
}

.cookie-window-descr {
  font-size: 12px;
  line-height: 1.25;
  color: #404040;
}

.cookie-window-descr a {
  color: inherit;
  text-decoration: underline;
}

.cookie-window-descr a:hover {
  color: #000;
}

.cookie-window-close {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -12px;
  cursor: pointer;
  line-height: 0.5;
  width: 24px;
  height: 24px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.cookie-window-close svg {
  margin: auto;
}

.cookie-window-close svg path {
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}

.cookie-window-close:hover svg path {
  stroke: #000;
}

@media screen and (min-width: 768px) {
  .header .uk-active .header-top {
    min-height: 1px;
  }

  .offcanvas-bottom,
  .mob-menu,
  .offcanvas-head {
    display: none !important;
  }

  .home .main-menu > .menu-item-has-children > .ico-menu,
  .home .main-menu > li > .sub-menu-wrap {
    display: none !important;
  }

  .trust-item:nth-child(3) .trust-image {
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .doctors-row-2 .head-medical {
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
  }

  .doctors-row-2 .head-medical:hover .doctor-readmore a {
    text-decoration: none;
    background: #0094FF;
    color: #fff;
  }

  .doctors-row-2 .head-medical .doctor-descr-top {
    position: relative;
  }

  .doctors-row-2 .head-medical .head-medical-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: block;
  }

  .doctors-row-2 .head-medical .doctor-title {
    position: absolute;
    right: 0;
    font-size: 12px;
    top: -3px;
  }

  .doctors-row-2 .head-medical .doctor-name {
    font-size: 16px;
    margin-top: 5px;
  }

  .doctors-row-2 .head-medical .doctor-name b {
    font-size: 20px;
  }

  .doctors-row-2 .head-medical .doctor-data {
    margin-right: 47%;
  }

  .doctors-row-2 .head-medical .doctor-readmore {
    position: absolute;
    bottom: 15px;
    right: 20px;
    margin-top: 0;
    width: 26%;
  }

  .doctors-row-2 .head-medical .doctor-img {
    width: 17%;
    min-width: 80px;
  }

  .doctors-row-2 .head-medical .doctor-descr {
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .page-blog-item:nth-child(3n) {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .page-blog-item:nth-child(3n) .blog-item-img {
    width: 36%;
  }

  .page-blog-item:nth-child(3n) .blog-item-text {
    width: 64%;
    padding-bottom: 20px;
  }

  .single-data > div {
    min-width: 134px;
  }

  .single-data > div:nth-child(2) {
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .single-data > div:nth-child(3) {
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .braces-item-tab:not(.active) {
    display: none;
  }

  .braces-tab-button {
    display: none;
  }

  .indications .braces-compare-item-text {
    padding-left: 20px;
  }

  .indications .braces-compare-item-text ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .indications .braces-compare-item-text li {
    margin: 0 0 15px;
    display: block;
    width: 100%;
    -webkit-column-break-inside: avoid;
    -webkit-backface-visibility: hidden;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
  }

  .page-template-gollivood .landing-top-text {
    max-width: 560px;
  }

  .page-template-zuby-za-den .safety-item {
    width: -moz-calc(33.3333% - 15px);
    width: calc(33.3333% - 15px);
  }

  .page-portfolio-right:first-child {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .portfolio-doctors-item .doctor-data {
    margin-right: 0;
  }

  .portfolio-doctors-item .doctor-name b {
    display: inline;
  }

  .portfolio-doctors-item .doctor-img {
    width: 90px;
  }

  .portfolio-doctors-item .doctor-descr {
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .portfolio-doctors-item .doctor-descr-top {
    position: relative;
  }

  .portfolio-doctors-item .doctor-title {
    position: absolute;
    right: 0;
    font-size: 12px;
    top: -3px;
  }

  .portfolio-doctors-item .doctor-experience,
  .portfolio-doctors-item .doctor-data {
    font-size: 12px;
  }

  .portfolio-doctors-item .doctor-name {
    margin-top: 10px;
  }

  .portfolio-doctors-item .doctor-name b {
    font-size: 20px;
  }

  .page-portfolio-photos .page-portfolio-photo + .page-portfolio-photo {
    margin-top: 20px;
  }

  body.single .other-works .swiper-pagination {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .advantages-list-3-col .advantage-item {
    width: -moz-calc(33.3333% - 20px);
    width: calc(33.3333% - 20px);
  }

  .page-template-zuby-za-den .safety-item {
    width: -moz-calc(33.3333% - 20px);
    width: calc(33.3333% - 20px);
  }

  .portfolio-doctor-item .doctor-name {
    font-size: 20px;
    margin-top: 10px;
  }

  .portfolio-doctor-item .doctor-name b {
    font-size: 20px;
  }
}

@media screen and (min-width: 1241px) {
  .doctors-row-2 .head-medical .doctor-title {
    font-size: 14px;
    top: 0;
  }

  .main-slide-bottom .btn-gray {
    min-height: 79px;
  }

  .prof-col-left,
  .prof-col-right {
    width: -moz-calc(35% - 10px);
    width: calc(35% - 10px);
  }

  .prof-col-center {
    width: -moz-calc(30% - 10px);
    width: calc(30% - 10px);
  }

  .error-btn a {
    min-height: 70px;
  }

  .our-dent-inner .visit-section-title {
    font-size: 35px;
    margin-bottom: 15px;
  }

  .our-dent-inner .visit-section-subtitle {
    font-size: 20px;
  }

  .our-dent-inner .dent-offer {
    font-size: 16px;
  }

  .our-dent-inner .visit-section-row {
    margin-left: -30px;
  }

  .our-dent-inner .visit-section-left {
    width: -moz-calc(60% - 30px);
    width: calc(60% - 30px);
    margin-left: 30px;
  }

  .our-dent-inner .visit-section-right {
    width: -moz-calc(40% - 30px);
    width: calc(40% - 30px);
    margin-left: 30px;
    padding-left: 30px;
  }

  .our-dent-inner .visit-section-before-form {
    font-size: 12px;
    text-align: center;
  }

  .about-btn a {
    min-height: 69px;
  }

  .landing-btn a {
    padding-left: 48px;
    padding-right: 48px;
    min-height: 79px;
  }

  .visit-braces-text {
    font-size: 20px;
  }

  .stages-btn {
    margin-top: 50px;
  }

  .big-button {
    padding-left: 48px;
    padding-right: 48px;
    min-height: 79px;
  }

  .need-text {
    margin-top: 40px;
  }

  .removal-options-section {
    margin-top: -60px;
  }

  .after-removal-descr {
    font-size: 20px;
  }

  .wisdom-tooth-removal {
    margin-top: -40px;
  }

  .what-veneers-image {
    width: 40%;
  }

  .what-veneers-descr {
    width: 60%;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .what-veneers-descr .readings-text {
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .prices-prosthesis-descr {
    padding-left: 30px;
  }

  .prices-prosthesis-descr ul li {
    font-size: 20px;
  }

  .prices-prosthesis-descr ul li:before {
    top: 7px;
  }

  .prices-prosthesis {
    padding-left: 30px;
  }

  .prices-prosthesis-footnote {
    font-size: 20px;
  }

  .prices-prosthesis-footnote b {
    display: block;
  }

  .team-gal-descr {
    font-size: 20px;
  }

  .page-template-implantaciya .landing-top-img {
    margin-left: -27px;
  }

  .after-text-item:first-child {
    width: 266px;
  }

  .after-text-item:nth-child(2) {
    width: 486px;
  }

  .after-text-item:last-child {
    width: 296px;
  }

  .after-text-descr {
    font-size: 20px;
  }

  .ok-btn a {
    min-height: 70px;
  }

  .interiors-prev {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 50%;
    margin-top: -29px;
  }

  .interiors-next {
    position: absolute;
    z-index: 3;
    right: 0;
    top: 50%;
    margin-top: -29px;
  }

  .portfolio-doctors-item .doctor-title {
    font-size: 14px;
    top: 0;
  }

  .portfolio-doctors-item .doctor-experience,
  .portfolio-doctors-item .doctor-data {
    font-size: 14px;
  }

  .portfolio-doctors-item .doctor-name,
  .portfolio-doctors-item .doctor-name b {
    font-size: 25px;
  }

  .portfolio-doctor-item .doctor-title {
    position: absolute;
    right: 10px;
    top: 12px;
  }

  .portfolio-short-descr {
    font-size: 20px;
  }

  .doctor-sidebar-video .video-open-link:before,
  .doctor-sidebar-video .video-open-link:after {
    width: 90px;
    height: 90px;
  }
}

@media screen and (min-width: 1391px) {
  .page-template-zub-mudrosti .landing-top-img {
    margin-left: -40px;
    margin-top: -60px;
  }

  .page-template-bezboleznenno .landing-top-img {
    margin-left: -22px;
    margin-top: -20px;
  }
}

@media screen and (min-width: 1470px) {
  .page-template-blesk .landing-top-img {
    margin-left: -153px;
    margin-right: -128px;
  }
}

@media screen and (max-width: 1390px) {
  .main-slider {
    overflow: hidden;
  }

  .main-slider:before {
    top: 0;
  }

  .landing-top {
    overflow: hidden;
  }

  .landing-top:before {
    top: 0;
  }

  .page-template-blesk .landing-top-img {
    margin-left: -153px;
    margin-right: -148px;
  }
}

@media screen and (max-width: 1380px) {
  .doctors-carousel {
    padding-left: 0;
    padding-right: 0;
  }

  .doctors-carousel-item {
    width: 220px;
  }
}

@media screen and (max-width: 1379px) {
  .rev-slider-item {
    padding: 20px;
    width: 380px;
  }

  .rev-slider {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 1240px) {
  .btn-gray {
    font-size: 18px;
  }

  .btn-blue {
    font-size: 18px;
  }

  .header-top {
    font-size: 14px;
    min-height: 120px;
  }

  .header-top-row {
    margin-left: -20px;
  }

  .header-top-row > * {
    margin-left: 20px;
  }

  .header-clinic-popap-inner {
    padding: 20px;
  }

  .header-clinic-inner {
    width: 185px;
  }

  .header-shelude b {
    display: block;
  }

  .main-menu {
    padding: 0;
  }

  .main-menu > li > a {
    font-size: 18px;
    padding: 16px 0 14px;
  }

  .main-menu > li > .sub-menu-wrap {
    padding: 20px;
    max-height: -moz-calc(100vh - 174px);
    max-height: calc(100vh - 174px);
    right: -20px;
  }

  .main-menu > .menu-item-has-children:not(.mega-menu) > .sub-menu-wrap li + li {
    margin-top: 10px;
  }

  .mega-menu > .sub-menu-wrap > .sub-menu {
    margin: 0 0 -20px -20px;
  }

  .mega-menu > .sub-menu-wrap > .sub-menu > :not(.menu-subtitle) {
    width: -moz-calc(33.3333% - 20px);
    width: calc(33.3333% - 20px);
    margin: 0 0 20px 20px;
  }

  .mega-menu .sub-menu .sub-menu li + li {
    margin-top: 10px;
  }

  .menu-subtitle {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .menu-subtitle a {
    font-size: 20px;
  }

  .main-menu > li > a b {
    top: 4px;
  }

  .section {
    margin: 80px 0;
  }

  .main-slide-right {
    padding-left: 20px;
  }

  .main-slider:before {
    left: auto;
    margin-left: 0;
    right: -100px;
  }

  .main-slide-descr-2 {
    margin: 20px 0;
  }

  .slide-big-grid {
    max-width: 536px;
  }

  .slide-big-title {
    font-size: 16px;
  }

  .main-slide-wt {
    font-size: 50px;
  }

  .main-slide-title {
    font-size: 42px;
  }

  .main-slide-subtitle {
    font-size: 25px;
  }

  .main-slide-price-cur {
    font-size: 40px;
  }

  .main-slide-price-old {
    font-size: 20px;
  }

  .main-slide-note,
  .main-slide-descr-2,
  .main-slide-descr {
    font-size: 16px;
  }

  .section-top + * {
    margin-top: 40px;
  }

  .front-page-catalog-item {
    font-size: 16px;
  }

  .parent-category {
    padding: 15px;
    min-height: 1px;
  }

  .parent-category-icon {
    width: 35px;
    margin-right: 15px;
  }

  .section-prof {
    padding-top: 40px;
  }

  .prof-item + .prof-item {
    margin-top: 20px;
  }

  .prof-item-title {
    font-size: 16px;
  }

  .prof-item-title span {
    margin-top: 12px;
  }

  .prof-consult-title {
    font-size: 20px;
  }

  .popap-title {
    font-size: 26px;
  }

  .trust-text h3 {
    font-size: 20px;
  }

  .trust-text-inner:before {
    font-size: 24px;
    top: 0;
  }

  .section-dent {
    padding: 40px 0;
  }

  .numbers-row {
    margin-left: -20px;
  }

  .number-item {
    margin-left: 20px;
  }

  .experience {
    font-size: 10px;
    padding: 9px 10px 7px;
    border-radius: 4px;
    top: 10px;
    right: 10px;
  }

  .doctors-carousel-item-title {
    font-size: 18px;
  }

  .btn-group {
    margin-top: 40px;
  }

  .visit-section {
    padding: 30px;
  }

  .visit-section-row {
    margin-left: -20px;
  }

  .visit-section-left {
    width: -moz-calc(60% - 20px);
    width: calc(60% - 20px);
    margin-left: 20px;
  }

  .visit-section-right {
    width: -moz-calc(40% - 20px);
    width: calc(40% - 20px);
    margin-left: 20px;
    padding-left: 30px;
  }

  .visit-section-text {
    font-size: 16px;
  }

  .visit-section-title {
    font-size: 33px;
  }

  .visit-section-subtitle {
    font-size: 20px;
  }

  .advantage-head {
    padding-left: 20px;
    padding-right: 20px;
  }

  .advantage-icon {
    margin-right: 20px;
  }

  .advantage-title {
    font-size: 20px;
  }

  .advantage-text-inner {
    margin-left: 80px;
    margin-right: 50px;
  }

  .stock-item-descr {
    padding: 15px;
  }

  .stock-item-title {
    font-size: 16px;
  }

  .stock-item-subtitle {
    font-size: 14px;
    margin-top: 5px;
  }

  .stock-item-top {
    min-height: 1px;
  }

  .dent-offer-2 > div:first-child {
    margin-right: 20px;
  }

  .dent-offer-icon {
    margin-right: 0;
  }

  .section-blue {
    padding: 40px 0;
  }

  .blog-item-text {
    padding-bottom: 40px;
  }

  .blog-slider-wrap {
    padding: 0 60px;
  }

  .feature-title {
    font-size: 20px;
  }

  .feature-text {
    margin-top: 30px;
  }

  .feature-text h3 {
    font-size: 20px;
  }

  .get-consult {
    padding: 30px;
  }

  .get-consult-image {
    width: 230px;
  }

  .section-get-consult {
    margin-top: -80px;
    padding-top: 80px;
  }

  .faq-item-question {
    font-size: 20px;
    padding-left: 20px;
    padding-right: 45px;
  }

  .faq-item-question:before {
    right: 20px;
  }

  .faq-item-question:after {
    right: 20px;
  }

  .faq-item-answer-inner {
    padding: 20px 40px 10px 20px;
  }

  .call-section-item a:not(.fz-inherit) {
    font-size: 16px;
  }

  .shelude b {
    font-size: 16px;
  }

  .footer-top {
    padding-top: 30px;
  }

  .foot-menu-service .sub-menu {
    font-size: 14px;
  }

  .footer-top-text {
    font-size: 14px;
  }

  .rev-slider-name {
    font-size: 18px;
  }

  .kwiz .cf7mls_next:not([type="radio"]) {
    font-size: 18px;
  }

  .kwiz .cf7mls_back {
    font-size: 18px;
  }

  .kwiz {
    padding: 30px;
    background-size: 265px 305px;
  }

  .kwiz-right-succens-title {
    font-size: 26px;
  }

  .kwiz-right-succens-text,
  .kwiz-right-succens-subtitle {
    font-size: 16px;
  }

  .kwiz-right-succens-left {
    line-height: normal;
  }

  .kwiz-right-succens-position {
    font-size: 14px;
  }

  .kwiz-right-succens-right .kwiz-right-bonuses {
    margin-bottom: 0;
  }

  .form-succens + .kwiz-right .kwiz-right-succens-bottom {
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form-succens + .kwiz-right .kwiz-right-image {
    margin-right: 20px;
    max-width: 20%;
  }

  .kwiz-left {
    padding-right: 20px;
  }

  .kwiz-right {
    padding-left: 20px;
  }

  .kwiz-fields {
    font-size: 14px;
  }

  .custom-radio label {
    padding-left: 25px;
  }

  .kwiz-item-title {
    font-size: 19px;
  }

  .kwiz-right-top,
  .kwiz-right-name b,
  .kwiz-right-bonuses-title,
  .kwiz-item-subtitle-final {
    font-size: 14px;
  }

  .kwiz-right-name {
    font-size: 12px;
  }

  .kwiz-right-image {
    width: 80px;
  }

  .error-page {
    margin-bottom: 60px;
  }

  .error-bread {
    font-size: 14px;
    margin-top: 20px;
  }

  .error-title {
    font-size: 30px;
  }

  .error-descr {
    font-size: 20px;
  }

  .cat-wrap {
    margin-bottom: -30px;
  }

  .cat-block {
    margin-bottom: 30px;
  }

  .cat-title {
    font-size: 20px;
  }

  .cat-title .menu-image {
    margin-right: 20px;
  }

  .inner-content:last-child {
    margin-bottom: 80px;
  }

  .breadcrumbs-wrap {
    padding: 20px 0 40px;
    font-size: 14px;
  }

  .category-menu {
    padding-left: 0;
  }

  .services-list {
    margin-left: -15px;
  }

  .service-item {
    min-height: 70px;
  }

  .service-item {
    margin: 0 0 15px 15px;
    width: -moz-calc(25% - 15px);
    width: calc(25% - 15px);
  }

  .service-item-title {
    font-size: 16px;
  }

  .category-menu-title,
  .service-descr__h3 {
    font-size: 22px;
  }

  .category-menu {
    font-size: 14px;
  }

  .other-service-item {
    width: -moz-calc(33.3333% - 15px);
    width: calc(33.3333% - 15px);
  }

  .service-price {
    font-size: 30px;
  }

  .filter .facetwp-facet {
    margin-left: -10px;
  }

  .filter .facetwp-radio {
    font-size: 14px;
    margin-left: 10px;
  }

  .filter-title {
    font-size: 16px;
    top: 8px;
  }

  .filter-directions .facetwp-radio:first-child {
    margin-left: 132px;
  }

  .doctors-wrap {
    padding: 40px 0;
    margin-top: 40px;
  }

  .filter-stock .facetwp-radio:first-child {
    margin-left: 220px;
  }

  .stock-row {
    margin-bottom: -20px;
  }

  .stock-row .stock-item {
    margin-bottom: 20px;
  }

  .doctor-page-right {
    padding-left: 20px;
  }

  .doctor-right-btn {
    margin-left: 0;
  }

  .doctor-sidebar-block {
    padding: 10px 20px 20px;
  }

  .doctor-sidebar-title,
  .doctor-sidebar-content {
    padding-right: 40px;
  }

  .doctor-sidebar-title {
    font-size: 20px;
  }

  .doctor-sidebar-title:before,
  .doctor-sidebar-title:after {
    top: 22px;
  }

  .doctor-page-middle {
    margin-top: 40px;
  }

  .doctor-page-subtitle {
    margin-bottom: 15px;
  }

  .spec-item {
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 7px;
  }

  .section-inner {
    margin-top: 40px;
  }

  .about-top-right {
    padding: 30px;
  }

  .about-btn {
    margin-top: 30px;
  }

  .differences-text {
    font-size: 16px;
  }

  .requisites .table-responsive span {
    font-size: 16px;
  }

  .one-clinic + .one-clinic {
    margin-top: 40px;
  }

  .one-clinic-icon {
    width: 40px;
    margin-right: 15px;
  }

  .one-clinic-title {
    font-size: 20px;
  }

  .price-spoiler-title-outer {
    padding: 10px 15px;
  }

  .price-spoiler-title-outer span {
    font-size: 18px;
  }

  .price-spoiler-title-outer:before,
  .price-spoiler-title-outer:after,
  .price-spoiler-title-inner:before,
  .price-spoiler-title-inner:after {
    right: 15px;
  }

  .price-spoiler-title-inner > div {
    margin-right: 30px;
  }

  .price-spoiler-text {
    padding-left: 15px;
    padding-right: 45px;
  }

  .price-spoiler-title-inner {
    padding: 10px 15px;
  }

  .price-spoiler-title-inner span {
    font-size: 16px;
  }

  .price-spoiler-items {
    padding: 15px 0 5px 15px;
  }

  .sidebar-title {
    font-size: 18px;
  }

  .our-advantage {
    padding: 20px;
  }

  .category-otzyvy .footer {
    margin-top: 80px;
  }

  .reviews-item {
    padding: 30px 20px 20px;
  }

  .reviews-item-name {
    font-size: 20px;
  }

  .rev-switch-on,
  .rev-switch-off {
    font-size: 16px;
  }

  .add-reviews-switcher {
    padding-left: 160px;
    padding-right: 130px;
  }

  .rev-switch-on span {
    left: -160px;
  }

  .rev-switch-off span {
    right: -130px;
  }

  .rev-switch-on span,
  .rev-switch-off span {
    top: 10px;
  }

  .reviews-item-img {
    width: 49px;
    height: 49px;
    margin-right: 10px;
  }

  .reviews-item-age {
    font-size: 12px;
  }

  .reviews-item-star .star {
    font-size: 18px;
  }

  .reviews-item-star .star i:not(:last-child) {
    margin-right: 1px;
  }

  .reviews-item-date {
    right: 20px;
  }

  .reviews-item-treatment,
  .reviews-item-short-descr {
    margin-top: 15px;
  }

  .reviews-doctor {
    margin-top: 20px;
  }

  .reviews-list {
    margin-bottom: -20px;
  }

  .reviews-item {
    margin-bottom: 20px;
  }

  .reviews-item-treatment a {
    padding: 5px 16px 5px;
  }

  .reviews-video {
    margin-bottom: -20px;
  }

  .review-video {
    margin-bottom: 20px;
  }

  .blog-sidebar-title {
    font-size: 20px;
  }

  .blog-sidebar-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-page-top {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .contacts-page-top {
    margin-left: -20px;
  }

  .contacts-page-top .call-section-item {
    margin-left: 20px;
  }

  .contacts-page-top .shelude {
    font-size: 14px;
  }

  .contacts-row {
    margin-left: -20px;
  }

  .contacts-col {
    margin-left: 20px;
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
  }

  .route-item {
    height: 69px;
  }

  .page-one-clinic-title {
    font-size: 33px;
  }

  .page-one-clinic-title b {
    font-size: 23px;
  }

  .route-item img {
    height: 29px;
    width: auto;
  }

  .page-one-clinic-metro b,
  .page-one-clinic-time b:first-child,
  .page-one-clinic-call a {
    font-size: 18px !important;
  }

  .landing-top {
    padding-bottom: 40px;
  }

  .landing-top:before {
    left: auto;
    margin-left: 0;
    right: -100px;
  }

  .landing-top + .section,
  .landing-top + .main-content-lp > .section:first-child {
    margin-top: 40px;
  }

  .why-us + .section,
  .why-us + .main-content-lp > .section:first-child {
    margin-top: 40px;
  }

  .landing-top-image {
    margin-bottom: -40px;
  }

  .landing-top-image {
    margin-bottom: 0;
  }

  .title-big {
    font-size: 40px;
  }

  .subtitle-big {
    font-size: 25px;
  }

  .title-medium {
    font-size: 30px;
  }

  .subtitle-medium {
    font-size: 20px;
  }

  .landing-top-text {
    font-size: 16px;
    margin-top: 20px;
  }

  .landing-details {
    margin-left: -20px;
    margin-top: 20px;
  }

  .landing-details-item {
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 0 20px 20px;
  }

  .landing-price-cur {
    font-size: 40px;
  }

  .landing-price-old {
    font-size: 20px;
  }

  .landing-btn a {
    padding-left: 20px;
    padding-right: 20px;
  }

  .landing-info-bottom {
    margin-top: 20px;
  }

  .carousel-results-item-img {
    margin-bottom: 15px;
  }

  .carousel-results-item-title {
    font-size: 18px;
  }

  .when-braces-row {
    margin-left: -30px;
  }

  .when-braces-col {
    font-size: 18px;
    margin-left: 30px;
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
  }

  .braces-control {
    font-size: 14px;
  }

  .braces-tabs-content {
    margin-top: 40px;
  }

  .braces-compare-item-head {
    font-size: 20px;
    padding: 15px 20px 13px;
  }

  .braces-compare-item-head i {
    font-size: 25px;
  }

  .stage-item {
    padding: 20px;
  }

  .stage-item-icon {
    width: 35px;
  }

  .stage-item-name {
    font-size: 16px;
  }

  .stages-form {
    padding-left: 30px;
  }

  .advantage-item {
    font-size: 13px;
    min-height: 64px;
  }

  .advantage-item__with-tooltip {
    padding-right: 54px;
  }

  .benefits-treatment-icon {
    width: 40px;
    margin-right: 12px;
  }

  .benefits-treatment-title {
    font-size: 16px;
  }

  .safety-descr {
    font-size: 16px;
  }

  .safety-descr + * {
    margin-top: 20px;
  }

  .safety-icon {
    margin-bottom: 15px;
  }

  .safety-title {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .sedation-text-form .visit-section-title {
    font-size: 28px;
  }

  .sedation-text-form .dent-offer-2 > div:first-child {
    font-size: 18px;
  }

  .treatment-title {
    font-size: 16px;
    padding-bottom: 20px;
  }

  .big-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .need-btn {
    margin-top: 20px;
  }

  .removal-options-text {
    margin: 15px 15px 0;
  }

  .after-removal-right {
    padding: 20px;
  }

  .why-us-title {
    font-size: 14px;
  }

  .why-us-icon i {
    font-size: 40px;
  }

  .section-footnote {
    font-size: 14px;
  }

  .section-descr {
    font-size: 16px;
    margin-top: 30px;
  }

  .effect-item-icon {
    margin-bottom: 15px;
  }

  .effect-item-title {
    font-size: 16px;
    margin-bottom: 5px;
  }

  * + .recommendations ol {
    margin-top: 15px;
  }

  .recommendations ol li + li {
    margin-top: 10px;
  }

  .recommendations ol span {
    font-size: 18px;
  }

  .veneers-needed-row {
    margin-top: 35px;
  }

  .restoration-item {
    padding: 15px 15px 15px 20px;
  }

  .restoration-item-number {
    width: 30px;
  }

  .restoration-descr a {
    font-size: 18px;
  }

  .prices-prosthesis-top {
    padding: 15px 20px;
  }

  .prices-prosthesis-text {
    padding: 20px 20px 0;
  }

  .prices-prosthesis {
    margin-top: 20px;
  }

  .price-prosthesis-old {
    font-size: 20px;
  }

  .price-prosthesis-current {
    font-size: 30px;
  }

  .prices-prosthesis-footnote {
    margin-top: 20px;
  }

  .one-doc-descr {
    padding: 15px;
  }

  .team-gal-descr {
    margin-top: 20px;
  }

  .implantation-descr {
    padding-right: 20px;
  }

  .after-text-descr {
    font-size: 14px;
  }

  .after-text-icon i {
    font-size: 40px;
  }

  .after-photo-row {
    margin-top: 40px;
    margin-left: -20px;
  }

  .after-photo-item {
    padding-left: 20px;
  }

  .passports-row {
    margin-bottom: -20px;
  }

  .passport-item {
    margin-bottom: 20px;
  }

  .passport-sale {
    font-size: 16px;
  }

  .passport-brand {
    font-size: 20px;
  }

  .passport-btn {
    font-size: 14px;
  }

  .passport-price-cur {
    font-size: 23px;
  }

  .passport-price-old {
    font-size: 16px;
  }

  .footer-dev-left {
    max-width: 268px;
  }

  .online-consult-text {
    padding-bottom: 30px;
  }

  .online-consult-important {
    margin-left: 20px;
  }

  .interiors-gal:before,
  .interiors-gal:after {
    display: none;
  }

  .interiors-gal {
    padding: 0;
  }

  .interiors-btn {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .switch {
    margin: 20px 0;
  }

  .interiors-btn {
    margin-bottom: -5px;
  }

  .switch {
    font-size: 20px;
  }

  .festive-plaque {
    font-size: 18px;
  }

  .video-open-link:before {
    width: 80px;
    height: 80px;
  }

  .video-open-link:after {
    width: 80px;
    height: 80px;
    background-size: 25px;
  }

  .page-portfolio-info-title {
    font-size: 16px;
  }

  .page-portfolio-info-data {
    font-size: 20px;
  }

  .other-works-head {
    margin-bottom: 30px;
  }

  .portfolio-item-title h3 {
    font-size: 18px;
  }

  .portfolio-row {
    margin-bottom: -20px;
  }

  .portfolio-row .portfolio-item {
    margin-bottom: 20px;
  }

  .filter-portfolio-wrap {
    margin-bottom: 40px;
  }

  .filter-portfolio .facetwp-radio:first-child {
    padding-left: 15px;
  }

  .facetwp-filter-icon {
    width: 40px;
  }

  .facetwp-filter-icon img {
    width: 100%;
    height: 35px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .filter-portfolio .facetwp-radio {
    font-size: 16px;
  }

  .filter-portfolio .facetwp-counter {
    left: 70px;
  }

  .facetwp-pager > .facetwp-page {
    margin-top: 40px;
  }

  .videovizitka-icon {
    margin-right: 10px;
  }
}

@media screen and (max-width: 1023px) {
  .header-top {
    font-size: 12px;
  }

  .header-clinic-inner {
    width: 166px;
  }

  .header-clinic-inner i {
    font-size: 32px;
  }

  .header-whatsapp i {
    font-size: 30px;
  }

  .header-whatsapp span {
    width: 108px;
  }

  .main-menu > li > a {
    font-size: 16px;
  }

  .front-page-catalog-item {
    width: -moz-calc(33.3333% - 20px);
    width: calc(33.3333% - 20px);
    font-size: 14px;
  }

  .parent-category {
    background: #F4F7FF;
  }

  .numbers-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .number-item {
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
  }

  .number {
    min-width: 126px;
  }

  .get-consult-form .popap-konf {
    max-width: 400px;
  }

  .experts-reviews-row {
    margin-left: -30px;
  }

  .experts-reviews-item {
    margin-left: 30px;
  }

  .kwiz {
    padding: 30px 20px;
  }

  .cat-block {
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
  }

  .service-item {
    padding: 10px;
    border-radius: 5px;
  }

  .service-item .menu-image {
    width: 20%;
    margin-right: 10px;
  }

  .service-item .menu-image {
    width: 15%;
  }

  .service-item-title {
    font-size: 14px !important;
  }

  .doctors-col-3 > .doctors-item {
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
  }

  .service-title {
    font-size: 30px;
  }

  .doctors-row-2 .doctors-item:not(.head-medical) {
    width: -moz-calc(33.3333% - 20px);
    width: calc(33.3333% - 20px);
  }

  .price-spoiler-control {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .price-spoiler-control li {
    width: -moz-calc(25% - 10px);
    width: calc(25% - 10px);
  }

  .our-advantage-title {
    font-size: 16px;
  }

  .review-video-img,
  .review-video-descr {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .review-video-descr {
    margin-top: 15px;
  }

  .contacts-page-col-50 {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .page-one-clinic-title {
    font-size: 23px;
  }

  .page-one-clinic-title b {
    font-size: 17px;
  }

  .stages-row {
    margin-bottom: -20px;
  }

  .stages-row > * {
    margin-bottom: 20px;
  }

  .stage-item {
    width: -moz-calc(50% - 63px);
    width: calc(50% - 63px);
  }

  .stage-separator:nth-of-type(3n) {
    display: block;
  }

  .stage-separator:nth-of-type(2n) {
    display: none;
  }

  .stages-form-section {
    width: -moz-calc(100% - 25px);
    width: calc(100% - 25px);
  }

  .stages-row {
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .advantages-list {
    margin-left: -15px;
    margin-bottom: -15px;
  }

  .advantage-item {
    width: -moz-calc(33.3333% - 15px);
    width: calc(33.3333% - 15px);
    margin-left: 15px;
    margin-bottom: 15px;
  }

  .benefits-treatment {
    margin-left: -15px;
    margin-bottom: -15px;
  }

  .benefits-treatment-item {
    width: -moz-calc(33.3333% - 15px);
    width: calc(33.3333% - 15px);
    margin: 0 0 15px 15px;
    padding: 15px;
  }

  .safety-row {
    margin-left: -15px;
    margin-bottom: -15px;
  }

  .safety-item {
    width: -moz-calc(25% - 15px);
    width: calc(25% - 15px);
    margin: 0 0 15px 15px;
    padding: 15px 15px 20px;
  }

  .treatment-item {
    width: -moz-calc(33.3333% - 20px);
    width: calc(33.3333% - 20px);
  }

  .readings-img {
    margin-right: -80px;
  }

  .landing-promotion {
    padding: 20px;
  }

  .landing-promotion-btn a {
    padding-left: 20px;
    padding-right: 20px;
  }

  .restoration-item {
    width: -moz-calc(33.3333% - 20px);
    width: calc(33.3333% - 20px);
  }

  .passport-sale + .passport-brand {
    padding-top: 10px;
  }

  .passport-subtitle {
    font-size: 14px;
  }

  .passport-subtitle b {
    font-size: 16px;
  }

  .passport-descr {
    font-size: 14px;
  }

  .passport-descr ul li + li {
    margin-top: 5px;
  }

  .passport-installment {
    font-size: 16px;
  }

  .passport-installment i {
    font-size: 20px;
  }

  .passport-installment span {
    font-size: 18px;
  }

  .passport-image {
    padding: 10px;
  }

  .ok-head {
    margin-right: -126px;
  }

  .ok-subtitle {
    font-size: 20px;
    line-height: 1.2;
  }

  .ok-descr {
    font-size: 16px;
  }

  .ok-text {
    padding-bottom: 30px;
  }

  .switch {
    font-size: 16px;
  }
}

@media screen and (max-width: 960px) {
  .page-price-content {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .page-price-sidebar {
    margin-top: 40px;
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .footer-dev {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .darvin-descr {
    padding-right: 0;
    border-right: none;
  }

  .footer-dev-left {
    max-width: none;
  }

  .footer-dev-right {
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }

  * + h1,
  * + h2,
  * + h3,
  * + h4,
  * + h5,
  * + h6,
  * + .h1,
  * + .h2,
  * + .h3,
  * + .h4,
  * + .h5,
  * + .h6 {
    margin-top: 20px;
  }

  h1,
  .h1 {
    font-size: 30px;
  }

  h2,
  .h2 {
    font-size: 30px;
  }

  h3,
  .h3 {
    font-size: 22px;
  }

  h4,
  .h4 {
    font-size: 16px;
  }

  h5,
  .h5 {
    font-size: 16px;
  }

  [type="text"],
  [type="email"],
  [type="tel"],
  [type="password"],
  [type="number"],
  [type="url"],
  [type="search"] {
    height: 50px;
  }

  .videoadapt-wrap + p,
  .videoadapt-wrap + div,
  .videoadapt-wrap + span,
  .videoadapt-wrap + ul,
  .videoadapt-wrap + figure,
  .videoadapt-wrap + ol {
    margin-top: 20px;
  }

  * + .videoadapt-wrap {
    margin-top: 20px;
  }

  .btn-gray {
    font-size: 16px;
    min-height: 50px;
  }

  .btn-blue {
    font-size: 16px;
    min-height: 50px;
  }

  .header .uk-active .header-top {
    padding: 20px 0 15px;
    position: relative;
  }

  .header .uk-active .header-top:before {
    content: '';
    border-bottom: 5px solid #E8EEFA;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
  }

  .site-logo {
    max-width: 220px !important;
  }

  .header-top {
    padding: 30px 0;
    min-height: 1px;
  }

  .header-top .header-clinic,
  .header-top .header-whatsapp,
  .header-top .header-contacts {
    display: none !important;
  }

  .main-menu {
    display: block;
    margin-left: 0;
    padding: 0;
  }

  .main-menu > li {
    margin-left: 0;
  }

  .offcanvas-bottom {
    border-top: 1px solid #D9D9D9;
    margin-top: 30px;
    padding-top: 30px;
  }

  .offcanvas-bottom .header-clinic-inner {
    width: 100%;
  }

  .offcanvas-bottom .header-whatsapp span {
    width: 100%;
  }

  .offcanvas-bottom .header-whatsapp {
    border-top: 1px solid #D9D9D9;
    margin-top: 30px;
    padding-top: 30px;
  }

  .offcanvas-bottom .header-contacts {
    text-align: left;
    margin-top: 15px;
  }

  .offcanvas-bottom .header-shelude b {
    display: inline;
  }

  .offcanvas-bottom .header-phone {
    margin-top: 7px;
  }

  .offcanvas-bottom .header-phone a {
    font-size: 20px;
  }

  .offcanvas-bottom .header-consult-link {
    margin-top: 5px;
    font-size: 12px;
  }

  .offcanvas-bottom .header-clinic-item + .header-clinic-item:before {
    display: none;
  }

  .offcanvas-bottom .header-clinic-item + .header-clinic-item {
    margin-top: 10px;
  }

  .offcanvas-bottom .header-clinic-item {
    padding: 10px 18px !important;
    border-radius: 10px;
    background: #F4F7FF;
  }

  .offcanvas-bottom .header-clinic-inner {
    margin-bottom: 15px;
  }

  .main-menu > .menu-item-has-children {
    display: block;
    position: relative;
  }

  .main-menu > li > a {
    padding: 0;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-menu > li > .sub-menu-wrap {
    position: static;
    max-height: none;
    margin-top: 15px;
    padding: 20px 15px;
    margin-bottom: 20px;
  }

  .mega-menu > .sub-menu-wrap > .sub-menu {
    margin: 0 0 -20px;
    padding: 0;
    display: block;
  }

  .mega-menu > .sub-menu-wrap > .sub-menu > :not(.menu-subtitle) {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .main-menu > li + li {
    margin-top: 10px;
  }

  .menu-subtitle {
    display: none;
  }

  .mega-menu a.menu-image-title-after {
    font-size: 16px;
  }

  .main-menu > .menu-item-has-children:not(.mega-menu) > .sub-menu-wrap a {
    font-size: 14px;
  }

  .mega-menu .menu-image {
    width: 20px;
    max-height: 20px;
  }

  .main-menu .sub-menu .sub-menu {
    margin-left: 28px;
    font-size: 14px;
  }

  .mega-menu a.menu-image-title-after + * {
    margin-top: 10px;
  }

  .mega-menu .sub-menu .sub-menu a:before,
  .main-menu > .menu-item-has-children:not(.mega-menu) > .sub-menu-wrap a:before {
    height: 5px;
    width: 5px;
  }

  .mega-menu .sub-menu .sub-menu a,
  .main-menu > .menu-item-has-children:not(.mega-menu) > .sub-menu-wrap a {
    padding-left: 12px;
  }

  .main-menu > li > a b {
    position: relative;
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    top: 0;
    margin-left: 5px;
  }

  .main-menu > .menu-item-has-children > .ico-menu {
    position: absolute;
    right: 0;
    top: 1px;
  }

  .main-menu > .menu-item-has-children:not(.mega-menu) > .sub-menu-wrap {
    width: 100%;
  }

  .section {
    margin: 60px 0;
  }

  .main-slider:before {
    width: 300px;
    height: 337px;
    left: 0;
    right: 0;
    margin: 58px auto 0;
  }

  .main-page-slide {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-slide-left {
    width: 100%;
    padding-top: 0;
    display: contents;
  }

  .main-page-next,
  .main-page-prev {
    display: none;
  }

  .main-slider {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .main-slide-title {
    margin-right: 0;
    font-size: 30px;
  }

  .main-slide-subtitle {
    font-size: 18px;
  }

  .main-slide-right {
    padding-left: 0;
    width: 100%;
    max-width: none;
  }

  .main-page-slider .swiper-pagination {
    position: static;
    margin-top: 30px;
  }

  .main-slide-top {
    width: 100%;
  }

  .main-slide-descr-2 {
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    width: 100%;
  }

  .main-slide-bottom {
    margin-top: 0;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-slide-wt {
    display: none;
  }

  .main-slide-photo-bot .main-slide-right {
    margin: auto auto 0;
    max-width: 387px;
  }

  .main-slide-photo-mid .main-slide-right {
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px auto;
  }

  .main-slide-photo-mid .main-slide-right img {
    width: 100%;
    max-width: 300px;
    max-height: 300px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .main-slide-price-cur {
    font-size: 35px;
  }

  .main-page-slider {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-slide-photo-mid .main-slide-middle {
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .slide-big-title {
    font-size: 14px;
  }

  .main-slide-price {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .main-slide-price-old {
    top: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .section-top + * {
    margin-top: 30px;
  }

  .front-page-catalog {
    margin-bottom: -10px;
    margin-left: -10px;
  }

  .front-page-catalog-item {
    margin-bottom: 10px;
    margin-left: 10px;
    width: -moz-calc(33.3333% - 10px);
    width: calc(33.3333% - 10px);
  }

  .parent-category-icon {
    width: 26px;
    margin-right: 10px;
  }

  .parent-category-icon svg {
    max-height: 22px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .prof-col {
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
  }

  .prof-col + .prof-col {
    margin-top: 20px;
  }

  .prof-col-left .prof-item-title {
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .prof-col-left .prof-item-title span {
    margin-right: 0;
    text-align: left;
  }

  .prof-col-left .prof-item-title i {
    margin-right: 10px;
  }

  .prof-col-right .prof-item-title i {
    margin-right: 10px;
  }

  .section-prof {
    padding: 30px 0;
  }

  .prof-image {
    border-radius: 20px;
  }

  .prof-item-title {
    font-size: 14px;
  }

  .prof-item-title span {
    margin-top: 10px;
  }

  .prof-item + .prof-item {
    margin-top: 10px;
  }

  .prof-consult-wrap {
    margin-left: 0;
  }

  .popap-title {
    font-size: 20px;
  }

  .popap {
    padding-left: 25px;
    padding-right: 25px;
  }

  .trust-row {
    margin-bottom: -30px;
  }

  .trust-item {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    margin-bottom: 30px;
  }

  .trust-text h3 {
    font-size: 18px;
  }

  .trust-text h3:not(:first-child) {
    padding-top: 15px;
  }

  .trust-text h3:before {
    font-size: 24px;
    top: -3px;
  }

  .trust-text h3:not(:first-child):before {
    top: 13px;
  }

  .trust-text {
    display: contents;
  }

  .trust-text-inner:last-child {
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .trust-text-inner + .trust-text-inner {
    margin-top: 30px;
  }

  .section-dent {
    padding: 30px 0;
  }

  .doctors-carousel-item-title {
    font-size: 16px;
  }

  .doctors-carousel-item-data {
    font-size: 12px;
    margin-top: 5px;
  }

  .btn-group {
    margin-top: 30px;
  }

  .visit-section-before-form {
    max-width: none;
  }

  .visit-section {
    background: url(../images/zub-bg-mob.svg) #FAFBFD center 52px no-repeat;
  }

  .visit-section-left {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .visit-section-right {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    padding-left: 0;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #D9D9D9;
  }

  .visit-section-right:before {
    display: none;
  }

  .visit-section {
    padding: 30px 15px;
  }

  .visit-section-title {
    font-size: 20px;
  }

  .visit-section-subtitle {
    font-size: 16px;
  }

  * + .visit-section-text {
    margin-top: 20px;
  }

  .visit-section-text,
  .visit-section-before-form {
    font-size: 14px;
  }

  .advantage + .advantage {
    margin-top: 15px;
  }

  .advantages-image,
  .advantages {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .advantages {
    margin-top: 15px;
  }

  .advantage-head {
    padding-left: 15px;
    padding-right: 15px;
  }

  .advantage-text-inner {
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px 0 20px;
    font-size: 14px;
  }

  .advantage-title {
    font-size: 16px;
  }

  .stock-slide {
    margin-top: 20px;
  }

  .stock-carousel {
    margin-top: -50px;
  }

  .reviews-car-btn {
    display: none;
  }

  .dent-offer {
    margin-top: 0;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 300px;
    margin-bottom: -5px;
  }

  .dent-offer-2 {
    margin-top: 10px !important;
    max-width: 450px;
  }

  .dent-offer-icon i:before {
    content: "\e90d";
  }

  .section-blue {
    padding: 30px 0;
  }

  .blog-item-text {
    padding-bottom: 30px;
  }

  .blog-slider-wrap {
    padding: 0;
  }

  .carousel-blog-prev {
    display: none;
  }

  .carousel-blog-next {
    display: none;
  }

  .blog-slider {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 100px;
  }

  .blog-slider .swiper-pagination {
    margin-left: 40px;
  }

  .feature-item {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .feature-title {
    font-size: 18px;
  }

  .get-consult {
    padding: 30px 15px 0;
    background-position: 50% -moz-calc(100% - 6px);
    background-position: 50% calc(100% - 6px);
    background-size: 224px 246px;
  }

  .section-get-consult {
    padding-top: 0;
  }

  .get-consult-image {
    position: static;
    margin: 20px auto 0;
    max-width: 157px;
    width: 100%;
  }

  .form-col {
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
  }

  .get-consult-form .popap-konf {
    max-width: none;
    text-align: center;
    font-size: 12px;
  }

  .faq-item-question {
    font-size: 16px;
    padding: 12px 40px 10px 15px;
    min-height: 51px;
  }

  .faq-item-answer-inner {
    padding: 15px 10px 10px 15px;
  }

  .call-section-title,
  .call-section-subtitle {
    font-size: 20px;
  }

  .call-section-row {
    margin: 0;
  }

  .call-section-left {
    margin: 0;
    display: contents;
  }

  .call-section-right {
    margin: 0;
    width: 100%;
    margin-top: 20px;
  }

  .call-section-bottom {
    width: 100%;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .call-section-top {
    width: 100%;
  }

  .call-section-btn {
    margin-top: 20px;
  }

  .call-section-item + .call-section-item {
    margin-top: 15px;
  }

  .choosing-clinic {
    margin-top: 20px;
  }

  .section-map {
    padding-top: 0;
    margin-bottom: 60px;
  }

  .section-map iframe {
    height: 440px;
  }

  .wrapper-cont {
    position: static;
    margin-top: -156px;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .block-cont-subtitle {
    font-size: 18px;
  }

  .block-cont {
    padding: 30px 15px;
  }

  .address-block-item-icon {
    width: 35px;
    margin-right: 15px;
  }

  .block-cont-top:after {
    width: 100%;
    max-width: none;
  }

  .block-cont-title {
    font-size: 20px;
  }

  .block-cont-bottom,
  .address-block-item + .address-block-item {
    margin-top: 20px;
  }

  .address-block-item-name h6 {
    margin-right: 0;
  }

  .footer-top-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -20px;
  }

  .footer-top-col {
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }

  .footer-bottom {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-bottom-menu {
    margin-top: 15px;
  }

  .rev-slider-item {
    width: 300px;
    padding: 20px 15px;
  }

  .star {
    font-size: 12px;
  }

  .rev-slider-name {
    font-size: 14px;
  }

  .treatment,
  .rev-slider-age {
    font-size: 10px;
  }

  .rev-slider-img {
    margin-right: 6px;
    width: 33px;
    height: 33px;
  }

  * + .experts-reviews {
    margin-top: 30px;
  }

  .experts-reviews-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -30px;
  }

  .experts-reviews-item {
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
    margin-bottom: 30px;
  }

  .experts-review {
    font-size: 14px;
  }

  .experts-reviews-total {
    font-size: 14px;
  }

  .experts-reviews-total i {
    font-size: 19px;
    margin-right: 5px;
  }

  .experts-reviews-logo {
    margin-bottom: 16px;
  }

  .experts-reviews-logo img {
    max-height: 29px;
    width: auto;
  }

  .kwiz .cf7mls_next:not([type="radio"]) {
    font-size: 16px;
    min-height: 50px;
  }

  .kwiz .cf7mls_back {
    font-size: 16px;
  }

  .custom-radio label {
    padding-left: 30px;
  }

  .kwiz-left {
    width: 100%;
    padding-right: 0;
  }

  .kwiz-right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #D9D9D9;
  }

  .kwiz-right:before {
    display: none;
  }

  .kwiz {
    background: url(../images/zub-bg-mob.svg) #FAFBFD center -moz-calc(100% - 40px) no-repeat;
    background: url(../images/zub-bg-mob.svg) #FAFBFD center calc(100% - 40px) no-repeat;
    padding: 30px 15px;
  }

  .radio-image + .radio-image {
    margin-top: 10px;
  }

  .kwiz-final-col {
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
  }

  .kwiz-right-succens-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .kwiz-right-succens-text,
  .kwiz-right-succens-subtitle {
    font-size: 14px;
  }

  .kwiz-right-succens-position {
    margin-top: 15px;
    font-size: 12px;
  }

  .kwiz-right-succens-right {
    display: none;
  }

  .kwiz-right-succens-left {
    max-width: none;
    padding-right: 0;
  }

  .form-succens + .kwiz-right > .kwiz-right-bonuses {
    display: block;
    margin-top: 20px;
  }

  .kwiz-right-bonuses-title span {
    display: none;
  }

  .kwiz-right-bonuses-title b {
    font-weight: normal;
    display: block;
  }

  .form-succens + .kwiz-right {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }

  .form-succens + .kwiz-right .kwiz-right-image {
    margin-right: 15px;
  }

  .form-succens + .kwiz-right .kwiz-right-image img {
    border-radius: 5px;
  }

  .error-bread {
    display: none;
  }

  .error-page {
    border-top: 5px solid #E8EEFA;
    padding-top: 17px;
    margin-bottom: 30px;
  }

  .error-left {
    width: 100%;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .error-title {
    margin-right: 0;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .error-descr {
    min-width: 1px;
    max-width: none;
    font-size: 16px;
  }

  .error-right {
    margin-left: auto;
  }

  .error-btn {
    margin-top: 30px;
  }

  .inner-content:last-child {
    margin-bottom: 60px;
  }

  .breadcrumbs-wrap {
    border-top: 5px solid #E8EEFA;
    padding: 15px 0 20px;
    font-size: 12px;
  }

  .divider {
    font-size: 8px;
  }

  .service-item {
    width: -moz-calc(33.3333% - 15px);
    width: calc(33.3333% - 15px);
  }

  .category-sidebar,
  .category-content {
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
  }

  .category-content {
    font-size: 14px;
    margin-top: 30px;
  }

  .doctors-row {
    margin-left: -15px;
    margin-bottom: -15px;
  }

  .doctors-col-3 > .doctors-item {
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
  }

  .doctors-item {
    margin: 0 0 15px 15px;
  }

  .service-top-img {
    width: 100%;
  }

  .service-top-descr {
    width: 100%;
    padding: 30px 20px;
  }

  .service-title {
    text-align: center;
  }

  .service-difference {
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .service-difference-text {
    font-size: 14px;
    -ms-grid-row-align: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .service-difference-icon {
    width: 25px;
  }

  .service-difference-icon .icomoon-calendar {
    font-size: 27px;
  }

  .service-difference-icon .icomoon-check {
    font-size: 19px;
  }

  .service-top-bottom {
    margin-top: 30px;
  }

  .load-block {
    font-size: 14px;
    padding: 10px;
  }

  .filter .facetwp-radio {
    font-size: 12px;
    padding: 5px 10px;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
  }

  .filter-title {
    position: static;
    margin-bottom: 10px;
  }

  .filter-directions .facetwp-radio:first-child {
    margin-left: 10px;
  }

  .doctors-wrap {
    padding: 30px 0;
    margin-top: 30px;
  }

  .doctors-row-2 .doctors-item {
    width: -moz-calc(50% - 20px) !important;
    width: calc(50% - 20px) !important;
  }

  .filter-stock .facetwp-radio:first-child {
    margin-left: 10px;
  }

  .stock-row .stock-item {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .doctor-page-right {
    display: contents;
    font-size: 14px;
  }

  .doctor-right-top {
    width: 76%;
    padding-left: 15px;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .doctor-right-middle {
    width: 100%;
  }

  .doctor-right-btn {
    width: 100%;
  }

  .doctor-traits {
    margin-top: 10px;
  }

  .doctor-top-block {
    margin-top: 10px;
  }

  .doctor-top-block-title {
    font-size: 12px;
  }

  .doctor-page-name {
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    margin-bottom: 15px;
  }

  .doctor-top-block:first-child {
    margin-top: 0;
  }

  .doctor-page-text {
    font-size: 14px;
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .doctor-sidebar {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .doctor-sidebar-block + .doctor-sidebar-block {
    margin-top: 15px;
  }

  .doctor-sidebar-title {
    font-size: 16px;
  }

  .doctor-sidebar-title:before,
  .doctor-sidebar-title:after {
    width: 15px;
    top: 17px;
  }

  .doctor-sidebar-title span {
    padding: 10px 0 8px;
  }

  .doctor-sidebar-content {
    margin-top: 15px;
  }

  .doctor-sidebar-title,
  .doctor-sidebar-content {
    padding-right: 25px;
  }

  .spec-item {
    font-size: 12px;
  }

  .visit-inner-text {
    font-size: 14px;
    margin-top: 10px;
  }

  .visit-inner-row {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .visit-inner-left {
    margin: 0 0 15px;
  }

  .visit-section {
    background-size: 180px 201px;
    background-position: center 30px;
  }

  .sertificat {
    width: auto !important;
  }

  .carousel-sertificats-btn {
    display: none;
  }

  .sertificats {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sertificat img {
    height: 150px;
    width: auto;
  }

  .about-top-left {
    width: 100%;
    display: contents;
  }

  .about-top-left > * {
    width: 100%;
  }

  .about-top-right {
    margin-left: 0;
    width: 100%;
    max-width: none;
    text-align: center;
    padding: 30px 20px;
  }

  .about-descr {
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 30px;
  }

  .differences-slider {
    padding-left: 100px;
    padding-right: 100px;
  }

  .difference-slide-text {
    padding: 20px 15px;
  }

  .differences-slider-wrap:before,
  .differences-slider-wrap:after {
    display: none;
  }

  .differences-text {
    font-size: 14px;
  }

  .requisites img {
    width: 100%;
    max-width: 300px;
  }

  .requisites table,
  .requisites tr,
  .requisites tbody,
  .requisites td {
    display: block;
    padding: 0;
    width: 100% !important;
  }

  .get-directions a {
    font-size: 14px;
  }

  .one-clinic-left {
    width: 100%;
  }

  .one-clinic-right {
    padding-left: 0;
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 20px;
  }

  .one-clinic-middle {
    margin-top: 15px;
  }

  .one-clinic-btn {
    margin-top: 20px;
  }

  .page-price-top + * {
    margin-top: 20px;
  }

  .price-spoiler {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .price-spoiler-title-outer span {
    font-size: 16px;
  }

  .price-spoiler-title-inner span {
    font-size: 14px;
  }

  .price-spoiler-title-inner b {
    font-size: 16px;
  }

  .price-spoiler-items {
    padding-left: 10px;
  }

  .scrollup {
    width: 40px;
    height: 40px;
    font-size: 26px;
  }

  .sidebar-title {
    font-size: 18px;
  }

  .installment-top-left {
    width: 100%;
  }

  .installment-img {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    max-width: none;
  }

  .installment-title {
    text-align: center;
  }

  .our-advantage {
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
  }

  .category-otzyvy .footer {
    margin-top: 60px;
  }

  .reviews-top {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .reviews-btn {
    margin-top: 15px;
  }

  .reviews-item {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .all-reviews-top {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .all-reviews-top h2 {
    text-align: center;
  }

  .reviews-item-name {
    font-size: 16px;
  }

  .blog-sidebar {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .blog-content {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    margin-top: 60px;
  }

  .single-image {
    margin-left: -20px;
    margin-right: -20px;
  }

  .contacts-page-top {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contacts-col {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .contacts-col + .contacts-col {
    margin-top: 20px;
  }

  .one-clinic-right-inner {
    padding: 0 20px;
  }

  .routes {
    margin-top: 20px;
  }

  .page-template-one-clinic .one-clinic-icon {
    display: none;
  }

  .page-one-clinic-title {
    margin-left: auto;
    margin-right: auto;
  }

  .landing-top {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .landing-top:before {
    width: 300px;
    height: 337px;
    left: 0;
    right: 0;
    margin: 58px auto 0;
  }

  .landing-top + .section,
  .landing-top + .main-content-lp > .section:first-child {
    margin-top: 30px;
  }

  .why-us + .section,
  .why-us + .main-content-lp > .section:first-child {
    margin-top: 30px;
  }

  .landing-top-title {
    margin-right: 0 !important;
  }

  .landing-top-subtitle {
    margin-right: 0 !important;
  }

  .title-big {
    font-size: 30px;
  }

  .subtitle-big {
    font-size: 20px;
  }

  .title-medium {
    font-size: 20px;
  }

  .subtitle-medium {
    font-size: 16px;
  }

  .landing-price-cur {
    font-size: 35px;
  }

  .landing-price-old {
    font-size: 25px;
    top: -5px;
  }

  .landing-top-row {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-top-descr,
  .landing-top-image {
    margin-left: 0;
    width: 100% !important;
  }

  .landing-top-descr {
    display: contents;
  }

  .landing-top-head {
    width: 100%;
  }

  .landing-info {
    width: 100%;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .landing-info-bottom-wide {
    margin-right: 0;
  }

  .landing-top-image {
    text-align: center !important;
    margin-top: 20px;
  }

  .landing-info-bottom {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .landing-btn {
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
  }

  .landing-btn a {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .landing-btn-descr br {
    display: none;
  }

  .landing-details-item {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .carousel-results-item-title {
    font-size: 16px;
  }

  .carousel-results-col {
    margin-top: 20px;
  }

  .carousel-results {
    margin-top: -20px;
  }

  .when-braces-row {
    margin-bottom: 0;
  }

  .when-braces-col {
    font-size: 16px;
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    margin-bottom: 0;
  }

  .braces-tabs-content {
    margin-top: 0;
  }

  .braces-compare-item-head {
    font-size: 18px;
  }

  .braces-tab-button:not(.active) + .braces-tab,
  .braces-control {
    display: none;
  }

  .braces-tab-button {
    padding: 7px 20px 5px;
    min-height: 51px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #E8EEFA;
    color: #090F1B;
    border-radius: 5px;
  }

  .braces-tab-button.active {
    text-decoration: none;
    background: #0094FF;
    color: #fff;
  }

  .braces-item-tab + .braces-item-tab {
    margin-top: 10px;
  }

  .braces-tab {
    margin: 20px 0 10px;
  }

  .braces-tab-text {
    padding-left: 0;
    display: contents;
  }

  .braces-tab-descr {
    width: 67.6666%;
    padding-left: 20px;
  }

  .braces-compare {
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
  }

  .stage-item {
    width: -moz-calc(100% - 25px);
    width: calc(100% - 25px);
  }

  .stage-separator:nth-of-type(2n) {
    display: block;
  }

  .stage-separator i {
    display: block;
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .show-stages-form .stage-separator:nth-last-of-type(1) {
    display: none;
  }

  .stages-form-section {
    padding: 20px;
    background-size: 180px 201px;
    background-position: center 30px;
  }

  .stages-form-title {
    max-width: none;
  }

  .stages-form-descr {
    width: 100%;
    padding-right: 0;
    border-right: none;
    padding-bottom: 20px;
    border-bottom: 2px solid #D9D9D9;
  }

  .stages-form {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }

  .advantage-item {
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
    padding: 15px;
  }

  .advantage-item__with-tooltip {
    padding-right: 40px;
  }

  .advantage-item__with-tooltip [data-toggle="tooltip"] {
    font-size: 20px;
    line-height: 14px;
    margin-top: -10px;
    right: 15px;
  }

  .indications .braces-compare-item-text {
    padding-left: 15px;
  }

  .benefits-treatment-item {
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
  }

  .benefits-treatment-title {
    font-size: 14px;
  }

  .safety-descr {
    font-size: 14px;
  }

  .safety-item {
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
  }

  .sedation-text-form .visit-section-title {
    font-size: 20px;
  }

  .sedation-text-form .dent-offer-2 {
    max-width: 305px;
  }

  .sedation-text-form .dent-offer-2 > div:first-child {
    font-size: 14px;
    padding-top: 0;
  }

  .treatment-row {
    margin-bottom: -20px;
    margin-left: -15px;
  }

  .treatment-item {
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
    margin: 0 0 20px 15px;
  }

  .treatment-title {
    font-size: 14px;
    padding-bottom: 15px;
    min-height: 50px;
  }

  .care-row {
    display: block;
  }

  .care-row::after {
    display: block;
    content: "";
    clear: both;
  }

  .care-image {
    float: left;
    margin: 0 20px 10px 0;
  }

  .care-descr {
    padding-left: 0;
    width: auto;
  }

  .care-descr .section-top {
    max-width: none !important;
  }

  .need-descr {
    display: block;
  }

  .readings-row {
    display: block;
  }

  .readings-row::after {
    display: block;
    content: "";
    clear: both;
  }

  .readings-image {
    float: right;
    margin: 0 0 10px 20px;
  }

  .readings-descr {
    padding-right: 0;
    width: auto;
  }

  .readings-img {
    margin-left: -80px;
    margin-bottom: -30px;
  }

  .removal-options-item {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .after-removal {
    margin-left: 0;
  }

  .after-removal .need-btn {
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-left: auto;
    margin-right: auto;
  }

  .after-removal-left .section-top {
    width: 100%;
    text-align: center;
  }

  .after-removal-left,
  .after-removal-right {
    width: 100%;
    margin-left: 0;
  }

  .after-removal-left {
    display: contents;
  }

  .after-removal-right {
    margin-top: 20px;
  }

  .landing-promotion-row {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .landing-promotion-btn {
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
  }

  .landing-promotion-btn a {
    width: 100%;
  }

  .landing-promotion-title {
    font-size: 16px;
  }

  .landing-promotion-descr {
    font-size: 12px;
  }

  .why-us-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }

  .why-us-item {
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
    margin-bottom: 10px;
  }

  .why-us-title {
    -ms-grid-row-align: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .section-footnote {
    font-size: 12px;
  }

  .section-descr {
    font-size: 14px;
    margin-top: 20px;
  }

  .effect-item {
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
  }

  .recommendations ol span {
    font-size: 16px;
  }

  .veneers-needed-item {
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
  }

  .veneers-needed-item-number {
    font-size: 30px;
  }

  .veneers-needed-row {
    margin-top: 25px;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .veneers-needed-btn {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    text-align: center;
  }

  .restoration {
    margin-left: -15px;
    margin-bottom: -15px;
  }

  .restoration-item {
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
    margin: 0 0 15px 15px;
  }

  .restoration-descr a {
    font-size: 16px;
  }

  .no-hidden-fees-col {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .prices-prosthesis-item {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .prices-prosthesis-icon,
  .prices-prosthesis-top:after {
    max-width: 68px;
  }

  .prices-prosthesis-brand {
    font-size: 20px;
  }

  .prices-prosthesis-top {
    padding: 15px;
  }

  .recovery-right {
    padding-left: 0;
    display: contents;
    width: 100%;
  }

  .recovery-right .section-top {
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 20px;
  }

  .recovery-pay {
    margin-top: 0 !important;
    width: -moz-calc(75% + 15px);
    width: calc(75% + 15px);
    margin-left: -15px !important;
  }

  .recovery-image {
    width: -moz-calc(25% - 15px);
    width: calc(25% - 15px);
    margin-right: 15px;
  }

  .recovery-pay-item {
    padding: 15px 10px;
    width: -moz-calc(33.3333% - 15px);
    width: calc(33.3333% - 15px);
    margin-left: 15px;
    margin-bottom: 15px;
  }

  .recovery-pay-title {
    margin-top: 10px;
  }

  .recovery-pay-icon img {
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .recovery-pay-title {
    font-size: 13px;
  }

  .team-col {
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .team-center {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .landing-sale-name {
    font-size: 16px;
  }

  .landing-sale-price-cur {
    font-size: 28px;
  }

  .landing-sale-price-old {
    font-size: 20px;
  }

  .landing-sale {
    padding-left: 20px;
  }

  .landing-sale-wrap {
    margin: 20px 0;
  }

  .implantation-row {
    display: block;
  }

  .implantation-row::after {
    display: block;
    content: "";
    clear: both;
  }

  .implantation-image {
    float: left;
    margin: 0 15px 10px 0;
    width: 40%;
  }

  .implantation-descr {
    width: auto;
    padding: 20px;
  }

  .implantation-img {
    margin-bottom: 0;
    margin-top: -15px;
  }

  .after-text {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }

  .after-text-item {
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
    margin-bottom: 10px;
  }

  .after-photo-row {
    margin-top: 30px;
  }

  .passport-item {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .carousel-care {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 120px;
  }

  .swiper-care-descr {
    margin-top: 10px;
  }

  .swiper-care-experience {
    font-size: 12px;
  }

  .swiper-care-rev-title {
    font-size: 16px;
  }

  .footer-dev-wrap {
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .footer-dev-right {
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-top {
    padding-bottom: 20px;
  }

  .seats-left-inner {
    background-size: 180px 201px;
    background-position: center 30px;
  }

  .online-consult-price-title {
    font-size: 26px;
  }

  .online-consult-title h1 {
    font-size: 30px;
  }

  .ok-row {
    display: block;
  }

  .ok-row::after {
    display: block;
    content: "";
    clear: both;
  }

  .ok-image {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
  }

  .ok-text {
    width: auto;
  }

  .ok-head {
    margin-right: 0;
  }

  .ok-descr,
  .ok-btn {
    margin-top: 20px;
  }

  .ok-head h1 {
    font-size: 35px;
  }

  .ok-subtitle {
    font-size: 16px;
  }

  .ok-descr {
    font-size: 14px;
  }

  .page-template-spasibo-za-oplatu .error-bread {
    display: block;
  }

  .switch {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .interiors-btn {
    display: none;
  }

  .interiors-gal a {
    margin-top: 10px;
    margin-right: 10px;
  }

  .festive-plaque {
    font-size: 16px;
  }

  .cover-mobile {
    background-size: cover;
  }

  .page-portfolio-info:not(:first-child) {
    margin-top: 15px;
  }

  .page-portfolio-info-title {
    font-size: 14px;
  }

  .page-portfolio-info-data {
    font-size: 16px;
  }

  .page-portfolio-doctors {
    margin-top: 20px;
  }

  .page-portfolio-right-inner {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    margin-left: 20px;
  }

  .page-portfolio-right {
    display: contents;
  }

  .page-portfolio-left {
    position: static;
    top: 0;
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .page-portfolio-title {
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    margin-left: 20px;
  }

  .page-portfolio-photos {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
  }

  .page-portfolio-photos .page-portfolio-photo {
    margin-left: 15px;
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
  }

  .page-portfolio-title {
    padding-bottom: 15px;
  }

  .page-portfolio-title h1 {
    font-size: 25px;
  }

  .other-works-head {
    margin-bottom: 20px;
  }

  .portfolio-row .portfolio-item {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .filter-portfolio-wrap {
    margin-bottom: 30px;
  }

  .filter-portfolio {
    margin-left: -15px;
    margin-bottom: -15px;
  }

  .filter-portfolio .facetwp-radio {
    margin-left: 15px;
    margin-bottom: 15px;
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
  }

  .filter-portfolio-filters {
    width: 50%;
    padding-left: 15px;
    margin-bottom: 15px;
  }

  .facetwp-pager > .facetwp-page {
    margin-top: 30px;
  }

  .videovizitka-icon {
    width: 20px;
    margin-right: 5px;
  }

  .cookie-window {
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    padding: 14px 45px 15px 20px;
  }

  .cookie-window-close {
    right: 10px;
  }

  .cookie-window-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  .front-page-catalog-item {
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    font-size: 12px;
  }

  .sign-up-clinic-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 15px;
    background: url(../images/zub-bg-mob.svg) no-repeat center -moz-calc(100% - 10px);
    background: url(../images/zub-bg-mob.svg) no-repeat center calc(100% - 10px);
  }

  .sign-up-clinic-row .popap-title {
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 20px;
  }

  .sign-up-clinic-left {
    width: -moz-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }

  .sign-up-clinic-left img {
    height: auto;
    max-height: 440px;
  }

  .sign-up-clinic-right {
    width: 100%;
    padding: 15px 15px 30px;
    display: contents;
  }

  .sign-up-clinic-right > div {
    display: contents;
  }

  .sign-up-clinic-popap {
    width: 488px !important;
  }

  .sign-up-clinic-subtitle {
    margin-top: 40px;
  }

  .number-item {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .number-item:first-child {
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .number-item:nth-child(2) .number {
    min-width: 126px;
  }

  .number-item:nth-child(3) .number {
    min-width: 140px;
  }

  .number-item:nth-child(4) .number {
    min-width: 112px;
  }

  .number {
    min-width: 1px;
  }

  .cat-block {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .service-item {
    min-height: 50px;
  }

  .service-item {
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
  }

  .service-item-title {
    font-size: 12px !important;
  }

  .category-menu-title,
  .service-descr__h3 {
    font-size: 20px;
  }

  .differences-slider {
    padding-left: 50px;
    padding-right: 50px;
  }

  .price-spoiler-control li {
    width: -moz-calc(33.3333% - 10px);
    width: calc(33.3333% - 10px);
  }

  .review-video {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .review-video-descr {
    margin-top: 10px;
  }

  .indications .braces-compare-item {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .indications .braces-compare-item + .braces-compare-item {
    margin-top: 20px;
  }

  .recovery-image {
    width: -moz-calc(50% - 7px);
    width: calc(50% - 7px);
    margin-bottom: 15px;
    margin-right: 7px;
  }

  .recovery-pay-item {
    width: -moz-calc(50% - 7px);
    width: calc(50% - 7px);
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .recovery-pay-item:nth-child(odd) {
    margin-left: 7px;
  }

  .recovery-pay-item:nth-child(even) {
    margin-right: 7px;
    margin-left: 0;
  }

  .recovery-pay {
    display: contents;
  }
}

@media screen and (max-width: 479px) {
  h1,
  .h1 {
    font-size: 24px;
  }

  h2,
  .h2 {
    font-size: 24px;
  }

  h3,
  .h3 {
    font-size: 18px;
  }

  .parent-category {
    padding: 12px;
  }

  .popap {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }

  .number-text {
    max-width: 190px;
  }

  .btn-group {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .btn-group > * {
    max-width: 300px;
  }

  .condition-item {
    width: -moz-calc(100% - 10px) !important;
    width: calc(100% - 10px) !important;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .condition-item:nth-child(1) .condition-text {
    max-width: 142px;
  }

  .condition-item:nth-child(2) .condition-text {
    max-width: 114px;
  }

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

  .stock-item-subtitle {
    font-size: 10px;
  }

  .stock-item-middle {
    min-height: 1px;
  }

  * + .stock-item-middle {
    margin-top: 8px;
  }

  * + .stock-item-bottom {
    margin-top: 8px;
  }

  .choosing-clinic-col {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .footer-top-col:nth-child(1),
  .footer-top-col:nth-child(4) {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .footer-top-col:nth-child(2) {
    width: -moz-calc(60% - 20px);
    width: calc(60% - 20px);
  }

  .footer-top-col:nth-child(3) {
    width: -moz-calc(40% - 20px);
    width: calc(40% - 20px);
  }

  .foot-menu-service .sub-menu {
    font-size: 12px;
  }

  .kwiz-fields-50 {
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
  }

  .cf7mls-btns {
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .cf7mls-btns > * + * {
    margin-bottom: 15px;
  }

  .kwiz .cf7mls_next {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    max-width: 270px;
  }

  .kwiz .fieldset-cf7mls:last-child .cf7mls_back {
    display: block;
    width: 52px;
    margin-left: auto;
    margin-right: auto;
  }

  .kwiz-right-row {
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .kwiz-right-succens-subtitle {
    font-size: 12px;
  }

  .kwiz-right-succens-position {
    margin-top: 5px;
  }

  .form-succens + .kwiz-right .kwiz-right-image {
    margin-right: 10px;
  }

  .error-image {
    margin-right: -30px;
    margin-left: 30px;
  }

  .service-item {
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
  }

  .doctors-col-3 > .doctors-item {
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
  }

  .btn-group-inner {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .btn-group-inner > * {
    max-width: 300px;
  }

  .service-title {
    font-size: 20px;
  }

  .service-top-bottom {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .service-btn {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .doctors-row-2 .doctors-item {
    width: -moz-calc(100% - 20px) !important;
    width: calc(100% - 20px) !important;
  }

  .stock-row .stock-item-img {
    width: 40%;
  }

  .stock-row .stock-item-descr {
    width: 60%;
  }

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

  .stock-row .stock-item-old-price {
    font-size: 10px;
  }

  .stock-row .stock-item-price {
    font-size: 16px;
  }

  .stock-row .stock-item-icon {
    width: 20px;
    margin-left: 10px;
  }

  .stock-row .stock-item-descr {
    padding: 10px;
  }

  .stock-row * + .stock-item-bottom {
    margin-top: 10px;
  }

  .differences-slider {
    padding-left: 30px;
    padding-right: 30px;
  }

  .one-clinic-btn > a {
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
  }

  .one-clinic-icon {
    width: 30px;
    margin-right: 10px;
  }

  .one-clinic-middle .call-section-item i {
    font-size: 30px;
    margin-right: 10px;
  }

  .one-clinic-title {
    font-size: 18px;
  }

  .price-spoiler-control li {
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
  }

  .find-cost .sidebar-text p {
    max-width: 166px;
  }

  .zero-percent .sidebar-text p {
    max-width: 200px;
  }

  .thirteen-percent .sidebar-text p {
    max-width: 208px;
  }

  .our-advantage {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .add-reviews-switcher {
    padding: 0 80px;
  }

  .reviews-item {
    padding: 20px 15px;
  }

  .rev-switch-on span,
  .rev-switch-off span {
    width: 80px;
    font-size: 14px;
    line-height: 1.1;
    top: 7px;
  }

  .rev-switch-on span {
    left: -110px;
    text-align: right;
  }

  .rev-switch-off span {
    right: -110px;
    text-align: left;
  }

  .reviews-item-treatment a {
    padding: 3px 10px;
  }

  .reviews-item-img {
    width: 35px;
    height: 35px;
  }

  .reviews-item-date {
    font-size: 10px;
    top: 10px;
    right: 18px;
  }

  .reviews-item-name {
    font-size: 14px;
  }

  .reviews-item-age {
    font-size: 10px;
  }

  .reviews-item-treatment,
  .reviews-item-short-descr {
    margin-top: 10px;
  }

  .reviews-doctor {
    margin-top: 15px;
  }

  .reviews-doctor-img {
    width: 40px;
    margin-right: 10px;
  }

  .page-blog-item {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .single-data {
    font-size: 10px;
  }

  .single-data i {
    font-size: 16px;
    margin-right: 5px;
  }

  .single-data .icomoon-view {
    font-size: 8px;
  }

  .routes-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .route-item {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .when-braces-col {
    font-size: 14px;
  }

  .braces-compare-item {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .braces-compare-item + .braces-compare-item {
    margin-top: 20px;
  }

  .braces-tab-row {
    display: block;
  }

  .braces-tab-row::after {
    display: block;
    content: "";
    clear: both;
  }

  .braces-tab-image {
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
  }

  .braces-tab-descr {
    width: auto;
    padding-left: 0;
  }

  .advantage-item {
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
  }

  .benefits-treatment-item {
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
  }

  .safety-item {
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
  }

  .treatment-title {
    padding: 10px;
    font-size: 12px;
  }

  .big-button {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .after-removal .need-btn {
    width: 100%;
  }

  .why-us-title {
    font-size: 12px;
  }

  .why-us-title br {
    display: none;
  }

  .why-us-icon {
    margin-right: 10px;
  }

  .why-us-icon i {
    font-size: 25px;
  }

  .effect-item {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .veneers-needed-item {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .restoration-item {
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
    margin: 0 0 15px 15px;
  }

  .recovery-bottom {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
  }

  .recovery-call-btn {
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
  }

  .recovery-call-icon img {
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 60px;
  }

  .recovery-call-icon {
    margin-bottom: 20px;
  }

  .team-center-item {
    width: -moz-calc(16.6666% - 10px);
    width: calc(16.6666% - 10px);
  }

  .team-row {
    margin-left: -10px;
  }

  .team-col {
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-left: 10px;
  }

  .team-center {
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
    margin-left: 10px;
  }

  .landing-sale-image {
    right: -15px;
    width: 30%;
  }

  .landing-sale-name {
    font-size: 14px;
  }

  .landing-sale-price-cur {
    font-size: 20px;
  }

  .landing-sale-price-old {
    font-size: 16px;
  }

  .landing-sale-prices {
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .landing-sale-name b {
    font-size: 12px;
  }

  .after-text-item {
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
  }

  .after-text-descr {
    font-size: 12px;
  }

  .after-text-descr br {
    display: none;
  }

  .after-text-icon {
    margin-right: 10px;
  }

  .after-text-icon i {
    font-size: 25px;
  }

  .after-photo-item {
    width: 100%;
  }

  .passport-image,
  .passport-text,
  .passport-bottom-left,
  .passport-bottom-right {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .passport-image {
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 15px;
  }

  .passport-installment,
  .passport-bottom-right {
    margin-top: 10px;
  }

  .carousel-care {
    padding-right: 60px;
  }

  .swiper-care-row {
    margin-left: -10px;
    margin-bottom: -10px;
  }

  .swiper-care-row + .swiper-care-row {
    margin-top: 15px;
  }

  .swiper-care-col {
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-left: 10px;
    margin-bottom: 10px;
  }

  .swiper-care-rev,
  .swiper-care-btn {
    margin-top: 15px;
  }

  .swiper-care-image {
    width: -moz-calc(30% - 10px);
    width: calc(30% - 10px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .swiper-care-image + .swiper-care-col {
    width: -moz-calc(70% - 10px);
    width: calc(70% - 10px);
  }

  .footer-dev-left {
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .darvin-logo img {
    width: 103px;
  }

  .darvin-descr {
    max-width: 172px;
  }

  .footer-dev-right {
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-konf {
    margin-top: 10px;
  }

  .online-consult-price-title {
    font-size: 16px;
    position: relative;
    top: -7px;
    font-weight: bold;
  }

  .online-consult-text .landing-price {
    margin-left: -15px;
  }

  .online-consult-text .landing-price > * {
    margin-left: 15px;
  }

  .online-consult-title h1 {
    font-size: 26px;
  }

  .ok-head h1 {
    font-size: 30px;
  }

  .portfolio-doctors-item {
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
  }

  .facetwp-filter-icon {
    display: none;
  }

  .filter-portfolio .facetwp-counter {
    left: 15px;
  }

  .filter-portfolio .facetwp-radio {
    font-size: 14px;
  }
}

@media screen and (max-width: 375px) {
  .number-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 374px) {
  .page-template-zuby-za-den .prof-consult-title span br {
    display: none;
  }
}

@media screen and (max-width: 359px) {
  .front-page-catalog-item {
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
  }

  .treatment-item {
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contacts-page-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -20px;
  }

  .contacts-page-top .call-section-item {
    margin-bottom: 20px;
  }

  .our-dent-inner .visit-section {
    background: url(../images/zub-bg-mob.svg) #FAFBFD center 52px no-repeat;
  }

  .our-dent-inner .visit-section-left {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .our-dent-inner .visit-section-right {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    padding-left: 0;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #D9D9D9;
  }

  .our-dent-inner .visit-section-right:before {
    display: none;
  }

  .our-dent-inner .visit-section {
    padding: 30px 15px;
  }

  .our-dent-inner .visit-section-title {
    font-size: 20px;
  }

  .our-dent-inner .visit-section-subtitle {
    font-size: 16px;
  }

  .our-dent-inner * + .visit-section-text {
    margin-top: 5px;
  }

  .our-dent-inner .visit-section-text,
  .our-dent-inner .visit-section-before-form {
    font-size: 14px;
  }

  .our-dent-inner .dent-offer {
    max-width: 300px;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .our-dent-inner .dent-offer-icon i:before {
    content: "\e90d";
  }
}

@media screen and (min-width: 768px) and (max-width: 1240px) {
  .our-dent-inner .dent-offer {
    margin-top: -10px;
  }

  .our-dent-inner .visit-section-title {
    font-size: 24px;
  }

  .our-dent-inner .visit-section-subtitle {
    font-size: 18px;
  }

  .after-text-item:first-child {
    width: 27%;
  }

  .after-text-item:nth-child(2) {
    width: 44%;
  }

  .after-text-item:last-child {
    width: 29%;
  }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .sidebar-block-wrap {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-bottom: -20px;
  }

  .sidebar-block-wrap .sidebar-block {
    width: -moz-calc(33.3333% - 20px);
    width: calc(33.3333% - 20px);
    margin: 0 0 20px 20px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sidebar-text {
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .zero-percent .sidebar-text {
    padding-right: 30%;
  }
}

@media screen and (min-width: 1391px) and (max-width: 1469px) {
  .page-template-blesk .landing-top-img {
    margin-left: -153px;
    margin-right: -20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page-portfolio-title h1 {
    font-size: 30px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .portfolio-doctors-item {
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
  }
}