﻿/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.tooltip,
button,
select {
  text-transform: none;
}

hr,
img,
legend {
  border: 0;
}

/* article, */
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
table {
  display: block;
}

legend,
td,
th {
  padding: 0;
}

body,
figure {
  margin: 0;
}

.header-logo img,
.header-logo svg,
.img-thumbnail {
  max-width: 100%;
}

.fancybox-nav,
html {
  -webkit-tap-highlight-color: transparent;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

b,
optgroup,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

.img-thumbnail,
body {
  background-color: #fff;
}

.btn,
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-success.active,
.btn-success:active,
.btn-warning.active,
.btn-warning:active,
.btn.active,
.btn:active,
.open>.btn-danger.dropdown-toggle,
.open>.btn-default.dropdown-toggle,
.open>.btn-info.dropdown-toggle,
.open>.btn-primary.dropdown-toggle,
.open>.btn-success.dropdown-toggle,
.open>.btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-orange {
  display: block;
  width: 100%;
  max-width: 357px;
  height: 58px;
  background: #34334F;
  border: none;
  border-radius: 50px;
  padding: 17px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  transition: all .3s;
}

.btn-orange:hover {
  color: #fff;
  background: #43434f;
}

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

.btn,
.caret,
img {
  vertical-align: middle;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

hr {
  box-sizing: content-box;
  height: 0;
}

pre,
textarea {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

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

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

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

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

*,
.bootstrap-select.btn-group .dropdown-menu,
.bs-actionsbox,
.bs-donebutton,
.main-flexslider,
.page-text,
:after,
:before {
  box-sizing: border-box;
}

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  overflow-x: auto;
}

table tbody,
table thead {
  display: table;
}

html {
  font-size: 10px;
}

body {
  font-size: 14px;
  line-height: 1.42857;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a:focus,
a:hover {
  text-decoration: underline;
}

a:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.1;
  color: inherit;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}

.h1,
h1 {
  font-size: 30px;
  line-height: 1.2;
}

.h2,
h2 {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}

.h3,
h3 {
  font-size: 24px;
  font-weight: 500;
  color: #31393F;
  margin-bottom: 32px;
}

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

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

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

/* 
h1 {
  font-size: 54px;
  line-height: 63px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 35px;
    line-height: normal;
  }
}

h2 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  text-align: center;
  font-size: 40px;
  line-height: 48px;
}

@media (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: normal;
  }
}

.page h3 {
  font-size: 26px;
  line-height: 120%;
  font-weight: 700;
  color: #31393F;
  margin-bottom: 32px;
}

h4 {
  font-size: 24px;
  line-height: 29px;
} */

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

dt,
kbd kbd {
  font-weight: 700;
}

address,
dd,
dt,
pre {
  line-height: 1.42857;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

.small,
small {
  font-size: 85%;
}

.mark,
mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

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

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

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

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:focus,
a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

dl,
ol,
ul {
  margin-top: 0;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child,
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

address,
dl {
  margin-bottom: 20px;
}

ol,
ul {
  margin-bottom: 10px;
}

.list-inline {
  margin-left: -5px;
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

.spanl {
  color: #31393F;
}

.spanr {
  color: #31393F;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }

}

abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  margin: 0 0 20px;
}

blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}

code,
kbd {
  padding: 2px 4px;
  font-size: 90%;
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: "\00A0 \2014";
}

address {
  font-style: normal;
}

code,
kbd,
pre,
samp {
  /* font-family: Menlo, Monaco, Consolas, "Courier New", monospace; */
  font-family: 'Manrope', sans-serif;
}

.tooltip,
body {
  /* font-family: "PT Sans", sans-serif; */
  font-family: 'Manrope', sans-serif;
}

code {
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}

.btn,
.btn-link,
.dropdown-menu>li>a,
.tooltip {
  font-weight: 400;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

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

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {

  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

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

  .col-sm-5 {
    width: 41.66667%;
  }

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

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {

  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

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

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {

  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

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

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.btn-block,
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}

.btn.active,
.btn:active {
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default.focus,
.btn-default:focus {
  color: #fff;
  background-color: #43434f;
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.btn-default.dropdown-toggle {
  color: #fff;
  background-color: #43434f;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
  color: #fff;
  background-color: #43434f;
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  border-radius: 0;
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px 8px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm,
.btn-xs {
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-sm {
  padding: 5px 10px 3px;
}

.btn-block {
  display: block;
}

.btn-block+.btn-block {
  margin-top: 5px;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown,
.dropup {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 15px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu-right,
.dropdown-menu.pull-right {
  left: auto;
  right: 0;
}

.dropdown-header,
.dropdown-menu>li>a {
  display: block;
  padding: 5px 15px;
  /* white-space: nowrap; */
}

.dropdown-header,
.tooltip {
  line-height: 1.42857;
  font-size: 12px;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  line-height: 1.42857;
  color: #333;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #ebebeb;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-header,
.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover,
.nav>li.disabled>a {
  color: #777;
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

a,
button,
input,
textarea {
  outline: 0 !important;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:after,
.nav:before {
  content: " ";
  display: table;
}

.nav>li,
.nav>li>a {
  position: relative;
  display: block;
}

.nav>li>a {
  padding: 10px 15px;
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills>li {
  float: left;
}

.nav-justified>li,
.nav-stacked>li,
.nav-tabs.nav-justified>li {
  float: none;
}

.nav-pills>li>a {
  border-radius: 4px;
}

.nav-pills>li+li {
  margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {

  .nav-justified>li,
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
  }

  .nav-tabs-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a,
  .nav-tabs.nav-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #fff;
  }
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active,
.tooltip {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  font-style: normal;
  letter-spacing: normal;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  opacity: 0;
  filter: alpha(opacity=0);
}

.flex-control-nav li:before,
ul.dropdown-menu li:before {
  display: none;
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
  max-width: 600px !important;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top .tooltip-arrow {
  left: 50%;
  margin-left: -5px;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  margin-bottom: -5px;
}

.tooltip.top-right .tooltip-arrow {
  left: 5px;
  margin-bottom: -5px;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  left: 50%;
  margin-left: -5px;
}

.tooltip.bottom-left .tooltip-arrow {
  right: 5px;
  margin-top: -5px;
}

.tooltip.bottom-right .tooltip-arrow {
  left: 5px;
  margin-top: -5px;
}

html {
  height: 100%;
}

body {
  position: relative;
  width: 100%;
  min-width: 320px;
  overflow-x: hidden;
  color: #434142;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a,
input[type="text"] {
  -webkit-transition: 0.3s;
}

a {
  color: #43434f;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

.btn,
a:active,
a:focus,
a:hover {
  /* color:#43434f */
}

input[type="text"] {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #c7c7c7;
  border-radius: 3px;
  transition: 0.3s;
}

input[type="text"]:focus,
textarea:focus,
form .form-control:focus {
  /* border: 1px solid #43434f; */
  box-shadow: 0 0 6px 0 #fafaff;
}

textarea {
  width: 100%;
  height: 146px;
  padding: 10px 14px;
  border: 1px solid #c7c7c7;
  border-radius: 3px;
  resize: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
.btn {
  height: 34px;
  position: relative;
}

.bootstrap-select {
  /* width: auto !important; */
  margin: 0 2px 4px;
}

.btn {
  width: auto;
  color: #43434f;
  border: 2px solid #43434f;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 5px;
  background: #fff;
  line-height: 30px;
  padding: 0;
  transition: all 0.3s;
}

.btn .caret {
  border: none;
}

.btn .caret:before {
  font-family: FontMoon, sans-serif;
  font-size: 10px;
}

.icon-gallery-play:before,
.icon-play,
.icon-play:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -15px;
  margin-left: -15px;
  cursor: pointer;
}

.icon-gallery-play:before,
.icon-play:before {
  width: 60px;
  height: 60px;
  background: #43434f;
  font-family: FontMoon, sans-serif;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

ul.dropdown-menu li {
  padding-left: 0 !important;
}

ul.dropdown-menu li a {
  border: none !important;
}

/* container */

.container-general,
.page-container {
  max-width: 1455px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

@media (max-width: 1800px) {

  .container-general,
  .page-container {
    max-width: 1300px;
  }
}

@media (max-width: 600px) {

  .container-general,
  .page-container {
    padding: 0 15px;
  }
}

/* header: */

.header {
  padding: 30px 0 20px;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}

.header-container {
  display: flex;
  justify-content: space-between;
}

.header span {
  font-size: 16px;
  color: #58595F;
  font-weight: 400;
}

.header a {
  position: relative;
  font-size: 18px;
  line-height: 120%;
  color: #43434f;
  font-weight: 600;
}

.header a:hover {
  color: #43434f;
}

.header a.header-phone {
  font-weight: 700;
  color: #434142;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
}

.header a.header-phone:hover {
  color: #43434f;
}

.header-logo {
  max-width: 350px;
  /* width: 100%; */
  height: 100px;
  margin-right: 30px;
  display: flex;
  align-items: center;
}

.header-logo a {
  width: 100%;
  height: 100%;
}

.header-logo img,
.header-logo svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-col {
  padding-left: 40px;
  width: auto;
}

.header-col-title {
  margin: 0 0 9px;
}

.header-phones {
  max-width: 220px;
  margin-left: auto;
}

.header-phones-box,
.mode-time,
.header-adds {
  position: relative;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 7px;
}

.mode-time span {
  font: inherit;
  display: block;
  margin-bottom: 7px;
}

.mode-time span:last-of-type {
  margin-bottom: 0;
}

.header-mode {
  padding-left: 40px;
  max-width: 260px;
  width: auto;
  margin-left: 40px;
}

.header-address {
  padding-left: 40px;
  max-width: 260px;
  width: auto;
  margin-left: 40px;
}

.nav-icon {
  position: absolute;
  left: -43px;
  top: -9px;
  width: 36px;
  height: 36px;
}

.nav-icon svg {
  max-width: 100%;
  max-height: 100%;
  overflow: visible;
}

/* .nav-icon svg path {
  fill: #43434f;
}

.nav-icon svg circle {
  stroke: #43434f;
} */

.header-links {
  margin: 7px 0 0;
  /* letter-spacing: 0.03em; */
}

.header-links+.header-links {
  margin-top: 0;
}

.mode-time {
  margin-bottom: 10px;
}

.site-nav {
  position: relative;
  width: 100%;
  background: #43434f;
  z-index: 100;
}

.site-nav.fix {
  z-index: 1210;
}

.site-nav.fix {
  top: 0;
  position: sticky;
}

.site-nav.fix,
.site-nav-item>ul {
  box-shadow: 0px 22px 30px rgba(95.35, 101.99, 128.56, .2);
}

.site-nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-right: 207px;
}

@media (max-width: 1600px) {
  .header a.header-phone,
  .header-phones-box,
  .mode-time,
  .header-adds {
    font-size: 17px;
  }
}

@media (max-width: 1100px) {
  .site-nav-container {
    padding-right: 171px;
  }
}

@media (max-width: 600px) {
  .site-nav-container {
    padding-right: 125px;
  }
  .header a {
    font-size: 14px;
  }
}

.site-nav-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  /* margin-right: auto; */
}

.site-nav-item {
  position: relative;
  /* margin-right: 5px; */
  display: inline-block;
  font-size: 19px;
  font-weight: 400;
  cursor: pointer;
}

.site-nav-item > .site-toggle {
  position: absolute;
  left: 0;
  top: 115%;
  min-width: 280px;
  padding: 30px 30px 20px;
  list-style: none;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #f5f5f5;
  border-radius: 10px;
  box-shadow: 0px 22px 30px rgba(95.35, 101.99, 128.56, .2);
  width: 592px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
  max-height: 450px;
  overflow: auto;
}

.site-nav-item > .site-toggle::-webkit-scrollbar {
  width: 16px;
  height: 0;
}

.site-nav-item > .site-toggle::-webkit-scrollbar-thumb {
  height: 1px;
  border: 6px solid transparent;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  background-color: #43434f;
}

.site-nav-item > .site-toggle::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

.site-nav-item > .site-toggle::-webkit-scrollbar-corner {
  background-color: transparent;
}

.site-nav-item > .site-toggle::-webkit-scrollbar-track {
  margin: 30px;
}

.site-nav-item > .site-toggle > ul > li {
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-weight: 600;
}

.site-nav-item > .site-toggle > ul > li > a {
  color: #464355;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.site-nav-item > .site-toggle > ul > li > ul {
  margin-top: 26px;
  padding-left: 0;
  list-style: none;
}

.site-nav-item > .site-toggle > ul>li>ul>li {
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.site-nav-item> .site-toggle > ul >li>ul>li a {
  color: #666776;
  line-height: 1.1;
}


.site-nav-item> .site-toggle > ul>li>a:hover, .site-nav-item> .site-toggle > ul>li>ul>li>a:hover {
  color: #43434f;
}

@media (min-width: 992px) {
  .site-nav-item:hover .site-toggle {
      opacity: 1;
      visibility: visible;
  }
}

@media (max-width: 991px) {
  .site-nav-item .site-toggle {
      width: 100%;
      max-height: 100%;
      box-shadow: none;
      transition: none;
  }

  .site-nav-item.active .site-toggle {
    position: static;
    display: block !important;
    opacity: 1;
    visibility: visible;
    padding: 0 0 12px 20px;
    width: 100%;
  }

  .site-nav-item .site-toggle > .site-nav-list {
    overflow: unset;
    box-shadow: none;
    max-height: 100%;
    min-width: 100%;
    top: 0;
    left: 0;
    position: relative;
    display: none;
  }

  .site-nav-item.active .site-toggle > .site-nav-list {
    display: block;
    padding: 0;
    /* margin-bottom: 16px; */
    width: auto;
    background-color: transparent;
  }

  .site-nav-item .site-toggle >ul>li>ul {
    display: none;
  }

  .site-nav-item > .site-toggle > ul > li > a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    padding: 8px 0;
    display: block;
    color: #31393F;
    white-space: normal;
  }

  .site-nav-item > .site-toggle > ul > li {
    margin-bottom: 0;
  }
}


@media (max-width: 1800px) {
  .site-nav-item {
    font-size: 15px;
  }
}

@media (max-width: 1280px) {
  .site-nav-item {
    font-size: 13px;
  }
}

.site-nav-item:last-child {
  margin-right: 0;
}

.site-nav-item.parent {
  /* padding-right: 7px; */
}

.site-nav-item.parent:after {
  content: "\e900";
  position: absolute;
  right: 0;
  top: 19px;
  width: 20px;
  height: 20px;
  transition: all .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: FontMoon, sans-serif;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  display: none;
}

.site-nav-item.active .site-nav-link {
  color: #ffffff;
  text-decoration: underline;
}

.site-nav-item:hover ul {
  opacity: 1;
  visibility: visible;
}

.site-nav-item>ul {
  position: absolute;
  left: 0;
  top: 115%;
  min-width: 360px;
  padding: 35px 45px 50px;
  list-style: none;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  background: #F5F5F5;
}

.site-nav-item.active>ul {
  display: block !important;
}

.site-nav-item>ul>li>a {
  /* white-space: nowrap; */
  color: #434142;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.site-nav-item>ul>li {
  width: 100%;
  margin-bottom: 26px;
  display: inline-block;
  vertical-align: top;
}

.site-nav-item>ul>li>ul {
  margin-top: 26px;
  padding-left: 0;
  list-style: none;
}

.site-nav-item>ul>li>ul>li {
  position: relative;
  /* padding-left: 20px; */
  /* color: #666776; */
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 9px;
}

.site-nav-item>ul>li>ul>li:before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  background: #43434f;

  display: none;
}

.site-nav-item>ul>li>ul>li a {
  color: #666776;
  line-height: 1.1;
}

.site-nav-item>ul.site-nav-two-col {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  width: 637px;
}

.site-nav-link {
  position: relative;
  display: inline-block;
  color: #ffffff;
  padding: 17px 16px 16.5px;
  text-transform: uppercase;
}

@media (max-width: 1440px) {
  .site-nav-link {
    padding: 17px 16px 20px 10px;
  }
}

@media (min-width: 992px) {
  .site-nav-list {
    margin-left: -10px;
  }
}

@media (min-width: 1441px) { 
  .site-nav-list {
    margin-left: -20px;
  }
}

/* .site-nav-item:first-child .site-nav-link {
  padding-left: 1px;
} */

.site-nav-link:hover {
  text-decoration: underline;
}

.site-nav-link:hover,
.site-nav-search-i:hover:before {
  color: #ffffff;
}

.site-nav-mobile-block {
  display: none;
}

.versionforsee-block {
  display: flex;
  margin: 0;
  align-items: center;
  max-width: 140px;
  width: fit-content;
}

.versionforsee-block a {
  display: block;
  height: 100%;
  padding: 12px;
  background: #DCE8E2;
  transition: all .5s ease;
}

.versionforsee-block-image {
  display: none;
  height: 40px;
  width: 40px;
  object-fit: contain;

  fill: #ffffff;
}

.versionforsee-block a:hover {
  background-color: #43434f;
  color: #fff;
}

.versionforsee-block-text {
  color: #2B292A;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.versionforsee-block a:hover .versionforsee-block-text {
  color: #fff;
}

@media (max-width: 1199px) {
  .versionforsee-block a {
    background-color: transparent;
    padding: 12px 8px 12px 0;
  }

  .versionforsee-block a:hover {
    background-color: transparent;
  }

  .versionforsee-block-text {
    display: none;
  }

  .versionforsee-block-image {
    display: block;
  }
}

@media (max-width: 991px) {
  .versionforsee-block a {
    padding: 0 12px;
  }
}

.site-nav-search {}

.site-nav-search-i {
  position: relative;
  cursor: pointer;
}

.site-nav-search-i:before {
  font-style: normal;
  font-size: 20px;
  font-family: FontMoon, sans-serif;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.site-form-search {
  z-index: 999;
}

.mobile-nav-link {
  display: none;
  position: relative;
  width: 24px;
  height: 40px;
  padding-top: 8px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 19H3V17H15V19ZM21 15H3V13H21V15ZM15 11H3V9H15V11ZM21 7H3V5H21V7Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

.navigation-show .mobile-nav-link {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12L19 6.41L17.59 5Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

.navigation-show .mobile-nav-link::after {
  content: 'Закрыть';
  position: absolute;
  left: 27px;
  top: 11px;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  color: #ffffff;
}


.site-form-search {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 206px;
  height: 100%;
  padding: 0;
  background: #43434f;
  transition: all .5s;
}

.site-form-search.active {
  width: 100%;
}

.site-form-search #ya-site-form0 {
  border: none !important;
  padding: 17px 45px 17px 24px !important;
  width: 100% !important;
  height: 100%;
}

.site-form-search #ya-site-form0 table {
  border: none !important;
  overflow: visible;
}

#ya-site-form0 .ya-site-form__form * {
  border: none !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.site-form-search #ya-site-form0 .ya-site-suggest-list {
  background-color: #fff !important;
}

.site-form-search #ya-site-form0 .ya-site-suggest-items {
  padding: 10px 0 !important;
}

html body .site-form-search #ya-site-form0 .ya-site-suggest-elem-link,
html body .site-form-search #ya-site-form0 .ya-site-suggest-elem:link {
  padding: 5px 10px !important;
  font-size: 14px !important;
}

.site-form-search #ya-site-form0 .ya-site-suggest-elem:hover,
html body .site-form-search #ya-site-form0 .ya-site-suggest-elem_state_hover {
  background: #ebebeb !important;
}

.site-form-search #ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
  border: none !important;
  background-color: rgba(0, 0, 0, 0) !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  /* line-height: 23px !important; */
  line-height: 26px !important;
  color: #31393F !important;

  color: #fff !important;
}

.site-form-search #ya-site-form0 .ya-site-form__form .ya-site-form__input-text::placeholder {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 23px !important;
  color: #31393F !important;

  color: #fff !important;

}

.site-form-search #ya-site-form0 .ya-site-form__submit {
  width: 26px !important;
  height: 26px !important;
  font-size: 0 !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-color: #43434f !important;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Search'%3E%3Cpath id='Union' d='M16.7886 15.7114C16.4911 15.4139 16.0089 15.4139 15.7114 15.7114C15.4139 16.0089 15.4139 16.4911 15.7114 16.7886L16.7886 15.7114ZM22.2114 23.2886C22.5089 23.5861 22.9911 23.5861 23.2886 23.2886C23.5861 22.9911 23.5861 22.5089 23.2886 22.2114L22.2114 23.2886ZM10.8333 17.6549C7.06586 17.6549 4.01172 14.6008 4.01172 10.8333H2.48828C2.48828 15.4422 6.22449 19.1784 10.8333 19.1784V17.6549ZM17.6549 10.8333C17.6549 14.6008 14.6008 17.6549 10.8333 17.6549V19.1784C15.4422 19.1784 19.1784 15.4422 19.1784 10.8333H17.6549ZM10.8333 4.01172C14.6008 4.01172 17.6549 7.06586 17.6549 10.8333H19.1784C19.1784 6.22449 15.4422 2.48828 10.8333 2.48828V4.01172ZM10.8333 2.48828C6.22449 2.48828 2.48828 6.22449 2.48828 10.8333H4.01172C4.01172 7.06586 7.06586 4.01172 10.8333 4.01172V2.48828ZM15.7114 16.7886L22.2114 23.2886L23.2886 22.2114L16.7886 15.7114L15.7114 16.7886Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
  cursor: pointer;

  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#ya-site-results {
  max-width: 1455px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}


@media (max-width: 1800px) {

  .header-address,
  .header-mode {
    /* margin-left: 25px; */
  }

  .header-address {
    max-width: 230px;
  }

  /* .header-mode {
    max-width: 250px;
  } */

  /* .header-phones {
    max-width: 200px;
  } */
}

@media (max-width: 1100px) {
  .site-nav-link {
    padding: 17px 8px 20px;
  }

  .site-nav-item.parent:after {
    right: -7px;
  }

  .site-form-search {
    width: 170px;
  }
}

@media (max-width: 991px) {
  .header {
    padding: 15px 0;
    position: sticky;
    top: 0;
  }

  .header.fix {
    top: 0;
    /* position: fixed; */
    z-index: 1210;

    position: sticky;
  }

  .site-nav.fix {
    top: 90px;
    /* position: fixed; */
  }

  .header-container {
    align-items: center;
  }

  .header-logo {
    max-width: 160px;
    height: 60px;
  }

  .header-address,
  .header-mode,
  .header-phones .header-col-title {
    display: none;
  }

  .header-phones {
    width: auto;
    max-width: 100%;
  }

  .header-phones-box {
    margin-bottom: 0;
  }

  .header-phones-box a {
    font-size: 16px;
  }

  .header-phones .header-links {
    text-align: right;
    margin-top: 0;
  }

  .site-nav {
    height: 40px;
    top: 90px;
    position: sticky;
  }

  .mobile-nav-link {
    display: block;
  }

  .site-nav-list {
    display: none;
    position: absolute;
    top: 40px;
    left: -30px;
    width: 100vw;
    max-height: calc(100vh - 100px);
    overflow: auto;
    z-index: 11;
    /* background: #43434f; */
    padding: 0 30px;
    box-shadow: 0 3px 5px rgb(0 0 0 / 13%);
    /* min-width: 320px; */
  }

  .navigation-show .site-nav-list {
    display: block;
  }

  .site-nav-list,
	.site-nav-item > .site-toggle {
		background-color: #fcfcfc;
	}
	
	.site-nav-link,
	.site-nav-item.active .site-nav-link,
	.site-nav-item.parent:after {
		color: #2B292A;
	}

  .site-nav-item {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #31393F;
    position: relative;
  }

  .site-nav-item:after,
  .site-nav-item:before {
    display: none;
  }

  .site-nav-item+.site-nav-item {
    border-top: 0.2px solid rgba(202, 202, 202, .2);
  }

  .site-nav-item.parent:after {
    top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .site-nav-item.parent.active:after {
    /* color: #43434f; */
    transform: rotate(180deg);
  }

  .site-nav-link {
    padding: 14px 0;
    text-transform: none;
  }

  .site-nav-search {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .site-nav-item>ul {
    position: static;
    display: flex;
    flex-wrap: wrap;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    display: none;
    background: #fcfcfc;
    min-width: 0;
    padding: 5px 10px;
    border-radius: 10px;
  }

  .site-nav-item>ul,
  .site-nav-item>ul.site-nav-two-col {
    width: 100%;
    columns: 1;
  }

  .site-nav-item>ul>li {
    margin-bottom: 0;
  }

  .site-nav-item>ul>li>a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    padding: 8px 0;
    display: block;
    color: #31393F;
    white-space: normal;
  }

  .site-nav-item>ul>li>ul {
    display: none;
  }

  .site-form-search #ya-site-form0 {
    padding: 10px !important;
  }

  .site-form-search #ya-site-form0 .ya-site-form__submit {
    width: 19px !important;
    height: 19px !important;
  }

  .site-form-search #ya-site-form0 .ya-site-form__form .ya-site-form__input-text,
  .site-form-search #ya-site-form0 .ya-site-form__form .ya-site-form__input-text::placeholder {
    font-size: 12px !important;
    line-height: 17px !important;
  }

  .navigation-show .site-form-search {
    pointer-events: none;
    background-color: #43434f;
  }

  .navigation-show .site-form-search #ya-site-form0,
  .navigation-show .versionforsee-block {
    display: none;
  }

  .site-nav-mobile-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #fff;
    margin: 0 -30px;
    padding: 20px 30px 30px;
  }

  .site-nav-mobile-block .header-col {
    width: 50%;
    max-width: 100%;
    display: block;
    margin-left: 0;
    padding-left: 0;
  }

  .site-nav-mobile-block .nav-icon {
    position: static;
    margin-bottom: 10px;
    display: block;
  }

  .site-nav-mobile-block .mode-time,
  .site-nav-mobile-block .header-adds,
  .site-nav-mobile-block .header-links {
    font-weight: 700;
  }

  .site-nav-mobile-block .mode-time {
    margin-bottom: 14px;
  }

  .site-nav-mobile-block .header-adds {
    margin-bottom: 18px;
  }

  .site-nav-mobile-block .header-adds span {
    margin-bottom: 7px;
    display: block;
  }

  .site-nav-mobile-block .header-links {
    margin-top: 12px;
  }

  .anchor {
    padding-top: 150px;
    margin-top: -150px;
  }
}

@media (max-width: 767px) {

  .header-address,
  .header-mode {
    display: none;
  }
}

@media (max-width: 600px) {
  .anchor {
    padding-top: 120px;
    margin-top: -120px;
  }

  .navigation-show {
    overflow: hidden;
  }

  .header {
    padding: 8px 0 5px;
  }

  .site-nav.fix {
    top: 61px;
  }

  .header-logo {
    max-width: 150px;
    height: 48px;
    margin-right: 0;
  }

  .header-col {
    padding-left: 26px;
  }

  .header-phones {
    padding-left: 40px;
  }

  .header-phones-box a.header-phone {
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.39px;
  }

  .nav-icon {
    width: 28px;
    height: 28px;
    left: -35px;
    top: -4px;
  }

  .header-phones-box .nav-icon {
    left: -40px;
  }

  .site-nav {
    top: 61px;
  }

  .site-nav-list {
    padding: 0 15px;
    left: -15px;
  }

  .site-form-search {
    width: 125px;
  }

  .site-form-search::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 0;
    height: 100%;
    width: 15px;
    /* background: #ebebeb; */
  }

  .site-nav-mobile-block {
    margin: 0 -15px;
    padding: 20px 15px 30px;
  }

  .site-nav-mobile-block .mode-time,
  .site-nav-mobile-block .header-adds {
    font-size: 13px;
    line-height: 16px;
  }

  .site-nav-mobile-block .header-links,
  .site-nav-mobile-block .header-col-title {
    font-size: 12px;
    line-height: 14px;
  }

  .site-form-search #ya-site-form0 .ya-site-form__submit {
    /* width: 38px !important; */
    right: 10px;
  }
}

/* flexslider: */

@font-face {
  font-family: flexslider-icon;
  src: url(fonts/flexslider-icon.eot);
  src: url(fonts/flexslider-icon.eot?#iefix) format("embedded-opentype"), url(fonts/flexslider-icon.woff) format("woff"), url(fonts/flexslider-icon.ttf) format("truetype"), url(fonts/flexslider-icon.svg#flexslider-icon) format("svg");
  font-weight: 400;
  font-style: normal;
}

.flex-direction-nav a,
.flex-direction-nav a:before {
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-container a:hover,
.flex-slider a:hover {
  outline: 0;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group>.disabled:focus {
  outline: 0 !important;
}

.flex-control-nav,
.flex-direction-nav,
.slides,
.slides>li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.flexslider {
  padding: 0;
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides>li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

/* .no-js .flexslider .slides>li:first-child {
  display: block;
} */

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -moz-user-select: none;
}

.flexslider.work-examples-flexslider>div>ul li a {
  border-bottom: 2px solid #91b082;
}

.flexslider.work-examples-flexslider>div>ul li a:hover {
  border-bottom: 2px solid #43434f;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: flexslider-icon;
  font-size: 40px;
  display: inline-block;
  content: "\f001";
}

.flex-direction-nav a.flex-next:before {
  content: "\f002";
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: flexslider-icon;
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.deals-time:before,
.doctors-flexslider-navigation .flex-next:before,
.footer-address:before,
.footer-phone:before,
.main-doctors-navigation .flex-next:before,
.main-flexslider-navigation .flex-next:before {
  font-family: FontMoon, sans-serif;
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


.doctors-flexslider-navigation .flex-next,
.doctors-flexslider-navigation .flex-prev,
.main-doctors-navigation .flex-next,
.main-doctors-navigation .flex-prev,
.main-flexslider-navigation .flex-next,
.main-flexslider-navigation .flex-prev {
  width: 60px;
  height: 60px;
  background: #43434f;
  border-radius: 50%;
  color: #fff;
  border: none !important;
}

.doctors-flexslider-navigation .flex-next:hover,
.doctors-flexslider-navigation .flex-prev:hover,
.main-doctors-navigation .flex-next:hover,
.main-doctors-navigation .flex-prev:hover,
.main-flexslider-navigation .flex-next:hover,
.main-flexslider-navigation .flex-prev:hover {
  background: #43434f;
}

.doctors-flexslider-navigation .flex-prev:before,
.main-doctors-navigation .flex-prev:before,
.main-flexslider-navigation .flex-prev:before {
  position: absolute;
  width: 60px;
  height: 60px;
  font-family: FontMoon, sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.doctors-flexslider-navigation .flex-next:before,
.main-doctors-navigation .flex-next:before,
.main-flexslider-navigation .flex-next:before {
  position: absolute;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
}

.doctor-consultation a,
.doctor-table-consultation a,
/* .feedback-form .submit, */
.green-button,
.main-doctor-consultation,
.main-slider-enroll a,
.prices-download a,
.prices-table-col .link-more,
.services-advantages-consult a {
  position: relative;
  padding: 0 19px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  /* text-transform: uppercase; */
  background: -webkit-linear-gradient(left, #43434f, #0198d5);
  background: linear-gradient(to right, #43434f, #0198d5);
  border-radius: 50px;
  border: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* .doctor-consultation a:after,
.feedback-form .submit:after,
.green-button:after,
.main-doctor-consultation:after,
.main-slider-enroll a:after,
.prices-download a:after,
.prices-table-col .link-more:after,
.prices-table-col button:after,
.services-advantages-consult a:after {
  position: absolute;
  content: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #43434f;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
} */

.doctor-consultation a:hover,
.doctor-table-consultation a:hover,
.feedback-form .submit:hover,
.green-button:hover,
.main-doctor-consultation:hover,
.main-slider-enroll a:hover,
.prices-download a:hover,
.prices-table-col .link-more:hover,
.services-advantages-consult a:hover {
  color: #fff;
  background: #43434f;
}

.main-slider-enroll a:hover {
  background: #43434f !important;
}

/* .doctor-consultation a:hover:after,
.feedback-form .submit:hover:after,
.green-button:hover:after,
.main-doctor-consultation:hover:after,
.main-slider-enroll a:hover:after,
.prices-download a:hover:after,
.prices-table-col .link-more:hover:after,
.prices-table-col button:hover:after,
.services-advantages-consult a:hover:after {
  opacity: 1;
} */

.doctor-consultation a span,
.doctor-table-consultation a span,
.feedback-form .submit span,
.green-button span,
.main-doctor-consultation span,
.main-slider-enroll a span,
.prices-download a span,
.prices-table-col .link-more span,
.prices-table-col button span,
.services-advantages-consult a span {
  position: relative;
  z-index: 10;
}


.btn-fixed-appointment {
  position: fixed;
  z-index: 20;
  bottom: 40px;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 167px;
  height: 167px;
  border-radius: 50%;
  background-color: #43434f;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  padding: 61px 27px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='167' height='167' viewBox='0 0 167 167' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='83.4998' cy='83.5001' r='67.3387' fill='%2343434f'/%3E%3Cg style='mix-blend-mode:multiply'%3E%3Ccircle cx='83.5' cy='83.5' r='83.5' fill='%23fafaff'/%3E%3C/g%3E%3Ccircle cx='83.5' cy='83.5' r='82.9613' stroke='url(%23paint0_linear_2070_184)' stroke-width='1.07742'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2070_184' x1='121.21' y1='3.77097' x2='102.894' y2='170.232' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0.3'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
  transition: .5s;
}

.btn-fixed-appointment:hover {
  transform: scale(1.1);
}

@media (max-width: 1600px) {
  .btn-fixed-appointment {
    width: 150px;
    height: 150px;
    font-size: 16px;
    padding: 25px;
    bottom: 30px;
    right: 30px;
  }
}

@media (max-width: 600px) {
  .btn-fixed-appointment {
    width: 100px;
    height: 100px;
    font-size: 12px;
    bottom: 20px;
    right: 20px;
  }
}

/* main-slider */

.main-slider {
  position: relative;
  /* max-height: 650px; */
  overflow: hidden;
  /* margin-top: 40px; */
  margin-bottom: 50px;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }

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

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
  }

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

.main-flexslider {
  max-width: 100%;
  width: 100%;
  min-height: 698px;
  height: 0;
  position: relative;
  margin: 0 auto;
  border: none;
  padding-bottom: 0;
  background-color: #fafaff;
  /* background-image: url('/images/banner-empty.jpg'); */
  border-radius: 0px 0px 60px 60px;
  overflow: hidden;
}

.main-flexslider>.flex-viewport {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.main-flexslider>.flex-viewport,
.main-slider .flexslider .slides,
.main-flexslider .slides li {
  height: 100%;
  width: 100%;
}

.main-flexslider .slides li {
  position: relative;
  overflow: hidden;
}


.main-slider-content {
  position: relative;
  top: auto;
  bottom: auto;
  padding: 125px 0 100px;
  margin: 0;
  max-width: 690px;
  width: 100%;
}

.main-slider-title {
  font-size: 52px;
  line-height: 130%;
  margin-bottom: 16px;
  color: #2B292A;
  font-weight: 700;
  text-transform: uppercase;
}

.main-slider-text {
  max-width: 630px;
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  color: #58595F;
  margin-bottom: 60px;
}

.main-slider-img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.main-slider .flexslider .slides img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
}

.main-slider-enroll {
  margin-top: 42px;
}

.main-slider-enroll a {
  padding: 17px 32px;
  height: 58px;
  background: #43434f;
  border-radius: 50px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.main-flexslider-controls {
  position: absolute;
  bottom: 60px;
  width: 100%;
  z-index: 100;
}

.main-flexslider-controls .flex-control-paging li {
  margin: 0 15px;
}

.main-flexslider-controls .flex-control-paging li a {
  width: 10px;
  height: 10px;
  background: #d0e0c9;
  box-shadow: none;
}

.main-flexslider-controls .flex-control-paging li a:hover {
  background: #43434f;
}

.main-flexslider-controls .flex-control-paging li a.flex-active {
  background: #43434f;
}

.doctors-flexslider-navigation,
.main-doctors-navigation,
.main-flexslider-navigation {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -30px;
  z-index: 10;
}

.main-flexslider-navigation {
  width: auto;
  left: auto;
  top: auto;
  bottom: 40px;
  right: 50%;
  -webkit-transform: translateX(700px);
  -ms-transform: translateX(700px);
  transform: translateX(700px);
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.main-flexslider-navigation .flex-prev,
.main-flexslider-navigation .flex-next {
  width: 44px;
  height: 44px;
  margin-left: 9px;
  margin-right: 0;
  background: rgba(51, 49, 49, 0.1);
  border: 1px solid #fff !important;
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.2666 11L8.9778 16.2888L7.73348 15.0445L11.7815 10.9965L7.73348 6.94846L8.9778 5.71118L14.2666 11Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.main-flexslider-navigation .flex-prev {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.main-flexslider-navigation .flex-prev::before,
.main-flexslider-navigation .flex-next::before {
  display: none;
}

.main-flexslider-navigation .flex-prev:hover,
.main-flexslider-navigation .flex-next:hover {
  background: rgba(51, 49, 49, 0.5);
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.2666 11L8.9778 16.2888L7.73348 15.0445L11.7815 10.9965L7.73348 6.94846L8.9778 5.71118L14.2666 11Z' fill='white'/%3E%3C/svg%3E%0A");
}

.main-flexslider-number {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-700px);
  -ms-transform: translateX(-700px);
  transform: translateX(-700px);
  bottom: 47px;
  font-size: 18px;
  line-height: 145%;
  color: #58595F;
  z-index: 1;
}

.slides-current-number {
  font-weight: 700;
}

.main-flexslider-progress {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-635px);
  -ms-transform: translateX(-635px);
  transform: translateX(-635px);
  bottom: 59px;
  width: 170px;
  height: 4px;
  background: #fff;
  border-radius: 60px;
  z-index: 1;
}

.main-flexslider-progress-active {
  width: 0px;
  height: 100%;
  border-radius: 60px;
  background-color: #43434f;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.main-slider .main-flexslider-controls {
  display: none;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-630px);
  -ms-transform: translateX(-630px);
  transform: translateX(-630px);
  bottom: 59px;
}

.main-slider .flex-control-nav {
  position: static;
  height: 4px;
  background: #fff;
  border-radius: 60px;
}

.main-flexslider-controls .flex-control-paging li {
  margin: 0;
}

.main-flexslider-controls .flex-control-paging li a {
  height: 4px;
  width: 73px;
  background-color: #fff;
  border-radius: 60px;
}

.main-flexslider-controls .flex-control-paging li a.flex-active {
  background: #43434f;
}

@media (max-width: 1800px) {

  .main-flexslider {
    min-height: 570px;
  }

  .main-slider-content {
    padding-top: 100px;
    max-width: 600px;
  }

  .main-slider-title {
    font-size: 45px;
  }

  .main-slider-text {
    max-width: 493px;
    font-size: 20px;
    margin-bottom: 40px;
  }

  .main-slider-enroll {
    margin-top: 40px;
  }

  .main-flexslider-number {
    -webkit-transform: translateX(-620px);
    -ms-transform: translateX(-620px);
    transform: translateX(-620px);
  }

  .main-flexslider-progress {
    -webkit-transform: translateX(-550px);
    -ms-transform: translateX(-550px);
    transform: translateX(-550px);
  }

  .main-flexslider-navigation {
    -webkit-transform: translateX(620px);
    -ms-transform: translateX(620px);
    transform: translateX(620px);
  }
}

@media (max-width: 1400px) {
  /* .main-flexslider-navigation {
    right: 110px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  } */
}

@media (max-width: 1300px) {

  .main-flexslider {
    border-radius: 0px 0px 40px 40px;
  }

  .main-slider-title {
    font-size: 40px;
  }

  .main-flexslider-navigation {
    right: 30px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .main-flexslider-number {
    left: 30px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .main-slider .main-flexslider-controls {
    left: 144px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .main-flexslider-progress {
    left: 144px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .main-slider-content {
    padding: 70px 0;
  }

  .main-flexslider {
    min-height: 500px;
  }
}

@media (max-width: 1200px) {

  /* .main-slider-content {
    max-width: 555px;
  } */
}


@media (max-width: 991px) {
  /* .main-flexslider-number {
    left: 60px;
  }

  .main-slider .main-flexslider-controls,
  .main-flexslider-progress {
    left: 120px;
  } */

}

@media (max-width: 900px) {
  .main-flexslider {
    min-height: 450px;
  }

  .main-slider-content {
    padding: 50px 0 80px;
    position: relative;
    max-width: 450px;
  }

  .main-slider-content::before {
    content: '';
    position: absolute;
    top: -60px;
    left: -30px;
    width: 110%;
    height: 800px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.50);
  }

  .slide-no-img .main-slider-content::before {
    display: none;
  }

  .main-slider-title {
    font-size: 34px;
    position: relative;
  }

  .main-slider-text {
    font-size: 18px;
    margin-bottom: 30px;
    position: relative;
  }

  .main-slider-enroll {
    margin-top: 30px;
  }
}

@media (max-width: 700px) {
  .main-slider-enroll {
    margin-top: 170px;
  }
}

@media (max-width: 600px) {
  .main-slider .flexslider .slides img {
    width: auto;
    height: 100%;
    right: 50%;
    transform: translateX(44%);
  }

  .main-flexslider {
    min-height: 400px;
  }

  .main-slider-content {
    max-width: 330px;
    padding: 50px 0;
  }

  .main-slider-content::before {
    width: 700px;
    left: -15px;
  }

  .main-slider-title {
    font-size: 22px;
    line-height: 120%;
  }

  .main-slider-text {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 44px;
  }

  .main-flexslider-number {
    left: 60px;
    bottom: 27px;
    font-size: 16px;
    line-height: 145%;
  }

  .main-flexslider-progress {
    bottom: 37px;
    width: calc(100% - 195px);
  }

  .main-flexslider-navigation {
    right: 16px;
    bottom: 27px;
    display: none;
  }

  .main-slider-enroll a {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    padding: 16px;
  }
}

@media (max-width: 350px) {
  .main-flexslider-progress {
    width: 140px;
  }
}

.main-services {
  margin-top: 120px;
  margin-bottom: 120px;
}

.main-services-title {
  display: flex;
  align-items: center;
  margin-bottom: 44px;
}

.main-services-title h2 {
  margin: 0 26px 0 0;
  text-align: left;
  color: #2B292A;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.main-services-list {
  list-style: none;
  padding-left: 0;
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.main-services-item {
  text-align: center;
  margin: 0 10px 20px;
  max-width: 453px;
  width: calc(100% / 3 - 20px);
  border-radius: 40px;
  border: 1px solid #fafaff;
  text-align: center;
  transition: all .3s;
}

.main-services-item:hover {
  background: #43434f;
  border-color: #43434f;
}

.main-services-item>a {
  display: block;
  min-height: 244px;
  padding: 36px 20px;
}

.main-services-img {
  position: relative;
  width: 58px;
  height: 59px;
  text-align: center;
  margin: 0 auto 40px;
}

.main-services-img::before {
  /* content: ''; */
  position: absolute;
  top: -12px;
  right: -13px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #E2F2FF;
}

.main-services-img img,
.main-services-img svg {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main-services-img .img-svg path {
  transition: .3s;
}

.main-services-item:hover .main-services-img .img-svg path {
  fill: #ffffff;
}

.main-services-item a:hover .main-services-name {
  color: #fff;
}

.main-services-name {
  max-width: 292px;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #434142;
  margin: 0 auto;
}

@media (max-width: 1800px) {
  .main-services {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .main-services-item {
    max-width: 392px;
  }
}

@media (max-width: 991px) {
  .main-services {
    margin: 70px 0;
  }

  .main-services-item {
    width: calc(100% / 2 - 30px);
  }

  .main-services-item>a {
    padding: 30px 20px 40px;
  }
}

@media (max-width: 767px) {
  .main-services {
    margin: 60px 0;
  }

  .main-services-title {
    margin-bottom: 36px;
    text-align: left;
  }

  .main-services-title h2 {
    font-size: 24px;
    text-align: left;
  }

  .main-services-item>a {
    min-height: 0;
  }

  .main-services-img {
    width: 45px;
    height: 45px;
    margin: 0 auto 20px;
  }

  .main-services-name {
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  .main-services-title {
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
  }

  .main-services-title h2 {
    margin-bottom: 16px;
  }

  .main-services-list {
    margin: 0 -8px;
  }

  .main-services-item {
    width: calc(100% - 16px);
    margin: 8px;
    border-radius: 10px;
  }

  .main-services-item>a {
    padding: 28px 15px 28px 22px;
    display: flex;
    align-items: center;
  }

  .main-services-img {
    margin: 0 20px 0 0;
    width: 58px;
    min-width: 58px;
    height: 58px;
  }

  .main-services-name {
    font-size: 20px;
    line-height: 120%;
    text-align: left;
    margin: 0;
  }
}

/* main-deals */

.main-deals {
  padding-top: 61px;
  padding-bottom: 80px;
}

.main-deals-title {
  text-align: center;
}

.main-deals-other {
  position: relative;
  margin-top: 25px;
  text-align: center;
}

.main-deals-other:after {
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  top: 50%;
  margin-top: -2px;
  content: "";
  background: #ebebeb;
}

.main-deals-other a {
  position: relative;
  padding: 0 11px;
  line-height: 32px;
  display: inline-block;
  font-size: 14px;
  color: #43434f;
  text-transform: uppercase;
  border: 2px solid #43434f;
  border-radius: 5px;
  background: #fff;
  z-index: 1;
}

.deals-name,
.deals-time {
  color: #fff;
  position: absolute;
}

.deals-img-blur,
.deals-time {
  border-bottom-right-radius: 5px;
}

.main-deals-other a:hover {
  background: #43434f;
  color: #fff;
}

.deals-items {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 39px;
  font-size: 0;
}

.deals-items:after,
.deals-items:before {
  content: " ";
  display: table;
}

.deals-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  text-align: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .main-deals {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .main-deals {
    padding-top: 0;
  }
}

@media (min-width: 960px) {
  .deals-item {
    float: left;
    width: 33.33333%;
  }
}

.deals-item:hover .deals-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 450px) {
  .deals-item {
    width: 100%;
    text-align: center;
  }
}

.deals-item a {
  border-radius: 5px;
  max-width: 300px;
}

@media (max-width: 576px) {
  .deals-item {
    width: auto;
    max-width: 320px;
    float: none;
    display: block;
    margin: 0 auto 40px;
  }

  .deals-item a {
    display: inline-block;
  }
}

.deals-img {
  border-radius: 5px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  overflow: hidden;
  max-width: 300px;
  margin: 0 auto;
}

.deals-img img {
  -webkit-transition: 1s;
  transition: 1s;
}

.deals-time {
  top: 14px;
  background: #43434f;
  border-top-right-radius: 5px;
  padding: 7px 11px 5px 8px;
}

.deals-time:before {
  margin-right: 4px;
  display: inline-block;
}

.deals-img-blur,
.deals-name {
  max-width: 300px;
  margin: 0 auto;
  left: 10px;
  right: 10px;
  height: 119px;
}

.deals-name {
  bottom: 0;
  font-size: 18px;
  line-height: 28px;
  z-index: 10;
  padding: 18px 10px;
}

.deals-name-wrap {
  text-overflow: ellipsis;
  overflow: hidden;
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 10px;
  right: 10px;
}

.deals-img-blur,
.deals-img-blur img {
  position: absolute;
  display: block;
  bottom: 0;
}

.deals-img-blur {
  overflow: hidden;
  z-index: 9;
  border-bottom-left-radius: 5px;
}

.deals-img-blur img {
  left: 0;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

@media (max-width: 563px) and (min-width: 451px) {

  .deals-img-blur,
  .deals-name {
    height: 40%;
  }
}

/* main-advantages: */

.main-advantages {
  position: relative;
  overflow: hidden;
  margin-top: 120px;
  margin-bottom: 120px;
  border-radius: 60px;
  background: #f0f0f0;
  padding: 96px 0;
  background-image: url('../block1.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  background-blend-mode: multiply;
}

.main-advantages-container {
  /* position: relative; */
  min-height: 677px;
  /* background: #D2EAFF; */
  /* background-color: #D2EAFF; */
  /* background-image: url('../images/advantages-bg-new.svg');
  background-repeat: no-repeat;
  background-size: cover; */
  /* border-radius: 40px; */
  /* overflow: hidden; */
  /* padding: 47px; */
}

.main-advantages-block {
  max-width: 660px;
  width: 55%;
  border-radius: 40px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.50);
  backdrop-filter: blur(15px);
  padding: 75px 78px 118px;
}

.main-advantages-title {
  color: #2B292A;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  text-align: left;
  margin: 0 0 16px;
}

.main-advantages-text {
  color: #58595F;
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
}

.main-advantages-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  right: 177px;
  width: 46.5%;
}

.main-advantages-items {
  max-width: 510px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 2;
  flex-direction: column;
}

.main-advantages-item {
  display: flex;
  align-items: center;
  margin-top: 32px;
}

.main-advantages-icon {
  min-width: 77px;
  width: 77px;
  height: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-family: 'Onest', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  border-radius: 50%;
  background-color: #171717;
  
  border: 8px solid #787878;
  margin-right: 25px;
}

.main-advantages-name {
  color: #292A38;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
}

.main-advantages-name span {
  display: block;
  color: #43434f;
  font-weight: 700;
}

@media (max-width: 1800px) {
  .main-advantages {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .main-advantages-title {
    font-size: 39px;
  }
}

@media (max-width: 1600px) {
  .main-advantages {
    /* background-position: 145% top; */
    /* background-position: 152% bottom; */
    background-size: cover;
  }

  .main-advantages-bg {
    right: 50px;
    width: 53%;
  }
}

@media (max-width: 1200px) {
  .main-advantages {
    /* background-image: url('../images/advantages-bg-mob.png'); */
    /* background-position: bottom center; */
    /* background-size: 70%; */
    /* background-size: 700px; */
  }

  /* .main-advantages-container {
    padding-bottom: 407px;
  } */

  .main-advantages-block {
    width: 100%;
    max-width: 100%;
  }

  .main-advantages-bg {
    width: auto;
    height: 500px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 991px) {
  .main-advantages {
    margin: 70px 0;
  }

  .main-advantages-text {
    font-size: 22px;
    line-height: 30px;
  }

  .main-advantages-name {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {

  .main-advantages {
    margin: 60px 0;
    padding: 50px 0 60px;
    border-radius: 40px;
  }

  .main-advantages-container {
    /* padding: 20px 20px 500px; */
    min-height: auto;
  }

  .main-advantages-block {
    padding: 40px 15px;
  }

  .main-advantages-title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .main-advantages-text {
    font-size: 20px;
    line-height: 150%;
  }

  .main-advantages-icon {
    min-width: 60px;
    width: 60px;
    height: 60px;
    font-size: 24px;
    line-height: 1;
    margin-right: 20px;
  }

  .main-advantages-name {
    font-size: 22px;
    line-height: 120%;
  }

  /* .main-advantages-bg {
    width: 100%;
    height: auto;
  } */
}

@media (max-width: 600px) {


  /* .main-advantages {
    background-size: 400px;
  } */

  /* .main-advantages-container {
    padding: 0 0 225px;
  } */

  .main-advantages-bg {
    height: 300px;
  }

  .main-advantages-icon {
    margin-right: 15px;
  }

  .main-advantages-text {
    font-size: 18px;
    line-height: 140%;
  }

  .main-advantages-name {
    font-size: 16px;
  }

  /* 
  .main-advantages-block {
    background: none;
    border: none;
    backdrop-filter: none;
  }


  .main-advantages-bg {
    width: auto;
    height: 280px;
  } */
}

/* main-doctors: */

.main-doctors {
  margin-top: 100px;
  margin-bottom: 100px;
  overflow: hidden;
}

.main-doctors-inner {
  display: flex;
  justify-content: space-between;
}

.main-doctors-info {
  max-width: 400px;
  width: 100%;
  margin-right: 70px;
}

.main-doctors-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.main-doctors-title-caption {
  margin: 0 20px 0 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  text-align: left;
  color: #31393F;
}

.main-doctors-all {
  background: #fafaff;
  border-radius: 100px;
  padding: 4px 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #31393F;
}

.main-doctors-all:hover {
  color: #fff;
  background-color: #43434f;
}

.main-doctors-text {
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
  color: #434142;
  margin-bottom: 60px;
}

.main-doctors-slider {
  width: 840px;
  width: 100%;
  height: 100%;
  margin-bottom: 80px;
  position: relative;
}

.main-doctors-flexslider {
  margin: 0;
}

.main-doctors-flexslider .flex-viewport {
  overflow: visible !important;
  clip-path: inset(-100vw -100vw -100vw 0);
}

.main-doctor {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.main-doctor-img {
  width: 100%;
  height: 391px;
  overflow: hidden;
  margin-bottom: 22px;
}

.main-doctor .main-doctor-img img {
  width: 100%;
  height: 110%;
  object-fit: cover;
}

.main-doctor-name {
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  color: #31393F;
  margin-bottom: 12px;
}

.main-doctor-post {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #434142;
}

.main-doctors-navigation {
  width: auto;
  left: 0;
  top: auto;
  bottom: -75px;
  right: auto;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.main-doctors-navigation .flex-prev,
.main-doctors-navigation .flex-next {
  width: 44px;
  height: 44px;
  margin-left: 9px;
  margin-right: 0;
  background: #fff;
  border: 1px solid #fafaff !important;
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.2665 11L8.97774 16.2888L7.73342 15.0445L11.7814 10.9965L7.73342 6.94848L8.97774 5.7112L14.2665 11Z' fill='%2343434f' fill-opacity='0.5'/%3E%3C/svg%3E%0A");
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.main-doctors-navigation .flex-prev {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.main-doctors-navigation .flex-prev::before,
.main-doctors-navigation .flex-next::before {
  display: none;
}

.main-doctors-navigation .flex-prev:hover,
.main-doctors-navigation .flex-next:hover {
  background: #43434f;
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.2666 11L8.9778 16.2888L7.73348 15.0445L11.7815 10.9965L7.73348 6.94846L8.9778 5.71118L14.2666 11Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

.main-doctors-controls {
  display: none;
}

.main-doctors-progress {
  position: absolute;
  right: 0;
  bottom: -57px;
  width: calc(100% - 120px);
  height: 6px;
  background: #fafaff;
  border-radius: 50px;
  z-index: 1;
  overflow: hidden;
}

.main-doctors-progress-active {
  width: 0px;
  height: 100%;
  border-radius: 50px;
  background-color: #43434f;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.main-doctors-flexslider .flex-control-nav {
  display: none;
}

.main-doctors-number {
  display: none;
}

@media (max-width: 1400px) {
  .main-doctors-slider {
    margin-bottom: 80px;
  }
}

@media (max-width: 1200px) {
  .main-doctors {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .main-doctors-info {
    max-width: 360px;
    margin-right: 30px;
  }

  .main-doctors-text {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 900px) {

  .main-doctors {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .main-doctors-inner {
    flex-wrap: wrap;
  }

  .main-doctors-info {
    max-width: 100%;
    margin: 0 0 50px;
  }

  .main-doctors-flexslider .flex-viewport {
    clip-path: none;
  }

  .main-doctors-text {
    margin-bottom: 30px;
  }
}

@media (max-width: 600px) {

  .main-doctors {
    margin: 60px 0;
  }

  .main-doctors-info {
    margin-bottom: 40px;
  }

  .main-doctors-title {
    margin-bottom: 24px;
  }

  .main-doctors-title-caption {
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.72px;
  }

  .main-doctors-all {
    font-size: 16px;
    padding: 4px 29px;
  }

  .main-doctors-text {
    font-size: 20px;
    line-height: 150%;
  }

  .main-doctors-slider {
    margin-bottom: 54px;
  }

  .main-doctor-img {
    height: 260px;
    margin-bottom: 15px;
  }

  .main-doctor-name {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 8px;
  }

  .main-doctor-post {
    font-size: 14px;
    line-height: 150%;
  }

  .main-doctors-navigation {
    /* bottom: -65px; */
    display: none;
  }

  .main-doctors-progress {
    bottom: -45px;
    width: calc(100% - 63px);
    height: 4px;
  }

  .main-doctors-number {
    display: block;
    position: absolute;
    left: 0;
    bottom: -54px;
    font-size: 16px;
    line-height: 145%;
    color: #31393F;
    z-index: 1;
  }

  *::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #43434f !important;
    border-radius: 20px;
  }
}

.nice-select .list::-webkit-scrollbar-thumb {
  background-color: #43434f !important;
}

/* main-map: */

.main-map {
  position: relative;
  min-height: 619px;
  overflow: hidden;
  margin-bottom: 100px;
}

@media (max-width: 1800px) {
  .main-map {
    margin-top: 90px;
  }
}

@media (max-width: 991px) {
  .main-map {
    margin-top: 70px;
  }
}

@media (max-width: 767px) {
  .main-map {
    margin-top: 60px;
  }
}

.main-map-inner {
  display: flex;
  justify-content: space-between;
  border-radius: 40px;
  overflow: hidden;
  background-color: #fafaff;
  /* background-image: url('../images/map-bg.png'); */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  padding: 0;
  padding-right: 30px;
  width: 100%;
  position: relative;
}

.map-block {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
}

.map-info {
  width: 50%;
  margin-left: 50%;
  padding: 89px 0 89px 60px;
}

.main-map-title {
  color: #2B292A;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  text-align: left;
  margin: 0 0 48px;
}

.main-map-adds {
  display: flex;
  flex-wrap: wrap;
}

.loc {
  width: 50%;
  min-width: 240px;
  max-width: 280px;
  margin-bottom: 34px;
}

@media (max-width: 1199px) {
  .loc {
    width: 100%;
  }
}

.loc-item {
  margin-bottom: 32px;
  position: relative;
  margin-left: 12px;
  display: flex;
  align-items: center;
  color: #2B292A;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.loc-item a {
  color: #31393F;
}

.loc-item a:hover {
  color: #43434f;
}

.loc-item .icon {
  display: inline-block;
  /* background-color: #43434f; */
  border-radius: 100%;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  flex-shrink: 0;
}

/* .loc-item .icon path {
  fill: #fff;
} */

.loc-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: -6px;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  overflow: hidden;
  background-position: center;
  display: none;
}

.loc-address::before {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='18' cy='18' r='17.5' stroke='%2343434f'/%3E%3Cpath d='M18 28.5756C16.5565 27.3443 15.2185 25.9945 14 24.5402C12.1714 22.3562 10 19.1036 10 16.0042C9.99838 12.7671 11.9477 9.84811 14.9383 8.60927C17.929 7.37042 21.3714 8.05595 23.6594 10.3459C25.1639 11.8438 26.0067 13.8812 26 16.0042C26 19.1036 23.8285 22.3562 21.9999 24.5402C20.7814 25.9945 19.4435 27.3443 18 28.5756ZM18 12.5756C16.7751 12.5756 15.6432 13.2291 15.0307 14.2899C14.4183 15.3507 14.4183 16.6577 15.0307 17.7185C15.6432 18.7793 16.7751 19.4328 18 19.4328C19.8935 19.4328 21.4285 17.8977 21.4285 16.0042C21.4285 14.1107 19.8935 12.5756 18 12.5756Z' fill='%2343434f'/%3E%3C/svg%3E%0A");
}

.loc-mode::before {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 27C13.0294 27 9 22.9706 9 18C9 13.0294 13.0294 9 18 9C22.9706 9 27 13.0294 27 18C26.9945 22.9683 22.9683 26.9945 18 27ZM18 10.8C14.0235 10.8 10.8 14.0235 10.8 18C10.8 21.9765 14.0235 25.2 18 25.2C21.9765 25.2 25.2 21.9765 25.2 18C25.1955 14.0254 21.9746 10.8045 18 10.8ZM22.5 18.9H17.1V13.5H18.9V17.1H22.5V18.9Z' fill='%2343434f'/%3E%3Ccircle cx='18' cy='18' r='17.5' stroke='%2343434f'/%3E%3C/svg%3E%0A");
}

.loc-phone::before {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.8722 27C16.2741 27.0136 8.98974 19.6419 9.00001 10.1278C9.00001 9.5065 9.50369 9 10.125 9H13.0943C13.6518 9 14.1254 9.40965 14.2073 9.96112C14.4035 11.2828 14.7883 12.5696 15.35 13.782L15.4657 14.0316C15.6264 14.3785 15.5174 14.7908 15.2063 15.013C14.2867 15.6697 13.9353 16.9915 14.6517 18.0229C15.5506 19.3172 16.6838 20.4501 17.9778 21.3487C19.0091 22.0649 20.3308 21.7135 20.9874 20.7941C21.2098 20.4828 21.6223 20.3737 21.9694 20.5346L22.2178 20.6496C23.4304 21.2113 24.7172 21.5962 26.0391 21.7923C26.5906 21.8742 27 22.3478 27 22.9053V25.875C27 26.4963 26.4951 27 25.8738 27L25.8722 27Z' fill='%2343434f'/%3E%3Ccircle cx='18' cy='18' r='17.5' stroke='%2343434f'/%3E%3C/svg%3E%0A");
}

.loc-rec {
  width: 288px;
  height: 66px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  border-radius: 10px;
  background: #43434f;
  padding: 21px;
  text-align: center;
  margin-left: 12px;
  display: inline-block;
}

.loc-rec span {
  position: relative;
  padding-left: 38px;
}

.loc-rec span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 22H6C4.89543 22 4 21.1046 4 20V4C4 2.89543 4.89543 2 6 2H13C13.0109 2.00047 13.0217 2.00249 13.032 2.006C13.0418 2.00902 13.0518 2.01103 13.062 2.012C13.1502 2.01765 13.2373 2.0348 13.321 2.063L13.349 2.072C13.3717 2.07968 13.3937 2.08904 13.415 2.1C13.5239 2.14842 13.6232 2.21618 13.708 2.3L19.708 8.3C19.7918 8.38479 19.8596 8.48406 19.908 8.593C19.918 8.615 19.925 8.638 19.933 8.661L19.942 8.687C19.9699 8.77039 19.9864 8.85718 19.991 8.945C19.9926 8.95418 19.9949 8.96322 19.998 8.972C19.9998 8.98122 20.0004 8.99062 20.0001 9V20C20.0001 21.1046 19.1046 22 18 22ZM6 4V20H18V10H13C12.4477 10 12 9.55228 12 9V4H6ZM14 5.414V8H16.586L14 5.414Z' fill='%23A8B3AB'/%3E%3C/svg%3E%0A");
  transition: 0.3s;
}

.loc-rec:hover {
  color: #fff;
  background-color: #43434f;
}

.loc-rec:hover span::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 22H6C4.89543 22 4 21.1046 4 20V4C4 2.89543 4.89543 2 6 2H13C13.0109 2.00047 13.0217 2.00249 13.032 2.006C13.0418 2.00902 13.0518 2.01103 13.062 2.012C13.1502 2.01765 13.2373 2.0348 13.321 2.063L13.349 2.072C13.3717 2.07968 13.3937 2.08904 13.415 2.1C13.5239 2.14842 13.6232 2.21618 13.708 2.3L19.708 8.3C19.7918 8.38479 19.8596 8.48406 19.908 8.593C19.918 8.615 19.925 8.638 19.933 8.661L19.942 8.687C19.9699 8.77039 19.9864 8.85718 19.991 8.945C19.9926 8.95418 19.9949 8.96322 19.998 8.972C19.9998 8.98122 20.0004 8.99062 20.0001 9V20C20.0001 21.1046 19.1046 22 18 22ZM6 4V20H18V10H13C12.4477 10 12 9.55228 12 9V4H6ZM14 5.414V8H16.586L14 5.414Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

.map-object {
  position: absolute;
  left: 50%;
  margin-left: -60px;
  bottom: 100%;
  margin-bottom: -40px;
  width: auto;
  min-width: 230px;
}

.map-object.map-object-big {
  width: 296px;
}

.map-object:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 26%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #43434f;
}

.map-object .wrapper {
  position: relative;
  padding: 40px 20px;
  background: #fff;
  border-left: 8px solid #43434f;
  border-right: 8px solid #43434f;
  border-radius: 5px;
  overflow: hidden;
  text-align: left;
}

@media (max-width: 600px) {
  .map-object .wrapper {
    padding: 40px 10px 20px 10px;

    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 250px;
  }

  .map-object .location,
  .map-object .time {
    margin-bottom: 16px;
  }

  .map-object .links {
    margin-top: 16px;
  }

  .map-object .icon-close {
    top: 10px;
    right: 5px;
  }

  .map-object:after {
    display: none;
  }
}

.map-object .wrapper:after,
.map-object .wrapper:before {
  content: "";
  position: absolute;
  height: 8px;
  left: 0;
  width: 100%;
}

.map-object .wrapper:before {
  top: 0;
  background: -webkit-linear-gradient(left, #43434f, #0198d5);
  background: linear-gradient(to right, #43434f, #0198d5);
}

.map-object .wrapper:after {
  bottom: 0;
  background: -webkit-linear-gradient(left, #43434f, #0198d5);
  background: linear-gradient(to right, #43434f, #0198d5);
}

.map-object .location {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  color: #152812;
}

.map-object .phone,
.map-object .time {
  position: relative;
  font-size: 16px;
  padding-left: 30px;
}

.map-object .phone:before,
.map-object .time:before {
  font-family: FontMoon, sans-serif;
  position: absolute;
  left: 0;
  font-size: 19px;
}

.map-object .time {
  margin-bottom: 20px;
}

.map-object .links {
  margin-top: 20px;
  font-size: 16px;
}

.map-object .links a {
  margin-right: 10px;
  color: #43434f;
}

.map-object .links a:last-child {
  margin-right: 0;
}

.map-object .photo {
  position: relative;
  margin: 20px -20px -40px;
}

.map-object .photo img {
  width: 100%;
}

.map-object .photo-text {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -8px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.map-object .icon-close {
  position: absolute;
  top: 20px;
  right: 14px;
  font-family: FontMoon, sans-serif;
  font-size: 16px;
  cursor: pointer;
}

.main-map img,
.page figure img {
  max-width: 100%;
}

/* .main-map .container-general,
.feedback-new .container-general {
  border-radius: 40px;
  overflow: hidden;
  background: #d7d9e1;
} */

@media (max-width: 1200px) {
  .main-map {
    min-height: 550px;
  }

  .map-info {
    padding: 50px 0 50px 40px;
  }

  .loc-item {
    margin-bottom: 24px;
  }
}

@media (max-width: 991px) {
  .main-map-inner {
    padding: 0 30px;
  }
}

@media (max-width: 900px) {
  .main-map {
    border-radius: 0;
  }

  .main-map-inner {
    flex-wrap: wrap;
  }

  .map-block {
    bottom: auto;
    top: 0;
    height: 355px;
    width: 100%;
  }

  .map-info {
    margin: 355px 0 0;
    padding: 50px 0;
    width: 100%;
  }

  .main-map-title {
    margin: 0 0 50px;
  }
}

@media (max-width: 600px) {
  .map-info {
    padding: 60px 0 90px;
  }

  .main-map-title {
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.72px;
    margin-bottom: 42px;
  }

  .loc {
    width: 100%;
    margin-bottom: 20px;
  }

  .loc-item {
    margin-left: 0;
    margin-bottom: 28px;
  }

  .loc-rec {
    width: 100%;
    margin: 0;
    font-size: 16px;
    line-height: 120%;
    padding: 23px;
  }

  .loc-rec span::before {
    top: -2px;
  }

  .map-object {
    left: 0;
    margin-bottom: 0;
    top: 0;
  }
}

/* main-text: */

.main-text {
  margin: 120px 0;
}

.section-text {
  margin-bottom: 120px;
  padding: 120px 0;
  border-radius: 60px;
  background-color: #fcfcfc;
  /* background-image: url('/images/section-text-bg.svg'); */
  background-repeat: no-repeat;
  background-size: cover;
}

.services-help {}

.services-help-title {
  color: #31393F;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: left;
}

.services-help-title h2 {
  margin: 0;
  color: #31393F;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: left;
}

.services-help-subtitle {
  max-width: 809px;
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 60px;
}

.services-help-info-row {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}

.services-help-info {
  width: calc(50% - 20px);
  margin: 0 10px;
  padding: 36px 39px 55px 34px;
  background: #43434f;
  border-radius: 40px;
}

.services-help-info svg {
  margin-bottom: 20px;
}

.services-help-text {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
}

.services-help-content {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}

.services-help-content ul {
  margin-top: 20px;
}

.services-help-content img {
  padding: 10px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

@media (max-width:1200px) {
  .main-text {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .section-text {
    margin-bottom: 90px;
  }

  .services-help-info {
    padding: 30px 25px;
  }
}

@media (max-width: 900px) {

  .main-text {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .section-text {
    margin-bottom: 70px;
  }

  .services-help-subtitle {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 25px;
  }
}

@media (max-width: 750px) {

  .main-text {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .section-text {
    margin-bottom: 60px;
    border-radius: 40px;
    padding: 60px 0;
  }

  .services-help-title,
  .services-help-title h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .services-help-info-row {
    flex-wrap: wrap;
  }

  .services-help-info {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 24px;
    padding: 26px 20px;
  }

  .services-help-info:last-child {
    margin-bottom: 0;
  }

  .services-help-subtitle {
    font-size: 20px;
    line-height: 120%;
  }

  .services-help-info svg {
    margin-bottom: 28px;
  }

}

@media (max-width: 500px) {
  .page-container .services-help-content div {
    float: none !important;
    width: 100% !important;
  }
}

/* main-about:  */

.main-about {
  margin-top: 100px;
  margin-bottom: 100px;
}

.main-about-container {
  padding-bottom: 20px;
}

.main-about.main-about-services {
  padding-top: 47px;
  padding-bottom: 54px;
}

.main-about.main-about-prices {
  padding-top: 43px;
  padding-bottom: 0;
}

.main-about-title {
  padding-bottom: 16px;
  border-bottom: 4px solid #ebebeb;
  text-align: center;
}

.main-about-description {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 28px;
}

.main-about-text {
  margin-top: 2px;
  padding-right: 400px;
  font-size: 16px;
  line-height: 24px;
}

.main-about-text p {
  margin-bottom: 24px;
}

.main-about-images {
  float: right;
  width: 300px;
}

.main-about-images img {
  margin-bottom: 30px;
}

.main-about-content {
  margin-top: 40px;
}

.main-about-content:after,
.main-about-content:before {
  content: " ";
  display: table;
}

.certificates-flexslider.flexslider .slides>li {
  border-radius: 10px;
  border: 0.5px solid rgba(1, 174, 155, 0.50);
  overflow: hidden;
}


.main-about-certificates-title {
  text-align: center;
  margin-bottom: 60px;
}

.main-about-certificates-title h2 {
  color: #2B292A;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
}

.certificates-flexslider-navigation {
  position: absolute;
  width: auto;
  left: auto;
  top: auto;
  bottom: -75px;
  right: 0;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.certificates-flexslider-navigation .flex-prev,
.certificates-flexslider-navigation .flex-next {
  width: 44px;
  height: 44px;
  margin-left: 9px;
  margin-right: 0;
  background: #fff;
  border: 1px solid #fafaff !important;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.2665 11L8.97774 16.2888L7.73342 15.0445L11.7814 10.9965L7.73342 6.94848L8.97774 5.7112L14.2665 11Z' fill='%2343434f' fill-opacity='0.5'/%3E%3C/svg%3E%0A");
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.certificates-flexslider-navigation .flex-prev {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.certificates-flexslider-navigation .flex-prev::before,
.certificates-flexslider-navigation .flex-next::before {
  display: none;
}

.certificates-flexslider-navigation .flex-prev:hover,
.certificates-flexslider-navigation .flex-next:hover {
  background: #43434f;
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.2666 11L8.9778 16.2888L7.73348 15.0445L11.7815 10.9965L7.73348 6.94846L8.9778 5.71118L14.2666 11Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

.certificates-flexslider-controls {
  display: none;
}

.certificates-flexslider-number {
  position: absolute;
  left: 0;
  bottom: -66px;
  font-size: 19px;
  line-height: 145%;
  color: #31393F;
  z-index: 1;
}

.certificates-flexslider-progress {
  position: absolute;
  left: 65px;
  bottom: -57px;
  width: calc(100% - 210px);
  height: 6px;
  background: #fafaff;
  border-radius: 50px;
  z-index: 1;
}

.certificates-flexslider-progress-active {
  width: 0px;
  height: 100%;
  border-radius: 50px;
  background-color: #43434f;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.certificates-flexslider .flex-control-nav {
  display: none;
}

/* 
.main-about .flex-viewport {
  overflow-x: scroll !important;
} */

@media (max-width: 1200px) {

  .main-about {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .main-about-container {
    padding-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .main-about {
    margin-bottom: 70px;
    margin-top: 70px;
  }

  .main-about-text {
    padding-right: 0;
    width: 100%;
  }

  .main-about-images img {
    width: 33.33333%;
    float: left;
    padding: 0 5px;
  }

  .main-about-images {
    width: 100%;
    float: left;
  }
}

@media (max-width: 767px) {
  .main-about {
    margin-bottom: 60px;
    margin-top: 60px;
  }

  .main-about.main-about-services {
    padding-bottom: 20px;
  }

  .main-about.main-about-prices {
    padding-top: 10px;
  }

  .main-about-title {
    padding-bottom: 0;
  }
}

@media (max-width: 600px) {

  .main-about-certificates .main-about-container {
    padding-bottom: 0;
  }

  .main-about .certificates-flexslider {
    margin-bottom: 104px;
  }

  .main-about-certificates-title {
    margin-bottom: 36px;
  }

  .certificates-flexslider-progress {
    left: 0;
    bottom: -35px;
    width: 100%;
    height: 4px;
  }

  .certificates-flexslider-number,
  .certificates-flexslider-navigation {
    display: none;
  }
}

@media (max-width: 400px) {
  .main-about-images img {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* feedback-new */

.feedback-new {
  position: relative;
  overflow: hidden;
  margin-top: 120px;
  margin-bottom: 120px;
}

.feedback-new-inner {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 40px;
  background: #f0f0f0;
  /* background-image: url('../images/advantages-bg-new.svg'); */
  /* background-image: url('../images/feedback-bg.png'); */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  padding: 0;
  width: 100%;
  position: relative;
}

.feedback-new-block {
  width: 50%;
  max-width: 595px;
  padding: 40px 30px 10px;
  margin: 47px;
  border-radius: 40px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.50);
  backdrop-filter: blur(15px);
  position: relative;
  z-index: 2;
}

.feedback-new-image {
  width: 50%;
  object-fit: cover;
  position: relative;
}

.feedback-new-image img {
  position: absolute;
  bottom: 0;
  right: 0;
  object-fit: contain;
  z-index: 0;
  height: 100%;
}

.feedback-new-title {
  margin-bottom: 36px;
}

.feedback-new-title h2 {
  color: #2B292A;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  /* text-align: left; */
  margin: 0;
}

.feedback-new-form {}

.form-group {
  margin: 0 0 16px;
}

form .form-control {
  border: 1px solid #fff;
  background: #fff;
  border-radius: 10px;
  color: #58595F;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  padding: 20px 18px;
}

form .form-control::placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #58595F;
}

form input.form-control {
  height: 60px;
}

.feedback-form label {
  display: block;
  margin-bottom: 23px;
}

.feedback-form .b-form__btn {
  margin-top: 54px;
}

.feedback-form .send {
  max-width: 100%;
  height: 58px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}

.form__policy {}

.policy__caption a {
  /* color: #A8B3AB; */
  color: #2B292A;
  font-weight: 700;
}

.policy__caption {
  color: #2B292A;
  max-width: 460px;
}

.custom__label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom__checkbox {
  opacity: 0;
  position: absolute;
}

.form__policy .fake__checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 3px;
  border: 1px solid #CACACA;
  margin: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: center;
}

.custom__label:hover .fake__checkbox,
.custom__checkbox:focus+.fake__checkbox {
  -webkit-box-shadow: 1px 1px 10px rgba(43, 108, 246, 0.5);
  box-shadow: 1px 1px 10px rgba(43, 108, 246, 0.5);
}


.custom__checkbox:checked+.fake__checkbox {
  border: 1px solid #34215e;
}

.custom__checkbox:checked+.fake__checkbox::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  background: #34215e;
  border-radius: 3px;
}

@media (max-width: 1200px) {

  .feedback-new-inner {
    flex-wrap: wrap;
    padding: 0 30px;
  }

  .feedback-new-block {
    width: 100%;
    max-width: 700px;
    padding: 40px 30px;
    margin: 40px auto;
  }

  .feedback-new-title {
    margin-bottom: 30px;
  }

  .feedback-new-title h2 {
    text-align: center;
  }

  .feedback-form .b-form__btn {
    margin-top: 30px;
  }

  .feedback-new-image {
    /* height: 500px;
    width: 100%; */
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .feedback-new-image img {
    right: 0;
  }

}

@media (max-width: 991px) {
  .feedback-new {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .feedback-new {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .feedback-new-title,
  .feedback-new-title h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

@media (max-width: 600px) {

  .feedback-new-inner {
    padding: 0;
    background-size: 133%;
  }


  .feedback-new-block {
    background: none;
    border: none;
    backdrop-filter: none;
    margin: 0;
    padding: 40px 20px;
  }

  .feedback-new-title,
  .feedback-new-title h2 {
    text-align: left;
  }

  /* .feedback-new-image {
    height: 300px;
  } */

  .feedback-new .policy__caption {
    font-size: 16px;
    line-height: 140%;
  }

  .feedback-form .b-form__btn {
    margin-top: 44px;
  }

  .feedback-form .send {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.32px;
    padding: 16px;
  }

  .b-form__wrap:last-child {
    margin-bottom: 0;
  }

}

/* footer: */

.footer {
  overflow: hidden;
  border-top: 1px solid #A8B3AB;
}

.page+.footer {
  margin-top: 100px;
}

.footer-container {
  position: relative;
  padding-top: 58px;
  padding-bottom: 52px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  z-index: 10;
}

/* .footer-col span {
  font-size: 14px;
  color: #666;
} */

.footer-logo {
  max-width: 300px;
  width: 100%;
  /* height: 82px; */
  height: 100px;
  margin-right: 30px;
  display: flex;
  align-items: center;
}

.footer-logo a {
  width: 100%;
  height: 100%;
}

.footer-logo img,
.footer-logo svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-col {
  width: 100%;
}

.footer-col-title {
  color: #58595F;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  margin: 0 0 10px;
}

.footer-social {
  width: auto;
  max-width: 140px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  padding-left: 0;
  margin-left: auto;
}

.footer-social .social-link {
  width: 32px;
  height: 32px;
  margin-right: 9px;
}

.soc-icon {
  width: 100%;
  height: 100%;
  display: block;
}

.footer-social .soc-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-social .social-caption {
  display: block;
  width: 100%;
  text-align: left;
  color: #434142;
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  transition: .3s ease;
  margin-bottom: 9px;
}

.footer-phones {
  max-width: 220px;
  padding-left: 40px;
  margin-left: 70px;
}

.footer-phones-box,
.footer-adds {
  position: relative;
  color: #434142;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.footer-mode {
  padding-left: 40px;
  max-width: 267px;
  padding-left: 40px;
  margin-left: 48px;
}

.footer-address {
  padding-left: 40px;
  max-width: 220px;
  padding-left: 40px;
  margin-left: 48px;
  width: auto;
}

.footer-links {
  margin: 10px 0 0;
  /* letter-spacing: 0.03em; */
}

.footer-links+.footer-links {
  margin-top: 7px;
}

.footer-links a {
  font-size: 16px;
}

.footer a {
  position: relative;
  color: #43434f;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}

.footer a:hover {
  color: #43434f;
}

.footer a:hover .social-caption {
  color: #43434f;
}

.footer a.footer-phone {
  color: #434142;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.footer a.footer-phone:hover {
  color: #43434f;
}

/* .footer span {
  font-size: 14px;
  color: #666;
} */

.footer-develop {
  background: #43434f;
}

.footer-develop-inner {
  position: relative;
  padding: 26px 0;
  display: flex;
  justify-content: space-between;
}

.footer-text {
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin-right: 30px;
}

.footer-develop img {
  margin-right: 5px;
}

.footer-develop a {}

.footer__develop-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__develop-link span {
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}

.footer__develop-link span+span {
  margin-left: 8px;
  margin-top: 3px;
}

.footer__develop-link span:last-child svg {
  margin-top: 3px;
}

.footer__develop-link span svg+svg {
  margin-left: 8px;
}

/* .social-link.social-vk:before {
  font-size: 13px;
}

.social-link.social-facebook:before {
  font-size: 15px;
}

.social-link.social-instagram:before {
  font-size: 13px;
}

.social-link.social-ok:before,
.social-link.social-youtube:before {
  font-size: 15px;
}
 */

.icon-gallery-play:before,
.prices-table-title:before,
.services-content-title:before,
.services-title a:before {
  font-family: FontMoon, sans-serif;
}

@media (max-width: 1800px) {
  .footer-container {
    padding-bottom: 35px;
  }

  .footer-logo {
    max-width: 250px;
    /* height: 97px; */
  }

  .footer-address,
  .footer-mode,
  .footer-phones {
    margin-left: 45px;
    width: auto;
  }

  .footer-text {
    font-size: 20px;
  }
}

@media (max-width: 1440px) {
  .footer-address,
  .footer-mode,
  .footer-phones {
    margin-left: 30px;
  }
}

@media (max-width: 1250px) {
  .footer-container {
    padding-top: 50px;
  }

  .footer-logo {
    max-width: 300px;
    max-height: 100px;
    /* height: 80px; */
  }

  .footer-social .social-caption {
    font-size: 16px;
  }

  .footer .mode-time,
  .footer-adds,
  .footer a.footer-phone {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .footer .nav-icon {
    width: 32px;
    height: 32px;
    top: 0;
  }

  .footer-address,
  .footer-mode,
  .footer-phones {
    padding-left: 35px;
  }
}

@media (max-width: 1150px) {
  .footer-inner {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-col {
    margin: 0;
  }

  .footer-logo {
    max-height: 100px;
  }

  .footer-logo,
  .footer-social {
    max-width: 100%;
    width: 50%;
    margin-bottom: 40px;
    padding: 0 30px;
  }

  .footer-address,
  .footer-mode,
  .footer-phones {
    /* width: auto; */
    margin: 0 25px;
  }

  .footer-address,
  .footer-phones {
    width: calc(30% - 50px);
  }

  .footer-mode {
    width: calc(40% - 50px);
  }

  .footer-logo {
    justify-content: flex-end;
  }

  .footer-logo a {
    width: auto;
  }

  .footer-social {
    height: auto;
  }

  .footer-develop-inner {
    flex-wrap: wrap;
  }

  .footer-text,
  .footer__develop-link {
    width: 100%;
  }

  .footer-text {
    margin-bottom: 30px;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .page+.footer {
    margin-top: 70px;
  }

  .footer-address,
  .footer-mode,
  .footer-phones {
    margin: 0 15px;
  }

  .footer-address,
  .footer-phones {
    width: calc(30% - 30px);
  }

  .footer-mode {
    width: calc(40% - 30px);
  }
}

@media (max-width: 767px) {
  .page+.footer {
    margin-top: 50px;
  }

  .footer-inner {
    display: block;
  }

  .footer-col {
    margin: 0 0 23px;
  }

  .footer-col-title {
    letter-spacing: 0.28px;
    margin-bottom: 11px;
  }

  .footer-logo,
  .footer-social {
    padding: 0;
    width: 100%;
  }
  
  .footer-social {
    justify-content: flex-start;
  }

  .footer-logo {
    width: 342px;
    height: 95px;
    margin: 0 auto 60px;
    justify-content: center;
  }

  .footer-phones-box,
  .mode-time,
  .footer-adds {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.36px;
    margin-bottom: 11px;
  }

  .footer a.footer-phone {
    font-size: 18px;
    font-weight: 500;
  }

  .footer-links a {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
  }

  .footer-links+.footer-links {
    margin-top: 11px;
  }

  .footer-container {
    padding-top: 48px;
    padding-bottom: 4px;
  }

  .footer-social .social-link {
    margin-right: 6px;
  }

  .footer .nav-icon {
    top: -82px;
    left: 0;
  }

  .footer-phones,
  .footer-mode,
  .footer-address {
    width: 100%;
    padding-left: 0;
    padding-top: 52px;
  }

  .footer-develop-inner {
    padding: 26px 0 50px;
  }

  .footer-text {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.28px;
    margin-bottom: 21px;
  }
}

@media (max-width: 480px) {
  .footer-logo {
    margin: 0 auto 40px;
  }
}

.page-hr-date,
.page-hr>a {
  display: inline-block;
}

.page.page-prices {
  margin-bottom: 40px;
}

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

.page figcaption {
  margin-top: 12px;
  font-size: 14px;
  color: #666;
}

.page ul,
.page-container ul {
  margin: 13px 0;
  list-style: none;
  padding-left: 0;
  font-size: 16px;
}

.page ul li,
.page-container ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 13px;
  font-size: 18px;
  line-height: 1.6;
}

.page-container ul li:last-child {
  margin-bottom: 13px;
}

.page ul li:before,
.page-container ul li:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #43434f;
  border-radius: 50%;
  /* top: 8px; */
  top: 12px;
  left: 0;
}

.page ul li a,
.page-container ul li a {
  border-bottom: 1px solid transparent;
}

.page ul li a:hover,
.page-container ul li a:hover {
  border-bottom: 1px solid;
}

.page ol,
.page-container ol {
  margin-top: 13px;
  margin-bottom: 30px;
  padding-left: 0;
  counter-reset: list;
  list-style: none;
  font-size: 16px;
}

.page ol ol,
.page-container ol ol {
  padding-left: 24px;
  margin-bottom: 13px;
}

.page ol li,
.page-container ol li {
  margin-bottom: 13px;
  font-size: 18px;
  line-height: 1.6;
}

.page ol li:before {
  margin-right: 10px;
  counter-increment: list 1;
  content: counter(list) ". ";
  color: #43434f;
}

@media (max-width: 767px) {

  .page-container ul li,
  .page-container ol li {
    font-size: 16px;
  }
}

.page .social-share {
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
}

.page .social-share-items {
  margin-top: 18px;
}

@media (max-width: 991px) {
  .page .social-share p {
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block;
  }

  .page .social-share-items {
    margin-left: 20px;
    margin-top: 0;
    vertical-align: middle;
    display: inline-block;
  }
}

.page-title {
  margin: 30px 0 50px;
}

.page-title h1 {
  margin: 0;
  font-weight: 500;
  /* font-size: 30px;
  line-height: 1.2; */
  letter-spacing: 0.9px;
  color: #31393F;
  text-transform: uppercase;
  -webkit-hyphens: auto;
  hyphens: auto;
}

@media (max-width: 767px) {
  .page .social-share {
    line-height: 20px;
  }

  .page .social-share p {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .page .social-share-items {
    margin-left: 0;
  }

  .page-title {
    padding-bottom: 0;
    margin: 20px 0 40px;
  }
}

.page-hr {
  position: relative;
  text-align: center;
  margin-top: 1px;
}

.page-hr>a {
  position: relative;
  font-size: 16px;
  color: #43434f;
  border: 1px solid #43434f;
  border-radius: 50px;
  z-index: 10;
  background: #fff;
  /* line-height: 31px; */
  /* padding: 0 10px; */
  line-height: 19px;
  padding: 10px 14px;
}

.page-content,
.page-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #31393F;
}

.page-text img {
  object-fit: contain;
}

.page-hr>a:hover {
  background: #43434f;
  color: #fff;
}

.page-hr:after {
  /* content: ""; */
  position: absolute;
  top: 50%;
  /*transform: translateY(-50%);*/
  left: 0;
  margin-top: -2px;
  width: 100%;
  height: 4px;
  background: #a7e3db;
}

.page-hr-date,
.page-hr-items {
  background: #fff;
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  .page-hr:after {
    margin-top: 0;
  }
}

.page-hr-date {
  font-size: 16px;
  padding: 0 20px;
}

.page-content {
  margin-top: 6px;
}

.page-row {
  display: flex;
}

.page-content:after,
.page-content:before {
  content: " ";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .page-content {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.page-text-col {
  width: 100%;
  max-width: 1040px;
}

.page-text h4,
.page-text p {
  margin-bottom: 24px;
}

.page-text+.page-aside {
  margin-left: -300px;
}

.page-text {
  width: 100%;
  float: left;
  padding-right: 400px;
}

/* .page-text::after {
  content: '';
  display: block;
  clear: both;
} */

.page-description,
blockquote {
  font-size: 18px;
  line-height: 28px;
}

.page-aside+.page-text {
  float: none;
}

@media (max-width: 767px) {
  .page-text {
    width: 100%;
    float: none;
    padding-right: 0;
  }
}

.page-text h4 {
  margin-top: 38px;
}

.page-text figure {
  margin-bottom: 50px;
}

.page-aside {
  float: right;
  width: 300px;
}

.page-aside-col {
  max-width: 325px;
  width: 100%;
  margin-left: 35px;
}

ul.page-aside-list {
  list-style: none;
  background: #f5f5f5;
  border-radius: 20px;
  padding: 30px 30px 35px;
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #31393F;
}

.page li.page-aside-item {
  padding-left: 0;
  line-height: 22px;
}

.page li.page-aside-item+.page-aside-item {
  margin: 25px 0 0;
}

.page li.page-aside-item:before {
  content: none;
}

.page-aside-link {
  color: #31393F;
}

.page-aside-link:hover {
  color: #43434f;
}

@media (max-width: 900px) {
  .page-row {
    flex-wrap: wrap;
  }

  .page-aside-col {
    order: -1;
    margin-left: 0;
    margin-bottom: 40px;
    max-width: 500px;
  }

}

@media (max-width: 600px) {
  ul.page-aside-list {
    padding: 34px;
  }

  .page li.page-aside-item {
    margin-bottom: 0;
  }

  .page li.page-aside-item+.page-aside-item {
    margin: 20px 0 0;
  }
}

@media (max-width: 767px) {
  .page-aside {
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }

  .page-text+.page-aside {
    float: none;
    margin: 30px 0 0;
  }
}

.page-description p {
  margin-bottom: 28px;
}

.page-description p:last-child {
  margin-bottom: 20px;
}

.page-hr-items {
  display: inline-block;
}

.page-hr-items .bootstrap-select {
  margin-right: 10px !important;
  margin-bottom: 10px;
}

.page-hr-items .bootstrap-select:last-child {
  margin-right: 0 !important;
}

.page-hr-items .bootstrap-select .dropdown-toggle {
  padding-right: 25px !important;
  text-transform: none;
}

.page-content-actions-aside {
  float: right;
  width: 300px;
}

.page-content-actions-text {
  width: 100%;
  padding-right: 396px;
}

@media (max-width: 767px) {
  .page-content-actions-aside {
    margin-bottom: 20px;
    width: 100%;
  }

  .page-content-actions-text {
    float: left;
    padding-right: 0;
  }
}

.page-content-actions {
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .page-content-actions {
    padding-bottom: 0;
  }
}

blockquote {
  margin-top: 42px;
  margin-bottom: 40px;
  border-left: 4px solid #ebebeb;
  font-weight: 700;
  padding: 2px 0 0 26px;
}

.page-aside-img {
  margin-bottom: 18px;
}

.page-actions {
  padding-bottom: 60px;
}

.breadcrumbs {
  margin-top: 24px;
}

.breadcrumbs-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  text-align: left;
}

.breadcrumbs-item,
.breadcrumbs-list span {
  margin-right: 10px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}

.breadcrumbs-item:before,
.breadcrumbs-item a,
.breadcrumbs-list>span {
  color: #58595F;
}

.breadcrumbs-item span {
  color: #31393F;
  opacity: 0.5;
  display: inline;
  margin: 0;
}

.breadcrumbs-list>span span {
  color: #31393F;
  margin-right: 5px;
}

.breadcrumbs-item:before,
.breadcrumbs-list>span:before {
  margin-right: 9px;
  content: "\2022";
  display: inline-block;
}

.breadcrumbs-item:first-child:before {
  display: none;
}

@media (max-width: 700px) {
  .breadcrumbs {
    margin-top: 16px;
  }

  .breadcrumbs-item,
  .breadcrumbs-list span {
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.42px;
    margin-right: 6px;
  }

  .breadcrumbs-item:before,
  .breadcrumbs-list>span:before {
    margin-right: 6px;
  }
}

/* services: */

.services {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px -15px 0;
}

.services-item {
  width: calc(33.33% - 30px);
  min-height: 233px;
  background: #fafaff;
  border-radius: 20px;
  margin: 0 15px 22px;
  padding: 45px 60px;
}

.services-no-sub {
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-no-sub .services-title {
  margin-bottom: 0;
}

.services-item-wrap {}

.services-title {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #31393F;
}

.services-title:hover {
  color: #43434f;
}

.services-img {
  min-width: 58px;
  width: 58px;
  height: 58px;
  margin-right: 30px;
}

.services-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.services-name {}

ul.services-list {
  padding-left: 0;
  list-style: none;
}

ul.services-list li {
  display: block;
  margin-bottom: 12px;
  padding-left: 0;
}

ul.services-list li::before {
  content: none;
}

.services-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #31393F;
  display: inline-block;
}

.services-link:hover {
  color: #43434f;
}

@media (max-width: 1300px) {
  .services-item {
    padding: 30px 25px;
    min-height: 180px;
  }

  .services-title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 25px;
  }

  .services-img {
    margin-right: 20px;
  }

  ul.services-list li {
    margin-bottom: 12px;
  }

  ul.services-list li:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 900px) {
  .services-item {
    width: calc(50% - 30px);
    min-height: 150px;
  }

  .services-link {
    font-size: 18px;
    line-height: 120%;
  }

}

@media (max-width: 700px) {
  .services {
    margin: 40px 0 0;
  }

  .services-item {
    width: 100%;
    min-height: 120px;
    border-radius: 10px;
    padding: 28px 22px;
    margin: 0 0 22px;
    justify-content: start;
  }

  .services-item:last-child {
    margin-bottom: 0;
  }

  .services-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 36px;
  }
}


.services-advantages {
  margin-top: 83px;
}

.services-advantages .i-faq {
  position: absolute;
  top: -2px;
  right: 10px;
  width: 27px;
  height: 27px;
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  color: #43434f;
  border-radius: 50%;
  border: 2px solid #43434f;
  text-align: center;
  line-height: 23px;
  cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a,
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group>.disabled {
  cursor: not-allowed;
}

@media (max-width: 767px) {
  .services-content {
    padding-right: 0;
  }

  .services-advantages {
    margin-top: 30px;
  }
}

.services-advantages-title {
  padding-bottom: 16px;
  text-align: center;
  border-bottom: 4px solid #ebebeb;
}

.services-advantages-items {
  margin-top: 43px;
}

.services-advantages-items:after,
.services-advantages-items:before {
  content: " ";
  display: table;
}

.services-advantages-item {
  float: left;
  width: 50%;
  margin-bottom: 44px;
  padding: 0 80px;
  font-size: 18px;
}

.services-advantages-item:nth-child(2n + 1) {
  clear: left;
}

.doctors-flexslider-navigation:after,
.doctors-list:after {
  clear: both;
}

.services-advantages-item:nth-child(2n) {
  padding-left: 10px;
  padding-right: 150px;
}

@media (max-width: 991px) {
  .services-advantages-item:nth-child(2n) {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .services-advantages-item:nth-child(2n) {
    padding: 0 10px;
  }
}

@media (max-width: 991px) {
  .services-advantages-item {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .services-advantages-item {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}

.services-advantages-item-wrap {
  position: relative;
  padding-bottom: 19px;
  padding-right: 45px;
  border-bottom: 1px solid #ebebeb;
}

.services-advantages-consult {
  text-align: center;
}

.doctors-flexslider .slides li,
.work-examples-flexslider .slides li {
  padding-left: 0;
}

.work-examples {
  margin-top: 83px;
  padding-top: 20px;
  padding-bottom: 70px;
  background: url(../images/bg-main-services.png);
}

.work-examples-flexslider {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  background: 0 0;
}

.work-examples-flexslider .slides li:before {
  display: none;
}

.work-examples-controls {
  position: relative;
  width: 100%;
}

@media (max-width: 767px) {
  .work-examples {
    margin-top: 15px;
  }

  .work-examples-controls {
    margin-top: 25px;
  }
}

.work-examples-controls .flex-control-nav {
  margin-bottom: 0;
}

.work-examples-controls .flex-control-nav li {
  margin: 3px 15px;
  line-height: normal;
}

.work-examples-controls .flex-control-nav li a {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #43434f;
  border-radius: 50%;
  background: 0 0;
  box-shadow: none;
}

.work-examples-controls .flex-control-nav li a.flex-active {
  background: #43434f;
}

.doctors {
  position: relative;
}

@media (max-width: 767px) {
  .work-examples-controls .flex-control-nav li {
    margin: 3px 4px;
  }

  .doctors {
    margin-top: 0;
  }

  .doctors-flexslider-navigation {
    left: auto;
    right: auto;
    top: auto;
  }
}

.doctors-title {
  text-align: center;
}

.doctors-flexslider {
  margin-top: -17px;
  margin-bottom: 0;
  background: 0 0;
  border: none;
  border-radius: 0;
}

.doctors-flexslider .slides li:before {
  display: none;
}

.doctors-flexslider-navigation {
  position: relative;
  margin-top: 13px;
}

.doctors-flexslider-navigation:after,
.doctors-flexslider-navigation:before {
  content: " ";
  display: table;
}

.doctors-flexslider-navigation .flex-disabled {
  background: #ebebeb;
}

.doctors-flexslider-navigation .flex-next,
.doctors-flexslider-navigation .flex-prev {
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {

  .doctors-flexslider-navigation .flex-next,
  .doctors-flexslider-navigation .flex-prev {
    width: 30px;
    height: 30px;
  }

  .doctors-flexslider-navigation .flex-next:before,
  .doctors-flexslider-navigation .flex-prev:before {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
  }
}

.chief-doctor-content:after,
.doctors-select:after {
  content: "";
  height: 4px;
  background: #ebebeb;
}

.doctors-select {
  position: relative;
  width: 100%;
  top: -47px;
  text-align: center;
}

@media (max-width: 767px) {
  .doctors-select {
    top: -32px;
  }
}

.doctors-select:after {
  position: absolute;
  width: 100%;
  left: 0;
  top: 15px;
}

.doctors-select .bootstrap-select {
  z-index: 100;
}

.doctor-name {
  margin-top: 22px;
  font-size: 18px;
  line-height: 28px;
}

.doctor-name span {
  display: block;
}

.doctor-name a {
  display: block;
  color: #152812;
}

.doctor-name a:hover {
  color: #43434f;
}

.doctor-post {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}

@media (max-width: 767px) {
  .doctor-name {
    margin-top: 10px;
  }

  .doctor-post {
    margin-top: 0;
  }
}

.doctor-consultation {
  margin-top: 30px;
}

.doctor-table-consultation {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .doctor-consultation {
    margin-top: 5px;
  }

  .chief-doctor-picture {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
}

.chief-doctor {
  position: relative;
  margin-top: 23px;
  float: left;
  width: 100%;
}

.chief-doctor-picture {
  float: left;
}

.chief-doctor-content {
  width: 100%;
  padding-left: 320px;
}

.chief-doctor-content:after {
  position: absolute;
  left: 320px;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .chief-doctor-content:after {
    display: none;
  }

  .chief-doctor-content {
    padding-left: 0;
    float: left;
    text-align: center;
  }
}

.chief-doctor-name {
  font-size: 32px;
  line-height: 38px;
}

.chief-doctor-name span {
  display: block;
}

.doctor-options .tab-content:after,
.doctor-options .tab-content:before,
.doctors-list:after,
.doctors-list:before {
  content: " ";
  display: table;
}

.chief-doctor-post {
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
}

.chief-doctor-description {
  margin-top: 40px;
  font-size: 18px;
  line-height: 28px;
}

.chief-doctor-description p {
  margin-bottom: 28px;
}

.doctors-list {
  margin-left: -10px;
  margin-right: -10px;
}

.doctors-list .doctor {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .doctors-list .doctor {
    float: left;
    width: 33.33333%;
  }
}

.doctors-list .doctor:nth-child(3n + 1) {
  clear: left;
}

@media (max-width: 767px) {
  .chief-doctor-description {
    margin-top: 20px;
  }

  .doctors-list .doctor {
    width: 33.33333%;
    float: left;
  }
}

@media (max-width: 500px) {
  .doctors-list .doctor {
    width: 50%;
    float: left;
  }

  .doctors-list .doctor:nth-child(3n + 1) {
    clear: none;
  }

  .doctors-list .doctor:nth-child(2n + 1) {
    clear: left;
  }
}

.section__doctors {
  margin-bottom: 120px;
}

.doctors__inner {}

.doctors__filter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 30px;
}

.doctors__filter-btn {}

.doctors__filter-btn+.doctors__filter-btn {}

.doctors__filter-form {
  text-align: right;
  margin-bottom: 30px;
}

.doctors__filter-form .selectpicker {}

.doctors__filter-form .bootstrap-select .dropdown-toggle {
  display: none;
}

.doctors__filter-form .bootstrap-select.btn-group .dropdown-menu {
  position: static;
  display: block;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.doctors__filter-form .bootstrap-select.btn-group .dropdown-menu.inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.doctors__filter-form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  height: auto;
  margin: 0;
}

.doctors__filter-form .bootstrap-select.btn-group .dropdown-menu li:first-child {
  display: none;
}

.doctors__filter-form .bootstrap-select.btn-group .dropdown-menu li a {
  margin-bottom: 10px;
}

.doctors__filter-form .bootstrap-select.btn-group .dropdown-menu li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #43434f;
  text-align: center;
  border: 1px solid #43434f !important;
  border-radius: 50px;
  padding: 10px 14px;
  transition: all .3s;
  cursor: pointer;
}

.doctors__filter-form .bootstrap-select.btn-group .dropdown-menu li:not(:last-child) {
  margin-right: 20px;
}

.doctors__filter-form .bootstrap-select.btn-group .dropdown-menu li a:hover,
.doctors__filter-form .bootstrap-select.btn-group .dropdown-menu li.selected a {
  background: #43434f;
  border-color: #43434f !important;
  color: #fff !important;
}

.doctors__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}

.doctors__item {
  width: calc(100% / 4 - 30px);
  margin: 0 15px 40px;
  padding-bottom: 15px;
}

.doctors__item .main-doctor-img img,
.doctors__item .main-doctor-name {
  transition: all .3s;
}

.doctors__item .main-doctor-img img {
  width: 100%;
  height: auto;
}

.doctors__item:hover .main-doctor-img img {
  transform: scale(1.05);
}

.doctors__item:hover .main-doctor-name {
  color: #43434f;
}

@media (max-width: 1100px) {
  .doctors__item {
    width: calc(100% / 3 - 30px);
  }
}

@media (max-width: 900px) {
  .doctors__item .main-doctor-img {
    height: 300px;
  }
}

@media (max-width: 700px) {
  .section__doctors {
    margin-bottom: 50px;
  }

  .doctors__list {
    justify-content: center;
  }

  .doctors__item {
    max-width: 230px;
    width: calc(100% / 2 - 30px);
  }

  .doctors__item .main-doctor-name {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
  }

  .doctors__item .main-doctor-post {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 450px) {
  .doctors__item {
    width: calc(100% - 30px);
  }
}


.doctor-detail {
  margin: 36px -10px 27px;
}

@media (max-width: 767px) {
  .doctor-detail {
    margin: 20px 0 0;
  }
}

.doctor-detail-aside {
  float: left;
  width: 320px;
}

.doctor-detail-aside .doctor-post {
  margin-top: 23px;
}

.doctor-detail-aside .doctor {
  width: 100%;
}

.doctor-detail-content {
  width: 100%;
  padding-left: 330px;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 767px) {
  .doctor-detail-aside {
    width: 100%;
    text-align: center;
  }

  .doctor-detail-content {
    padding-left: 0;
    float: left;
  }
}

.doctor-detail-content h2 {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

.doctor-detail-content p {
  margin-bottom: 26px;
}

.doctor-options {
  margin-top: 80px;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .doctor-options {
    float: left;
    margin-top: 20px;
    padding: 0;
  }
}

.doctor-options .services-content-block {
  float: left;
  width: 50%;
  padding-right: 100px;
  margin-bottom: 27px;
}

.doctor-options .services-content-block:nth-child(2n + 1) {
  clear: left;
}

.doctor-options .tab-content:after,
/* .media-gallery-items:after, */
.prices-table-header:after,
.prices-table-row:after {
  clear: both;
}

@media (max-width: 767px) {
  .doctor-options .services-content-block {
    width: 100%;
    padding: 0;
  }
}

.doctor-options .tab-content {
  padding-top: 43px;
}

@media (max-width: 767px) {
  .doctor-options .tab-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.doctor-options .nav-tabs {
  margin-top: 0;
  border-bottom: 4px solid #43434f;
}

.doctor-options .nav-tabs>li {
  padding-left: 0;
  margin-bottom: 0;
}

.doctor-options .nav-tabs>li:before {
  display: none;
}

.doctor-options .nav-tabs>li.active a,
.doctor-options .nav-tabs>li.active:active a,
.doctor-options .nav-tabs>li.active:focus a,
.doctor-options .nav-tabs>li.active:hover a {
  background: -webkit-linear-gradient(left, #43434f, #0198d5);
  background: linear-gradient(to right, #43434f, #0198d5);
  color: #fff;
}

.doctor-options .nav-tabs>li a {
  margin-right: 0;
  padding: 5px 15px 11px;
  font-size: 16px;
  text-transform: uppercase;
  border: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.doctor-options .nav-tabs>li a:hover {
  background: 0 0;
}

/*!
 * Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2016 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) */
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select .dropdown-toggle {
  width: 100%;
  z-index: 1;
  height: 40px;
  padding: 10px 40px;
  border: 1px solid #31393F;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: #31393F;
  text-transform: none;
  display: flex;
  align-items: center;
}

.bootstrap-select .dropdown-toggle:active,
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:hover,
.bootstrap-select.open .dropdown-toggle {
  color: #fff;
  background-color: #43434f;
  border: 1px solid #43434f;
}

.bootstrap-select .dropdown-toggle select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.bootstrap-select .dropdown-toggle select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  min-width: 122px;
  width: auto;
  height: 40px;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle,
.bootstrap-select.form-control:not([class*="col-"]),
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-group .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  /* position: absolute; */
  top: 10px;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
}

.bootstrap-select .dropdown-toggle .caret:before {
  width: 20px;
  height: 20px;
  font-size: 0;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.92969 7.05417L10.0005 14.125L17.0714 7.05417L15.893 5.875L10.0005 11.7683L4.10802 5.875L2.92969 7.05417Z' fill='%23464355'/%3E%3C/svg%3E%0A");
}

.bootstrap-select .dropdown-toggle:active .caret:before,
.bootstrap-select .dropdown-toggle:focus .caret:before,
.bootstrap-select .dropdown-toggle:hover .caret:before,
.bootstrap-select.open .dropdown-toggle .caret:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.92969 7.05417L10.0005 14.125L17.0714 7.05417L15.893 5.875L10.0005 11.7683L4.10802 5.875L2.92969 7.05417Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  left: auto;
  right: 0;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
  margin-bottom: 0;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before {
  display: block;
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox+.bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/* .partners__list__content {
  display: none;
} */

.partners__list__title {
  position: relative;
  cursor: pointer;
  transition: all .3s ease;
  padding-right: 40px;
}

.partners__list__title.toggle,
.partners__list__title:hover {
  color: #43434f;
}

.partners__list__title::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  display: block;
  right: 0;
  font-size: 0;
  color: #43434f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.51465 8.46495L11.9996 16.95L20.4846 8.46495L19.0706 7.04995L11.9996 14.122L4.92865 7.04995L3.51465 8.46495Z' fill='%23464355'/%3E%3C/svg%3E%0A");
  top: 50%;
  transform: translateY(-50%);
}

.parners__list__title.toggle:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.92969 7.05417L10.0005 14.125L17.0714 7.05417L15.893 5.875L10.0005 11.7683L4.10802 5.875L2.92969 7.05417Z' fill='%23464355'/%3E%3C/svg%3E%0A");
}


/* prices-table */

.page-top {
  position: relative;
  text-align: right;
}

.page-top #PricelistFilterForm {
  position: absolute;
  bottom: 40px;
  right: 0;
  display: flex;
  flex-wrap: wrap;
}

.page-top .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  min-width: 122px;
  width: auto;
  height: 40px;
  margin: 0 0 0 14px;
}

.page-top .bootstrap-select.btn-group .dropdown-menu {
  /* min-width: 100%; */
  width: 260px;
  max-height: 284px !important;
  overflow: auto;
  left: auto;
  right: 0;
}

.page-top .bootstrap-select.btn-group .dropdown-menu.inner {
  max-height: 254px !important;
}

.page-top .bootstrap-select.btn-group .dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

.page-top .bootstrap-select.btn-group .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #43434f !important;
  border-radius: 20px;
}

.prices-table {
  margin-top: 20px;
  margin-bottom: 70px;
}

.prices-table-header {
  padding: 20px 0;
}

.prices-table-item {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  background: #fafaff;
  border: 1px solid #fafaff;
}

.prices-table-item.toggle {
  border: 1px solid rgba(16, 65, 86, 0.2);
  background: #fff;
}

.prices-table-title {
  padding: 18px 50px 18px 37px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #31393F;
  position: relative;
  cursor: pointer;
  transition: all .3s ease;
}

.prices-table-title.toggle {
  color: #43434f;
}

.prices-table-title:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  display: block;
  right: 25px;
  top: 18px;
  font-size: 0;
  color: #43434f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.51465 8.46495L11.9996 16.95L20.4846 8.46495L19.0706 7.04995L11.9996 14.122L4.92865 7.04995L3.51465 8.46495Z' fill='%23464355'/%3E%3C/svg%3E%0A");
}

.prices-table-title.toggle:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.92969 7.05417L10.0005 14.125L17.0714 7.05417L15.893 5.875L10.0005 11.7683L4.10802 5.875L2.92969 7.05417Z' fill='%23464355'/%3E%3C/svg%3E%0A");
}

.prices-table-content {
  display: none;
  padding: 0 27px;
}

.prices-table-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 10px;
  margin-bottom: 18px;
}

.prices-table-row:hover .enroll button {
  opacity: 1;
}

.prices-table-row.mobile-more {
  display: none;
}

.prices-table-row.mobile-more .prices-table-col {
  padding-bottom: 0;
}

.prices-table-header {
  border-top: 1px solid rgba(16, 65, 86, .2);
  padding: 20px 10px;
  margin-bottom: 0;
}

.prices-table-col {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #31393F;
}

.prices-table-header .prices-table-col {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #31393F;
  opacity: 0.5;
}

.prices-table-col.name {
  max-width: 50%;
  width: 100%;
  padding-right: 30px;
}

.prices-table-col.price {
  max-width: 30%;
  width: 100%;
  padding-right: 20px;
}

.prices-table-col.enroll {
  width: 175px;
  min-width: 175px;
}

.prices-table-col button {
  width: 180px;
  height: 43px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #31393F;
  background-color: #fff;
  border: 1px solid #43434f;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.prices-table-col button:hover {
  color: #fff;
  background-color: #43434f;
  border-color: #43434f;
}

.prices-download {
  margin-top: 21px;
  margin-bottom: -8px;
  text-align: center;
}

@media (max-width: 1200px) {
  .prices-table-col.price {
    max-width: 100px;
  }

  .prices-table-col.name {
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  .page-top {
    text-align: left;
  }

  .page-top #PricelistFilterForm {
    position: static;
  }

  .page-top .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    margin: 0 5px 10px 0;
  }

  .page-top .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn):last-child {
    margin: 0 0px 10px 0;
  }

  .page-top .bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    left: 0;
    right: auto;
  }

  .prices-table-title {
    padding: 18px 50px 18px 20px;
  }

  .prices-table-content {
    padding: 0 15px;
  }

  .prices-table-row {
    padding: 0;
  }

  .prices-table-header {
    padding: 20px 0;
  }

  .prices-table-col {
    font-size: 16px;
    line-height: 120%;
  }
}

@media (max-width: 767px) {

  .page-top #PricelistFilterForm {
    position: relative;
    top: auto;
    bottom: auto;
  }

  .page-top #PricelistFilterForm .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
  .btn {
    position: static;
  }

  .bootstrap-select .dropdown-toggle {
    padding: 8px 31px;
    height: 36px;
  }

  .page-top #PricelistFilterForm .page-top .bootstrap-select.btn-group .dropdown-menu {
    min-width: 0;
    width: 100%;
    top: 40px;
  }

  .prices-table {
    margin-top: 10px;
  }

  .prices-table-row {
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 16px;
  }

  .prices-table-title {
    font-size: 18px;
    line-height: 120%;
    padding: 18px 15px;
  }

  .prices-table-header {
    display: none;
  }

  .prices-table-col.name {
    width: calc(100% - 80px);
    padding-right: 10px;
  }

  .prices-table-col.price {
    width: 80px;
    text-align: right;
    padding-right: 0;
  }

  .prices-table-col.enroll {
    display: none;
  }

  .prices-table-row:last-child .prices-table-col.enroll {
    display: block;
    width: 100%;
    margin-top: 20px;
  }

  .prices-table-col button {
    width: 100%;
  }

}

/* reviews: */

.reviews {
  width: 100%;
  max-width: 620px;
  margin: 36px auto 0;
  padding-bottom: 77px;
}

.reviews-item {
  margin-bottom: 40px;
}

.reviews-list {
  margin-bottom: 42px;
}

.reviews-title {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.reviews-content {
  font-size: 16px;
  line-height: 24px;
}

.reviews-content p {
  margin-bottom: 24px;
}

.reviews-link-more {
  margin-top: 21px;
}

.page .reviews .reviews-link-more {
  margin-top: 0;
}

/* pagination */

.pagination {}

ul.pagination-list {
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  list-style: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  justify-content: center;
}

.pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px !important;
  margin: 0 10px 0 0 !important;
}

.pagination-item.active {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  color: #fff;
  background: #43434f;
}

.pagination-item::before {
  display: none;
}

.pagination-item.next .pagination-link,
.pagination-item.prev .pagination-link {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.44217 16.103C7.66715 16.328 8.0319 16.328 8.25688 16.103L15.1699 9.18994C15.3949 8.96496 15.3949 8.60021 15.1699 8.37523L8.25688 1.46218C8.0319 1.2372 7.66714 1.2372 7.44217 1.46218C7.21719 1.68715 7.21719 2.05191 7.44217 2.27689L13.9479 8.78259L7.44217 15.2883C7.21719 15.5133 7.21719 15.878 7.44217 16.103Z' fill='%23464355'/%3E%3C/svg%3E%0A");
}

.pagination-item.prev .pagination-link {
  transform: scaleX(-1);
}

.pagination-item.next .pagination-link:hover,
.pagination-item.prev .pagination-link:hover {
  background-color: #43434f;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.44217 16.103C7.66715 16.328 8.0319 16.328 8.25688 16.103L15.1699 9.18994C15.3949 8.96496 15.3949 8.60021 15.1699 8.37523L8.25688 1.46218C8.0319 1.2372 7.66714 1.2372 7.44217 1.46218C7.21719 1.68715 7.21719 2.05191 7.44217 2.27689L13.9479 8.78259L7.44217 15.2883C7.21719 15.5133 7.21719 15.878 7.44217 16.103Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

.online-timer {
  margin-top: 18px;
  margin-bottom: 39px;
}

.online-timer-item {
  margin-right: 16px;
  display: inline-block;
  font-size: 14px;
  color: #666;
  text-align: center;
}

.online-timer-item span {
  display: block;
  width: 40px;
  height: 40px;
  background: -webkit-linear-gradient(top, #43434f, #0198d5);
  background: linear-gradient(to bottom, #43434f, #0198d5);
  border-radius: 5px;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
}

@media (max-width: 767px) {
  .online-timer {
    margin-bottom: 0;
    margin-top: 0;
  }
}

/* media-gallery */

.section__gallery {
  margin-bottom: 120px;
}

.media-gallery {}

.media-gallery-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}


.media-gallery-item {
  position: relative;
  width: 33.33%;
  padding: 0 15px 50px;
}

.media-gallery-content {
  border-radius: 20px;
  overflow: hidden;
  height: 280px;
}

.media-gallery-content a {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.media-gallery-content a:hover .icon-gallery-play:before {
  background: #43434f;
}

.media-gallery-content img {
  /* max-width: 100%; */
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s;
  background: #c1b9c0;
}

.media-gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 0.4px solid #fff;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 17px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='16' viewBox='0 0 13 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0632 7.36368C12.5125 7.6689 12.5125 8.3311 12.0632 8.63632L1.45144 15.8442C0.940719 16.1911 0.249999 15.8253 0.249999 15.2079L0.25 0.792132C0.25 0.174733 0.940719 -0.191094 1.45144 0.155809L12.0632 7.36368Z' fill='white'/%3E%3C/svg%3E%0A");
  cursor: pointer;
  transition: .3s;
}

.gallery-play-btn:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.media-gallery-title {
  margin-top: 22px;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #31393F;
}

.gallery-popup {
  max-width: 1000px;
  /* max-width: calc(100% - 40px); */
  /* width: 100% !important; */
  width: calc(100% - 40px) !important;
  max-height: 650px;
  /* max-height: calc(100% - 40px); */
  /* height: 100% !important; */
  height: calc(100% - 40px) !important;
}

.gallery-popup .fancybox-skin {
  width: 100% !important;
  height: 100% !important;
}

.gallery-popup .fancybox-outer {
  height: 100%;
}

.gallery-popup .fancybox-inner {
  width: 100% !important;
  height: 100% !important;
}

.gallery-popup .fancybox-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* object-fit: contain; */
}

@media (max-width: 1100px) {
  .section__gallery {
    margin-bottom: 90px;
  }

  .media-gallery-item {
    width: 50%;
  }
}

@media (max-width: 1000px) {
  .gallery-popup {
    max-width: calc(100% - 40px);
    width: 100% !important;
  }
}

@media (max-width: 900px) {
  .media-gallery-content {
    height: 250px;
  }
}

@media (max-width: 700px) {
  .section__gallery {
    margin-bottom: 50px;
  }

  .media-gallery-content {
    height: 200px;
  }

  .media-gallery-title {
    margin-top: 15px;
    font-size: 16px;
    line-height: 20px;
  }

  .gallery-popup {
    max-width: calc(100% - 20px);
    left: 10px !important;
    max-height: 400px;
  }
}

@media (max-width: 500px) {
  .media-gallery-items {
    margin: 0;
  }

  .media-gallery-item {
    width: 100%;
    max-width: 350px;
    padding: 0 0 30px;
    margin: 0 auto;
  }

  .gallery-popup {
    max-height: 300px;
  }
}

/* media-gallery */

.event {
  position: relative;
}

.event {
  min-height: 1px;
  padding-left: 10px;
}

.events-list {
  margin-right: -10px;
  margin-left: -10px;
}

.events-list:after {
  clear: both;
}

.events-list:after,
.events-list:before {
  display: table;
  content: " ";
}

.page-event {
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .page-event {
    padding-bottom: 0;
  }
}

.events {
  margin-top: 54px;
}

.events.events-d {
  margin-bottom: 56px;
}

@media (max-width: 767px) {
  .events.events-d {
    margin-bottom: 0;
  }

  .events {
    margin-top: 0;
  }
}

.events-title {
  text-align: center;
}

.events-list {
  margin-top: 26px;
}

.event-date:before,
.event-detail-address:before,
.event-detail-date:before,
.event-detail-leading:before,
.event-leading:before {
  margin-right: 9px;
  font-family: FontMoon, sans-serif;
}

@media (max-width: 767px) {
  .events-list {
    margin-top: 0;
  }

  .event-doctor {
    text-align: center;
  }
}

.event {
  padding-right: 10px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .event {
    float: left;
    width: 33.33333%;
  }
}

.event img {
  width: 100%;
}

@media (min-width: 400px) and (max-width: 760px) {
  .event {
    width: 50%;
    float: left;
  }

  .event.event-calendar {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .event {
    width: 100%;
  }
}

.event-title {
  height: 106px;
  font-size: 18px;
  line-height: 31px;
}

.event-title a {
  display: inline-block;
  color: #152812;
}

.event-doctor-name span,
.event-doctor-post span {
  display: block;
}

.event-title a:hover {
  color: #43434f;
}

.event-date {
  font-size: 14px;
  color: #666;
}

.event-date:before {
  font-size: 12px;
}

.event-leading {
  margin-top: 12px;
  font-size: 14px;
  color: #666;
}

.event-leading:before {
  font-size: 12px;
}

.event-content {
  padding: 22px 20px 18px;
  background: #ebebeb;
}

.event-detail-date {
  margin-bottom: 6px;
  font-size: 14px;
  color: #666;
}

.event-detail-date:before {
  font-size: 12px;
}

.event-detail-leading {
  margin-bottom: 6px;
  font-size: 14px;
  color: #666;
}

.event-detail-leading:before {
  font-size: 12px;
}

.event-detail-address {
  margin-bottom: 6px;
  font-size: 14px;
  color: #666;
}

.event-detail-address:before {
  font-size: 12px;
}

.event-doctor {
  margin-top: 17px;
}

.event-doctor-name {
  margin-top: 22px;
  font-size: 16px;
  line-height: 24px;
}

.event-doctor-post {
  margin-top: 5px;
  font-size: 14px;
  line-height: 22px;
  color: #666;
}

.page-event-detail {
  margin-bottom: 68px;
}

@media (max-width: 767px) {
  .page-event-detail {
    margin-bottom: 0;
  }
}

.page-contacts {
  margin-top: 40px;
  text-align: center;
}

.page-contacts img {
  max-width: 100%;
}

.ui-datepicker-calendar {
  position: absolute;
  bottom: 0;
  left: 3px;
  width: 294px;
  max-width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .ui-datepicker-calendar {
    width: 220px;
  }
}

@media (max-width: 767px) {
  .ui-datepicker-calendar {
    width: 98%;
  }
}

.event-datepicker {
  position: relative;
  height: 326px;
  padding-top: 20px;
  padding-left: 3px;
  padding-right: 3px;
  background: #ebebeb;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991px) {
  .event-datepicker {
    height: 312px;
  }
}

#datepicker thead th {
  height: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  /* text-transform: lowercase; */
}

#datepicker tbody {
  border: 6px solid #d8d8d8;
}

#datepicker td {
  width: 40px;
  height: 40px;
  border: 1px solid #d8d8d8;
  font-size: 16px;
  text-align: center;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#datepicker td:hover {
  background: rgba(216, 216, 216, 0.1);
}

@media (min-width: 768px) and (max-width: 991px) {
  #datepicker td {
    height: 35px;
  }
}

#datepicker td a {
  /* color: #152812;*/
  color: #31393F;
  font-weight: 500;
  font-size: 21.6px;
  line-height: 42px;
}

#datepicker td.ui-datepicker-other-month {
  background: #ececec;
}

#datepicker td.ui-datepicker-other-month a {
  color: #666;
}

.ui-datepicker-header {
  position: relative;
  padding-top: 10px;
}

.ui-datepicker-prev {
  /*left: 0;*/
  left: 15%
}

.ui-datepicker-prev:before {
  left: 15px;
  top: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  padding-left: 2px;
  line-height: 31px !important;
}

.ui-datepicker-next {
  /*right: 0;*/
  right: 15%;
}

.ui-datepicker-next:before {
  right: 15px;
  top: 0;
  padding-left: 2px;
}

.ui-datepicker-next,
.ui-datepicker-prev {
  position: absolute;
  /*top: 5px;*/
  top: 35px;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ui-datepicker-next:hover,
.ui-datepicker-prev:hover {
  opacity: 0.8;
}

.ui-datepicker-next:before,
.ui-datepicker-prev:before {
  position: absolute;
  width: 30px;
  height: 30px;
  /* background: -webkit-linear-gradient(left, #43434f, #0198d5);
  background: linear-gradient(to right, #43434f, #0198d5);*/
  border-radius: 50%;
  font-family: FontMoon, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
}

.ui-datepicker-title {
  font-size: 14px;
  color: #4a4a4a;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}

@font-face {
  font-family: FontMoon;
  src: url(../fonts/icomoon/icomoon.eot);
  src: url(../fonts/icomoon/icomoon.eot) format("embedded-opentype"), url(../fonts/icomoon/icomoon.ttf) format("truetype"), url(../fonts/icomoon/icomoon.woff) format("woff"),
    url(../fonts/icomoon/icomoon.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}

[class*=" icon-"],
[class^="icon-"] {
  font-family: FontMoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before,
.map-object .icon-close {
  content: "\e911";
}

.icon-burger:before {
  content: "\e910";
}

.event-date:before,
.event-detail-date:before,
.icon-clock3:before {
  content: "\e90e";
}

.event-detail-leading:before,
.event-leading:before,
.icon-people:before {
  content: "\e90f";
}

.icon-gallery-play:before,
.icon-play:before {
  content: "\e90d";
}

.icon-apple:before,
.services-content-title:before {
  content: "\e90c";
}

.btn .caret:before,
.icon-arrow-bottom:before,
.mobile-nav .site-nav-item.parent span:after,
.site-nav-item.parent:after {
  content: "\e900";
}

.doctors-flexslider-navigation .flex-next:before,
.doctors-flexslider-navigation .flex-prev:before,
.icon-arrow-right:before,
.main-doctors-navigation .flex-next:before,
.main-doctors-navigation .flex-prev:before,
.main-flexslider-navigation .flex-next:before,
.main-flexslider-navigation .flex-prev:before,
.ui-datepicker-next:before,
.ui-datepicker-prev:before {
  content: "\e901";
}

.icon-social-youtube:before,
.social-link.social-youtube:before {
  content: "\e902";
}

.icon-social-ok:before,
.social-link.social-ok:before {
  content: "\e903";
}

.icon-social-instagram:before,
.social-link.social-instagram:before {
  content: "\e904";
}

.icon-social-facebook:before,
.social-link.social-facebook:before {
  content: "\e905";
}

.icon-social-vk:before,
.social-link.social-vk:before {
  content: "\e906";
}

.deals-time:before,
.icon-time-2:before {
  content: "\e907";
}

.icon-search:before,
.site-nav-search-i:before {
  content: "\e908";
}

.event-detail-address:before,
.icon-location:before {
  content: "\e909";
}

.icon-time:before,
.map-object .time:before {
  content: "\e90a";
}

.icon-phone:before,
.map-object .phone:before {
  content: "\e90b";
}

ymaps .ymaps-b-balloon-shadow {
  display: none;
}

section.page {
  img {
    max-width: 100%;
  }
}

.page .flexslider.work-examples-flexslider>ol {
  margin-bottom: 0;
}

.page .flexslider.work-examples-flexslider>ol>li>a {
  width: 16px;
  height: 16px;
  background: 0 0;
  border: 1px solid #43434f;
  box-shadow: none;
}

.page .flexslider.work-examples-flexslider>ol>li>a.flex-active {
  background: #43434f;
}

.flexslider.work-examples-flexslider .slides {
  width: auto !important;
  float: left;
  font-size: 0;
  white-space: nowrap;
}

.flexslider.work-examples-flexslider .slides li {
  float: none !important;
  padding-left: 0;
  display: inline-block !important;
  font-size: 16px;
  vertical-align: top;
}

#webcallCloseButton {
  top: 10px !important;
}

body #webcallComponent {
  z-index: 9999 !important;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-inner,
.fancybox-outer,
.fancybox-skin {
  position: relative;
}

.fancybox-skin {
  background: #fff;
  color: #444;
  text-shadow: none;
  border-radius: 20px;
  overflow: hidden;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-opened iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8030;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-iframe,
.fancybox-image {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
  background-image: url(../js/fancybox/source/fancybox_sprite.png);
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

.fancybox-close,
.fancybox-nav,
.fancybox-nav span {
  cursor: pointer;
  z-index: 8040;
  position: absolute;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../js/fancybox/source/fancybox_loading.gif) center center no-repeat;
}

.fancybox-wrap .fancybox-close {
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12L19 6.41L17.59 5Z' fill='%23464355'/%3E%3C/svg%3E%0A");
}

.fancybox-nav {
  top: 0;
  /* top: 50%; */
  /* transform: translateY(-50%); */
  /* width: 40%; */
  width: 50px;
  height: 100%;
  /* height: 100px; */
  text-decoration: none;
  background: url(../js/fancybox/source/blank.gif);
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  /* visibility: hidden; */
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.fancybox-lock,
.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock {
  width: auto;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../js/fancybox/source/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.fancybox-title {
  visibility: hidden;
  font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: 0 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

  #fancybox-loading,
  .fancybox-close,
  .fancybox-next span,
  .fancybox-prev span {
    background-image: url(../js/fancybox/source/fancybox_sprite@2x.png);
    background-size: 44px 152px;
  }

  #fancybox-loading div {
    background-image: url(../js/fancybox/source/fancybox_loading@2x.gif);
    background-size: 24px 24px;
  }
}

#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8050;
}

#fancybox-buttons.top {
  top: 10px;
}

#fancybox-buttons.bottom {
  bottom: 10px;
}

#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #323232;
  background: -moz-linear-gradient(top, #444 0, #343434 50%, #292929 50%, #333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333));
  background: -webkit-linear-gradient(top, #444 0, #343434 50%, #292929 50%, #333 100%);
  background: -o-linear-gradient(top, #444 0, #343434 50%, #292929 50%, #333 100%);
  background: -ms-linear-gradient(top, #444 0, #343434 50%, #292929 50%, #333 100%);
  background: linear-gradient(top, #444 0, #343434 50%, #292929 50%, #333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0);
}

#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0;
}

#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url(../js/fancybox/source/helpers/fancybox_buttons.png);
  background-repeat: no-repeat;
  outline: 0;
  opacity: 0.8;
}

#fancybox-buttons a:hover {
  opacity: 1;
}

#fancybox-buttons a.btnPrev {
  background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
  background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px;
}

#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0;
}

#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default;
}

.hidden,
.jsEnabled .block-briefed>* {
  display: none;
}

.jsEnabled .block-briefed> :first-child {
  display: block;
}

.jsEnabled .block-briefed a.action-details {
  display: inline-block;
  margin: 0 0 1.5em;
}

.jsEnabled .block-briefed-details p {
  display: block;
}

.jsEnabled .messageBlock-js-disabled,
.modal {
  display: none;
}

.jsDisabled .messageBlock-js-disabled {
  position: fixed;
  z-index: 1000;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  background: #fff8dc;
}

.service-inactive {
  color: #ccc;
}

#datepicker td.specialDate {
  background: #ebebeb;
}

#datepicker td.ui-datepicker-current-day,
#datepicker td.ui-datepicker-today {
  /*  background: #61b50c !important;*/
}

.doctors {
  margin-top: 0;
}

.chief-doctor {
  margin-bottom: 80px;
}

.b-form {
  padding: 0;
}


.errorMessage {
  color: red;
  font-size: 12px;
  line-height: 15px;
}

.feedback-form select {
  width: 100%;
}

figure.block-figure img {
  max-width: 100%;
}

figure.block-figure figcaption {
  margin-top: 12px;
  font-size: 14px;
  color: #666;
}

.b-404 {
  margin: 2em 0;
  text-align: center;
}

.feedback-form .inline-labels label,
.reviews-link-more {
  display: inline-block;
}

.modal {
  /* max-width: 100% !important; */
  max-width: 474px;
  width: 100%;
}

.page-container {
  padding-bottom: -900px;
}

.b-captcha img {
  display: block;
}

.ui-datepicker-calendar thead {
  margin-left: 6px;
}

.ui-datepicker-calendar th {
  width: 40px;
}

@media (max-width: 767px) {
  .ui-datepicker-calendar {
    width: auto;
    left: 50%;
    /* min-width: 286px;*/
    transform: translateX(-50%);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .event-title {
    line-height: 26px;
  }
}

.site-nav-item>ul>li>a:hover,
.site-nav-item>ul>li>ul>li>a:hover,
.footer-links a:hover {
  color: #43434f;
}

.doctor-consultation a,
.doctor-table-consultation a,
.feedback-form .submit,
.green-button,
.main-doctor-consultation,
.main-slider-enroll a,
.prices-download a,
.prices-table-col .link-more,
.services-advantages-consult a {
  background: #34334F;
}

.services-content-title:before {
  content: "";
}

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

table {
  display: grid;
  display: -ms-grid;
  border: 1px solid #43434f;
  border-collapse: separate;
  table-layout: fixed;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow-x: auto;
}

table th {
  font-weight: bold;
  padding: 5px;
  background: #ebebeb;
}

table th:not(:last-child) {
  border-right: 1px solid #43434f;
}

table td {
  padding: 5px;
  text-align: left;
}

table td:not(:last-child) {
  border-right: 1px solid #43434f;
}

table tbody tr:nth-child(odd) {
  background: #fff;
}

table tbody tr:nth-child(even) {
  background: #ebebeb;
}

iframe {
  max-width: 100%;
}

body.bvi-active.navigation-show {
  left: auto;
}

.bvi-active .doctors-flexslider-navigation .flex-next:before,
.bvi-active .doctors-flexslider-navigation .flex-prev:before,
.bvi-active .main-doctors-navigation .flex-next:before,
.bvi-active .main-doctors-navigation .flex-prev:before,
.bvi-active .main-flexslider-navigation .flex-next:before,
.bvi-active .main-flexslider-navigation .flex-prev:before {
  background-color: #000;
  border-radius: 50%;
}

.bvi-active .bvi-body .main-flexslider-controls .flex-control-nav {
  background-color: rgba(0, 0, 0, 0) !important;
}

.bvi-active .bvi-body .main-flexslider-controls .flex-control-paging li a {
  background-color: #000 !important;
}

@media (max-width: 991px) {
  table {
    font-size: 12px;
    line-height: 15px;
  }
}

@media (max-width: 500px) {
  h1 {
    font-size: 26px;
  }

  .page-title h1 {
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.72px;
  }

  h2 {
    font-size: 24px;
    line-height: 120%;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

}

body .bvi-body[data-bvi-builtelements="false"]:not(.bvi-no-styles) .wp-audio-shortcode,
body .bvi-body[data-bvi-builtelements="false"]:not(.bvi-no-styles) figure,
body .bvi-body[data-bvi-builtelements="false"]:not(.bvi-no-styles) iframe,
body .bvi-body[data-bvi-builtelements="false"]:not(.bvi-no-styles) object,
body .bvi-body[data-bvi-builtelements="false"]:not(.bvi-no-styles) video,
body .bvi-body[data-bvi-builtelements="false"]:not(.bvi-no-styles) ymaps {
  display: block !important;
}

body .bvi-body .ymaps-events-pane.ymaps-glass-pane {
  background-color: rgba(0, 0, 0, 0) !important;
}

body .bvi-body .header-phones-box .nav-icon circle,
body .bvi-body .mode-time .nav-icon circle,
body .bvi-body .header-adds .nav-icon circle,
body .bvi-body .footer-phones-box .nav-icon circle,
body .bvi-body .footer-adds .nav-icon circle,
body .bvi-body .services-help-info circle {
  opacity: .3;
}

body .bvi-body .site-nav-item.parent:after,
body .bvi-body form .form-control::placeholder {
  color: currentColor;
}

body .bvi-body #ya-site-form0 .ya-site-form__input,
body .bvi-body #ya-site-form0 .ya-site-form__form .ya-site-form__input-text,
body .bvi-body #ya-site-form0 .ya-site-form__form .ya-site-form__input-text::placeholder,
body .bvi-body #ya-site-form0 .ya-site-form__submit {
  color: inherit !important;
}

body .bvi-body .page :not(.bvi-no-styles) a:not(.bvi-no-styles) {
  text-decoration: underline;
}


/* Value add */
/* скрытое поле в формах */
.form-label {
  display: none
}

/* скрытое поле в формах */
.top {
  position: fixed;
  right: 20px;
  bottom: 200px;
  cursor: pointer;
  display: none;
  border: 1px solid #43434f;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  font-size: 18px;
  line-height: 120%;
  color: #43434f;
  padding: 15px 10px;
  z-index: 2;
}

@media (max-width: 1440px) {
  .top {
    bottom: 200px;
  }
}

.top-show {
  display: flex;
  align-content: space-around;
  justify-content: space-around;
  align-items: center;
  width: 30px;
  background: #fff;
}

.flex-title {
  width: 50%;
}

.page-image img {
  border-radius: 20px;
}

.f24 {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.page-text-col h2 {
  text-align: left;
  margin-bottom: 40px;
  margin-top: 62px;
}

.page-text-col h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
}

.page-text-col p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 32px;
}

@media (max-width: 767px) {

  .page-text-col p,
  .page ul,
  .page-container ul {
    font-size: 16px;
  }

  .page-text-col p {
    margin-bottom: 20px;
  }

  .page-text-col h2 {
    margin: 60px 0 32px;
  }

  .page-text-col *:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .page-text-col h2 {
    margin: 42px 0 32px;
  }
}

.page-text__block {
  background: #fafaff;
  width: 100%;
  min-height: 150px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-radius: 20px;
  padding-left: 55px;
  margin-bottom: 20px;
}

.page-text__block-row {
  display: flex;
  justify-content: space-between;
  background: #fafaff;
  border-radius: 20px;
  padding: 45px 55px;
  margin-bottom: 20px;
}

.page-text__block__title {
  max-width: 650px;
  text-align: left;
}

.page-text__block-row .page-text__block__title {
  max-width: 450px;
  width: 40%;
  margin-right: 70px;
}

.page-text__block__title h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  margin-bottom: 32px;
}

.page-text__block-row .page-text__block__title h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.page-text__block__items {
  width: 60%;
}

.page-text__block__items__item {
  display: flex;
  justify-content: space-between;
}

.page-text__block__items__item+.page-text__block__items__item {
  margin-top: 23px;
}

.flex-item-column {
  flex-direction: column;
  margin-bottom: 25px;
  max-width: 1040px;
}

.page-text__block__items__item-name,
.page-text__block__items__item-value {
  max-width: 370px;
  width: 100%;
  font-size: 18px;
  line-height: 120%;
  color: #31393F;
  letter-spacing: 0.03em;
  padding-right: 20px;
}

.page-text__block__items__item-name {
  font-weight: 700;
}

.page-text__block__items__item-value a {
  color: #31393F;
}

.page-text__block__items__item p {
  max-width: 1400px !important;
  width: 100%;
  font-size: 18px;
  line-height: 120%;
  color: #31393F;
  letter-spacing: 0.03em;
}

.page-text__block__items__item p>a:hover {
  color: #43434f;
}

.page-menu {
  display: flex;
  /* justify-content: space-evenly; */
  justify-content: center;
  border-bottom: 1px solid #CACACA;
  padding-bottom: 25px;
}

.page-menu a {
  display: inline-block;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.03em;
  color: #31393F;
  padding-right: 30px;
  position: relative;
  margin-right: 50px;
}

.page-menu a:last-child {
  margin-right: 0;
}

.page-menu a::after {
  content: '';
  position: absolute;
  top: 2px;
  right: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.2744 19.75V4.75' stroke='%2343434f' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.299 13.7002L12.275 19.7502L6.25 13.7002' stroke='%2343434f' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  opacity: 0;
  transition: 0.3s;
}

.page-menu a:hover {
  color: #43434f;
  text-decoration: underline;
}

.page-menu a:hover::after {
  opacity: 1;
}

.page-menu-mobile {
  display: none;
}

.page-image-detail {
  height: 300px;
}

.page-image-detail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.services-detail {
  display: flex;
  flex-direction: row;
  margin: 10px auto;
  justify-content: space-between;
}

.service-detail__left-block {
  width: 100%;
  max-width: 1040px;
}

.service-detail__right-block {
  /*max-width: 325px;*/
  max-width: 400px;
  width: 100%;

}

.block__title {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

@media (max-width: 40rem) {
  .block__title {
    align-items: center;
  }
}

.block__title-title {
  display: inline-block;
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
  color: #31393F;
}

.block__title-link {
  display: inline-block;
  padding: 6px 31px !important;
  gap: 10px;
  background: #fafaff;
  border-radius: 100px;
  color: #31393F;
  transition: all .5s ease;
}

.block__title-link:hover {
  background-color: #43434f;
}

.block__title-link:hover a {
  color: #fff;
}

@media (max-width: 40rem) {
  .block__title-link {
    padding: 6px 20px !important;
  }
}

@media (max-width: 600rem) {
  .block__title-title {
    font-size: 22px;
  }
}

.block__title-link a {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #31393F;
}

@media (max-width: 40rem) {
  .block__title-link a {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #31393F;
  }
}

.block__price {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 22px;
}

.block__price-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0px;
}

.block__price-item__image {
  min-width: 60px;
  height: 60px;
  margin-right: 26px;
}

.block__price-item__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.block__price-item__hr {
  border-bottom: 0.6px solid #CACACA;
}

.border_plus {
  border-bottom: 0.6px solid #CACACA;
  margin-left: 86px;
}

.block__price-item__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #31393F;
  text-align: left;
  max-width: 680px;
  margin-right: auto;
}

.block__price-item__price {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.6;
  text-align: right;
  color: #31393F;
  margin-left: 20px;
}

.review__content {
  margin: 100px 0px;
}

.record__content {
  margin-top: 100px;
}

.record__content .nice-select {
  border: none;
  height: 58px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  padding: 19px 20px;
}

.record__content .nice-select.open .list {
  width: 100%;
  height: auto;
  max-height: 300px;
}

.record__content .user-form__block {
  max-width: 357px;
}

.record__content .user-form__block:first-child {
  margin-right: 40px;
}

.record__content .user-form__input {
  border: none;
  height: 58px;
  font-weight: 400;
  color: #434142;
  font-size: 16px;
  line-height: 19px;
  padding: 19px 20px;
}

.record__content .user-form__input::placeholder {
  color: #434142;
}

.reviews__list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
  margin: 75px -15px 60px;
}

.reviews__item {
  background: #fafaff;
  border: 0.2px solid #9B9C9C;
  border-radius: 20px;
  width: 445px;
  height: 490px;
}

.doctors-items ul li:before {
  content: none;
}

.doctors-items ul li {
  padding-left: 0;
}

/*.doctors-items .flex-direction-nav{
  display: flex;
  justify-content: center;
  position: absolute;
  top: 235px;
}
.doctors-items .flex-direction-nav .flex-prev, .doctors-items .flex-direction-nav .flex-next {
  width: 44px;
  height: 44px;
  margin-left: 9px;
  margin-right: 0;
  background: #fff;
  border: 1px solid rgba(240, 107, 133, 0.5) !important;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.2665 11L8.97774 16.2888L7.73342 15.0445L11.7814 10.9965L7.73342 6.94848L8.97774 5.7112L14.2665 11Z' fill='%2343434f' fill-opacity='0.5'/%3E%3C/svg%3E%0A");
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  font-size: 0;
}
.doctors-items .flex-direction-nav .flex-prev {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}


.doctors-items .flex-direction-nav .flex-prev::before,
.doctors-items .flex-direction-nav .flex-next::before {
  display: none;
}
.doctors-items .flex-direction-nav .flex-prev:hover,
.doctors-items .flex-direction-nav .flex-next:hover {
  background: rgba(240, 107, 133, 0.5);
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.2666 11L8.9778 16.2888L7.73348 15.0445L11.7815 10.9965L7.73348 6.94846L8.9778 5.71118L14.2666 11Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}*/
.doctor-flexslider-navigation {
  position: relative;
  width: auto;
  left: auto;
  bottom: auto;
  top: -55px;
  right: 0;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
}

.doctor-flexslider-navigation .flex-prev,
.doctor-flexslider-navigation .flex-next {
  width: 44px;
  height: 44px;
  margin-left: 9px;
  margin-right: 0;
  background: #fff;
  border: 1px solid rgba(240, 107, 133, 0.5) !important;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.2665 11L8.97774 16.2888L7.73342 15.0445L11.7814 10.9965L7.73342 6.94848L8.97774 5.7112L14.2665 11Z' fill='%2343434f' fill-opacity='0.5'/%3E%3C/svg%3E%0A");
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.doctor-flexslider-navigation .flex-prev {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}


.doctor-flexslider-navigation .flex-prev::before,
.doctor-flexslider-navigation .flex-next::before {
  display: none;
}

.doctor-flexslider-navigation .flex-prev:hover,
.doctor-flexslider-navigation .flex-next:hover {
  background: rgba(240, 107, 133, 0.5);
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.2666 11L8.9778 16.2888L7.73348 15.0445L11.7815 10.9965L7.73348 6.94846L8.9778 5.71118L14.2666 11Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

.doctor-block {
  border: 1px solid rgba(16, 65, 86, 0.5);
  border-radius: 20px;
  max-width: 325px;
  height: 400px;
  margin-left: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 37px;
}

.doctor-block__image {
  width: 155px;
  height: 155px;
  object-fit: cover;
  border-radius: 100px;
  background-repeat: no-repeat;
  background-position: center 15%;
  background-size: 100%;
}

.doctor-block__last {
  margin-top: 20px;
}

.doctor-block__name {
  margin-bottom: 20px;
}

.doctor-block__image,
.doctor-block__last,
.doctor-block__name,
.doctor-block__position,
.doctor-block__brief {
  display: block;
}

.doctor-block__position,
.doctor-block__brief {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #A6A7A8;
}

.doctor-block__last,
.doctor-block__name {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #31393F;
}

.gallery-flexslider.flexslider .slides>li {
  border-radius: 10px;
  overflow: hidden;
  padding: 0px;
  list-style-type: none;
}

.gallery-flexslider-navigation {
  position: absolute;
  width: auto;
  left: auto;
  bottom: auto;
  top: -75px;
  right: 0;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.gallery-flexslider-navigation .flex-prev,
.gallery-flexslider-navigation .flex-next {
  width: 44px;
  height: 44px;
  margin-left: 9px;
  margin-right: 0;
  background: #fff;
  border: 1px solid rgba(52,51,79, 0.5) !important;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.2665 11L8.97774 16.2888L7.73342 15.0445L11.7814 10.9965L7.73342 6.94848L8.97774 5.7112L14.2665 11Z' fill='%2343434f' fill-opacity='0.5'/%3E%3C/svg%3E%0A");
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.gallery-flexslider-navigation .flex-prev {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}


.gallery-flexslider-navigation .flex-prev::before,
.gallery-flexslider-navigation .flex-next::before {
  display: none;
}

.gallery-flexslider-navigation .flex-prev:hover,
.gallery-flexslider-navigation .flex-next:hover {
  background: rgba(201, 201, 201, 0.5);
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.2666 11L8.9778 16.2888L7.73348 15.0445L11.7815 10.9965L7.73348 6.94846L8.9778 5.71118L14.2666 11Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

.gallery-flexslider-controls {
  display: none;
}

.gallery-flexslider-number {
  position: absolute;
  left: 0;
  bottom: -66px;
  font-size: 19px;
  line-height: 145%;
  color: #31393F;
  z-index: 1;
}

.gallery-flexslider-progress {
  position: absolute;
  bottom: -20px;
  width: 100%;
  height: 6px;
  background: #fafaff;
  border-radius: 50px;
  z-index: 1;
}

.gallery-flexslider-progress-active {
  width: 0px;
  height: 100%;
  border-radius: 50px;
  background-color: #43434f;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.gallery-flexslider .flex-control-nav {
  display: none;
}

.gallery-flexslider {
  margin-top: 40px;
}

.service-detail__info-video {
  width: 100%;
  min-height: 250px;
  max-height: 500px;
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 60px;
  border-radius: 10px;
}

.info-video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-flexslider-item {
  min-height: 270px;
}

.page__right-menu {
  margin-top: 50px;
}

.service-detail__info {
  margin-top: 50px;
  margin-bottom: 60px;
}

.record__content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.record__content-left {
  max-width: 565px;
  width: 100%;
  margin-right: 80px;
}

.record__content-right {
  max-width: 754px;
  width: 100%
}

.record__content-left .ui-datepicker-calendar {
  position: relative !important;
}

.input-label {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #31393F;
  margin: 0 0 22px;
  display: block;
}

.time-select,
.user-form {
  margin-bottom: 38px;
  display: flex;
}

.user-form__input,
.time-select__input,
.office-select__input,
option {
  border-radius: 10px !important;
  background: #F5F5F5 !important;
  color: #31393F80;
}

.time-select__input {
  width: 206px !important;
  margin-right: 30px;
}

.user-form__input:focus {
  border-color: #43434f;
}

.time-select__input,
.office-select__input {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #31393F;
}

.user-form {
  justify-content: space-between;
}

.office-select__input {
  width: 100% !important;
}

.info-block {
  display: flex;
  justify-content: space-between;
}

.record__content .form__policy {
  max-width: 367px;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  color: #625F5F;
}

.info-block__form {
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  color: #31393F;
}

.record__content .info-block__form {
  max-width: 319px;
  width: 100%;
  font-size: 24px;
  line-height: 34px;
  margin-right: 30px;
}

.record__content .info-block__form>span:first-child {
  display: block;
  margin-bottom: 10px;
}

.record__content .btn-orange {
  max-width: 100%;
}

#record-date,
#record-hour,
#record-minute {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #31393F;
  margin: 0;
}

.b-form__wrap {
  margin-bottom: 30px;
}

/*.user-form__block{width:350px;}*/
.user-form__block {
  max-width: 300px;
  width: 100%;
}

.record__content-left,
.record__content-right {
  /* width: 50%; */
}

.doctor-calendar {
  max-width: 565px;
  /* font-family: 'Lato'; */
  background: #fafaff;
  /* height: 523px; */
  padding-bottom: 60px;
  border-radius: 20px;
  width: 100%;
}

.doctor-calendar .ui-datepicker-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  /* padding-top: 34px; */
  text-transform: none;
}

.doctor-calendar .ui-datepicker-calendar thead {
  background: #fafaff;
  border: none
}

.doctor-calendar .ui-datepicker-calendar tbody {
  background: #fafaff;
  border: none !important;
}

.doctor-calendar#datepicker .ui-datepicker-calendar {
  width: 412px;
  max-width: 96%;
}

.doctor-calendar#datepicker .ui-datepicker-calendar tr {
  background: #fafaff;
  border: none;
}

.doctor-calendar#datepicker .ui-datepicker-calendar th {
  background: #fafaff;
  border: none;
  padding: 0 0 10px;
  box-sizing: border-box;
}

.doctor-calendar#datepicker .ui-datepicker-calendar td {
  background: #fafaff;
  border: none;
  height: 42px;
  padding: 0 0 10px;
  box-sizing: border-box;
}

.doctor-calendar#datepicker .ui-datepicker-calendar td a {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  box-sizing: border-box;
}

.doctor-calendar#datepicker td a.ui-state-hover {
  background: #d7d9e1;
  border-radius: 50%;
}

/*.doctor-calendar .ui-state-active {color:#fff !important;}*/
.doctor-calendar#datepicker .ui-datepicker-calendar td.ui-datepicker-today {}

.doctor-calendar#datepicker .ui-datepicker-calendar td.ui-datepicker-today a {
  background: #fafaff;
  border: 1px solid #43434f;
  border-radius: 8px;
  color: #31393F;
}

.doctor-calendar#datepicker td.ui-datepicker-current-day {}

.doctor-calendar#datepicker td.ui-datepicker-current-day a {
  background: #31393F;
  color: #fff;
  border-radius: 50%;
}

.doctor-calendar .ui-datepicker-header {
  background: #43434f;
  mix-blend-mode: normal;
  border-radius: 20px;
  /* height: 100px; */
  padding: 40px 0;
}

.doctor-calendar .ui-datepicker-calendar {
  background: #fafaff;
  border-radius: 20px;
  border: none;
  margin: 0 auto;
  margin-top: 70px;
  padding: 3px;
}

.ui-datepicker-calendar thead th span {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #43434f;
}

.doctor-calendar. td.ui-datepicker-other-month {
  border: none;
  background: #fafaff;
}

/* Отзывы */
.review__content #pd_widget_big {
  margin-top: 20px;
  background: none;
}

.review__content .pd_rates {
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%;
}

.review__content #pd_widget_big .pd_rates tbody {
  display: flex;
  margin: 0 -16px;
}

.review__content #pd_widget_big .pd_rates tbody tr {
  position: relative;
  width: 33.33%;
  height: 550px;
  overflow: hidden;
  background: none;
  padding: 0 16px;
}

.review__content table tbody tr:nth-child(even) {
  background: none !important;
}

.review__content table tbody tr:nth-child(n+4) {
  display: none !important;
}

.review__content #pd_widget_big .pd_rates tbody td {
  width: 100%;
}

.review__content .pd_rates>tbody>tr>td:last-child {
  width: 33.33% !important;
}

.review__content .pd_rates>tbody>tr>td:first-child {
  left: 100px;
  display: inline;
  width: 200px;
  top: 40px;
  position: absolute;
  z-index: 99;
  border: none;
  box-shadow: none;
}

.review__content #pd_widget_big .pd_mobile_operator_img {
  display: none;
}

.review__content #pd_widget_big .pd_rates .pd_patient_mobile::before {
  top: -20px;
  left: -65px;
}

.review__content #pd_widget_big .pd_rates>tbody>tr>td:last-child {
  padding: 0 !important;
}


.review__content #pd_widget_big .pd_rates .pd_block {
  height: 425px;
  overflow: hidden;
  padding: 22px !important;
}

.review__content .pd_moder {
  display: none;
}

.review__content #pd_widget_big .pd_avg_rate_l {
  margin: 27px 0 22px auto;
  display: block;
  width: fit-content;
}

.review__content .pd_comment_plus,
.pd_comment_minus {
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.review__content .pd_comment {
  height: 205px;
  overflow: hidden;
  overflow-y: scroll;
  position: absolute !important;
  bottom: 25px;
}

.review__content .pd_comment::-webkit-scrollbar {
  width: 10px;

}

.review__content .pd_comment::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #43434f;
}

.review__content .pd_comment::-webkit-scrollbar-track {
  border-radius: 10px;
}

.message span,
.message div {
  color: red
}

.messages div {
  color: #31393F;
  margin: 0 auto;
}

.messages span,
.messages div {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.03em;
}

.message h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.03em;
}

.service-detail__right-wrap {
  position: sticky;
  top: 70px
}

@media (max-width: 1400px) {
  .record__content-left {
    max-width: 470px;
    margin-right: 50px;
  }

  .doctor-calendar .ui-datepicker-calendar {
    margin-top: 50px;
  }

  .doctor-calendar#datepicker .ui-datepicker-calendar {
    width: 350px;
  }

  .doctor-calendar {
    padding-bottom: 40px;
  }

  .record__content .nice-select,
  .record__content .user-form__block:first-child {
    margin-right: 20px;
  }
}

@media (max-width: 1000px) {
  .record__content-left {
    min-width: 315px;
  }

  .record__content-right {
    min-width: 0;
  }

  .doctor-calendar#datepicker .ui-datepicker-calendar {
    width: 300px;
    margin-top: 20px;
  }

  .doctor-calendar {
    padding-bottom: 20px;
  }

  .doctor-calendar#datepicker .ui-datepicker-calendar td a {
    width: 36px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
  }

  .info-block {
    flex-wrap: wrap;
  }

  .record__content .info-block__form {
    margin-bottom: 25px;
  }

  #record-date,
  #record-hour,
  #record-minute,
  .record-time {
    display: inline;
  }
}

@media (max-width:900px) {
  .record__content {
    margin-top: 60px;
  }

  .record__content-wrapper {
    flex-wrap: wrap;
    margin-top: 36px;
  }

  .record__content-left,
  .record__content-right {
    width: 100%;
  }

  .record__content-left {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .ui-datepicker-calendar {
    width: 100% !important;
  }
}

@media (max-width: 500px) {

  .record__content .input-label {
    letter-spacing: 0.6px;
  }

  .record__content .time-select {
    margin: 0 -4px 20px;
  }

  .record__content .time-select .nice-select {
    margin: 0 4px;
  }

  .record__content .user-form {
    flex-wrap: wrap;
    margin-bottom: 0px;
  }

  .record__content .user-form__block {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .record__content .user-form__block:first-child {
    margin-right: 0;
  }

  .record__content .nice-select,
  .record__content .user-form__block {
    width: 100% !important;
    max-width: 100%;
  }

  .record__content .info-block__form {
    margin-bottom: 40px;
  }

  .record__content .info-block__form>span:first-child {
    letter-spacing: 0.72px;
  }

  .record__content .info-block__form #record-date {
    display: block;
  }

  #record-date,
  #record-hour,
  #record-minute {
    letter-spacing: 0.6px;
  }

  .record__content-left {
    margin-bottom: 40px;
  }

  .record__content .b-form__wrap {
    margin-bottom: 0px;
  }

  .block__price-item {
    padding: 18px 0;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .block__price-item:first-child {
    padding-top: 0;
  }

  .block__price-item__image {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .block__price-item__image img {
    display: inline-block;
    width: 42px;
    height: 62px;
    object-fit: contain;
    padding: 0 0 20px;
    margin: 0;
  }

  .border_plus {
    margin-left: 113px;
  }

  .block__price-item__text {
    width: calc(100% - 130px);
    font-size: 18px;
  }

  .block__price-item__price {
    width: 130px;
    font-size: 20px;
    margin: 0;
    padding-left: 10px;
  }

  .doctor-calendar .ui-datepicker-header {
    border-radius: 10px;
  }
}

@media (max-width: 1200px) {
  .review__content #pd_widget_big .pd_rates tbody {
    margin: 0 -8px;
  }

  .review__content #pd_widget_big .pd_rates tbody tr {
    padding: 0 8px;
  }

  .review__content #pd_widget_big .pd_avg_rate_l {
    margin: 0 0 86px;
    display: block;
    width: fit-content;
  }

  .review__content .pd_rates>tbody>tr>td:first-child {
    top: 77px;
    left: 88px;
  }

  .review__content #pd_widget_big .pd_rates .pd_block {
    padding: 15px !important;
    height: 450px !important;
  }

  .review__content #pd_widget_big .pd_datetime {
    line-height: 28px;
  }
}

@media (max-width: 900px) {

  .review__content .pd_rates {
    overflow: auto;
  }

  .review__content .pd_rates::-webkit-scrollbar {
    display: none;
  }

  .review__content .pd_rates::-webkit-scrollbar-thumb {
    display: none;
  }

  .review__content #pd_widget_big .pd_rates tbody tr {
    width: 272px;
    height: auto;
  }

  .review__content #pd_widget_big .pd_rates .pd_block {
    padding: 18px 14px 16px !important;
    height: 380px !important;
    box-sizing: border-box !important;
  }

  .review__content #pd_widget_big .pd_datetime {
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.36px;
    float: none;
    text-align: right;
    margin-bottom: 48px;
  }

  .review__content #pd_widget_big .pd_avg_rate_l {
    position: absolute;
    top: 44px;
    right: 14px;
    margin: 0;
  }

  .review__content .pd_rates>tbody>tr>td:first-child {
    top: 0;
    left: 0;
  }

  .review__content #pd_widget_big .pd_patient_mobile {
    position: absolute;
    top: 18px;
    left: 23px;
    width: 130px;
    padding-top: 30px;
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.42px;
  }

  .review__content #pd_widget_big .pd_rates .pd_patient_mobile::before {
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    background-size: 11px;
  }

  .review__content #pd_widget_big .pd_comment_plus,
  .review__content #pd_widget_big .pd_comment_minus {
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.42px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .review__content .pd_comment {
    height: 195px;
    box-sizing: border-box !important;
    padding-right: 10px !important;
    padding-top: 21px !important;
  }

  .review__content .pd_comment::-webkit-scrollbar {
    width: 4px;
  }

  .review__content #pd_widget_big .pd_comment::before {
    font-size: 12px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.36px;
  }

}

@media (max-width: 719px) {

  .review__content {
    margin: 60px 0;
  }

  /* .review__content .pd_comment_plus,
  .pd_comment_minus {
    height: 40px;
  } */
}

@media (max-width: 1000px) {
  .page-text__block-row {
    flex-wrap: wrap;
  }

  .page-text__block-row .page-text__block__title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }

  .page-text__block__items {
    margin-top: 30px;
    width: 100%;
  }

  .page-text__block__items__item+.page-text__block__items__item {
    margin-top: 16px;
  }

  .page-menu a {
    margin-right: 20px;
    font-size: 18px;
    padding-right: 25px;
  }
}

@media (max-width: 900px) {
  .page-text__block-row {
    padding: 30px 20px;
  }

  .page-text__block__items__item {
    flex-wrap: wrap;
  }

  .page-text__block__items__item-name {
    margin-bottom: 7px;
  }

  .services-detail {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin: 10px auto;
  }

  .page__right-menu {
    /* display: none; */
  }

  .reviews__list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .page-menu {
    display: none;
  }

  .page-menu-mobile {
    display: flex;
  }

  .page-menu a {
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.54px;
    padding-right: 20px;
    margin-right: 0;
  }

  .page-menu a::after {
    display: none;
  }

  .page-menu a:last-child {}

  .service-detail__doctors {
    display: none;
  }
}

@media (max-width: 600px) {

  .services-detail {
    margin-top: 20px;
  }

  .page__right-menu {
    margin-top: 0;
  }

  .page-menu-mobile {
    justify-content: start;
    overflow: auto;
  }

  .page-menu-mobile::-webkit-scrollbar,
  .page-menu-mobile::-webkit-scrollbar-thumb {
    display: none;
  }

  .gallery-flexslider-navigation .flex-prev,
  .gallery-flexslider-navigation .flex-next {
    width: 36px;
    height: 36px;
  }

  .gallery-flexslider .slides {
    margin-top: 0;
  }

  .gallery-flexslider.flexslider .slides>li {
    margin-bottom: 0;
  }

  .gallery-flexslider-progress {
    bottom: -30px;
  }

  .service-detail__left-block .page-text-col#prices {
    margin-top: 60px;
  }

}

.border__items {
  display: flex;
}

.border {
  min-width: 133px;
  display: inline-block;
  border-radius: 20px;
  border: 1px solid #43434f;
  padding: 10px 20px;
  margin: 0px 20px 20px 0px;
}

.border-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #43434f;
  text-decoration: none;
}

.row-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px 62px;
}

.row-wrapper--limited-height {
  height: 585px;
}

.image-block {
  width: 50%;
  margin: 0 15px;
  border-radius: 20px;
  overflow: hidden;
}

.image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cube {
  background: #f0f0f0;
  border-radius: 20px;
  padding: 51px 45px 23px 36px;
}

.cube-text-block {
  width: 50%;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #31393F;
  margin: 0 15px;
}

.row-wrapper--limited-height .cube-text-block-inner {
  display: -webkit-box;
  -webkit-line-clamp: 17;
  -webkit-box-orient: vertical;
  max-height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cube-text-padding {}

.cube-photo {
  width: 25%;
  margin: 0 15px 30px;
  border-radius: 20px;
  overflow: hidden;
}

.cube-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.time-row {
  display: flex;
  align-items: center;
}

.time-row__cell {
  display: flex;
  margin-right: 20px;
}

.time-row__cell span {
  margin-right: 10px;
  color: #797979;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
}

.time-row__cell__icon {}

.items-row-reverse {
  flex-direction: row-reverse;
}

.about-detail__blockqoute {
  background: #fafaff;
  border-radius: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  padding: 55px 87px 67px 68px;
}

.about-detail__items-row {
  display: flex;
}

.about-detail__items__item p {
  max-width: 1400px !important;
  width: 100%;
  font-size: 18px;
  line-height: 120%;
  color: #31393F;
  letter-spacing: 0.03em;
}

.about-detail__items__item {
  width: 100%;
  max-width: 680px;
}

.about-detail__image {
  padding: 30px 50px;
}

@media (max-width:1200px) {

  .f24 {
    margin-left: 30px;
  }
}

@media (max-width:991px) {

  .f24 {
    margin-left: 30px;
  }

  .row-wrapper {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .row-wrapper--limited-height {
    height: auto;
  }

  .about-detail__items-row {
    flex-wrap: wrap
  }

  .image-block,
  .cube-text-block {
    width: 100%;
    margin-bottom: 50px;
  }

  .cube-photo {
    width: calc(50% - 34px);
  }

}

@media (max-width:767px) {

  .cube-photo {
    margin: 0 10px 22px;
    width: calc(50% - 24px);
  }

  .f24 {
    text-align: center
  }

  .row-wrapper {
    flex-wrap: wrap
  }

  .image-block,
  .cube-text-block {
    margin-bottom: 30px;
  }

  .cube {
    padding: 20px;
  }

  .cube-text-block {
    font-size: 16px;
    line-height: 20px;
  }

}

@media (max-width:500px) {
  .cube-photo {
    margin: 0 15px 22px;
    width: 100%;
  }
}

/* tabs */
.tabs__wrapper {}

.tabs {
  display: flex;
  align-items: center;
}

.tabs__item {}

.tabs__item-grey {
  width: 100%;
  max-width: 316px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: rgba(67, 97, 111, .5);
  text-align: center;
  background-color: #fff;
  border: 1px solid #CACACA;
  border-bottom: none;
  border-radius: 20px 20px 0px 0px;
  padding: 25px 40px 18px;
  margin-right: 3px;
  cursor: pointer;
  transition: all .3s;
}

.tabs__item-grey:hover {
  color: #43434f;
}

.tabs__item-grey.active {
  color: #31393F;
  opacity: 1;
  background: #fafaff;
  border-color: #fafaff;
}

.tabs__item-grey.active>span {
  position: relative;
  padding-left: 29px;
}

.tabs__item-grey.active>span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 21C10.7369 19.9227 9.56619 18.7416 8.5 17.4691C6.9 15.5581 5 12.712 5 10.0001C4.99858 7.1676 6.70425 4.61344 9.32107 3.52945C11.9379 2.44545 14.9501 3.04529 16.952 5.04905C18.2685 6.35966 19.0059 8.14244 19 10.0001C19 12.712 17.1 15.5581 15.5 17.4691C14.4338 18.7416 13.2631 19.9227 12 21ZM12 7.00005C10.9282 7.00005 9.93782 7.57185 9.40193 8.50005C8.86603 9.42825 8.86603 10.5718 9.40193 11.5001C9.93782 12.4283 10.9282 13.0001 12 13.0001C13.6569 13.0001 15 11.6569 15 10.0001C15 8.3432 13.6569 7.00005 12 7.00005Z' fill='%2343434f'/%3E%3C/svg%3E");
}

.tabs-content-grey {
  margin: 0;
}

.page ul.tabs-content-grey,
.page-container ul.tabs-content-grey {
  margin: 0;
}

.tabs-content__item {
  display: none;
}

.tabs-content__item.active {
  display: block;
}

.tabs-content__item-grey {
  position: relative;
  background: #fafaff;
  border-radius: 0 20px 20px 20px;
  padding: 35px 30px 15px 40px;
}

.page ul li.tabs__item:before,
.page-container ul li.tabs__item:before,
.page ul li.tabs-content__item:before,
.page-container ul li.tabs-content__item:before {
  content: none;
}

.page ul li.tabs__item-grey,
.page-container ul li.tabs__item-grey {
  padding: 25px 40px 18px;
  margin: 0 3px 0 0;
}

.page ul li.tabs-content__item-grey,
.page-container ul li.tabs-content__item-grey {
  padding: 35px 30px 15px 40px;
  margin: 0;
}

.page ul.tabs,
.page-container ul.tabs-content {
  margin: 0;
}

/* end tabs */

/* rekvizity__content: */

.rekvizity__content {
  margin-bottom: 80px;
}

.rekvizity__content table {
  margin: 20px 0 0;
}

.rekvizity__content table,
.rekvizity__content table p,
.rekvizity__content table strong {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #31393F;
  display: inline-block;
}

.rekvizity__content table tbody,
.rekvizity__content table thead {
  max-width: 100%;
}

.rekvizity__content table,
.rekvizity__content table td {
  border: none;
}

.rekvizity__content table td {
  vertical-align: top;
  padding: 0 0 23px;
}

.rekvizity__content table td:first-child {
  width: 319px;
  font-weight: 700;
  padding-right: 15px;
}

.rekvizity__content table tbody tr:nth-child(odd),
.rekvizity__content table tbody tr:nth-child(even) {
  background: none;
}

.rekvizity__content table p {
  margin: 0;
}

.content__copy {
  position: absolute;
  top: 19px;
  right: 19px;
  height: 27px;
  width: 27px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.7188 13.9287V22.9922C17.7188 24.2736 16.7142 25.3125 15.4538 25.3125H5.64258C4.37959 25.3125 3.375 24.2736 3.375 22.9922V9.07031C3.3786 8.45604 3.62421 7.86794 4.05858 7.43358C4.49294 6.99921 5.08104 6.7536 5.69531 6.75H10.6587C10.8305 6.75026 11.0005 6.78471 11.1588 6.85135C11.3172 6.91798 11.4607 7.01547 11.581 7.13813L17.337 12.9916C17.5818 13.2421 17.7189 13.5785 17.7188 13.9287V13.9287Z' stroke='%23CACACA' stroke-width='1.6875' stroke-linejoin='round'/%3E%3Cpath d='M10.5469 6.75V12.4453C10.5515 12.8355 10.7086 13.2083 10.9845 13.4843C11.2604 13.7602 11.6333 13.9172 12.0234 13.9219H17.7188' stroke='%23CACACA' stroke-width='1.6875' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.28125 6.75V4.00781C9.28485 3.39354 9.53046 2.80545 9.96483 2.37108C10.3992 1.93671 10.9873 1.6911 11.6016 1.6875H16.5586C16.7313 1.68774 16.9023 1.72216 17.0617 1.78877C17.2211 1.85538 17.3657 1.95287 17.4872 2.07563L23.2432 7.92914C23.4879 8.17689 23.6251 8.51114 23.625 8.85938V17.9297C23.625 19.2111 22.6204 20.25 21.3601 20.25H18.1406' stroke='%23CACACA' stroke-width='1.6875' stroke-linejoin='round'/%3E%3Cpath d='M16.4531 1.6875V7.38281C16.4578 7.77298 16.6148 8.14585 16.8907 8.42175C17.1667 8.69766 17.5395 8.85472 17.9297 8.85938H23.625' stroke='%23CACACA' stroke-width='1.6875' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  cursor: pointer;
  transition: all .3s;
}

.content__copy::after {
  content: 'Копировать';
  position: absolute;
  top: 120%;
  right: -5px;
  padding: 5px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  opacity: 0;
  transition: all .3s;
}

.content__copy:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.7188 13.9287V22.9922C17.7188 24.2736 16.7142 25.3125 15.4538 25.3125H5.64258C4.37959 25.3125 3.375 24.2736 3.375 22.9922V9.07031C3.3786 8.45604 3.62421 7.86794 4.05858 7.43358C4.49294 6.99921 5.08104 6.7536 5.69531 6.75H10.6587C10.8305 6.75026 11.0005 6.78471 11.1588 6.85135C11.3172 6.91798 11.4607 7.01547 11.581 7.13813L17.337 12.9916C17.5818 13.2421 17.7189 13.5785 17.7188 13.9287V13.9287Z' stroke='%23000000' stroke-width='1.6875' stroke-linejoin='round'/%3E%3Cpath d='M10.5469 6.75V12.4453C10.5515 12.8355 10.7086 13.2083 10.9845 13.4843C11.2604 13.7602 11.6333 13.9172 12.0234 13.9219H17.7188' stroke='%23000000' stroke-width='1.6875' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.28125 6.75V4.00781C9.28485 3.39354 9.53046 2.80545 9.96483 2.37108C10.3992 1.93671 10.9873 1.6911 11.6016 1.6875H16.5586C16.7313 1.68774 16.9023 1.72216 17.0617 1.78877C17.2211 1.85538 17.3657 1.95287 17.4872 2.07563L23.2432 7.92914C23.4879 8.17689 23.6251 8.51114 23.625 8.85938V17.9297C23.625 19.2111 22.6204 20.25 21.3601 20.25H18.1406' stroke='%23000000' stroke-width='1.6875' stroke-linejoin='round'/%3E%3Cpath d='M16.4531 1.6875V7.38281C16.4578 7.77298 16.6148 8.14585 16.8907 8.42175C17.1667 8.69766 17.5395 8.85472 17.9297 8.85938H23.625' stroke='%23000000' stroke-width='1.6875' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.content__copy:hover::after {
  opacity: 1;
}

@media (max-width: 900px) {
  .rekvizity__content table td:first-child {
    width: auto;
  }
}

@media (max-width: 700px) {

  .tabs-content__item-grey,
  .page ul li.tabs-content__item-grey,
  .page-container ul li.tabs-content__item-grey {
    padding: 35px 20px 15px;
  }

  .tabs__item-grey,
  .page ul li.tabs__item-grey,
  .page-container ul li.tabs__item-grey {
    padding: 15px 20px;
  }

  .tabs__item-grey {
    width: auto;
    font-size: 16px;
    border-radius: 15px 15px 0px 0px;
  }

  .tabs__item-grey.active span::before {
    top: -3px;
  }

  .rekvizity__content table,
  .rekvizity__content table p,
  .rekvizity__content table strong {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
  }

  .tabs-content__item-grey {
    border-radius: 0 15px 15px 15px;
  }

  .rekvizity__content table td {
    padding: 0 0 18px;
  }
}

@media (max-width: 500px) {

  .tabs__item-grey,
  .page ul li.tabs__item-grey,
  .page-container ul li.tabs__item-grey {
    padding: 15px;
  }

  .tabs-content__item-grey,
  .page ul li.tabs-content__item-grey,
  .page-container ul li.tabs-content__item-grey {
    padding: 35px 15px 15px;
  }

  .rekvizity__content table tbody tr:nth-child(odd),
  .rekvizity__content table tbody tr:nth-child(even) {
    display: flex;
  }

  .rekvizity__content table td:first-child {
    padding-right: 5px;
    width: 150px;
    min-width: 150px;
  }

  .rekvizity__content table,
  .rekvizity__content table p,
  .rekvizity__content table strong {
    font-size: 12px;
  }
}

/* end rekvizity__content */

/* contact-map: */

.contact__map {
  margin-bottom: 120px;
}

.contact__map-inner {
  min-height: 600px;
  background: #f0f0f0;
  border-radius: 0px 110px;
  display: flex;
  justify-content: space-between;
  overflow: hidden !important;
}

.contact__map-block {
  height: auto;
  width: 50%;
  display: block;
}

.contact__map-info {
  width: 50%;
  padding: 61px 57px 76px;
}

.contact__map-info .loc {
  width: 100%;
  margin-bottom: 62px;
  max-width: 320px;
}

.contact__map-info .loc-item {
  margin-left: 0;
}

.contact__rekvizity {}

.contact__rekvizity-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #31393F;
  margin-bottom: 20px;
}

.contact__rekvizity-text {
  max-width: 504px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #31393F;
}

.contact__rekvizity-text a:hover {
  color: #43434f;
}

@media (max-width: 1000px) {
  .contact__map-inner {
    flex-wrap: wrap;
  }

  .contact__map-info {
    width: 100%;
  }

  .contact__map-block {
    width: 100%;
    height: 400px;
    order: 1;
  }
}

@media (max-width: 600px) {
  .contact__map-inner {
    border-radius: 0px 50px;
    margin: 0 -15px;
  }

  .contact__map-info {
    padding: 50px 15px;
  }
}

/* end contact-map: */

/* page promo */

.promo {
  margin-bottom: 90px;
}

.promo__inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.promo__item {
  position: relative;
  width: calc(50% - 30px);
  min-height: 353px;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 15px 30px;
  transition: all .3s;
}

.promo__item:hover {
  -webkit-box-shadow: 4px 4px 12px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 12px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 12px 0px rgba(34, 60, 80, 0.2);
}

.promo__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s;
}

.promo__item:hover img {
  transform: scale(1.05);
}

.promo__link {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 45px 40px 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.promo__link::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgb( );
}

.promo__title {
  max-width: 318px;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.03em;
  color: #31393F;
  margin-bottom: 23px;
}

.promo__text {
  max-width: 318px;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #31393F;
}

.promo__title,
.promo__text {
  position: relative;
  z-index: 1;
}

.promo__btn {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #31393F;
  margin-top: 30px;
}

@media (max-width: 900px) {
  .promo__inner {
    margin: 0;
  }

  .promo__item {
    width: 100%;
    max-width: 600px;
    min-height: 330px;
    margin: 0 auto 20px;
  }
}

@media (max-width: 500px) {
  .promo__item {
    min-height: 0px;
  }

  .promo__link {
    padding: 30px 20px;
  }

  .promo__title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 16px;
  }

  .promo__text {
    font-size: 14px;
    line-height: 20px;
  }

  .promo__btn {
    margin-top: 16px;
  }
}

/* end page promo */

/* page promo-detail*/
.promo-detail {
  margin-top: 20px;
  margin-bottom: 157px;
}

.promo-detail__inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.promo-detail__img {
  width: 100%;
  max-width: 568px;
  min-width: 568px;
  height: 392px;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 28px;
}

.promo-detail__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-detail__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.promo-detail__content img {
  max-width: 100%;
  object-fit: contain;
}

.promo-detail__content iframe {
  aspect-ratio: 16/9;
  display: block;
  height: 100%;
  width: 100%;
}

.promo-detail__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.03em;
  color: #31393F;
  text-align: left;
  margin-top: 17px;
  margin-bottom: 28px;
}

.promo-detail__title span {
  color: #31393F !important;
}

.promo-detail__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #31393F;
  margin-bottom: auto;
}

.promo-detail__btn {
  margin-top: 28px;
}

@media (max-width: 1800px) {
  .promo-detail {
    margin-bottom: 100px;
  }

  .promo-detail__img {
    min-width: 500px;
    max-width: 500px;
    height: 350px;
  }
}

@media (max-width: 1200px) {
  .promo-detail__img {
    min-width: 400px;
    max-width: 400px;
    height: 300px;
  }

  .promo-detail__text {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 900px) {
  .promo-detail {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .promo-detail__inner {
    flex-wrap: wrap;
  }

  .promo-detail__img {
    min-width: 0;
    height: auto;
    margin: 0 auto 40px;
  }

  .promo-detail__title {
    margin-top: 0;
  }
}

@media (max-width: 600px) {
  .promo-detail__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
  }
}

/* end page promo-detail*/

/* modal */

.modal-content {
  padding: 91px 58px;
}

.b-modal__header p,
.b-modal__header .h1,
.b-modal__header .h2,
.b-modal__header .h3,
.b-modal__header .h4,
.b-modal__header .h5,
.b-modal__header .h6,
.b-modal__header h1,
.b-modal__header h2,
.b-modal__header h3,
.b-modal__header h4,
.b-modal__header h5,
.b-modal__header h6 {
  padding: 0;
  margin: 0;
  font-size: 30px;
  line-height: 36px;
}

.b-modal__header {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #31393F;
  margin-bottom: 30px;
}

.b-modal__header p {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #31393F;
}

.modal-body {}

.modal-body p {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin: 0;
}

.input_caption {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.03em;
  color: #31393F;
  margin-bottom: 8px;
}

.modal form label {
  display: block;
  margin-bottom: 14px;
}

.modal form .form-control {
  font-weight: 500;
  background: #f5f5f5;
  border: none;
}

.modal form input.form-control {
  height: 58px;
}

.modal .form__policy {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #625F5F;
  margin-bottom: 25px;
}

.modal__ok {
  width: 187px;
  margin: 40px auto 0;
}

@media (max-width: 1800px) {
  .modal-content {
    padding: 60px 55px;
  }

  .b-modal__header {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {

  .modal-content {
    padding: 24px 16px;
  }

  .b-modal__header {
    padding: 0 30px;
    margin-bottom: 30px;
  }

  .b-modal__header p,
  .b-modal__header .h1,
  .b-modal__header .h2,
  .b-modal__header .h3,
  .b-modal__header .h4,
  .b-modal__header .h5,
  .b-modal__header .h6,
  .b-modal__header h1,
  .b-modal__header h2,
  .b-modal__header h3,
  .b-modal__header h4,
  .b-modal__header h5,
  .b-modal__header h6 {
    font-size: 22px;
    line-height: 27px;
  }

  .input_caption {
    margin-bottom: 4px;
  }

  .modal form input.form-control {
    height: 58px;
    border-radius: 10px;
    background: #fafaff;
  }

  .modal .form__policy {
    margin-bottom: 25px;
  }

  .modal .btn-orange {
    height: 56px;
    padding: 11px;
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}

/* end modal */

form#UserLogin-form .form-control {
  border-color: #43434f;
  margin-top: 10px;
  width: 50%;
}

@media (max-width: 991px) {
  form#UserLogin-form .form-control {
    width: 100%;
  }
}

/* блок цитат */
.blockqoute {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafaff;
  min-height: 210px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 22px;
  line-height: 31px;
  padding: 57px 70px;
}

.blockqoute__icon {
  width: 80px;
  min-width: 80px;
  height: 80px;
  margin-right: 72px;
}

.blockqoute__icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.blockqoute__title {
  max-width: 850px;
}

@media (max-width: 1000px) {
  .blockqoute__icon {
    margin-right: 40px;
  }
}

@media (max-width: 800px) {
  .blockqoute {
    padding: 43px 30px;
    flex-wrap: wrap;
  }

  .blockqoute__icon {
    margin: 0 auto 40px;
  }

  .blockqoute {
    font-size: 22px;
    line-height: 140%;
    letter-spacing: 0.66px;
  }
}


/* page pay */
.pay__block {
  margin-bottom: 80px;
}

.pay__item {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 20px 6px 37px;
  background: #fafaff;
  border-radius: 10px;
  margin-bottom: 14px;
}

.pay__item-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #31393F;
  padding: 13px 0 12px;
  margin-right: 20px;
}

.pay__item-iconlist {
  display: flex;
  align-items: center;
}

.pay__item-icon {
  width: 71px;
  height: 49px;
  background: #fff;
  border: 0.7px solid #F3F3F3;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-left: 16px;
}

.pay__item-icon:first-child {
  margin-left: 0;
}

.pay__item-icon-long {
  width: 158px;
}

.pay__item-icon img,
.pay__item-icon svg {
  max-width: 100%;
  max-height: 100%;
}

.credit__block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}

.credit__contact {
  max-width: 566px;
  width: 100%;
  margin-right: 30px;
}

.credit__contact-text {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #31393F;
  margin-bottom: 44px;
}

.credit__contact-phone {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.03em;
  color: #43434f;
  background: #fff;
  border: 1px solid #43434f;
  border-radius: 100px;
  padding: 12px 14px;
}

.credit__contact-phone:hover {
  background-color: #43434f;
  color: #fff;
}

.credit__info {
  max-width: 680px;
  width: 100%;
  background: #fafaff;
  border-radius: 20px;
}

.credit__info-terms {
  padding: 50px 50px 0;
}

.credit__info-title,
.page h3.credit__info-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.03em;
  color: #31393F;
  margin: 0 0 30px;
}

.credit__info-list {
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #31393F;
  margin-bottom: 85px;
}

ol.credit__info-list li:before {
  color: #31393F;
  margin-right: 5px;
}

.credit__info-item {}

ol li.credit__info-item {
  margin-bottom: 0;
}

.credit__info-note {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.03em;
  color: #31393F;
  padding: 40px 50px;
  background: #d7d9e1;
  border-radius: 20px;
}

.credit__info-note a {
  display: block;
  color: #31393F;
  text-decoration: underline;
  word-break: break-all;
}

.credit__info-note a:hover {
  color: #43434f;
}

@media (max-width: 900px) {

  .pay__block,
  .credit__block {
    margin-bottom: 50px;
  }

  .pay__item,
  .credit__block {
    flex-wrap: wrap;
  }

  .pay__item {
    padding: 18px 30px;
  }

  .pay__item-text {
    width: 100%;
    padding: 0;
    margin-right: 0;
  }

  .pay__item-iconlist {
    margin-top: 15px;
  }

  .credit__contact {
    margin-bottom: 40px;
  }

  .credit__contact-text {
    margin-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .pay__item-text {
    font-size: 18px;
    line-height: 22px;
  }

  .pay__item {
    padding: 15px;
  }

  .credit__contact-text {
    font-size: 20px;
    line-height: 27px;
  }

  .credit__info-terms {
    padding: 20px 20px 0;
  }

  .credit__info-list {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
  }

  .credit__info-note {
    padding: 20px;
    font-size: 16px;
    line-height: 21px;
  }
}

/* #pd_widget_big */

div#pd_widget_big {
  padding: 0 !important;
  max-width: 1200px;
  width: 100%;
  /* margin: 0 0 120px; */
  /* padding: 0 30px !important; */
  margin: 0 auto;
}

#pd_widget_big .pd_rate_header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px !important;
}

#pd_widget_big .pd_rate_new.btn-orange {
  display: inline-block;
  height: 58px;
  width: 278px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  background: #43434f;
  border: none;
  border-radius: 50px;
  transition: all .3s;
  box-sizing: border-box;
  padding: 17px;
  margin: 0 20px 10px 0;
}

#pd_widget_big .pd_rate_new.btn-orange:hover {
  color: #fff;
  background: #43434f;
}

.pd_rate_links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#pd_widget_big a.pd_rate_link,
.btn-white {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #43434f;
  text-align: center;
  border: 1px solid #43434f;
  border-radius: 50px;
  padding: 10px 14px;
  margin-bottom: 10px;
  transition: all .3s;
  cursor: pointer;
}

#pd_widget_big a.pd_rate_link:not(:last-child),
.btn-white:not(:last-child) {
  margin-right: 20px;
}

#pd_widget_big a.pd_rate_link.active,
#pd_widget_big a.pd_rate_link:hover,
.btn-white.active,
.btn-white:hover {
  background: #43434f;
  border-color: #43434f;
  color: #fff !important;
}

#pd_widget_big #pd_widget_big_content {
  margin: 0 !important;
  color: rgba(0, 0, 0, 0) !important;
}

#pd_widget_big_content>* {
  color: #31393F;
}

#pd_widget_big table.pd_rates tr {
  display: block;
  padding-bottom: 42px;
}

#pd_widget_big .pd_rates>tbody>tr:first-child>td {
  border: none !important;
}

#pd_widget_big .pd_rates>tbody>tr>td:first-child {
  padding-top: 0 !important;
}

#pd_widget_big .pd_rates>tbody>tr>td:last-child {
  padding-left: 60px !important;
  width: 100%;
}

#pd_widget_big .pd_mobile_operator_img {
  opacity: 0;
  max-width: 53px;
  width: 53px;
  height: 53px;
  margin-bottom: 17px;
}

#pd_widget_big .pd_patient_mobile {
  position: relative;
  font-weight: 700;
  font-size: 13.5px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: #31393F;
}

#pd_widget_big .pd_patient_mobile::before {
  content: '';
  position: absolute;
  top: -70px;
  left: 0;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background: #43434f;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.75 23H6.75C5.64543 23 4.75 22.1046 4.75 21V3C4.75 1.89543 5.64543 1 6.75 1H16.75C17.8546 1 18.75 1.89543 18.75 3V21C18.75 22.1046 17.8546 23 16.75 23ZM6.75 3V21H16.75V3H6.75ZM11.75 20C11.1977 20 10.75 19.5523 10.75 19C10.75 18.4477 11.1977 18 11.75 18C12.3023 18 12.75 18.4477 12.75 19C12.75 19.5523 12.3023 20 11.75 20Z' fill='white'/%3E%3C/svg%3E%0A");
}

#pd_widget_big .pd_rates .pd_block {
  margin: 0 !important;
  background: #fafaff;
  border: 1px solid #eeefef !important;
  border-radius: 20px;
  padding: 21px 23px 25px !important;
}

#pd_widget_big .pd_rates .pd_block:after,
#pd_widget_big .pd_rates .pd_block:before {
  content: none;
}

#pd_widget_big table tbody tr:nth-child(even) {
  background-color: #fff;
}

#pd_widget_big .pd_avg_rate_l {
  display: inline-block;
  background: #43434f;
  border-radius: 100px;
  padding: 6px 10px;
  margin-bottom: 24px;
}

#pd_widget_big .pd_avg_rate {
  width: auto;
  height: auto;
  margin: 0 !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px !important;
  letter-spacing: 0.03em;
  color: #fff !important;
  background: none;
}

#pd_widget_big .pd_avg_text {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: #fff !important;
}

#pd_widget_big .pd_datetime {
  width: auto;
  font-weight: 700;
  font-size: 13.5px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: #9B9C9C !important;
}

#pd_widget_big .pd_comment_plus,
#pd_widget_big .pd_comment_minus {
  font-weight: 400;
  font-size: 16px !important;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #31393F;
  padding-left: 36px !important;
}

#pd_widget_big .pd_rates .pd_comment_plus,
#pd_widget_big .pd_rates .pd_comment_minus {
  margin: 0 0 10px !important;
}

#pd_widget_big .pd_comment_plus {
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0C15.5228 0 20 4.47715 20 10C19.9939 15.5203 15.5203 19.9939 10 20ZM2 10.172C2.04732 14.5732 5.64111 18.1095 10.0425 18.086C14.444 18.0622 17.9995 14.4875 17.9995 10.086C17.9995 5.68451 14.444 2.10977 10.0425 2.086C5.64111 2.06246 2.04732 5.59876 2 10V10.172ZM11 15H9V11H5V9H9V5H11V9H15V11H11V15Z' fill='%239B9C9C'/%3E%3C/svg%3E%0A") no-repeat left top;
}

#pd_widget_big .pd_comment_minus {
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0C15.5228 0 20 4.47715 20 10C19.9939 15.5203 15.5203 19.9939 10 20ZM2 10.172C2.04732 14.5732 5.64111 18.1095 10.0425 18.086C14.444 18.0622 17.9995 14.4875 17.9995 10.086C17.9995 5.68451 14.444 2.10977 10.0425 2.086C5.64111 2.06246 2.04732 5.59876 2 10V10.172ZM15 11H5V9H15V11Z' fill='%239B9C9C'/%3E%3C/svg%3E%0A") no-repeat left top;
}

#pd_widget_big .pd_comment {
  position: relative;
  padding-left: 0 !important;
  padding-top: 34px;
  background: none;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #31393F;
}

#pd_widget_big .pd_rates .pd_avg_rate_l+div p {
  position: relative;
  padding-left: 0;
  padding-top: 34px;
  background: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #31393F;
}

#pd_widget_big .pd_rates .pd_comment {
  margin: 24px 0 0 !important;
}

#pd_widget_big .pd_comment::before,
#pd_widget_big .pd_rates .pd_avg_rate_l+div p::before {
  content: 'Отзыв';
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #31393F;
}

#pd_widget_big .pd_moder {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #31393F;
  background: #d7d9e1;
  border-radius: 20px;
  border: none !important;
  padding: 25px 36px 37px 24px !important;
  margin: 24px 0px 0px 110px !important;
}

#pd_widget_big .pd_moder div {
  display: flex;
  align-items: center;
  min-height: 53px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #31393F !important;
  margin-bottom: 12px !important;
  padding-left: 64px !important;
  background-size: 53px;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url("data:image/svg+xml,%3Csvg width='53' height='53' viewBox='0 0 53 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='26.5' cy='26.5' r='26.5' fill='white'/%3E%3Cpath d='M26.8139 26.5354C28.4538 26.9454 29.4787 29.6102 27.6339 31.66C28.6588 32.275 30.2987 33.5049 30.2987 36.9897C29.8887 35.7598 28.6588 33.2999 26.6089 33.2999C25.1057 33.2999 21.6893 34.9398 22.3043 43.3442C20.6644 38.2196 21.4843 33.7099 24.5591 31.865C23.9441 31.6601 22.6264 30.6351 22.9192 28.5853C23.0363 27.7653 23.9441 25.818 26.8139 26.5354Z' fill='%23FD9C3D'/%3E%3Cpath d='M16.7685 9.11171C18.8183 9.58477 19.2283 11.1615 18.8183 13.4164C19.8432 13.2114 24.5579 15.8762 28.0427 16.0812C29.2705 16.1534 31.1174 15.8762 32.7573 15.0563C32.8257 15.3979 30.9256 16.8563 30.0925 17.1062C27.4277 17.9056 24.7629 17.3112 23.943 17.1062C23.123 16.9012 19.8432 15.4662 18.8183 15.6712C17.7934 15.8762 16.9734 15.6712 16.3585 18.336C15.8855 20.3859 16.1535 23.6657 17.5884 27.5604C19.0233 31.4551 17.5884 34.5299 17.5884 37.3997C17.5884 39.211 18.4083 41.2945 18.8183 41.9094C18.4767 41.8411 16.7685 40.4744 16.3585 37.3997C16.0032 34.7348 17.3089 33.3 15.5386 29.4053C13.4887 24.8956 11.2339 17.7211 15.1286 14.4414C14.5136 14.2363 13.2837 13.2114 13.0787 12.1865C12.7507 10.5466 14.1036 8.49673 16.7685 9.11171Z' fill='%233E9CD0'/%3E%3Cpath d='M38.7024 10.7519C36.4476 9.62444 34.5396 10.7519 34.1927 13.0067C34.0666 13.8267 34.6027 14.6466 35.0127 15.0566C34.8077 15.1932 34.0095 15.7176 33.3728 16.0815C31.9379 16.9014 29.2731 18.9513 24.1484 18.1313C24.9684 19.0879 27.8382 20.5399 29.888 19.7712C32.5118 18.7873 34.3977 18.7463 34.6027 18.9513C35.4226 19.3613 36.2426 20.1812 36.2426 22.846C36.2426 25.5108 36.2426 26.7407 33.5778 34.9402C39.5223 26.3308 39.4813 21.0831 38.4974 15.6715C40.1373 15.0566 40.7523 11.7768 38.7024 10.7519Z' fill='%2340CBAA'/%3E%3C/svg%3E%0A");
}

#pd_powered_by {
  display: none;
}

#pd_widget_big div.pd_read_all_wrapper {
  text-align: center;
}

#pd_widget_big .pd_read_all {
  display: inline-block;
  border: 1px solid rgba(16, 65, 86, 0.5);
  border-radius: 5px;
  padding: 12px 14px;
  text-align: center;
  margin: 0 auto !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #31393F;
  text-decoration: none !important;
  float: none;
}

#pd_widget_big .pd_read_all:hover {
  color: #fff !important;
  background-color: #43434f;
  border-color: #43434f;
}

@media (max-width: 800px) {
  #pd_widget_big .pd_rates>tbody>tr>td:last-child {
    padding-left: 30px !important;
  }

  #pd_widget_big .pd_moder {
    margin-left: 30px !important;
  }
}

@media (max-width: 500px) {
  div#pd_widget_big {
    margin: 0 0 50px;
  }

  #pd_widget_big .pd_rate_header {
    margin-bottom: 20px !important;
  }

  #pd_widget_big table.pd_rates tr {
    padding-bottom: 30px;
  }

  #pd_widget_big .pd_mobile_operator_img {
    max-width: 40px;
    width: 40px;
    height: 40px;
    margin-bottom: 7px;
  }

  #pd_widget_big .pd_patient_mobile::before {
    top: -50px;
    width: 40px;
    height: 40px;
  }

  #pd_widget_big .pd_patient_mobile {
    width: 40px;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: normal;
  }

  #pd_widget_big .pd_rates>tbody>tr>td:last-child {
    padding-left: 10px !important;
  }

  #pd_widget_big .pd_rates .pd_block {
    padding: 21px 15px 25px !important;
  }

  #pd_widget_big .pd_avg_rate_l {
    padding: 4px 7px;
    margin-bottom: 15px;
  }

  #pd_widget_big .pd_avg_rate {
    font-size: 12px;
    line-height: 16px !important;
  }

  #pd_widget_big .pd_avg_text {
    font-size: 12px;
    line-height: 16px;
  }

  #pd_widget_big .pd_datetime {
    font-size: 11px;
    line-height: 23px;
  }

  #pd_widget_big .pd_comment {
    font-size: 14px !important;
    line-height: 18px;
  }

  #pd_widget_big .pd_rates .pd_comment {
    margin: 20px 0 0 !important;
  }


  #pd_widget_big .pd_moder {
    margin-top: 20px !important;
    margin-left: 15px !important;
    padding: 25px 15px 25px 15px !important;
  }

  #pd_widget_big .pd_comment_plus,
  #pd_widget_big .pd_comment_minus {
    font-size: 14px !important;
    line-height: 18px;
    padding-left: 30px !important;
  }

  #pd_widget_big .pd_rates .pd_comment_plus,
  #pd_widget_big .pd_rates .pd_comment_minus {
    margin: 0 0 5px !important;
  }

  #pd_widget_big .pd_moder div {
    min-height: 40px;
    font-size: 16px;
    line-height: 20px;
    background-size: 40px;
    padding-left: 50px !important;
  }

  #pd_widget_big .pd_moder {
    font-size: 14px;
    line-height: 18px;
  }

}

/* faq */
.faq {
  margin-bottom: 120px;
}

.faq__inner {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.faq__list {
  width: 100%;
  margin-top: 12px;
  margin-right: 32px;
}

.faq__item {
  margin-bottom: 44px;
}

.faq__item.hidden {
  display: none;
}

.faq__item:nth-child(-n+4),
.faq__item.hidden:nth-child(-n+4) {
  display: block;
}

.faq__name {
  position: relative;
  min-height: 28px;
  padding-left: 38px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: rgba(16, 65, 86, .5);
  margin-bottom: 22px;
}

.faq__name::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 28px;
  width: 28px;
  background: #43434f;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.00139 2.0625C7.53685 2.0625 6.34961 3.24974 6.34961 4.71429C6.34961 6.17883 7.53685 7.36607 9.00139 7.36607C10.4659 7.36607 11.6532 6.17883 11.6532 4.71429C11.6532 3.24974 10.4659 2.0625 9.00139 2.0625ZM5.22461 4.71429C5.22461 2.62842 6.91553 0.9375 9.00139 0.9375C11.0873 0.9375 12.7782 2.62842 12.7782 4.71429C12.7782 6.80015 11.0873 8.49107 9.00139 8.49107C6.91553 8.49107 5.22461 6.80015 5.22461 4.71429Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.23219 12.1245C4.40012 10.8768 6.29958 9.9375 9.21429 9.9375C12.129 9.9375 14.0285 10.8768 15.1964 12.1245C16.3496 13.3566 16.7411 14.8385 16.7411 15.8571C16.7411 16.1678 16.4892 16.4196 16.1786 16.4196H2.25C1.93934 16.4196 1.6875 16.1678 1.6875 15.8571C1.6875 14.8385 2.07897 13.3566 3.23219 12.1245ZM2.86034 15.2946H15.5682C15.4512 14.5726 15.105 13.6732 14.375 12.8933C13.4537 11.909 11.871 11.0625 9.21429 11.0625C6.55757 11.0625 4.97488 11.909 4.05353 12.8933C3.32357 13.6732 2.97739 14.5726 2.86034 15.2946Z' fill='white'/%3E%3C/svg%3E%0A");
}

.faq__question {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #31393F;
  margin-bottom: 26px;
}

.faq__answer {
  padding-left: 40px;
}

.faq__expert {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #31393F;
  margin-bottom: 22px;
}

.faq__expert-name {
  display: block;
}

.faq__answer-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #31393F;
}

.faq__more {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: rgba(16, 65, 86, 0.5);
  padding-right: 32px;
  cursor: pointer;
  transition: all .3s;
}

.faq__more::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.99935 4.79175C11.1943 4.79175 12.3624 5.14609 13.3559 5.80995C14.3495 6.47382 15.1238 7.4174 15.5811 8.52137C16.0384 9.62534 16.158 10.8401 15.9249 12.0121C15.6918 13.1841 15.1164 14.2606 14.2715 15.1055C13.4265 15.9505 12.35 16.5259 11.178 16.759C10.006 16.9921 8.79127 16.8725 7.6873 16.4152C6.58333 15.9579 5.63975 15.1835 4.97588 14.19C4.31202 13.1964 3.95768 12.0283 3.95768 10.8334C3.95768 10.4882 3.67786 10.2084 3.33268 10.2084C2.9875 10.2084 2.70768 10.4882 2.70768 10.8334C2.70768 12.2756 3.13533 13.6853 3.93655 14.8844C4.73777 16.0836 5.87657 17.0181 7.20895 17.57C8.54132 18.1219 10.0074 18.2663 11.4219 17.985C12.8363 17.7036 14.1356 17.0092 15.1553 15.9894C16.1751 14.9696 16.8696 13.6704 17.1509 12.2559C17.4323 10.8415 17.2879 9.37539 16.736 8.04301C16.1841 6.71064 15.2495 5.57183 14.0504 4.77062C12.8513 3.9694 11.4415 3.54175 9.99935 3.54175C9.65417 3.54175 9.37435 3.82157 9.37435 4.16675C9.37435 4.51193 9.65417 4.79175 9.99935 4.79175Z' fill='%23464355'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.108 1.22481C11.8639 0.980729 11.4682 0.980729 11.2241 1.22481L9.0187 3.43018C8.61191 3.83697 8.6119 4.49652 9.0187 4.90332L11.2241 7.10869C11.4682 7.35277 11.8639 7.35277 12.108 7.10869C12.352 6.86461 12.352 6.46888 12.108 6.22481L10.0499 4.16675L12.108 2.10869C12.352 1.86461 12.352 1.46888 12.108 1.22481Z' fill='%23464355'/%3E%3C/g%3E%3C/svg%3E%0A");
  transition: all .3s;
}

.faq__more:hover {
  color: #43434f;
}

.faq__more:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='1'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.99935 4.79175C11.1943 4.79175 12.3624 5.14609 13.3559 5.80995C14.3495 6.47382 15.1238 7.4174 15.5811 8.52137C16.0384 9.62534 16.158 10.8401 15.9249 12.0121C15.6918 13.1841 15.1164 14.2606 14.2715 15.1055C13.4265 15.9505 12.35 16.5259 11.178 16.759C10.006 16.9921 8.79127 16.8725 7.6873 16.4152C6.58333 15.9579 5.63975 15.1835 4.97588 14.19C4.31202 13.1964 3.95768 12.0283 3.95768 10.8334C3.95768 10.4882 3.67786 10.2084 3.33268 10.2084C2.9875 10.2084 2.70768 10.4882 2.70768 10.8334C2.70768 12.2756 3.13533 13.6853 3.93655 14.8844C4.73777 16.0836 5.87657 17.0181 7.20895 17.57C8.54132 18.1219 10.0074 18.2663 11.4219 17.985C12.8363 17.7036 14.1356 17.0092 15.1553 15.9894C16.1751 14.9696 16.8696 13.6704 17.1509 12.2559C17.4323 10.8415 17.2879 9.37539 16.736 8.04301C16.1841 6.71064 15.2495 5.57183 14.0504 4.77062C12.8513 3.9694 11.4415 3.54175 9.99935 3.54175C9.65417 3.54175 9.37435 3.82157 9.37435 4.16675C9.37435 4.51193 9.65417 4.79175 9.99935 4.79175Z' fill='%2301AE9B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.108 1.22481C11.8639 0.980729 11.4682 0.980729 11.2241 1.22481L9.0187 3.43018C8.61191 3.83697 8.6119 4.49652 9.0187 4.90332L11.2241 7.10869C11.4682 7.35277 11.8639 7.35277 12.108 7.10869C12.352 6.86461 12.352 6.46888 12.108 6.22481L10.0499 4.16675L12.108 2.10869C12.352 1.86461 12.352 1.46888 12.108 1.22481Z' fill='%2301AE9B'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.faq__form-block {
  min-width: 420px;
  max-width: 420px;
  width: 100%;
  background: #f0f0f0;
  border-radius: 20px;
  padding: 42px 44px;
}

.faq__form-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #43434f;
  margin-bottom: 40px;
}

.faq__form-title h2 {
  font-size: 30px;
  line-height: 36px;
  margin: 0;
}

.faq__form {}

form.faq__form label {
  display: block;
}

form.faq__form label+label {
  margin-top: 16px;
}

form.faq__form .form-control {
  font-weight: 500;
  background: #fff;
  border: 1px solid rgba(16, 65, 86, 0.15);
  border-radius: 10px;
}

form.faq__form input.form-control {
  height: 58px;
}

.faq__form textarea {
  height: 125px;
}

.faq__form .form__policy {
  margin-top: 40px;
  margin-bottom: 25px;
}

@media (max-width: 1100px) {
  .faq {
    margin-bottom: 70px;
  }

  .faq__inner {
    flex-wrap: wrap;
  }

  .faq__list {
    margin: 0 0 40px;
  }

  .faq__form-block {
    min-width: 0;
    max-width: 700px;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .faq__item {
    margin-bottom: 30px;
  }

  .faq__name {
    margin-bottom: 15px;
  }

  .faq__question {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
  }

  .faq__expert {
    margin-bottom: 15px;
  }

  .faq__answer-text {
    font-size: 14px;
    line-height: 18px;
  }

  .faq__answer {
    padding-left: 20px;
  }

  .faq__form-block {
    padding: 30px 15px;
  }

  .faq__form-title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .faq__form-title h2 {
    font-size: 25px;
    line-height: 30px;
  }
}

/* section__articles */

.section__articles {
  margin-bottom: 80px;
}

.medflex-round-widget__button {
  bottom: 90px !important;
}

.articles {}

.articles__group {
  display: flex;
  justify-content: space-between;
}

.articles__month {
  max-width: 200px;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #31393F;
  opacity: 0.5;
  padding-right: 20px;
}

.articles__list {
  list-style: none;
  padding-left: 0;
  flex-grow: 1;
}

.articles__item {
  margin-bottom: 32px;
}

.articles__link {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  overflow: hidden;
}

.articles__link:hover {
  background: #fff;
  -webkit-box-shadow: 4px 4px 12px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 12px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 12px 0px rgba(34, 60, 80, 0.2);
}

.articles__img {
  height: 228px;
  max-width: 326px;
  min-width: 326px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 32px;
}

.articles__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s;
}

.articles__link:hover .articles__img img {
  transform: scale(1.05);
}

.articles__box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* padding: 8px 0 9px; */
  padding: 10px 10px 10px 0;
  border-bottom: 0.4px solid #dcdcdc;
  flex-grow: 1;
}

.articles__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.03em;
  color: #31393F;
  margin-bottom: 30px;
}

.articles__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #31393F;
  margin-bottom: 32px;
}

.articles__date {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #CACACA;
  margin-top: auto;
}

.articles__btn {
  position: absolute;
  opacity: 0;
  right: 72px;
  bottom: 13px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #43434f;
  transition: all .3s;
}

.articles__btn::after {
  content: '';
  position: absolute;
  top: 2px;
  right: -40px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.09375 7.5C1.09375 7.24112 1.30362 7.03125 1.5625 7.03125L12.8129 7.03125C13.0718 7.03125 13.2817 7.24112 13.2817 7.5C13.2817 7.75888 13.0718 7.96875 12.8129 7.96875L1.5625 7.96875C1.30362 7.96875 1.09375 7.75888 1.09375 7.5Z' fill='%2301AE9B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.0124 3.38991C10.2113 3.22418 10.5069 3.25104 10.6726 3.44992L13.631 6.99986C13.8725 7.28958 13.8725 7.71044 13.631 8.00017L10.6726 11.5501C10.5069 11.749 10.2113 11.7758 10.0124 11.6101C9.81354 11.4444 9.78668 11.1488 9.95241 10.9499L12.8274 7.50001L9.95241 4.0501C9.78668 3.85123 9.81354 3.55565 10.0124 3.38991Z' fill='%2301AE9B'/%3E%3C/svg%3E%0A");
}

.articles__link:hover .articles__btn {
  opacity: 1;
}

.articles-head {
  margin-bottom: 40px;
}

.articles-head .link-more:hover,
.article-item:hover a {
  text-decoration: underline;
}

.article-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.article-items .article-item {
  width: 33.3%;
  padding: 0 15px;
  margin-bottom: 20px;
}

.article-items .article-item .article-item-pict {
  margin-bottom: 20px;
}

.article-items .article-item .article-item-date,
.article-items .article-item .article-item-title {
  margin-bottom: 10px;
}

.article-items .article-item .article-item-description {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
}

.article-items .article-item img {
  width: 100%;
  display: block;
  aspect-ratio: 4/2.8;
  object-fit: cover;
}

.article-detail-figure,
.article-detail-img {
  width: 100%;
  display: none;
}

.article-detail-date .page-hr-date {
  padding: 0;
  margin: 0;
}

@media (max-width: 1000px) {
  .section__articles {
    margin-bottom: 50px;
  }

  .articles__group {
    flex-wrap: wrap;
  }

  .articles__month {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .articles__img {
    height: 200px;
    max-width: 250px;
    min-width: 250px;
    margin-right: 20px;
  }

  .articles__box {
    padding-top: 0;
  }

  .articles__name {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 10px;
  }

  .articles__text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  .articles__date {
    font-size: 14px;
    line-height: 18px;
  }

  .article-items {
    margin: 0 -10px;
  }

  .article-items .article-item {
    padding: 0 10px;
  }
}

@media (max-width: 600px) {
  .section__articles {
    margin-bottom: 20px;
  }

  .articles__item {
    margin-bottom: 15px;
  }

  .articles__link {
    flex-wrap: wrap;
    border-radius: 0;
  }

  .articles__link:hover {
    box-shadow: none;
  }

  .articles__img {
    height: 200px;
    max-width: 300px;
    margin: 0 0 10px;
  }

  .articles__box {
    padding-bottom: 15px;
    padding-right: 0;
  }

  .articles__name {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .articles__text {
    max-height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
  }
}

@media (max-width: 500px) {
  .articles-head {
    margin-bottom: 20px;
  }

  .article-items .article-item {
    width: 100%;
  }

  .article-items .article-item .article-item-pict {
    margin-bottom: 10px;
  }

  .article-items .article-item .article-item-date,
  .article-items .article-item .article-item-title {
    margin-bottom: 6px;
  }
}

/* advantages  */
.advantages__content {}

.advantages__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 75px -15px 60px;
}

.page ul.advantages__list,
.page-container ul.advantages__list {
  padding: 0;
  margin: 75px -15px 60px;
}

.advantages__item {
  display: flex;
  padding: 0 15px;
  width: 50%;
  margin-bottom: 60px;
}

.page ul li.advantages__item,
.page-container ul li.advantages__item {
  padding: 0 15px;
  margin-bottom: 60px;
}

.page ul li.advantages__item:before,
.page-container ul li.advantages__item:before {
  content: none;
}

.advantages__counter {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 71px;
  width: 71px;
  height: 71px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  color: #43434f;
  background: #fff;
  box-shadow: 0px 11px 50px rgba(0, 0, 0, 0.07);
  margin-right: 23px;
}

.advantages__box {}

.advantages__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #31393F;
  margin-bottom: 20px;
}

.advantages__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #31393F;
}

@media (max-width: 900px) {

  .page ul.advantages__list,
  .page-container ul.advantages__list {
    margin: 40px 0px 40px;
  }

  .advantages__item {
    width: 100%;
    padding: 0;
  }

  .page ul li.advantages__item,
  .page-container ul li.advantages__item {
    padding: 0;
  }

  .page ul li.advantages__item,
  .page-container ul li.advantages__item {
    margin-bottom: 26px;
  }

  .page ul li.advantages__item:last-child,
  .page-container ul li.advantages__item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 500px) {
  .advantages__counter {
    min-width: 60px;
    width: 60px;
    height: 60px;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 20px;
    margin-right: 0;
    align-self: center;
  }

  .advantages__title {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 20px;
  }

  .advantages__text {
    font-size: 16px;
    line-height: 120%;
  }

  .advantages__content .block__title-link {
    display: none;
  }

  .advantages__item {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 360px) {
  .advantages__title {
    font-size: 18px;
  }
}

/* special__page (специальная оценка условий труда) */
.special__page {}

.special__filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.special__filter-btn {}

/* .special__content {
  margin-top: -40px;
} */

.special__content-item {
  margin-bottom: 44px;
}

.special__content-title,
.page h3.special__content-title {
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: #31393F;
  margin: 0 0 44px;
  padding-right: 370px;
}

.special__content-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.special__content-box a {
  width: 50%;
  height: auto;
  padding: 0 15px 30px;
}

.special__content-box p {
  padding: 0 15px;
}

.special__content-box a img {
  width: 100%;
  height: auto;
}

@media (max-width: 900px) {
  .special__filter {
    justify-content: flex-start;
  }

  .special__content {
    margin-top: 30px;
  }

  .special__content-title,
  .page h3.special__content-title {
    padding-right: 0;
  }
}

@media (max-width: 600px) {

  .special__content-title,
  .page h3.special__content-title {
    margin-bottom: 20px;
  }

  .special__content-box a {
    width: 100%;
  }
}

/* vacancy */
.section__vacancy {
  margin-bottom: 120px;
}

.vacancy__inner {}

.vacancy__list {
  margin-bottom: 40px;
}

.vacancy__item {
  display: flex;
  justify-content: space-between;
  background: #fafaff;
  border-radius: 20px;
  padding: 34px 32px;
  margin-bottom: 32px;
}

.vacancy__title {
  max-width: 290px;
  width: 100%;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #31393F;
  padding-right: 25px;
}

.vacancy__terms {
  max-width: 646px;
  width: 100%;
  padding-right: 25px;
}

.vacancy__terms-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 23px;
}

.vacancy__terms-caption {
  max-width: 170px;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #31393F;
  padding-right: 20px;
}

.vacancy__terms-text {
  width: 100%;
  min-width: 280px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #31393F;
}

.vacancy__terms-text ul {
  margin: 0;
  padding-left: 18px;
}

.vacancy__request {
  width: 175px;
  margin-left: auto;
}

.vacancy__request-btn {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #31393F;
  border: 1px solid rgba(16, 65, 86, 0.2);
  border-radius: 50px;
  padding: 12px;
  text-align: center;
  margin: 0;
}

.btn-white.vacancy__request-btn {
  margin: 0;
}

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

.vacancy__bottom {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #31393F;
  margin-top: 30px;
}

.form__box {
  display: flex;
  margin: 0 -8px;
}

.form__box label {
  margin: 0 8px;
  width: 100%;
}

.add-files {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.input__file-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.input__file {}

#RequestJob_file {
  width: 196px;
  height: 58px;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.input__file-btn {
  position: relative;
  display: block;
  width: 196px;
  height: 58px;
  background: #F5F5F5;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.03em;
  color: #31393F;
  padding: 19px;
  text-align: center;
  transition: all .3s;
  cursor: pointer;
  margin: 0 20px 0 0;
  margin-bottom: 10px;
}

.input__file-btn:hover {
  background: #43434f;
  border-color: #43434f;
  color: #fff;
}

#filesList {
  display: inline-block;
  margin-bottom: 10px;
}

.loaded-file-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.03em;
  color: #31393F;
}

.delete-button {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.3907 4.6665L7.9974 7.05984L5.60406 4.6665L4.66406 5.6065L7.0574 7.99984L4.66406 10.3932L5.60406 11.3332L7.9974 8.93984L10.3907 11.3332L11.3307 10.3932L8.9374 7.99984L11.3307 5.6065L10.3907 4.6665Z' fill='%232E3A59'/%3E%3C/svg%3E%0A");
  margin-left: 4px;
  cursor: pointer;
}

.RequestJob_file_em_ {
  width: 100%;
}

.add-files a {
  font-size: 16px;
}

.vacancy__form-btn {
  display: block;
  max-width: 100%;
}

@media (min-width: 900px) {
  .vacancy__modal .modal-content {
    padding: 90px;
  }
}

@media (max-width: 900px) {
  .vacancy__item {
    flex-wrap: wrap;
  }

  .vacancy__title {
    max-width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .vacancy__terms {
    padding-right: 0;
  }

  .vacancy__terms-text {
    min-width: 250px;
    font-size: 16px;
    line-height: 20px;
  }

}

@media (max-width: 700px) {
  .form__box {
    flex-wrap: wrap;
  }
}

@media (max-width: 500px) {
  .vacancy__item {
    padding: 30px 20px;
  }

  .vacancy__terms-item {
    flex-wrap: wrap;
  }

  .vacancy__terms-caption {
    padding-right: 0;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .vacancy__request,
  .vacancy__request-btn {
    width: 100%;
  }
}

/* cookies */
.cookie-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background-color: #f2f2f2;
  border-top: 1px solid #ccc;
  display: none;
  z-index: 9999;
}

.cookie-banner p {
  margin: 0;
}

.cookie-banner button {
  border: none;
  background: #43434f;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  float: right;
  border-radius: 20px;
}

.cookie-banner button:focus {
  outline: none;
}

/* end cookies */

@media (max-width: 991px) {
  .navigation-show::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }
}

.modal .smart-captcha {
  height: 104px !important;
}

.modal .smart-captcha iframe {
  position: relative;
}