﻿/*! 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: #A06650;
  border: none;
  border-radius: 10px;
  padding: 16px;
  font-weight: 600;
  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: #A06650;
}

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: 36px;
}

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

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

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

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

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

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: #2A2A2B;
}

.spanr {
  color: #2A2A2B;
}

@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;
}

.tooltip,
body {
  font-family: "Onest", 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: #A06650;
}

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

.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: #A06650;
}

.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;
}

.doctors__filter-form .dropdown-menu {
  background-color: transparent;
  border: none;
}

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

.dropdown-header,
.dropdown-menu>li>a {
  display: block;
  padding: 5px 15px;
}

.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: rgb(13 155 184 / 20%);
}

.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;
  color: #2A2A2B;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #F8F6F0;
}

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

a {
  color: #A06650;
  text-decoration: none;
  transition: 0.3s;
  transition: all .3s ease;
}

a:hover {
  color: #A06650;
  text-decoration: none;
}

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

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 #A06650;
}

#UserLogin-form input {
  border: 1px solid #A06650;
  margin-top: 10px;
}

#UserLogin-form .b-btn {
  background-color: #A06650;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  padding: 14px;
  transition: all .3s ease;
}

#UserLogin-form .b-btn:hover {
  background-color: #A06650;
}

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;
}

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;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
}

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

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

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

.bootstrap-select {
  margin: 0 2px 4px;
}

.btn {
  width: auto;
  color: #A06650;
  border: 2px solid #A06650;
  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: #A06650;
  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;
  position: relative;
  z-index: 2;
}

@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: 20px 0 26px;
  width: 100%;
}

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

.header span {
  color: #7D7D7D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}

.header a {
  position: relative;
  color: #1B241F;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.header a:hover {
  color: #A06650;
}

.header a.header-phone {
  color: #2A2A2B;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

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

.header-logo {
  width: auto;
  height: 73px;
  margin-right: 30px;
  display: flex;
  align-items: center;
  max-width: max-content;
}

.header-logo a {
  display: flex;
  align-items: center;
  gap: 22px;
}

.header span.header-logo__text {
  color: #1B241F;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  max-width: 270px;
}

.header-logo img,
.header-logo svg {
  width: auto;
  height: 73px;
  display: block;
}

.header-col {
  padding-left: 46px;
  width: 100%;
}

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

.header-phones {
  max-width: fit-content;
  margin-left: auto;
}

.header-phones-box,
.mode-time,
.header-adds {
  position: relative;
  margin-bottom: 8px;
  color: #2A2A2B;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.header-mode {
  padding-left: 46x;
  max-width: 258px;
  width: 100%;
  margin-left: 44px;
}

.header-address {
  padding-left: 46px;
  max-width: 320px;
  width: auto;
  margin-left: 75px;
}

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

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

.header-links {
  color: #1B241F;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: all .3s ease;
}

.header-links:hover {
  color: #A06650;
}

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

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

.site-nav {
  position: relative;
  width: 100%;
  z-index: 3;
  position: sticky;
  margin-top: 27px;
  transition: margin 0.2s ease;
}

.site-nav-wrap {
  background: rgb(25 25 25 / 30%);
  backdrop-filter: blur(10px);
  border-radius: 10px;
}

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

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

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

.site-nav-item {
  position: relative;
  margin-right: 5px;
}

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

.site-nav-item {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
}

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

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

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

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

.site-nav-item>ul {
  position: absolute;
  left: 0;
  top: 100%;
  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: rgb(25 25 25 / 80%);
  backdrop-filter: blur(10px);
  border-radius: 0 0 10px 10px;
}

.site-nav-item>ul>li>a {
  color: #fff;
}

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

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

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

.site-nav-item>ul>li>ul>li a {
  color: #fff;
}

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

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

.site-nav-link {
  position: relative;
  display: inline-block;
  color: #ffffff;
  padding: 18px 19px 21px;
  text-transform: uppercase;
}

.site-nav-link:hover {
  color: #fff;
}

.site-nav-link:hover::before {
  content: '';
  position: absolute;
  bottom: 21px;
  left: 19px;
  width: calc(100% - 38px);
  height: 1px;
  background: #ffffff;
}

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

  .site-nav-item.parent {
    padding-right: 10px;
  }

  .site-nav-item.parent:after {
    top: 17px;
  }

  .site-nav-link:hover::before {
    content: '';
    position: absolute;
    bottom: 21px;
    left: 14px;
    width: calc(100% - 28px);
    height: 1px;
    background: #ffffff;
  }  
}

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

  .site-nav-item {
    font-size: 14px;
  }


.site-nav-link:hover::before {
    left: 10px;
    width: calc(100% - 20px);
  }
}

@media (max-width: 991px) {
  .site-nav-wrap {
    background: transparent;
    backdrop-filter: none;
  }

  .site-nav-link:hover::before {
    left: 0;
    width: 100%;
    bottom: 11px;
  }
}

.site-nav-search-i:hover:before {
  color: #a06650;
}

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

.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-nav-search-i::after {
  content: "";
  display: block;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 60 61" fill="none"><line x1="51.5454" y1="31.3493" x2="5.91161" y2="31.3493" stroke="white" stroke-width="0.84507"/><line x1="29.155" y1="8.10547" x2="29.155" y2="53.7393" stroke="white" stroke-width="0.84507"/></svg>') no-repeat center/contain;
  transition: transform 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='%23A06650'/%3E%3C/svg%3E");
}

.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='%23A06650'/%3E%3C/svg%3E");
}

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


.site-form-search {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 206px;
  height: 100%;
  padding: 0;
  transition: all .5s;
  border-radius: 10px;
}


.site-form-search.active {
  width: 100%;
  background: #191D19;
}

.site-form-search #ya-site-form0 {
  border: none !important;
  padding: 17.5px 15px 18.5px 38px !important;
  width: 100% !important;
  height: 100%;
  border-radius: 10px;
  background: rgba(25, 25, 25, 0.40);
  backdrop-filter: blur(6px);
}

.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;
  font-family: "Onest", sans-serif !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: #e6eaee !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;
  color: #fff !important;
  font-family: "Onest", sans-serif !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: #fff !important;
  font-family: "Onest", sans-serif !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-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cpath 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/svg%3E") !important;
  cursor: pointer;
}

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

@media (max-width: 1650px) {
  .header-logo img, .header-logo svg {
    height: 56px;
  }

  .header span.header-logo__text {
    font-size: 20px;
    max-width: 200px;
  }
}


@media (max-width: 1800px) {

  .header-address,
  .header-mode {
    margin-left: 75px;
  }

  .header-mode {
    max-width: 220px;
  }
}

@media (max-width: 1250px) { 

  .header-logo img, .header-logo svg {
      height: 35px;
  }

  .header span.header-logo__text { 
    font-size: 12.5px;
    max-width: 135px;
  }

  .header span {
    font-size: 14px;
  }

  .header-phones-box, .mode-time, .header-adds {
    font-size: 16px;
  }

  .header a {
    font-size: 14px;
    gap: 11px;
  }
}

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

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

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

@media (max-width: 991px) {
  .header {
    padding: 15px 0;
    background: #F8F6F0;
  }

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

  .site-nav.fix {
    top: 103px;
    position: fixed;

  }

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

  .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-box .nav-icon {
    top: 0;
  }

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

  .site-nav {
    height: 40px;
    margin-top: 0;
  }

  .site-nav:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: rgb(25 25 25 / 30%);
    backdrop-filter: blur(10px);
  }

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

  .site-nav-list {
    display: none;
    position: absolute;
    top: 38px;
    left: -30px;
    width: 100vw;
    max-height: calc(100vh - 100px);
    overflow: auto;
    z-index: 11;
    background: rgb(25 25 25 / 30%);
    backdrop-filter: blur(10px);
    padding: 0 30px;
    box-shadow: 0 3px 5px rgb(0 0 0 / 13%);
  }

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

  .site-nav-item {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #2a2a2b;
    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;
    color: #A06650;
  }

  .site-nav-item.parent.active:after {
    color: #A06650;
    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: #e6eaee;
    padding: 0 0 12px 20px;
  }

  .site-nav-item>ul,
  .site-nav-item>ul.site-nav-two-col {
    width: 100%;
    columns: 1;
    background: rgb(25 25 25 / 2%);
  }

  .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: #A06650;
    white-space: normal;
  }

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

  .site-form-search #ya-site-form0 {
    padding: 11px 25px 11px 27px !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;
  }

  .navigation-show .site-form-search #ya-site-form0 {
    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;
  }
}

@media (max-width: 767px) {
  .header-address,
  .header-mode {
    display: none;
  }
}

@media (max-width: 600px) {
  .navigation-show {
    overflow: hidden;
  }

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

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

  .header-logo {
    margin-right: 0;
  }

  .header span.header-logo__text {
    display: none;
  }

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

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

  .header-phones-box a.header-phone {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.39px;
  }

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

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

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

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

  .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;
  }
}

@media (max-width: 480px) {
  .header-phones-box .nav-icon {
    display: none;
  }

  .header-phones-box {
    text-align: right;
  }

  .header a {
    font-size: 12px;
    white-space: nowrap;
  }

  .header-phones .header-links {
    line-height: 1;
  }

  .footer-contacts {
    flex-direction: column;
  }
}

/* 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;
  position: relative;
  zoom: 1;
  border-radius: 4px;
}

.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%;
}

.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 #A06650;
}

.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,
.theme-navigation .flex-next:before,
.reviews-navigation .flex-next:before,
.main-photos-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,
.theme-navigation .flex-next,
.theme-navigation .flex-prev,
.reviews-navigation .flex-next,
.reviews-navigation .flex-prev,
.main-photos-navigation .flex-next,
.main-photos-navigation .flex-prev,
.main-flexslider-navigation .flex-next,
.main-flexslider-navigation .flex-prev {
  width: 60px;
  height: 60px;
  background: #A06650;
  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,
.theme-navigation .flex-next:hover,
.theme-navigation .flex-prev:hover,
.reviews-navigation .flex-next:hover,
.reviews-navigation .flex-prev:hover,
.main-photos-navigation .flex-next:hover,
.main-photos-navigation .flex-prev:hover,
.main-flexslider-navigation .flex-next:hover,
.main-flexslider-navigation .flex-prev:hover {
  background: #A06650;
}

.doctors-flexslider-navigation .flex-prev:before,
.main-doctors-navigation .flex-prev:before,
.theme-navigation .flex-prev:before,
.reviews-navigation .flex-prev:before,
.main-photos-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,
.theme-navigation .flex-next:before,
.reviews-navigation .flex-next:before,
.main-photos-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,
/* .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, #A06650, #0198d5);
  background: linear-gradient(to right, #A06650, #0198d5);
  border-radius: 5px;
  border: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.doctor-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: #A06650;
}

.main-slider-enroll a:hover {
  background: #A06650 !important;
  border-color: #A06650 !important;
}

.doctor-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;
}

/* main-slider */

.main-slider {
  position: relative;
  overflow: hidden;
  margin-top: -91px;
}

.main-slider .container-general {
  height: 100%;
  display: flex;
  padding-bottom: 200px;
  padding-top: 168px;
}

.main-slider-item {
  height: 100%;
  display: flex;
  background: #1B241F;
  position: relative;
}

.main-slider-item::before {
  width: 952px;
  height: 952px;
  flex-shrink: 0;
  border-radius: 952px;
  background: #132D1F;
  filter: blur(250px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  content: '';
}


@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 {
  width: 100%;
  position: relative;
  margin: 0 auto;
  border: none;
  max-width: 100%;
  padding-bottom: 0;
  background: #E4F2FA;
  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-flexslider .slides li:not(.breadcrumbs-wrapper li)::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%), no-repeat;
  z-index: 1;
}

.main-slider-content {
  position: relative;
  top: auto;
  bottom: auto;
  margin: 0;
  max-width: 1020px;
  width: 50%;
  padding-right: 96px;
}

.main-slider-title {
  color: #fff;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
  margin: 0 0 27px;
}

.main-slider-text {
  color: #E6EAEE;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  margin: 0;
}

.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: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
}

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

.main-slider-enroll a {
  background: transparent;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.40) !important;
  padding: 17px 40px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  height: 60px;
}

.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: #A06650;
}

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

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

.main-flexslider-navigation {
  width: auto;
  left: auto;
  top: auto;
  bottom: 55px;
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-697px);
  -ms-transform: translateX(-697px);
  transform: translateX(-697px);
  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: 62px;
  height: 62px;
  margin-left: 22px;
  margin-right: 0;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.05);
  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");
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

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

.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: #A06650;
  background-repeat: no-repeat;
  background-size: 30px;
  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");
}

.main-flexslider-number {
  position: absolute;
  right: 50%;
  left: auto;
  -webkit-transform: translateX(697px);
  -ms-transform: translateX(697px);
  transform: translateX(697px);
  bottom: 65px;
  color: #fff;
  z-index: 1;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  width: 220px;
  display: flex;
  justify-content: space-between;
}

.main-flexslider-progress {
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(657px);
  -ms-transform: translateX(657px);
  transform: translateX(657px);
  bottom: 80px;
  width: 140px;
  height: 1px;
  background: #fff;
  border-radius: 60px;
  z-index: 1;
}

.main-flexslider-progress-active {
  width: 0px;
  height: 100%;
  border-radius: 60px;
  background-color: #fff;
  -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: #A06650;
}

@media (max-width: 1800px) {
  .main-flexslider-number {
    -webkit-transform: translateX(620px);
    -ms-transform: translateX(620px);
    transform: translateX(620px);
  }

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

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

@media (max-width: 1650px) {
  .main-slider-title {
    font-size: 35px;
  }

  .main-slider-text {
    font-size: 18px;
  }

  .main-slider .container-general {
    padding-top: 140px;
  }

  .main-slider-content {
    padding-right: 50px;
  }
}

@media (max-width: 1400px) {
  .main-flexslider-navigation {
    left: 30px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media (max-width: 1300px) {
  .main-flexslider-number {
    right: 30px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .main-slider .main-flexslider-controls {
    right: 70px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .main-flexslider-progress {
    right: 70px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

}

@media (max-width: 1200px) {
  .main-slider-content {
    max-width: 550px;
  }
}

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

@media (max-width: 1024px) {
  .main-slider-item {
    flex-direction: column;
  }

  .main-slider .flexslider .slides img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
  }

  .main-slider-item::before {
    display: none;
  }

  .main-flexslider-navigation {
    display: none;
  }

  .main-slider .container-general {
    padding-top: 110px;
  }

  .main-slider-content {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
  }

  .main-flexslider .slides li:not(.breadcrumbs-wrapper li)::before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%), no-repeat;
      z-index: 1;
  }
}


@media (max-width: 900px) {
  .main-slider-text {
    font-size: 18px;
    margin-bottom: 40px;
  }
}

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

  .main-slider-enroll {
    max-width: 330px;
  }

  .main-slider .container-general {
    padding-bottom: 60px;
  }

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

  .main-slider-text {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

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

  .main-flexslider-number {
    right: 50%;
    transform: translateX(50%);
    bottom: 27px;
    font-size: 16px;
    line-height: 145%;
  }

  .main-flexslider-progress {
    right: 50%;
    transform: translateX(50%);
    bottom: 37px;
  }

  .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 {
  background: #1B241F;
  padding-top: 140px;
  position: relative;
}

.main-services::before, .questions::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 43%;
  flex-shrink: 0;
  border-radius: 50%;
  background: #112A1C;
  filter: blur(250px);
  aspect-ratio: 1 / 1;
  transform: translate(-50%, 0px);
  width: 62vw;
  height: auto;
  aspect-ratio: 1 / 1;
}

.main-services::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 47px;
  background-image: url(/images/lion.svg);
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 484 / 533;
  width: 25vw;
  pointer-events: none; 
}

.main-services-title {
  padding-bottom: 30px;
  text-align: left;
}

.main-services-title h2 {
  margin: 0;
  text-align: left;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 1.2px;
  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 {
  margin: 15px;
  width: calc(100% / 2 - 30px);
  border-radius: 10px;
  background: #191D19;
  min-height: 237px;
}

.main-services-item>a {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 28px 33px 48px;
}

.main-services-img {
  width: 60px;
  height: 60px;
  padding: 0;
  margin-top: auto;
  margin-bottom: 0;
}

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

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

.main-services-name {
  font-size: 24px;
  color: #9E9E9E;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  line-height: 1.2;
}

@media (max-width: 1800px) {
  .main-services-item {
    max-width: 684px;
  }
}

@media (max-width: 1024px) {
  .main-services {
    padding-top: 60px;
  }
}

@media (max-width: 991px) {
  .main-services-item {
    width: calc(100% / 2 - 30px);
    min-height: 200px;
  }

  .main-services-item>a {
    padding: 30px 20px 40px;
  }
}

@media (max-width: 767px) {
  .main-services::after {
    width: 50vw;
  }

  .main-services-title {
    padding-bottom: 36px;
    text-align: left;
  }

  .main-services-title h2 {
    text-align: left;
  }

  .main-services-img {
    width: 45px;
    height: 45px;
  }

  .main-services-name {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  h2,
  .main-advantages-title h2,
  .main-about-certificates-title h2,
  .main-services-title h2,
  .feedback-new-title h2 {
    font-size: 24px !important;
  }

  .main-services {
    padding-top: 40px;
  }
}

@media (max-width: 500px) {
  .main-services-list {
    margin: 0 -8px;
  }

  .main-services-item {
    width: calc(100% - 16px);
    margin: 8px;
    border-radius: 10px;
    min-height: 160px;
  }

  .main-services-item>a {
    padding: 28px 15px 28px 22px;
    display: flex;
    align-items: center;
  }

  .main-services-img {
    width: 58px;
    height: 58px;
  }

  .main-services-name {
    font-size: 20px;
    line-height: 120%;
    text-align: center;
  }
}

/* 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: #e6eaee;
}

.main-deals-other a {
  position: relative;
  padding: 0 11px;
  line-height: 32px;
  display: inline-block;
  font-size: 14px;
  color: #A06650;
  text-transform: uppercase;
  border: 2px solid #A06650;
  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: #A06650;
  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: #A06650;
  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 {
  background: #191D19;
  padding-top: 126px;
  padding-bottom: 73px;
  overflow: hidden;
}

.main-advantages-container {
  min-height: 798px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}

.main-advantages-container::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 20.74%, rgba(30, 30, 34, 0.95) 89.04%), no-repeat;
}

@media (max-width: 600px) {
  .main-advantages-container::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(30, 30, 34, 0.95) 89.04%), no-repeat;
  }

  .main-advantages-container {
    min-height: 500px;
    margin-left: -15px;
    width: calc(100% + 30px)
  }

  .main-advantages-item {
    padding: 0;
  }

  .main-advantages-items {
    border-top: 0 !important;
  }
}

.main-advantages-row {
  display: flex;
  justify-content: space-between;
}

.main-advantages-title {
  margin-bottom: 32px;
  z-index: 1;
  padding-bottom: 38px;
  border-bottom: 1px solid #fff;
}

.main-advantages-title h2 {
  text-align: left;
  margin: 0;
  max-width: 380px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.main-advantages-title h2 .spanl,
.main-advantages-title h2 .spanr {
  color: #fff;
}

.main-advantages-text {
  font-weight: 400;
  color: #fff;
  border-radius: 20px;
  background: rgba(255, 255, 255, .2);
  backdrop-filter: blur(10px);
  padding: 16px 22px 25px 20px;
  width: 436px !important;
  display: flex;
  align-items: center;
  font-size: 22px;
  line-height: 1.3;
}

.main-advantages-text::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='67' height='67' viewBox='0 0 67 67' fill='none'%3E%3Cg clip-path='url(%23clip0_45_520)'%3E%3Cpath d='M-2.22959e-06 22.7762C0.349685 21.4652 1.25887 20.6786 2.3429 19.9444C11.9943 13.5993 21.6281 7.21914 31.262 0.839023C32.9405 -0.279683 34.0595 -0.297163 35.7205 0.804064C45.5642 7.32402 55.3904 13.8265 65.2166 20.329C67.5245 21.8497 67.6119 24.9611 65.3739 26.3071C64.2724 26.9713 63.1534 26.9713 62.017 26.3595C61.8596 26.2721 61.7197 26.1847 61.5624 26.0973C61.5449 26.0973 61.5274 26.0973 61.405 26.0973C61.405 26.342 61.405 26.5867 61.405 26.8315C61.405 38.8051 61.37 50.7788 61.4225 62.7524C61.44 64.8325 60.7756 66.3008 58.7474 67C41.91 67 25.0725 67 8.23512 67C6.20694 66.3008 5.56002 64.85 5.56002 62.7699C5.61247 50.8137 5.5775 38.8401 5.5775 26.8839C5.5775 26.6392 5.5775 26.377 5.5775 26.0449C5.40266 26.1323 5.29775 26.1672 5.21033 26.2197C2.98982 27.4782 0.909184 26.6741 0.0874195 24.2445C0.0699351 24.192 0.0174821 24.1396 -0.0174866 24.0871C-2.22959e-06 23.6501 -2.22959e-06 23.2131 -2.22959e-06 22.7762ZM33.465 64.7626C41.4729 64.7626 49.4807 64.7626 57.471 64.7626C58.8698 64.7626 59.167 64.4829 59.167 63.0845C59.167 50.4641 59.167 37.8262 59.1845 25.2058C59.1845 24.664 59.0097 24.3493 58.5551 24.0522C50.4423 18.7034 42.3296 13.3545 34.2343 7.97077C33.6748 7.6037 33.3077 7.6037 32.7482 7.97077C24.6529 13.3895 16.5227 18.7558 8.39248 24.1046C7.97286 24.3843 7.8155 24.6465 7.83298 25.1534C7.85047 37.8262 7.85047 50.4991 7.85047 63.1544C7.85047 64.448 8.16518 64.7626 9.47651 64.7626C17.4669 64.7626 25.4747 64.7626 33.465 64.7626ZM64.9718 23.3355C64.6046 22.916 64.3773 22.479 64.0102 22.2343C54.1315 15.6794 44.2529 9.14192 34.3742 2.587C33.7623 2.18497 33.2727 2.18497 32.6433 2.587C22.8171 9.10696 12.9909 15.6094 3.14718 22.1119C2.98982 22.2168 2.81498 22.3217 2.65762 22.444C2.15057 22.881 2.08063 23.5627 2.44781 24.0871C2.81498 24.5941 3.39196 24.6814 4.00391 24.3144C4.16127 24.227 4.30115 24.1221 4.44102 24.0347C13.7777 17.8643 23.1318 11.694 32.4684 5.50613C33.2377 4.99921 33.8147 5.05165 34.5491 5.54108C41.7176 10.2956 48.9037 15.0501 56.0898 19.7871C58.3627 21.2904 60.6357 22.7936 62.9087 24.2969C63.3108 24.5766 63.7654 24.7339 64.185 24.4018C64.4823 24.1571 64.6571 23.7725 64.9718 23.3355Z' fill='white'/%3E%3Cpath d='M34.1819 31.2189C37.0843 28.3347 39.8468 25.5904 42.6093 22.8286C43.2912 22.1469 44.0431 21.64 45.0047 21.4302C46.4559 21.1331 47.7672 21.4302 48.8338 22.4091C50.0577 23.5278 51.2291 24.6989 52.3481 25.9225C53.9742 27.7055 53.8693 30.275 52.1033 32.0579C49.4807 34.7148 46.8406 37.3368 44.2004 39.9763C44.0256 40.1511 43.8332 40.2734 43.5885 40.4657C43.8332 40.7279 43.9906 40.9027 44.1655 41.06C47.2602 44.1539 50.3549 47.2653 53.4671 50.3593C55.1631 52.0548 55.1631 53.9251 53.4671 55.6207C51.5788 57.526 49.673 59.4138 47.7672 61.3191C46.1412 62.9447 44.2179 62.9622 42.5919 61.3366C39.4971 58.2601 36.4199 55.1662 33.3426 52.0898C33.1503 51.8975 33.0104 51.6877 32.8006 51.4255C32.5384 51.6702 32.3635 51.8276 32.2062 51.9849C30.4053 53.7853 28.6044 55.6032 26.786 57.3861C26.4888 57.6833 26.0866 57.928 25.702 58.0504C22.8695 58.8894 20.0021 59.676 17.1696 60.4975C16.2779 60.7597 15.4736 60.6898 14.8092 60.0081C14.1448 59.3264 14.0924 58.5223 14.3546 57.6483C15.1764 54.8341 15.9632 52.0023 16.785 49.1706C16.9074 48.7686 17.1521 48.3666 17.4319 48.0694C19.2153 46.2515 21.0337 44.4511 22.8346 42.6507C23.0094 42.4759 23.1668 42.3011 23.464 42.0039C23.2367 41.8466 23.0094 41.7417 22.8346 41.5669C19.7398 38.4905 16.6626 35.3966 13.5853 32.3201C11.8544 30.5896 11.8544 28.7368 13.5678 27.0063C15.4562 25.1184 17.327 23.2481 19.2153 21.3603C20.9113 19.6648 22.7821 19.6822 24.4781 21.3953C27.5553 24.4717 30.6501 27.5656 33.7273 30.6421C33.9021 30.7994 34.0245 31.0091 34.1819 31.2189ZM24.9851 24.9961C24.1983 24.227 23.5164 23.5627 22.8346 22.8985C22.0827 22.1644 21.5757 22.1644 20.8413 22.8985C18.9355 24.7863 17.0472 26.6916 15.1414 28.5794C14.2847 29.436 14.3022 29.8555 15.1414 30.712C18.2537 33.8234 21.3659 36.9348 24.4781 40.0462C24.618 40.186 24.7578 40.3084 24.8627 40.3958C27.4504 37.8088 30.0206 35.2392 32.5209 32.7396C31.8215 32.0404 31.0872 31.2888 30.2829 30.5022C29.8807 30.9217 29.4611 31.3762 29.0065 31.8132C28.4121 32.4075 27.7651 32.4774 27.2756 32.0055C26.7685 31.516 26.821 30.8343 27.4329 30.24C27.8875 29.7855 28.3771 29.366 28.8667 28.9116C28.0799 28.1424 27.4154 27.4782 26.751 26.814C26.6811 26.7441 26.5937 26.6741 26.4713 26.5693C25.737 27.3034 25.0376 28.0201 24.3032 28.7368C23.7263 29.3136 23.0444 29.3486 22.5723 28.8766C22.0827 28.3872 22.1352 27.7579 22.7471 27.1636C23.464 26.4469 24.1808 25.7652 24.9851 24.9961ZM34.3567 49.9572C36.4374 52.0373 38.518 54.1174 40.5986 56.18C41.8225 57.4036 43.029 58.6272 44.2529 59.8333C44.8473 60.4101 45.4068 60.4975 45.9139 59.9731C48.012 57.9105 50.0926 55.8304 52.1558 53.7328C52.5404 53.3483 52.6454 52.8064 52.2782 52.4219C51.4914 51.5654 50.5997 50.7962 49.708 49.9572C49.0436 50.6389 48.3617 51.3556 47.6798 52.0373C47.0504 52.6666 46.4034 52.719 45.9139 52.1946C45.4418 51.7052 45.4943 51.0584 46.0887 50.4641C46.7881 49.7649 47.5224 49.0657 48.1869 48.4015C47.3826 47.5974 46.6482 46.8458 45.8439 46.0417C45.4243 46.4613 44.9872 46.9507 44.5151 47.4052C43.9207 47.982 43.2737 48.0344 42.8017 47.5275C42.3296 47.0556 42.382 46.3739 42.9765 45.797C43.4311 45.3426 43.9382 44.923 44.3403 44.5385C43.501 43.682 42.7492 42.9303 42.0498 42.2137C39.5321 44.7832 36.9794 47.3352 34.3567 49.9572ZM26.0517 54.7991C31.874 48.9783 37.6788 43.1751 43.4486 37.3893C42.7667 36.7075 42.0149 35.9559 41.1407 35.0819C41.0358 35.2392 40.9308 35.4665 40.756 35.6413C39.1999 37.197 37.6438 38.7527 36.0877 40.3084C32.4335 43.9617 28.7792 47.6149 25.1425 51.2682C24.9851 51.4255 24.8103 51.7751 24.8627 51.9499C25.2299 52.9463 25.6495 53.8902 26.0517 54.7991ZM37.4515 31.3937C31.6816 37.162 25.8768 42.9653 20.0545 48.7686C20.8588 49.1182 21.733 49.4503 22.5548 49.8698C23.0094 50.0971 23.2717 49.9922 23.6039 49.6601C28.8142 44.4336 34.042 39.2071 39.2698 33.9807C39.4097 33.8409 39.5321 33.701 39.6195 33.5961C38.8502 32.827 38.1159 32.0754 37.4515 31.3937ZM49.1135 31.8656C49.6555 31.3412 50.25 30.8169 50.757 30.24C51.4564 29.436 51.4739 28.2648 50.7396 27.4957C49.6381 26.3246 48.5016 25.1709 47.3126 24.0871C46.5608 23.3879 45.4418 23.3879 44.6725 24.0347C44.0431 24.5591 43.501 25.1709 42.9415 25.7302C45.0047 27.7754 47.0329 29.803 49.1135 31.8656ZM41.298 27.5132C40.5812 28.2124 39.8468 28.964 39.1649 29.6282C41.1756 31.6384 43.2038 33.6835 45.232 35.7112C45.9314 35.012 46.6657 34.2779 47.3651 33.5787C45.3369 31.5685 43.2912 29.5233 41.298 27.5132ZM24.1983 56.1625C23.6563 54.904 23.1668 53.7503 22.6597 52.5967C22.6073 52.4568 22.5198 52.2995 22.3974 52.2471C21.1735 51.7052 19.9322 51.1808 18.6733 50.6389C18.4285 51.4954 18.2187 52.2645 17.9914 53.0686C19.8098 53.8028 21.0337 55.0613 21.7855 56.8443C22.5723 56.617 23.3416 56.3898 24.1983 56.1625ZM17.3445 55.2361C17.0472 56.3024 16.7675 57.2987 16.4703 58.365C17.5718 58.0504 18.5684 57.7532 19.5999 57.456C19.0929 56.4247 18.411 55.7081 17.3445 55.2361Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_45_520'%3E%3Crect width='67' height='67' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  display: block;
  width: 67px;
  height: 67px;
  object-fit: contain;
  margin-right: 21px;
  flex-shrink: 0;
}

.main-advantages-left {
  min-width: 380px;
  width: 40%;
  margin-right: 80px;
}

.main-advantages-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.main-advantages-bg img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.main-advantages-right {
  width: 100%;
}

.main-advantages-items {
  display: flex;
  justify-content: space-between;
  z-index: 1;
  border-top: 1px solid  rgba(255, 255, 255, 0.40);
  padding-top: 26px;
}

@media (max-width: 600px) {
  .main-advantages-items {
    flex-direction: column;
  }
}

.main-advantages-item {
  width: calc(33.3% - 70px);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 70px;
}

.main-advantages-icon {
  min-width: 77px;
  width: 77px;
  height: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #fff;
  margin-right: 20px;
}

.main-advantages-name {
  font-size: 20px;
  line-height: 120%;
  color: #fff;
}

.main-advantages-name span {
  margin-bottom: 16px;
  display: block;
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.78px;
  text-transform: uppercase;
}

@media (max-width: 1800px) {
  .main-advantages-left {
    margin-right: 60px;
  }
}

@media (max-width: 1450px) {
  .main-advantages-row {
    padding-left: 50px;
  }
}

@media (max-width: 1200px) {
  .main-advantages-left {
    margin-right: 40px;
  }

  .main-advantages-item {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 991px) {
  .main-advantages {
    padding: 50px 0;
  }

  .main-advantages-row {
    padding-left: 0px;
  }

  .main-advantages-title {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .main-advantages-title .main-advantages-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .main-advantages-title .main-advantages-right {
    width: 100%;
  }

  .main-advantages-left {
    min-width: 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 {
    position: relative;
    padding: 0;
  }

  .main-advantages-title {
    margin-bottom: 36px;
  }

  .main-advantages-title .main-advantages-left {
    margin-bottom: 26px;
  }

  .main-advantages-title h2 {
    text-align: left;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.72px;
  }

  .main-advantages-text {
    font-size: 20px;
    line-height: 150%;
  }

  .main-advantages-bottom .main-advantages-left {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
  }

  .main-advantages-bottom .main-advantages-right {
    width: 100%;
  }

  .main-advantages-icon {
    min-width: 60px;
    width: 60px;
    height: 60px;
    font-size: 24px;
    line-height: 1;
    margin-right: 20px;
  }

  .main-advantages-name span {
    font-size: 34px;
    margin-bottom: 10px;
  }
}

/* main-doctors: */

.main-doctors {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
  background: #191D19;
}

.main-doctors .section__title {
  font-size: 36px;
  line-height: 140%;
}

.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: 20px;
}

.main-doctors-title-caption {
  color: #fff;
  text-align: left;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.main-doctors-title-caption .spanl,
.main-doctors-title-caption .spanr {
  color: #fff;
}

.main-doctors-all {
  background: #ECF7F5;
  border-radius: 100px;
  padding: 4px 31px;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #2a2a2b;
}

.main-doctors-all:hover {
  color: #fff;
  background-color: #A06650;
}

.main-doctors-text {
  color: rgba(230, 234, 238, 0.50);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 40px;
}

.main-doctors__link {
  background: transparent;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.40) !important;
  padding: 17px 40px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  min-height: 60px;
  display: block;
  width: max-content;
}

.main-doctors__link:hover {
  background: #A06650 !important;
  border-color: #A06650 !important;
  color: #fff;
}

.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 a:hover .main-doctor-more,
.main-doctor-about:hover .main-doctor-more {
  opacity: 1;
}

.main-doctor-img {
  width: 100%;
  height: 391px;
  overflow: hidden;
  margin-bottom: 22px;
  border-radius: 20px;
  position: relative;
}

.main-doctor .main-doctor-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-doctor-more {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  transition: all .3s ease;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), no-repeat;
}

.main-doctor-more__icon,
.main-doctor-more__text {
  position: absolute;
  display: block;
}

.main-doctor-more__icon {
  left: 50%;
  width: 58px;
  height: 58px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.main-doctor-more__text {
  text-align: center;
  width: 100%;
  left: 0;
  height: fit-content;
  bottom: 40px;
}

.main-doctor-name {
  margin: 0;
  color: rgba(230, 234, 238, 0.70);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.main-doctor-post {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #E6EAEE;
}

.main-doctor-about {
  margin-bottom: 66px;
}

.main-doctor a:hover .main-doctor-name {
  text-decoration: underline;
  color: #A06650;
}

.section__doctors .main-doctor-post,
.section__doctors .main-doctor-name {
  color: #2a2a2b;
}
.section__doctors .main-doctor-img {
  height: auto !important;
  aspect-ratio: 2/2.5;
}

.main-doctor-post__line {
  margin-bottom: 5px;
}

.main-doctor-post__accent {
  color: #A06650;
}

.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;
  width: 134px;
}

.main-doctors-navigation .flex-prev,
.main-doctors-navigation .flex-next {
  width: 62px;
  height: 62px;
  min-width: 62px;
  margin-left: 22px;
  margin-right: 0;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.05);
  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");
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 50%;
  color: #fff;
  border: none !important;
}

.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: #A06650;
  background-repeat: no-repeat;
  background-size: 30px;
  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");
}

.main-doctors-controls {
  display: none;
}

.main-doctors-progress {
  position: absolute;
  right: 0;
  bottom: -49px;
  width: calc(100% - 163px);
  height: 6px;
  background: rgba(230, 234, 238, 0.20);
  border-radius: 50px;
  z-index: 1;
}

.main-doctors-progress-active {
  width: 0px;
  height: 100%;
  border-radius: 50px;
  background-color: #A06650;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.main-doctors-flexslider .flex-control-nav {
  display: none;
}

.main-doctors-number {
  display: none;
}


/* theme start */


.theme-section {
  margin-top: 120px;
  margin-bottom: 120px;
  overflow: hidden;
}

.theme-section .section__title {
  font-size: 36px;
  line-height: 140%;
}

.theme-inner {
  display: flex;
  justify-content: space-between;
}

.theme-info {
  max-width: 450px;
  width: 100%;
  margin-right: 70px;
}

.theme-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.theme-title-caption {
  color: #fff;
  text-align: left;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.theme-title-caption .spanl,
.theme-title-caption .spanr {
  color: #fff;
}

.theme-all {
  background: #ECF7F5;
  border-radius: 100px;
  padding: 4px 31px;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #2a2a2b;
}

.theme-all:hover {
  color: #fff;
  background-color: #A06650;
}

.theme-text {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 40px;
}

.theme-item {
  color: #1B241F;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 28px;
  border-radius: 10px;
  background: #EDE4D7;
  justify-content: space-between;
  min-height: 240px;
}

.theme-link {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: var(--line-clamp, 3);
  -webkit-box-orient: vertical;
  color: #1B241F;
}

.theme-link:hover {
  text-decoration: underline;
}

.theme-item__img {
  width: 60px !important;
  height: 60px !important;
  object-fit: contain !important;
}

.theme__link {
  border-radius: 4px;
  border: 1px solid #435944 !important;
  padding: 17px 40px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  min-height: 60px;
  display: block;
  width: max-content;
  margin: 0;
  background: #435944;
}

.theme__link:hover {
  background: #A06650 !important;
  border-color: #A06650 !important;
  color: #fff;
}

.theme-slider {
  width: 840px;
  width: 100%;
  height: 100%;
  margin-bottom: 110px;
  position: relative;
}

.theme-flexslider {
  margin: 0;
}

.theme-flexslider .flex-viewport {
  overflow: visible !important;
  clip-path: inset(-100vw -100vw -100vw 0);
}

.theme-navigation {
  width: auto;
  left: 0;
  top: auto;
  bottom: -106px;
  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;
  width: 134px;
}

.theme-navigation .flex-prev,
.theme-navigation .flex-next {
    width: 62px;
    height: 62px;
    min-width: 62px;
    margin-left: 22px;
    margin-right: 0;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    background-color: #EEECE8;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'><path d='M20.7686 15.9769L13.0113 23.7341L11.1863 21.9091L17.1236 15.9718L11.1863 10.0345L13.0113 8.21973L20.7686 15.9769Z' fill='%23A06650'/></svg>");
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border-radius: 50%;
    color: #fff;
    border: none !important;
}

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

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

.theme-navigation .flex-prev:hover,
.theme-navigation .flex-next:hover {
  background: #A06650;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'><path d='M14.2666 11L8.9778 16.2888L7.73348 15.0445L11.7815 10.9965L7.73348 6.94846L8.9778 5.71118L14.2666 11Z' fill='white'/></svg>");
}

.theme-controls {
  display: none;
}

.theme-progress {
  position: absolute;
  right: 0;
  bottom: -79px;
  width: calc(100% - 163px);
  height: 6px;
  background: rgba(230, 234, 238, 0.20);
  border-radius: 50px;
  z-index: 1;
}

.theme-progress-active {
  width: 0px;
  height: 100%;
  border-radius: 50px;
  background-color: #A06650;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.theme-flexslider .flex-control-nav {
  display: none;
}

.theme-number {
  display: none;
}


@media (max-width: 1650px) { 
  .theme-section .section__title {
    font-size: 30px !important;
  }

}

@media (max-width: 1400px) {
  .theme-slider {
    margin-bottom: 110px;
  }
}

@media (max-width: 1200px) {
  .theme-info {
    max-width: 360px;
    margin-right: 30px;
  }

  .theme-text {
    font-size: 20px;
    line-height: 24px;
  }

  .theme-section {
    margin: 60px 0;
  }
}

@media (max-width: 900px) {
  .theme-inner {
    flex-wrap: wrap;
  }

  .theme-info {
    max-width: 100%;
    margin: 0 0 50px;
  }

  .theme-flexslider .flex-viewport {
    clip-path: none;
  }


  .theme-section .section__title {
    font-size: 25px !important;
  }

}


@media (max-width: 768px) {
  .theme__link {
      max-width: 100%;
  }

  .theme-item { 
    font-size: 16px;
    min-height: 134px;
  }

  .theme-item__img {
    width: 40px !important;
    height: 40px !important;
  }
}



@media (max-width: 600px) {

  .theme-info {
    margin-bottom: 40px;
  }

  .theme-title {
    margin-bottom: 24px;
  }

  .theme__link {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    padding: 16px;
  }

  .theme-title-caption {
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.72px;
  }

  .theme-all {
    font-size: 16px;
    padding: 4px 29px;
  }

  .theme-text {
    font-size: 20px;
    line-height: 150%;
  }

  .theme-slider {
    margin-bottom: 54px;
  }

  .theme-navigation {
    display: none;
  }

  .theme-progress {
    bottom: -45px;
    width: calc(100% - 63px);
    height: 4px;
  }

  .theme-number {
    display: block;
    position: absolute;
    left: 0;
    bottom: -54px;
    font-size: 16px;
    line-height: 145%;
    color: #2A2A2B;
    z-index: 1;
  }

  
}

/* theme end */



.project-end {
  border-radius: 10px;
  background: #1B241F;
  height: 100%;
  aspect-ratio: 443 / 485;
  overflow: hidden;
}

.project-end-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.project-end p {
  color: rgba(230, 234, 238, 0.70);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
}

.project-end__link {
  display: flex;
  align-items: center;
  gap: 26px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
}

.project-end__link:hover {
  color: #A06650;
}

@media (max-width: 1650px) { 
  .main-doctors .section__title {
    font-size: 30px !important;
  }

}

@media (max-width: 1400px) {
  .main-doctors-slider {
    margin-bottom: 80px;
  }
}

@media (max-width: 1200px) {
  .main-doctors-info {
    max-width: 360px;
    margin-right: 30px;
  }

  .main-doctors-text {
    font-size: 20px;
    line-height: 24px;
  }

  .main-doctors {
    padding: 100px 0;
  }
}

@media (max-width: 900px) {
  .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 .section__title {
    font-size: 25px !important;
  }

  .main-doctor-name {
    font-size: 26px;
  }

  .main-doctor-about {
    margin-bottom: 40px;
  }
}

@media (max-width: 600px) {
  .main-doctors {
    padding: 60px 0;
  }

  .main-doctors-info {
    margin-bottom: 40px;
  }

  .main-doctors-title {
    margin-bottom: 24px;
  }

  .main-doctors__link {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    padding: 16px;
  }

  .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: 200px;
    margin-bottom: 15px;
  }

  .main-doctor-more__icon {
    height: 30px;
    width: 30px;
  }

  .main-doctor-more__text {
    bottom: 10px;
    font-size: 14px;
  }

  .main-doctor-name {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 8px;
  }

  .main-doctor-post {
    font-size: 14px;
    line-height: 150%;
  }

  .main-doctors-navigation {
    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: #fff;
    z-index: 1;
  }

  *::-webkit-scrollbar {
    width: 6px;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #A06650;
    border-radius: 20px;
  }

  .project-end {
    aspect-ratio: 443 / 665;
  }

  .project-end-inner {
    gap: 15px;
    padding: 15px;
  }

  .project-end p {
    font-size: 16px;
  }

  .project-end__link {
    font-size: 12px;
    gap: 9px;
  }

  .project-end__link  svg {
    width: 16px;
  }
}


/* reviews: */
.reviews {
  margin-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}

.reviews-decor {
  width: 105px;
  height: auto;
  display: block;
  margin: 0 0 30px;
}

.reviews-control-wrapper {
  position: relative;
}

.reviews .section__title {
  font-size: 36px !important;
  line-height: 140%;
}

.reviews-inner {
  display: flex;
  justify-content: space-between;
}

.reviews-info {
  max-width: 400px;
  width: 100%;
  margin-right: 70px;
}

.reviews-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 90px;
}

.reviews-title-caption {
  color: #fff;
  text-align: left;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.reviews-title-caption .spanl,
.reviews-title-caption .spanr {
  color: #fff;
}

.reviews-all {
  background: #ECF7F5;
  border-radius: 100px;
  padding: 4px 31px;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #2a2a2b;
}

.reviews-all:hover {
  color: #fff;
  background-color: #A06650;
}

.reviews-text {
  color: rgba(230, 234, 238, 0.50);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 40px;
}

.reviews__link {
  background: transparent;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.40) !important;
  padding: 17px 40px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  min-height: 60px;
  display: block;
  width: max-content;
}

.reviews__link:hover {
  background: #A06650 !important;
  border-color: #A06650 !important;
  color: #fff;
}

.reviews-slider {
  width: 840px;
  width: 100%;
  height: 100%;
  position: relative;
}

.reviews-flexslider {
  margin: 0;
}

.reviews-flexslider .flex-viewport {
  overflow: visible !important;
  clip-path: inset(-100vw -100vw -100vw 0);
}

.review a:hover .review-more {
  opacity: 1;
}

.review-img {
  width: 100%;
  height: 391px;
  overflow: hidden;
  margin-bottom: 22px;
  border-radius: 20px;
  position: relative;
}

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

.review-more {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  transition: all .3s ease;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), no-repeat;
}
.review-more__icon,
.review-more__text {
  position: absolute;
  display: block;
}

.review-more__icon {
  left: 50%;
  width: 58px;
  height: 58px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.review-more__text {
  text-align: center;
  width: 100%;
  left: 0;
  height: fit-content;
  bottom: 40px;
}

.review-name {
  color: rgba(27, 36, 31, 0.50);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}

.review-post {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #E6EAEE;
}

.review-about {
  background: #fff;
  padding: 33px 25px;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;  
  position: relative;
  margin-bottom: 36px;
}

.review-about::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='44' viewBox='0 0 39 44' fill='none'%3E%3Cpath d='M0.650635 43.8008L0.650634 0.499513L38.1506 22.1501L0.650635 43.8008Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  width: 44px;
  height: 50px;
  content: '';
  position: absolute;
  bottom: -25px;
  left: -1px;
}

.review-post__line {
  margin-bottom: 5px;
}

.review-post__accent {
  color: #A06650;
}

.reviews-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;
  width: 134px;
}

.reviews-navigation .flex-prev,
.reviews-navigation .flex-next {
  width: 62px;
  height: 62px;
  min-width: 62px;
  margin-left: 10px;
  margin-right: 0;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  background-color: #EEECE8;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'><path d='M20.7686 15.9769L13.0113 23.7341L11.1863 21.9091L17.1236 15.9718L11.1863 10.0345L13.0113 8.21973L20.7686 15.9769Z' fill='%23A06650'/></svg>");
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 50%;
  color: #fff;
  border: none !important;
}

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

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

.reviews-navigation .flex-prev:hover,
.reviews-navigation .flex-next:hover {
  background: #A06650;
  background-repeat: no-repeat;
  background-size: 30px;
  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");
}

.reviews-controls {
  display: none;
}

.reviews-progress {
  position: absolute;
  right: 0;
  bottom: -49px;
  width: calc(100% - 145px);
  height: 6px;
  background: rgba(230, 234, 238, 0.20);
  border-radius: 50px;
  z-index: 1;
}

.review-text {
  color: #1B241F;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  overflow: hidden;
}

.review-rating {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.reviews-progress-active {
  width: 0px;
  height: 100%;
  border-radius: 50px;
  background-color: #A06650;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.reviews-flexslider .flex-control-nav {
  display: none;
}

.reviews-number {
  display: none;
}

.reviews.reviews-page {
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.reviews.reviews-page .reviews-item  {
  margin-bottom: 30px;
  border-bottom: 1px solid rgb(181 180 176 / 34%);
  padding-bottom: 30px;
}

.reviews.reviews-page .reviews-list .reviews-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.reviews.reviews-page .reviews-content {
  font-size: 19px;
}

.reviews.reviews-page .reviews-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}


.page .page-container .pagination .pagination-list li:before {
  display: none !important;
}

.page .page-container .pagination .pagination-list li {
  padding-left: 9px;
}


@media (max-width: 1650px) { 
  .reviews .section__title {
    font-size: 30px !important;
  }

  .reviews-decor {
    width: 90px;
  }

  .review-about {
    min-height: 290px;
  }
  
}

@media (max-width: 1200px) {
  .reviews-info {
    max-width: 360px;
    margin-right: 30px;
  }

  .reviews-text {
    font-size: 20px;
    line-height: 24px;
  }

  .reviews-decor {
    width: 80px;
  }
}

@media (max-width: 1024px) {
  .reviews {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media (max-width: 900px) {
  .reviews-inner {
    flex-wrap: wrap;
  }

  .reviews-info {
    max-width: 100%;
    margin: 0 0 90px;
  }

  .reviews-flexslider .flex-viewport {
    clip-path: none;
  }


  .reviews .section__title {
    font-size: 25px !important;
  }

  .review-name {
    font-size: 26px;
  }

  .reviews-title {
    margin-bottom: 20px;
  }

  .reviews-decor {
    width: 60px;
  }

}

@media (max-width: 600px) {
  .reviews {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .reviews-info {
    margin-bottom: 80px;
  }

  .reviews-title {
    margin-bottom: 24px;
  }

  .reviews__link {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    padding: 16px;
  }

  .reviews-title-caption {
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.72px;
  }

  .reviews-all {
    font-size: 16px;
    padding: 4px 29px;
  }

  .reviews-text {
    font-size: 20px;
    line-height: 150%;
  }

  .review-img {
    /* height: 260px; */
    height: 200px;
    margin-bottom: 15px;
  }

  .review-more__icon {
    height: 30px;
    width: 30px;
  }

  .review-more__text {
    bottom: 10px;
    font-size: 14px;
  }

  .review-name {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 8px;
  }

  .review-post {
    font-size: 14px;
    line-height: 150%;
  }

  .reviews-navigation {
    /* bottom: -65px; */
    display: none;
  }

  .reviews-progress {
    bottom: -45px;
    width: calc(100% - 63px);
    height: 4px;
  }

  .reviews-number {
    display: block;
    position: absolute;
    left: 0;
    bottom: -54px;
    font-size: 16px;
    line-height: 145%;
    color: #a06650;
    z-index: 1;
  }

  *::-webkit-scrollbar {
    width: 6px;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #A06650;
    border-radius: 20px;
  }
}
/* reviews end*/

/* main-map: */

.main-map {
  position: relative;
  min-height: 619px;
  overflow: hidden;
  padding-top: 72px;
  padding-bottom: 148px;
  background: #191D19;
}

.main-map-inner {
  display: flex;
  flex-direction: column;
}

.map-block {
  height: 528px;
  order: 2;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.map-info {
  margin-bottom: 36px;
  order: 1;
  display: flex;
  justify-content: space-between;
}

.main-map-left {
  max-width: 400px;
}

.main-map-title {
  text-align: left;
  margin: 0 0 20px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #2A2A2B;
}

.main-map-text {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.40);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.main-map-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.main-map-social {
  margin-bottom: 45px;
}

.main-map-social,
.footer__social {
  display: flex;
  justify-content: space-between;
  width: 197px;
}

.main-map-social__item,
.footer__social__item {
  width: 39px;
  height: 39px;
  transition: all .3s ease;
}

.main-map-social__item:hover,
.footer__social__item:hover {
  transform: scale(1.05);
}

.main-map-social__item,
.footer__social__item_wa {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='39' viewBox='0 0 39 39' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.3563 26.4469C16.575 27.1781 18.0375 27.5437 19.5 27.5437C24.0094 27.5437 27.5438 23.8875 27.5438 19.6219C27.5438 17.4281 26.8125 15.4781 25.2281 13.8938C23.6438 12.4312 21.6938 11.5781 19.5 11.5781C15.1125 11.5781 11.4562 15.2344 11.4562 19.6219C11.4562 21.0844 11.8219 22.5469 12.675 23.8875L12.9188 24.2531L12.0656 27.1781L15.1125 26.325L15.3563 26.4469ZM22.1813 20.7188C22.425 20.7188 23.6438 21.3281 23.8875 21.45C23.9255 21.469 23.9634 21.485 24.0009 21.5008C24.2042 21.5866 24.394 21.6668 24.4969 22.1812C24.6188 22.1812 24.6187 22.6687 24.375 23.2781C24.2531 23.7656 23.2781 24.375 22.7906 24.375C22.708 24.375 22.629 24.382 22.5445 24.3895C22.1303 24.4261 21.5865 24.4742 19.8656 23.7656C17.7298 22.9113 16.249 20.8405 15.8332 20.259C15.7744 20.1769 15.7369 20.1245 15.7219 20.1094C15.7011 20.0679 15.6592 20.0016 15.6038 19.9143C15.3342 19.4886 14.7469 18.5612 14.7469 17.55C14.7469 16.3313 15.3562 15.7219 15.6 15.4781C15.8437 15.2344 16.0875 15.2344 16.2094 15.2344H16.6969C16.8188 15.2344 17.0625 15.2344 17.1844 15.6C17.4281 16.0875 17.9156 17.3062 17.9156 17.4281C17.9156 17.4688 17.9292 17.5094 17.9427 17.55C17.9698 17.6313 17.9969 17.7125 17.9156 17.7937C17.8547 17.8547 17.8242 17.9156 17.7938 17.9766C17.7633 18.0375 17.7328 18.0984 17.6719 18.1594L17.3063 18.525C17.1844 18.6469 17.0625 18.7688 17.1844 19.0125C17.3063 19.2563 17.7938 20.1094 18.525 20.7188C19.3478 21.4387 19.997 21.7247 20.3261 21.8696C20.387 21.8965 20.4369 21.9185 20.475 21.9375C20.7187 21.9375 20.8406 21.9375 20.9625 21.8156C21.0235 21.6938 21.1758 21.5109 21.3281 21.3281C21.4805 21.1453 21.6328 20.9625 21.6937 20.8406C21.8156 20.5969 21.9375 20.5969 22.1813 20.7188Z' fill='%23A06650'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 6.09375C0 2.72827 2.72827 0 6.09375 0H32.9062C36.2717 0 39 2.72827 39 6.09375V32.9062C39 36.2717 36.2717 39 32.9062 39H6.09375C2.72827 39 0 36.2717 0 32.9062V6.09375ZM19.5 9.75C22.0594 9.75 24.4969 10.725 26.325 12.5531C28.1531 14.3813 29.25 16.8188 29.25 19.3781C29.25 24.7406 24.8625 29.1281 19.5 29.1281C17.9156 29.1281 16.3313 28.6406 14.8688 27.9094L9.75 29.25L11.0906 24.375C10.2375 22.9125 9.75 21.2063 9.75 19.5C9.75 14.1375 14.1375 9.75 19.5 9.75Z' fill='%23A06650'/%3E%3C/svg%3E");
}

.main-map-social__item_tg,
.footer__social__item_tg {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='39' viewBox='0 0 40 39' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.76044 0H33.5729C36.9384 0 39.6667 2.72827 39.6667 6.09375V32.9062C39.6667 36.2717 36.9384 39 33.5729 39H6.76044C3.39495 39 0.666687 36.2717 0.666687 32.9062V6.09375C0.666687 2.72827 3.39495 0 6.76044 0ZM21.0099 14.634C19.2634 15.3604 15.7729 16.8639 10.5385 19.1445C9.68846 19.4825 9.2432 19.8132 9.20266 20.1365C9.13416 20.683 9.81846 20.8981 10.7503 21.1911C10.8771 21.231 11.0084 21.2723 11.143 21.3161C12.0598 21.6141 13.2931 21.9627 13.9342 21.9766C14.5157 21.9891 15.1648 21.7494 15.8814 21.2573C20.7722 17.9559 23.2968 16.2872 23.4553 16.2513C23.5671 16.2259 23.7221 16.194 23.8271 16.2873C23.932 16.3806 23.9217 16.5573 23.9106 16.6048C23.8428 16.8937 21.1567 19.391 19.7666 20.6834C19.3332 21.0863 19.0258 21.372 18.963 21.4373C18.8222 21.5835 18.6788 21.7218 18.5409 21.8547C17.6892 22.6758 17.0505 23.2915 18.5763 24.297C19.3095 24.7802 19.8962 25.1798 20.4816 25.5784C21.1208 26.0137 21.7584 26.4479 22.5834 26.9887C22.7936 27.1265 22.9943 27.2696 23.1898 27.409C23.9338 27.9393 24.6021 28.4158 25.4278 28.3398C25.9077 28.2957 26.4033 27.8445 26.655 26.4989C27.2498 23.3189 28.419 16.4289 28.6893 13.5896C28.7129 13.3409 28.6832 13.0225 28.6592 12.8828C28.6353 12.743 28.5853 12.5439 28.4037 12.3965C28.1886 12.2219 27.8564 12.1851 27.7079 12.1876C27.0326 12.1996 25.9964 12.5599 21.0099 14.634Z' fill='%23A06650'/%3E%3C/svg%3E");
}

.main-map-social__item_yt,
.footer__social__item_yt {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='39' viewBox='0 0 40 39' fill='none'%3E%3Cpath d='M23.0021 19.5L17.8833 16.575V22.425L23.0021 19.5Z' fill='%23A06650'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.333313 6.09375C0.333313 2.72827 3.06158 0 6.42706 0H33.2396C36.605 0 39.3333 2.72827 39.3333 6.09375V32.9062C39.3333 36.2717 36.605 39 33.2396 39H6.42706C3.06158 39 0.333313 36.2717 0.333313 32.9062V6.09375ZM27.3896 13.0406C28.2427 13.2844 28.8521 13.8938 29.0958 14.7469C29.5833 16.3313 29.5833 19.5 29.5833 19.5C29.5833 19.5 29.5833 22.6688 29.2177 24.2531C28.974 25.1063 28.3645 25.7156 27.5114 25.9594C25.927 26.325 19.8333 26.325 19.8333 26.325C19.8333 26.325 13.6177 26.325 12.1552 25.9594C11.3021 25.7156 10.6927 25.1063 10.4489 24.2531C10.0833 22.6688 10.0833 19.5 10.0833 19.5C10.0833 19.5 10.0833 16.3313 10.3271 14.7469C10.5708 13.8938 11.1802 13.2844 12.0333 13.0406C13.6177 12.675 19.7114 12.675 19.7114 12.675C19.7114 12.675 25.9271 12.675 27.3896 13.0406Z' fill='%23A06650'/%3E%3C/svg%3E");
}

.main-map-social__item_vk,
.footer__social__item_vk {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='39' viewBox='0 0 39 39' fill='none'%3E%3Cpath d='M15.0316 15.8438H13.6094C13.2031 15.8438 13.1218 16.035 13.1218 16.2459C13.1218 16.6225 13.604 18.4904 15.3668 20.9608C16.5421 22.6479 18.1978 23.5625 19.7046 23.5625C20.6086 23.5625 20.7205 23.3594 20.7205 23.0095V21.7344C20.7205 21.3281 20.8061 21.247 21.0923 21.247C21.3033 21.247 21.6649 21.3525 22.5087 22.1659C22.7957 22.4529 23.0114 22.6928 23.1871 22.8882C23.6016 23.3492 23.7934 23.5625 24.1744 23.5625H25.5966C26.0029 23.5625 26.2061 23.3594 26.0889 22.9585C25.9606 22.559 25.5002 21.9793 24.8893 21.2923C24.7212 21.0937 24.5106 20.8874 24.3241 20.7047C24.1427 20.5271 23.9842 20.3719 23.9099 20.2679C23.699 19.9968 23.7592 19.8762 23.9099 19.6352C23.9099 19.6352 25.6427 17.1949 25.8235 16.3664C25.9139 16.0651 25.8235 15.8438 25.3934 15.8438H23.9712C23.6096 15.8438 23.4429 16.035 23.3524 16.2459C23.3524 16.2459 22.6292 18.0083 21.6047 19.1532C21.2732 19.4846 21.1225 19.59 20.9417 19.59C20.8513 19.59 20.7204 19.4846 20.7204 19.1833V16.3664C20.7204 16.0049 20.6155 15.8438 20.3141 15.8438H18.0792C17.8532 15.8438 17.7173 16.0115 17.7173 16.1706C17.7173 16.3014 17.792 16.3938 17.8872 16.5117C18.0415 16.7026 18.2497 16.9604 18.2824 17.5564V19.6503C18.2824 20.1094 18.1994 20.1926 18.0187 20.1926C17.5365 20.1926 16.3637 18.4223 15.6681 16.3965C15.5318 16.0028 15.3951 15.8438 15.0316 15.8438Z' fill='%23A06650'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.09375 0C2.72827 0 0 2.72827 0 6.09375V32.9062C0 36.2717 2.72827 39 6.09375 39H32.9062C36.2717 39 39 36.2717 39 32.9062V6.09375C39 2.72827 36.2717 0 32.9062 0H6.09375ZM9.75 19.0938C9.75 14.6891 9.75 12.4867 11.1184 11.1184C12.4867 9.75 14.6891 9.75 19.0938 9.75H19.9062C24.3109 9.75 26.5133 9.75 27.8816 11.1184C29.25 12.4867 29.25 14.6891 29.25 19.0938V19.9062C29.25 24.3109 29.25 26.5133 27.8816 27.8816C26.5133 29.25 24.3109 29.25 19.9062 29.25H19.0938C14.6891 29.25 12.4867 29.25 11.1184 27.8816C9.75 26.5133 9.75 24.3109 9.75 19.9062V19.0938Z' fill='%23A06650'/%3E%3C/svg%3E");  
}

.main-map-adds {
  display: flex;
  flex-direction: column;
}

.loc {
  display: flex;
  margin-bottom: 20px;
}

@media (max-width: 1280px) {
  .main-map .loc {
    flex-direction: column;
    margin-bottom: 0;
  }

  .main-map .loc-item {
    margin-bottom: 20px;
  }

  .main-map-social {
    margin-bottom: 20px;
  }
}

.loc-item {
  position: relative;
  padding-left: 50px;
  margin-left: 24px;
  color: rgba(255, 255, 255, 0.40);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.contact__map .loc-item, .contact__map .loc-item a {
  color: #000;
}

.loc-item a {
  color: rgba(255, 255, 255, 0.40);
}

.loc-item a:hover {
  color: #A06650;
}

.loc-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: -5px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 36px;
  background-position: center;
}

.loc-address::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36' fill='none'%3E%3Ccircle cx='18' cy='18' r='17.5' fill='%23A06650' fill-opacity='0.1' stroke='%23A06650'/%3E%3Cpath d='M18.5 25C17.5076 24.1622 16.5877 23.2438 15.75 22.2542C14.4929 20.7682 13 18.5551 13 16.4462C12.9989 14.2436 14.339 12.2575 16.3951 11.4146C18.4512 10.5716 20.8179 11.0381 22.3908 12.5962C23.4252 13.6154 24.0046 15.0017 24 16.4462C24 18.5551 22.5071 20.7682 21.25 22.2542C20.4122 23.2438 19.4924 24.1622 18.5 25ZM18.5 14.1134C17.6579 14.1134 16.8797 14.558 16.4586 15.2798C16.0376 16.0016 16.0376 16.8908 16.4586 17.6126C16.8797 18.3344 17.6579 18.7791 18.5 18.7791C19.8018 18.7791 20.8571 17.7346 20.8571 16.4462C20.8571 15.1578 19.8018 14.1134 18.5 14.1134Z' fill='%23A06650'/%3E%3C/svg%3E");
}

.loc-mode::before {
  background-image: url("data:image/svg+xml,%3Csvg width='37' height='36' viewBox='0 0 37 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='18.5' cy='18' r='17.5' fill='%23A06650' fill-opacity='0.1' stroke='%23A06650'/%3E%3Cpath d='M18.5 25.5C14.3579 25.5 11 22.1421 11 18C11 13.8579 14.3579 10.5 18.5 10.5C22.6421 10.5 26 13.8579 26 18C25.9955 22.1403 22.6403 25.4955 18.5 25.5ZM18.5 12C15.1863 12 12.5 14.6863 12.5 18C12.5 21.3137 15.1863 24 18.5 24C21.8137 24 24.5 21.3137 24.5 18C24.4963 14.6878 21.8122 12.0037 18.5 12ZM22.25 18.75H17.75V14.25H19.25V17.25H22.25V18.75Z' fill='%23A06650'/%3E%3C/svg%3E");
}

.loc-phone::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36' fill='none'%3E%3Ccircle cx='18' cy='18' r='17.5' fill='%23A06650' fill-opacity='0.1' stroke='%23A06650'/%3E%3Cpath d='M24.1228 25C16.6576 25.0106 10.992 19.2771 11 11.8772C11 11.3939 11.3918 11 11.875 11H14.1844C14.6181 11 14.9864 11.3186 15.0501 11.7475C15.2027 12.7755 15.502 13.7763 15.9389 14.7194L16.0288 14.9134C16.1539 15.1833 16.0691 15.5039 15.8271 15.6768C15.1119 16.1875 14.8386 17.2156 15.3957 18.0178C16.0949 19.0245 16.9763 19.9057 17.9827 20.6045C18.7849 21.1616 19.8128 20.8883 20.3236 20.1732C20.4965 19.931 20.8173 19.8462 21.0873 19.9713L21.2805 20.0608C22.2236 20.4977 23.2245 20.797 24.2526 20.9496C24.6815 21.0132 25 21.3816 25 21.8152V24.125C25 24.6082 24.6073 25 24.124 25L24.1228 25Z' fill='%23A06650'/%3E%3C/svg%3E");
}

.loc-rec {
  width: 288px;
  height: 66px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #A06650;
  background: #fff;
  border-radius: 10px;
  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='%23A06650'/%3E%3C/svg%3E");
  transition: 0.3s;
}

.loc-rec:hover {
  color: #fff;
  background-color: #A06650;
}

.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='%23fff'/%3E%3C/svg%3E");
}

.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 #A06650;
}

.map-object .wrapper {
  position: relative;
  padding: 40px 20px;
  background: #fff;
  border-left: 8px solid #A06650;
  border-right: 8px solid #A06650;
  border-radius: 5px;
  overflow: hidden;
  text-align: left;
  font-family: "Onest", sans-serif;
}

.map-object .wrapper:after,
.map-object .wrapper:before {
  content: "";
  position: absolute;
  height: 8px;
  left: 0;
  width: 100%;
}

.map-object .wrapper:before {
  top: 0;
  background: #A06650;
}

.map-object .wrapper:after {
  bottom: 0;
  background: #A06650;
}

.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: #A06650;
}

.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%;
}

.loc-phone {
  white-space: nowrap;
}

.loc-address {
  max-width: 280px;
}

@media (max-width: 1200px) {
  .main-map {
    min-height: 550px;
  }

  .map-info {
    padding: 0;
    margin-bottom: 20px;
  }

  .loc-item {
    margin-bottom: 24px;
  }
}

@media (max-width: 900px) {
  .main-map {
    border-radius: 0;
    padding-bottom: 72px;
  }

  .main-map-inner {
    flex-wrap: wrap;
  }

  .map-block {
    height: 355px;
    width: 100%;
  }

  .main-map-title {
    margin: 0 0 50px;
  }
}

@media (max-width: 750px) {
  .map-info {
    flex-direction: column;
  }

  .main-map-left {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .main-map-right {
    align-items: flex-start;
  }

  .loc-item {
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  .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-top: 100px;
  margin-bottom: 100px;
}

.section-text {
  margin-top: 158px;
  margin-bottom: 79px;
}

.services-help {}

.services-help-title {
  margin-bottom: 40px;
  max-width: 720px;
}

.services-help-subtitle {
  max-width: 720px;
  color: #2A2A2B;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 40px;
}

.services-help-info-row {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}

.services__col {
  width: calc(50% - 30px);
  margin: 0 15px;
}

.services__col_left {
  min-height: 580px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.services__col_left img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services__col_left .services__col__content {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding: 39px 34px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  color: #fff;
}

.services__col_left .services__col__text {
  font-size: 22px;
}

.services__col_right {
  display: flex;
  flex-direction: column;
  /* margin: -16px 0; */
  justify-content: space-between;
  gap: 33px;
}

.services__col_right__top,
.services__col_right__bottom {
  border-radius: 10px;
  padding: 22px 26px 24px 36px;
  display: flex;
  position: relative;
  flex-shrink: 0;
  min-height: calc(50% - 43px);
}

@media (min-width: 1200px) and (max-width: 1800px) {
  .services__col_right__top,
  .services__col_right__bottom {
    padding-top: 41px;
  }
}

.services__col_right__top {
  background-color: #1B241F;
  color: #fff;
}

.services__col_right__bottom {
  background: #E6E3D8;
  color: #1B241F;
  flex-direction: column;
  font-weight: 400;
}

.services__col__icon {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 26px;
  left: 26px;
  display: block;
}

.services__col__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (max-width: 1280px) {
  .services__col__title {
    font-size: 20px;
  }
}

.services__col_right .services__col__title {
  width: 40%;
  font-weight: 500;
}

.services__col_right__bottom .services__col__title {
  width: 100%;
  margin-bottom: 24px;
}

.services__col_right__bottom-items {
  display: flex;
  gap: 50px;
}

.services__col_right__bottom-title {
  color: #2A2A2B;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  margin-bottom: 23px;
  margin-top: 0;
}

.services__col_right__bottom-item-content * {
  font-size: 16px;
}

.services__col__text {
  font-weight: 400;
  line-height: 1.3;
}

.services__col_right .services__col__text {
  padding-left: 16px;
  font-size: 20px;
  width: 60%;
  color: rgba(255, 255, 255, 0.60);
}

/* 
.services-help-info {
  width: calc(50% - 30px);
  margin: 0 15px;
  padding: 36px 33px 55px;
  background: #F8F8F8;
  border-radius: 20px;
}

.services-help-info svg {
  margin-bottom: 20px;
} */

.services-help-text {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #2a2a2b;
}

.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;
  }

  .services-help-info {
    padding: 30px 25px;
  }
}

@media (max-width: 1199px) {
  .services-help-info-row {
    flex-direction: column;
  }

  .services-help-info-row {
    margin: 0;
  }

  .services__col_left {
    margin: 0 0 40px;
    height: 580px;
  }

  .services__col_right {
    margin: 0;
  }

  .services__col_left,
  .services__col_right {
    width: 100%;
  }

}

@media (max-width: 1024px){
  .section-text {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media (max-width: 900px) {
  .main-text {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .services-help-subtitle {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 25px;
  }

  .services__col_right__top {
    flex-direction: column;
  }

  .services__col_right .services__col__title {
    width: 100%;
  }

  .services__col_right .services__col__text {
    width: 100%;
    padding-left: 0;
  }

  .services__col_right__bottom-items {
    gap: 15px;
    flex-direction: column;
  }
}

@media (max-width: 750px) {
  .main-text {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .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;
  }

  .services__col_right__top,
  .services__col_right__bottom {
    padding: 24px;
  }

  .services__col_left .services__col__content {
    padding: 24px;
    position: relative;
    min-height: 370px;
  }
}

@media (max-width: 600px) {
  .services__col_right__top,
  .services__col_right__bottom {
    flex-direction: column;
  }

  .services__col_right .services__col__title,
  .services__col_right .services__col__text {
    width: 100%;
    padding: 0;
  }

  .services__col_left {
    height: auto;
    min-height: auto;
  }

  .services__col_left img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .section-text {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 500px) {
  .page-container .services-help-content div {
    float: none !important;
    width: 100% !important;
  }
}

/* main-about:  */

.main-about {
  margin-top: 158px;
  margin-bottom: 158px;
}

.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 #e6eaee;
  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: 0.5px solid rgba(13, 155, 184, 0.5);
  border-radius: 10px;
  overflow: hidden;
}

.main-about-certificates-title {
  margin-bottom: 60px;
}

.main-about-certificates-title h2 {
  margin: 0;
  text-align: left;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  max-width: 620px;
}

.main-about-certificates-title h2 .spanl {
  color: #A06650;
}

.main-about-certificates-title h2 .spanr {
  color: #2A2A2B;
}

.certificates-flexslider {
  border: none;
  box-shadow: none;
  margin-bottom: 92px;
  background-color: transparent;
}

.certificates-flexslider-navigation {
  position: absolute;
  width: auto;
  left: auto;
  top: auto;
  bottom: -92px;
  left: 0;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  width: 134px;
  justify-content: space-between;
}

.certificates-flexslider-navigation .flex-prev,
.certificates-flexslider-navigation .flex-next {
  width: 62px;
  height: 62px;
  margin-left: 9px;
  margin-right: 0;
  background: #E8EAEC;
  border: none !important;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M21.2684 15.9774L13.5112 23.7346L11.6861 21.9096L17.6234 15.9723L11.6861 10.035L13.5112 8.22021L21.2684 15.9774Z' fill='%23A06650'/%3E%3C/svg%3E");
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  flex-shrink: 0;
}

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

.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: #A06650;
  background-repeat: no-repeat;
  background-size: 30px;
  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='%23fff'/%3E%3C/svg%3E");
}

.certificates-flexslider-controls {
  display: none;
}

.certificates-flexslider-number {
  position: absolute;
  left: 0;
  bottom: -66px;
  font-size: 19px;
  line-height: 145%;
  color: #2a2a2b;
  z-index: 1;
  display: none;
}

.certificates-flexslider-progress {
  position: absolute;
  left: 240px;
  bottom: -65px;
  width: calc(100% - 240px);
  height: 6px;
  background: #E6EAEE;
  border-radius: 50px;
  z-index: 1;
}

.certificates-flexslider-progress-active {
  width: 0px;
  height: 100%;
  border-radius: 50px;
  background-color: #A06650;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.certificates-flexslider .flex-control-nav {
  display: none;
}

@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-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-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;
  }
}

#RequestRecord {
  display: none !important;
}

/* feedback-new */

.feedback-new {
  position: relative;
  overflow: hidden;
  background-color: #1E1E22;
  padding: 96px 0;
  display: none !important;
}

.feedback-new-inner {
  display: flex;
  justify-content: space-between;
}

.feedback-new-block {
  width: 50%;
  padding-right: 18px;
}

.feedback-new-image {
  width: 50%;
  padding-left: 14px;
}

.feedback-new-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.feedback-new-title {
  margin-bottom: 42px;
}

.feedback-new-title h2 {
  text-align: left;
  margin: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.feedback-new-title .spanl {
  color: #fff;
}

.feedback-new-title .spanr {
  color: #A06650;
}

.feedback-new-form {
  max-width: 564px;
}

.form-group {
  margin: 0 0 16px;
}

form .form-control {
  border: none;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: #2a2a2b;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  padding: 20px 18px;
  display: block;
}

form .form-control::placeholder {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}

form input.form-control {
  height: 60px;
}

.feedback-form label {
  display: block;
  margin-bottom: 23px;
}

.feedback-form .b-form__btn {
  margin-top: 16px;
}

.feedback-form .send {
  max-width: 100%;
  height: 58px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}

.form__policy {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.policy__caption a {
  color: #A06650;
  font-weight: 700;
}

.policy__caption {
  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(1, 174, 150, 0.5);
  box-shadow: 1px 1px 10px rgba(1, 174, 150, 0.5);
}

.custom__checkbox:checked+.fake__checkbox {
  border: 1px solid #A06650;
}

.custom__checkbox:checked+.fake__checkbox::after {
  content: '';
  position: absolute;
  top: 2.5px;
  left: 2.5px;
  width: 14px;
  height: 14px;
  background: #A06650;
  border-radius: 3px;
}

@media (max-width: 1200px) {

  .feedback-new-block {
    padding: 50px 30px 50px 0;
  }

  .feedback-new-title {
    margin-bottom: 30px;
  }

  .feedback-form .b-form__btn {
    margin-top: 30px;
  }
}

@media (max-width: 900px) {
  .feedback-new-block {
    width: 100%;
    max-width: 565px;
    padding: 58px 0px;
    margin: 0 auto;
  }

  .feedback-new-title h2 {
    text-align: center;
  }

  .feedback-new-inner {
    flex-wrap: wrap;
  }

  .feedback-new-image {
    /* display: none; */
    position: static;
    width: calc(100% + 60px);
    margin: 0 -30px;
  }
}

@media (max-width: 600px) {
  .feedback-new-image {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }

  .feedback-new-title,
  .feedback-new-title h2 {
    text-align: left;
  }

  .feedback-new-title {
    margin-bottom: 36px;
  }

  .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;
  }

  .feedback-new {
    padding: 20px 0 60px;
  }
}

/* footer: */

.footer {
  overflow: hidden;
  border-top: 1px solid #A06650;
}

.page+.footer {
  margin-top: 100px;
}

.footer-container {
  position: relative;
  padding-top: 58px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  z-index: 10;
  border-bottom: 1px solid rgba(13, 155, 183, .4);
  padding-bottom: 28px;
}

.footer-col span {
  font-size: 14px;
  color: #666;
}

.footer-logo {
  max-width: 273px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}

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

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

.footer-col-title {
  margin: 0 0 10px;
  letter-spacing: 0.03em;
}

 .footer-social {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  width: 100%;
  max-width: 332px;
  margin-bottom: 25px;
}

.footer-logo {
  width: 30%;
}

.footer-contacts {
  display: flex;
  justify-content: space-around;
  width: 46%;
  gap: 60px;
  max-width: 620px;
}

/* .footer-phones {} */

.footer-phones-box,
.footer-adds {
  position: relative;
  font-size: 18px;
  line-height: 1.2;
  display: flex;
  align-items: center;
}

/* .footer-phones-box .nav-icon,
.footer-adds .nav-icon {
  position: static;
  margin-right: 9px;
} */

.footer-mode {
  padding-left: 40px;
  max-width: 258px;
  padding-left: 40px;
  margin-left: 44px;
  letter-spacing: 0.03em;
}

.footer-phones {
  max-width: 280px;
}

.footer-address {
  width: auto;
  max-width: 274px;
}

.footer-links {
  margin: 10px 0 0;
  letter-spacing: 0.03em;
}

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

.footer-links a {
  font-size: 16px;
}

.footer a {
  position: relative;
  font-size: 14px;
  color: #A06650;
  font-weight: 600;
  white-space: nowrap;
}

.footer a.various {
  /* padding: 17px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  border-radius: 4px;
  background: #19251E;
  border: 1px solid #19251E;
  display: inline-block; */
}

.footer a.various:hover {
  /* background-color: #A06650;
  color: #fff;
  text-decoration: none;
  border: 1px solid #A06650; */
}

.footer a.ordercall {
  padding: 17px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  border-radius: 4px;
  background: #19251E;
  border: 1px solid #19251E;
  display: inline-block;
}

.footer a.ordercall:hover {
  background-color: #A06650;
  color: #fff;
  text-decoration: none;
  border: 1px solid #A06650;
}

.footer a.footer-phone {
  color: #152812;
  font-size: 16px;
}

.footer a.footer-phone:hover {
  color: #A06650;
}

.footer span {
  font-size: 14px;
  color: #1D4382;
}

.footer .footer-policy {
  color: #848484;
}

.footer .footer-policy:hover {
  color: #A06650;
}

/* .footer-develop {} */

.footer-develop-inner {
  position: relative;
  padding: 26px 0;
  display: flex;
  justify-content: space-between;
}

.footer-text {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #868686;
  margin-right: 30px;
}

.footer-develop img {
  margin-right: 5px;
}

.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 {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}

.footer__develop-link span+span {
  margin-left: 12px;
}

.footer__develop-link span svg+svg {
  margin-left: 12px;
}

.footer-social .footer-links {
  margin-top: 20px;
}

.icon-gallery-play:before,
.prices-table-title:before,
.doctor-info-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 !important;
  }

  .footer-address,
  .footer-mode,
  .footer-phones {
    margin-left: 45px;
    width: auto;
  }

  .footer a.various {
    font-size: 15px;
    padding: 10px;
  }

}

@media (max-width: 1650px) { 
  .footer-logo {
    max-width: 210px !important;
  }
}

@media (max-width: 1250px) {
  .footer-container {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .footer-logo {
    max-width: 200px !important;
  }

  .footer-address,
  .footer-mode,
  .footer-phones {
    margin-left: 35px;
  }

  .footer-social .social-caption {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .footer-inner {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0 50px;
  }

  .footer-col {
    width: 50% !important;
  }

  .footer-logo {
    margin-bottom: 40px;
  }

  .footer-social {
    align-items: flex-start;
  }

  .footer-contacts {
    max-width: 100%;
    gap: 30px;
    width: auto !important;
  }

  .footer-phones {
    max-width: 100%;
  }

  .footer-address {
    max-width: 100%;
  }

  .footer-col {
    margin: 0;
  }

  .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-logo a {
    width: auto;
  }

  .footer-social {
    height: auto;
  }

  .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-inner {
    gap: 0;
  }

  .footer-contacts {
    padding: 0 60px;
    margin-bottom: 40px;
    gap: 60px;
  }
}

@media (max-width: 900px) {
  .footer-inner {
    flex-direction: column;
  }

  .footer-col {
    width: 100% !important;
  }

  .footer-contacts {
    margin-bottom: 40px;
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .page+.footer {
    margin-top: 50px;
  }

  .footer-inner {
    display: block;
  }

  .footer-col-title {
    letter-spacing: 0.28px;
    margin-bottom: 11px;
  }

  .footer-logo,
  .footer-social {
    justify-content: flex-start;
    padding: 0;
    width: 100%;
  }

  .footer-logo {
    width: 242px !important;
    height: auto;
    margin: 0 auto 40px;
  }

  .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: 400;
  }

  .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-develop-inner {
    padding: 26px 0 50px;
  }

  .footer-text {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.28px;
    margin-bottom: 21px;
  }

}

@media (max-width: 600px) {
  .footer-develop-inner {
    flex-direction: column;
  }

  .footer-policy {
    margin: 0 auto 20px;
  }
}

.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-top: 13px;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 16px;
}

.page ul li,
.page-container ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 13px;
}

.page ul li:before,
.page-container ul li:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #A06650;
  border-radius: 50%;
  top: 8px;
  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 {
  margin-bottom: 30px;
  padding-left: 0;
  counter-reset: list;
  list-style: none;
}

.page ol li {
  margin-bottom: 12px;
}

.page ol li:before {
  margin-right: 10px;
  counter-increment: list 1;
  content: counter(list) ". ";
  color: #A06650;
}

.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: 700;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 0.9px;
  color: #2A2A2B;
}

@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: 14px;
  color: #A06650;
  border: 2px solid #A06650;
  border-radius: 5px;
  line-height: 31px;
  padding: 0 10px;
  background: #fff;
  z-index: 10;
}

.page-content,
.page-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #2A2A2B;
}

.page-hr>a:hover {
  background: #A06650;
  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: 60px;
}

.page-row {
  display: flex;
}

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

@media (max-width: 767px) {
  .page-content {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.page-text-col {
  width: 100%;
  max-width: 1040px;
}

.page-text-col p {
  margin-bottom: 20px;
}

.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-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: #F8F8F8;
  border-radius: 20px;
  padding: 30px 30px 35px;
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #2a2a2b;
}

.page li.page-aside-item {
  padding-left: 0;
}

.page li.page-aside-item+.page-aside-item {
  margin: 25px 0 0;
}

.page li.page-aside-item:before {
  content: none;
}

.page-aside-link {
  color: #2a2a2b;
}

.page-aside-link:hover {
  color: #A06650;
}

@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 #e6eaee;
  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: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.15px;
}

.breadcrumbs-item:before,
.breadcrumbs-item a,
.breadcrumbs-list>span {
  color: #A06650;
  opacity: 0.8;
}

.breadcrumbs-item span {
  color: #A06650;
  opacity: 0.5;
  display: inline;
  margin: 0;
}

.breadcrumbs-list>span span {
  color: #A06650;
  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;
}

.main-slider-content .breadcrumbs-item:before,
.main-slider-content .breadcrumbs-item a,
.main-slider-content .breadcrumbs-list>span {
  color: rgba(255, 255, 255, 0.40);
  opacity: 1;
}


.main-slider-content .breadcrumbs-item, .main-slider-content .breadcrumbs-list>span {
  overflow: auto;
  width: auto !important;
  height: auto !important;
}

.main-slider-content .breadcrumbs-list>span span {
  color: #D4D4D4;
}

.breadcrumbs-wrapper {
  margin-bottom: 28px;
}


@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: center;
  margin: 50px -15px;
}

.services-item {
  width: calc(33.33% - 30px);
  min-height: 233px;
  border-radius: 20px;
  margin: 0 15px 22px;
  padding: 28px 33px 48px;
  background: linear-gradient(128deg, #E6EAEE 28.11%, rgba(230, 234, 238, 0.30) 92.69%)
}

.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: #2a2a2b;
}

.services-title:hover {
  color: #A06650;
}

.services-img {
  min-width: 58px;
  width: 58px;
  height: 58px;
  margin-right: 12px;
}

.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 a {
  color: #2a2a2b;
}

ul.services-list li a:hover { 
  color: #A06650;
}

ul.services-list li::before {
  content: none;
}

.services-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #2a2a2b;
  display: inline-block;
}

.services-link:hover {
  color: #A06650;
}

@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: #A06650;
  border-radius: 50%;
  border: 2px solid #A06650;
  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 #e6eaee;
}

.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 #e6eaee;
}

.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 #A06650;
  border-radius: 50%;
  background: 0 0;
  box-shadow: none;
}

.work-examples-controls .flex-control-nav li a.flex-active {
  background: #A06650;
}

.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: #e6eaee;
}

.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: #e6eaee;
}

.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: #A06650;
}

.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;
}

@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: 700;
  font-size: 16px;
  line-height: 19px;
  color: #A06650;
  text-align: center;
  border: 1px solid #A06650 !important;
  border-radius: 10px;
  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: #A06650;
  border-color: #A06650 !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: 100%;
  object-fit: cover;
}

.doctors__item:hover .main-doctor-img img {
  transform: scale(1.05);
}

.doctors__item:hover .main-doctor-name {
  color: #A06650;
}

@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);
  }
}

.page__doctor-detail .page-container {
  padding-bottom: 0;
}

.doctor-detail {
  display: flex;
  justify-content: space-between;
  margin-top: 44px;
}

.doctor-detail-aside {
  max-width: 445px;
  width: 100%;
}

.doctor-detail-aside .doctor-img {
  width: 100%;
  height: auto;
  height: 632px;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #dedede;
}

.doctor-detail-aside .doctor-img img {
  width: 100%;
  object-fit: cover;
}

.doctor-detail-aside .doctor-post {
  margin-top: 23px;
}

.doctor-detail-aside .doctor {
  width: 100%;
}

.doctor-detail-content {
  width: 100%;
  padding-left: 32px;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}

.doctor-detail-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.doctor-detail-top h1 {
  max-width: 430px;
  color: #2a2a2b;
  font-size: 27px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.9px;
  margin: 0;
  margin-right: 40px;
}

.doctor-detail-top .main-slider-enroll {
  min-width: 326px;
  margin: 0;
}

.doctor-detail-content .doctor-post {
  color: #A6A7A8;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 20px;
}

.doctor-detail-text {
  max-width: 565px;
  color: #2a2a2b;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.doctor-detail-text h2,
.doctor-detail-text h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
  margin: 20px 0 16px;
}

.doctor-detail-text *:first-child,
.doctor-info-text .doctor-info-content *:first-child {
  margin-top: 0;
}

.doctor-detail-text * {
  margin: 0 0 10px;
}

.doctor-detail-office {
  color: #A06650;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 20px 0;
}

.doctor-detail-office.doctor-detail-office-mobile {
  display: none;
}

.doctor-detail-price {
  margin-top: auto;
  color: #2a2a2b;
  font-size: 26px;
  font-weight: 700;
  line-height: 120%;
}

.doctor-detail-price span {
  margin-left: 32px;
}

.doctor-detail-mobile-btn {
  display: none;
}

.doctor-info {
  margin: 100px 0;
}

.doctor-info-item {
  margin-bottom: 10px;
  overflow: hidden;
}

.doctor-info-title {
  position: relative;
  padding: 18px 50px 18px 37px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #2a2a2b;
  background: #F8F8F8;
  border-radius: 10px;
  cursor: pointer;
}

.doctor-info-title:before {
  content: "";
  display: block;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 60 61" fill="none"><line x1="51.5454" y1="31.3493" x2="5.91161" y2="31.3493" stroke="white" stroke-width="0.84507"/><line x1="29.155" y1="8.10547" x2="29.155" y2="53.7393" stroke="white" stroke-width="0.84507"/></svg>') no-repeat center/contain;
  transition: transform 0.3s;
}

.doctor-info-title.toggle:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.doctor-info-content {
  display: none;
  padding: 36px 0;
}

.doctor-info-text .doctor-info-content {
  max-width: 1090px;
  color: #2a2a2b;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  padding: 36px;
}

.doctor-info-faq .doctor-info-content {
  padding-left: 36px;
}

.doctor-info-text .doctor-info-content p {
  margin-bottom: 20px;
}

.doctor-info-text .doctor-info-content p:last-child {
  margin-bottom: 0;
}

.doctor-info-text .doctor-info-content h2,
.doctor-info-text .doctor-info-content h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
  margin-bottom: 16px;
}

.doctor-info-item #pd_widget_big {
  margin-bottom: 0;
}

.doctor-info-review .doctor-info-content {
  padding-bottom: 0;
}

.doctor-options {
  margin-top: 80px;
  padding: 0 10px;
}

.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;
}

.doctor-options .tab-content {
  padding-top: 43px;
}

.doctor-options .nav-tabs {
  margin-top: 0;
  border-bottom: 4px solid #A06650;
}

.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, #A06650, #0198d5);
  background: linear-gradient(to right, #A06650, #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;
}

.main-about-doctor {
  margin-top: 80px;
}

.main-about-doctor .main-about-container {
  padding-bottom: 10px;
}

.doctor__review .block__title,
.doctor__reviews-video .block__title {
  align-items: center;
  margin-bottom: 52px;
}

.doctor__review .block__title-title,
.doctor__reviews-video .block__title-title,
.record__content-doctor .block__title-title,
.main-about-doctor .main-about-certificates-title h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1.2px;
  text-align: left;
  margin: 0;
}

.doctor__review .pd_rate_new,
.doctor__reviews-video .btn-orange {
  max-width: 278px;
}

.reviews-flexslider {
  /* padding-bottom: 30px; */
  border: none;
  margin-bottom: 150px;
}

.doctor__reviews-data {
  color: #2a2a2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.48px;
  margin-bottom: 12px;
}

.doctor__reviews-name {
  color: #2a2a2b;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.72px;
  margin-bottom: 16px;
}

.reviews-flexslider .flex-control-nav,
.reviews-flexslider-controls {
  display: none;
}

.reviews-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;
}

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

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

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

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

.reviews-flexslider-progress {
  position: absolute;
  left: 0;
  bottom: -57px;
  width: 100%;
  width: calc(100% - 145px);
  height: 6px;
  background: #ECF7F5;
  border-radius: 50px;
  z-index: 1;
}

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

@media (max-width: 1150px) {
  .doctor-detail-top {
    flex-wrap: wrap;
  }

  .doctor-detail-top h1 {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .doctor-detail {
    flex-wrap: wrap;
  }

  .doctor-detail-aside {
    margin-bottom: 24px;
  }

  .doctor-detail-aside .doctor-img {
    height: auto;
  }

  .doctor-detail-content {
    width: 100%;
    padding: 0;
  }

  .doctor-detail-top {
    margin: 0;
  }

  .doctor-detail-top h1 {
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 12px;
  }

  .doctor-detail-top .main-slider-enroll {
    display: none;
  }

  .doctor-detail-mobile-btn {
    display: block;
    max-width: 400px;
    width: 100%;
  }

  .doctor-detail-content .doctor-post {
    margin-bottom: 24px;
  }

  .doctor-detail-office.doctor-detail-office-mobile {
    display: block;
    margin: 0 0 40px;
  }

  .doctor-detail-office:not(.doctor-detail-office-mobile) {
    display: none;
  }

  .doctor-detail-text {
    font-size: 16px;
  }

  .doctor-detail-text h2,
  .doctor-detail-text h3 {
    font-size: 20px;
  }

  .doctor-detail-price {
    font-size: 20px;
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
  }

  .doctor-info {
    margin: 60px 0;
  }

  .doctor-info-item {
    overflow: visible;
  }

  .doctor-info-title {
    font-size: 18px;
    padding: 18px;
  }

  .doctor-info-title:before {
    right: 18px;
  }

  .doctor-info-text .doctor-info-content {
    padding: 16px;
    font-size: 16px;
  }

  .doctor-info-text .doctor-info-content h2,
  .doctor-info-text .doctor-info-content h3 {
    font-size: 20px;
    line-height: 160%;
    margin-bottom: 8px;
  }

  .doctor-info-text .doctor-info-content p {
    margin-bottom: 8px;
  }

  .doctor-info-faq .doctor-info-content {
    padding-left: 18px;
    padding-bottom: 15px;
  }

  .doctor-info-faq .faq__list {
    margin-bottom: 0;
  }

  .doctor-info-faq .faq__form-block {
    margin: 0 -15px 0 -33px;
    width: calc(100% + 30px + 18px);
    border-radius: 0;
  }

  .doctor-info-item #pd_widget_big .pd-widget-reviews__review:last-child {
    margin-bottom: 0;
  }

  .record__content.record__content-doctor .info-block__form {
    margin-bottom: 24px;
  }

  .doctor__review .block__title-title,
  .doctor__reviews-video .block__title-title,
  .record__content-doctor .block__title-title,
  .main-about-doctor .main-about-certificates-title h2 {
    font-size: 22px;
  }

  .main-about-doctor {
    margin-top: 60px;
  }

  .main-about .certificates-flexslider {
    margin-bottom: 30px;
  }

  .main-about-doctor .main-about-certificates-title {
    margin-bottom: 20px;
  }

  .doctor__review .block__title,
  .doctor__reviews-video .block__title {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .doctor__review .block__title-title,
  .doctor__reviews-video .block__title-title {
    width: 100%;
  }

  .doctor__review .pd_rate_new,
  .doctor__reviews-video .btn-orange,
  .doctor-detail-mobile-btn .main-slider-enroll,
  .doctor-detail-mobile-btn .main-slider-enroll a {
    max-width: 400px;
    width: 100%;
    display: block;
  }

  .doctor__reviews-data {
    line-height: 120%;
    margin-bottom: 8px;
  }

  .doctor__reviews-name {
    font-size: 20px;
    letter-spacing: 0.6px;
    margin-bottom: 12px;
  }

  .reviews-flexslider {
    margin-bottom: 100px;
  }

  .reviews-flexslider-progress {
    left: 0;
    bottom: -35px;
    width: 100%;
    height: 4px;
  }

  .reviews-flexslider-navigation {
    display: none;
  }

}

/*!
 * 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 #A06650;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: #A06650;
  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: #A06650;
  border: 1px solid #A06650;
}

.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 xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%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='%23A06650'/%3E%3C/svg%3E");
}

.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 xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%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='%23fff'/%3E%3C/svg%3E");
}

.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;
}


/* 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: 254px !important;
  overflow: auto;
  left: auto;
  right: 0;
}

.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: #A06650;
  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: #F8F8F8;
  border: 1px solid #F8F8F8;
}

.prices-table-item.toggle {
  border: 1px solid rgba(16, 65, 86, 0.2);
  background: #fff;
}


.prices-table-title {
  position: relative;
  padding: 18px 50px 18px 37px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #2a2a2b;
  cursor: pointer;
}

.prices-table-title.toggle {
  color: #A06650;
}

.prices-table-title:before {
  content: '';
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 60 61" fill="none"><line x1="51.5454" y1="31.3493" x2="5.91161" y2="31.3493" stroke="white" stroke-width="0.84507"/><line x1="29.155" y1="8.10547" x2="29.155" y2="53.7393" stroke="white" stroke-width="0.84507"/></svg>') no-repeat center/contain;
  transition: transform 0.3s;
}

.prices-table-title.toggle:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 60 61" fill="none"><line x1="51.5454" y1="31.3493" x2="5.91161" y2="31.3493" stroke="white" stroke-width="0.84507"/></svg>');
}


.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: #2a2a2b;
}

.prices-table-header .prices-table-col {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #2a2a2b;
  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: #A06650;
  background-color: #fff;
  border: 1px solid #A06650;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 14px;
  width: fit-content;
  height: fit-content;
  white-space: nowrap;
}

.prices-table-col button:hover {
  color: #fff;
  background-color: #A06650;
  border-color: #A06650;
}

.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;
}

.pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin: 0 10px 0 0;
}

.pagination-item.active {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  color: #fff;
  background: #A06650;
}

.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='%23A06650'/%3E%3C/svg%3E");
}

.pagination-item.prev .pagination-link {
  transform: scaleX(-1);
}

.pagination-item.next .pagination-link:hover,
.pagination-item.prev .pagination-link:hover {
  background-color: #A06650;
  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='%23fff'/%3E%3C/svg%3E");
}

.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, #A06650, #0198d5);
  background: linear-gradient(to bottom, #A06650, #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: #A06650;
}

.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");
  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: #2a2a2b;
}

.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: #A06650;
}

.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: #e6eaee;
}

.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: #e6eaee;
  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: #2a2a2b;
  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, #A06650, #0198d5);
  background: linear-gradient(to right, #A06650, #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: #fff;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}

@font-face {
  font-family: FontMoon;
  src: url(../fonts/icomoon/icomoon.eot?sxge80);
  src: url(../fonts/icomoon/icomoon.eot?sxge80#iefix) format("embedded-opentype"), url(../fonts/icomoon/icomoon.ttf?sxge80) format("truetype"), url(../fonts/icomoon/icomoon.woff?sxge80) format("woff"),
    url(../fonts/icomoon/icomoon.svg?sxge80#icomoon) 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 {}

.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 #A06650;
  box-shadow: none;
}

.page .flexslider.work-examples-flexslider>ol>li>a.flex-active {
  background: #A06650;
}

.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: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .3s ease;
  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='%23A06650'/%3E%3C/svg%3E");
}

.fancybox-wrap .fancybox-close:hover {
  transform: rotate(90deg);
}

.fancybox-nav {
  top: 0;
  width: 50px;
  height: 100%;
  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: #e6eaee;
}

.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: 40px;
}

.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: #fff;
  text-decoration: underline;
}

.site-nav-item>ul>li>ul>li:before {
  background: #fff;
}

.doctor-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: #A06650;
}

.services-content-title:before {
  content: "";
}

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

table {
  border: 1px solid #A06650;
  table-layout: fixed;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  border-collapse: separate;
  display: -ms-grid;
  display: grid;
  width: 100%;
  overflow-x: auto;
}

table th {
  font-weight: bold;
  padding: 5px;
  background: #d1ebf1;
}

table th:not(:last-child) {
  border-right: 1px solid #A06650;
}

table td {
  padding: 5px;
  text-align: left;
}

table td:not(:last-child) {
  border-right: 1px solid #A06650;
}

table tbody tr:nth-child(odd) {
  background: #fff;
}

table tbody tr:nth-child(even) {
  background: #d1ebf1;
}

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-photos-navigation .flex-next:before,
.bvi-active .main-photos-navigation .flex-prev:before,
.bvi-active .theme-navigation .flex-next:before,
.bvi-active .theme-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: 120px;
  cursor: pointer;
  display: none;
  border: 1px solid #A06650;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  font-size: 16px;
  line-height: 120%;
  color: #A06650;
  padding: 16px;
  transition: all .3s ease;
  z-index: 99;
  font-weight: 600;
}

.top:hover {
  background-color: #d1ebf1;
}

.top-show {
  display: flex;
  align-content: space-around;
  justify-content: space-around;
  align-items: center;
  width: 105px;
  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: 160%;
  /*margin: 32px 0 60px;*/
  margin-bottom: 32px;
}

@media (max-width:767px) {

  .page ul,
  .page-container ul {
    font-size: 18px;
  }

  .page-text-col h2 {
    margin: 60px 0 32px;
  }

  .page-text-col *:last-child {
    margin-bottom: 0;
  }
}

.page-text__block {
  background: #F8F8F8;
  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: #F8F8F8;
  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: #2a2a2b;
  letter-spacing: 0.03em;
  padding-right: 20px;
}

.page-text__block__items__item-name {
  font-weight: 700;
}

.page-text__block__items__item-value a {
  color: #2a2a2b;
}

.page-text__block__items__item p {
  max-width: 1400px !important;
  width: 100%;
  font-size: 18px;
  line-height: 120%;
  color: #2a2a2b;
  letter-spacing: 0.03em;
}

.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: #2a2a2b;
  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='%23A06650' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.299 13.7002L12.275 19.7502L6.25 13.7002' stroke='%23A06650' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  opacity: 0;
  transition: 0.3s;
}

.page-menu a:hover {
  color: #A06650;
  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: #2a2a2b;
}

.block__title-link {
  display: inline-block;
  padding: 6px 31px !important;
  gap: 10px;
  background: #fff;
  border: 1px solid #0d9cb9;
  border-radius: 10px;
}

.block__title-link:hover {
  background-color: #0d9cb9;
}

.block__title-link:hover a {
  color: #fff;
}

@media (max-width: 40rem) {
  .block__title-link {
    padding: 6px 20px !important;
  }
}

.block__title-link a {
  font-size: 20px;
  line-height: 1.2;
  color: #0d9cb9;
}

@media (max-width: 40rem) {
  .block__title-link a {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #2a2a2b;
  }
}

.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: 140%;
  color: #2a2a2b;
  text-align: left;
  max-width: 680px;
  margin-right: auto;
}

.block__price-item__price {
  font-weight: 700;
  font-size: 26px;
  line-height: 160%;
  text-align: right;
  color: #2a2a2b;
  margin-left: 20px;
}

.review__content {
  margin: 100px 0px;
}

.record__content {
  margin: 80px 0;
}

.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: 1px solid transparent;
  height: 58px;
  font-weight: 400;
  color: #2a2a2b;
  font-size: 16px;
  line-height: 19px;
  padding: 19px 20px;
}

.record__content .user-form__input::placeholder {
  color: rgba(16, 65, 86, 0.5);
}

.form__title {
  text-align: left;
  font-size: 50px;
  margin-bottom: 50px;
  font-weight: 600;
}

.form__btn {
  margin-top: 20px;
}

@media (max-width: 1440px) {
  .form__title {
    font-size: 46px;
    margin-bottom: 40px;
  }
}

@media (max-width: 1199px) {
  .form__title {
    font-size: 42px;
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  .form__title {
    font-size: 36px;
  }
}

@media (max-width: 500px) {
  .form__title {
    font-size: 30px;
  }
}

.reviews__list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
  margin: 75px -15px 60px;
}

.reviews__item {
  background: #F8F8F8;
  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: #ECF7F5;
  border: 1px solid rgba(13, 157, 186, 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.2666 11L8.9778 16.2888L7.73348 15.0445L11.7815 10.9965L7.73348 6.94846L8.9778 5.71118L14.2666 11Z' fill='%23A06650'/%3E%3C/svg%3E");
  -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(13, 157, 186, 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='%23fff'/%3E%3C/svg%3E");
}*/
.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: #ECF7F5;
  border: 1px solid rgba(13, 157, 186, 0.5) !important;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M14.2666 11L8.9778 16.2888L7.73348 15.0445L11.7815 10.9965L7.73348 6.94846L8.9778 5.71118L14.2666 11Z' fill='%23A06650'/%3E%3C/svg%3E");
  -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(13, 157, 186, 0.5);
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M14.2666 11L8.9778 16.2888L7.73348 15.0445L11.7815 10.9965L7.73348 6.94846L8.9778 5.71118L14.2666 11Z' fill='%23fff'/%3E%3C/svg%3E");
}

.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: #2a2a2b;
}

.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: 60px;
  height: 60px;
  margin-left: 9px;
  margin-right: 0;
  background: #E8EAEC;
  border: none !important;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M14.2666 11L8.9778 16.2888L7.73348 15.0445L11.7815 10.9965L7.73348 6.94846L8.9778 5.71118L14.2666 11Z' fill='%23A06650'/%3E%3C/svg%3E");
  -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: #0d9cb9;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M14.2666 11L8.9778 16.2888L7.73348 15.0445L11.7815 10.9965L7.73348 6.94846L8.9778 5.71118L14.2666 11Z' fill='%23fff'/%3E%3C/svg%3E");
}

.gallery-flexslider-controls {
  display: none;
}

.gallery-flexslider-number {
  position: absolute;
  left: 0;
  bottom: -66px;
  font-size: 19px;
  line-height: 145%;
  color: #2a2a2b;
  z-index: 1;
}

.gallery-flexslider-progress {
  position: absolute;
  bottom: -20px;
  width: 100%;
  height: 6px;
  background: #ECF7F5;
  border-radius: 50px;
  z-index: 1;
}

.gallery-flexslider-progress-active {
  width: 0px;
  height: 100%;
  border-radius: 50px;
  background-color: #A06650;
  -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: #2a2a2b;
  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: #2a2a2b80;
}

.time-select__input {
  width: 206px !important;
  margin-right: 30px;
}

.time-select__input,
.office-select__input {
  font-family: "Onest", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #2a2a2b;
}

.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: 380px;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  color: #625F5F;
}
@media (max-width: 500px) {
  .record__content .form__policy {
    max-width: 100%;
    margin-top: 40px;
  }
}

.info-block__form {
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  color: #2a2a2b;
}

.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: #2a2a2b;
  margin: 0;
}

.b-form__wrap {
  margin-bottom: 40px;
}

.b-form__wrap:last-child {
  margin-bottom: 0;
}

/*.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: #F8F8F8;
  /* 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: #F8F8F8;
  border: none
}

.doctor-calendar .ui-datepicker-calendar tbody {
  background: #F8F8F8;
  border: none !important;
}

.doctor-calendar#datepicker .ui-datepicker-calendar {
  width: 412px;
  max-width: 96%;
}

.doctor-calendar#datepicker .ui-datepicker-calendar tr {
  background: #F8F8F8;
  border: none;
}

.doctor-calendar#datepicker .ui-datepicker-calendar th {
  background: #F8F8F8;
  border: none;
  padding: 0 0 10px;
  box-sizing: border-box;
}

.doctor-calendar#datepicker .ui-datepicker-calendar td {
  background: #F8F8F8;
  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: rgb(13 157 186 / 20%);
  border-radius: 8px;
}

/*.doctor-calendar .ui-state-active {color:#fff !important;}*/

.doctor-calendar#datepicker .ui-datepicker-calendar td.ui-datepicker-today a {
  background: #F8F8F8;
  border: 1px solid #A06650;
  border-radius: 8px;
  color: #2a2a2b;
}

.doctor-calendar#datepicker td.ui-datepicker-current-day a {
  background: #0d9dba;
  color: #fff;
  border-radius: 8px;
}

.doctor-calendar .ui-datepicker-header {
  background: #0d9cb9;
  mix-blend-mode: normal;
  border-radius: 20px;
  padding: 40px 0;
}

.doctor-calendar .ui-datepicker-calendar {
  background: #F8F8F8;
  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: #A06650;
}

.doctor-calendar. td.ui-datepicker-other-month {
  border: none;
  background: #F8F8F8;
}

/* Отзывы */
.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),
.review__content .pd-widget-reviews__review: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: #A06650;
}

.review__content .pd_comment::-webkit-scrollbar-track {
  border-radius: 10px;
}

.message span,
.message div {
  color: red
}

.messages div {
  color: #2a2a2b;
  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% - 100px);
    font-size: 18px;
  }

  .block__price-item__price {
    width: 100px;
    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;
  }

  .top-show {
    display: none
  }

  .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;
  }

  .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 #2a2a2b;
  padding: 10px 20px;
  margin: 0px 20px 20px 0px;
}

.border-link {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #2a2a2b;
  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: #F8F8F8;
  border-radius: 20px;
  padding: 51px 45px 23px 36px;
}

.cube-text-block {
  width: 50%;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #2a2a2b;
  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: #F8F8F8;
  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: #2a2a2b;
  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% - 30px);
  }

}

@media (max-width:767px) {

  .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;
  }

}

/* 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: #A06650;
}

.tabs__item-grey.active {
  color: #2a2a2b;
  opacity: 1;
  background: #F8F8F8;
  border-color: #F8F8F8;
}

.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 width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%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='%23A06650'/%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: #F8F8F8;
  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: #2a2a2b;
  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");
  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");
}

.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: 130px;
    min-width: 130px;
  }
}

/* end rekvizity__content */

/* contact-map: */

.contact__map {
  margin-bottom: 120px;
}

.contact__map-inner {
  min-height: 600px;
  background: #e6eaee;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.contact__map-block {
  height: auto;
  width: 50%;
  display: block;
}

.contact__map-info {
  width: 50%;
  padding: 61px 57px 76px;
}

.contact__map-info .loc {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 62px;
}

.contact__map-info .loc-item {
  margin-left: 0;
  margin-bottom: 20px;
}

.contact__rekvizity {}

.contact__rekvizity-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #2a2a2b;
  margin-bottom: 20px;
}

.contact__rekvizity-text {
  max-width: 504px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #2a2a2b;
}

@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 {
    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;
  display: block;
  width: 100%;
  height: 100%;
  padding: 45px 40px 60px;
}

.promo__title {
  max-width: 318px;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.03em;
  color: #2a2a2b;
  margin-bottom: 23px;
}

.promo__text {
  max-width: 318px;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #2a2a2b;
}

.promo__btn {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #2a2a2b;
  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;
}

.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;
}

.promo-detail__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.03em;
  color: #2a2a2b;
  text-align: left;
  margin-top: 17px;
  margin-bottom: 28px;
}

.promo-detail__title span {
  color: #2a2a2b !important;
}

.promo-detail__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #2a2a2b;
  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: 90px 50px 50px;
}

.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: #2A2A2B;
  margin-bottom: 40px;
}

.b-modal__header p {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #2A2A2B;
}

.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: #2a2a2b;
  margin-bottom: 8px;
}

.modal form label {
  display: block;
  margin-bottom: 14px;
}

.modal form .form-control {
  font-weight: 500;
  background: #F5F5F5;
  border: none;
}

.modal form .form-control::placeholder {
  color: #2A2A2B;
  font-weight: 400;
}

.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: 30px;
  }
}

@media (max-width: 600px) {
  .modal-content {
    padding: 24px 16px;
  }

  .b-modal__header {
    padding: 0 30px;
    margin-bottom: 40px;
  }

  .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: #F8F8F8;
  }

  .modal .form__policy {
    margin-bottom: 25px;
  }

  .modal .btn-orange {
    height: 56px;
    padding: 11px;
    font-size: 16px;
    letter-spacing: 0.32px;
    margin: 0 auto;
  }
}

/* end modal */

/* блок цитат */
.blockqoute {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(178 131 112 / 11%);
  min-height: 210px;
  border-radius: 20px;
  font-weight: 700;
  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__icon svg * {
  fill: #a06650;
}

.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: #F8F8F8;
  border-radius: 10px;
  margin-bottom: 14px;
}

.pay__item-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #2a2a2b;
  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: #2a2a2b;
  margin-bottom: 44px;
}

.credit__contact-phone {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.03em;
  color: #A06650;
  background: #ECF7F5;
  border-radius: 100px;
  padding: 12px 14px;
}

.credit__contact-phone:hover {
  background-color: #A06650;
  color: #fff;
}

.credit__info {
  max-width: 680px;
  width: 100%;
  background: #F8F8F8;
  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: #2a2a2b;
  margin: 0 0 30px;
}

.credit__info-list {
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #2a2a2b;
  margin-bottom: 85px;
}

ol.credit__info-list li:before {
  color: #2a2a2b;
  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: #2a2a2b;
  padding: 40px 50px;
  background: rgb(13 157 186 / 20%);
  border-radius: 20px;
}

.credit__info-note a {
  display: block;
  color: #2a2a2b;
  text-decoration: underline;
  word-break: break-all;
}

.credit__info-note a:hover {
  color: #A06650;
}

@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: 100% !important;
  width: 100%;
  background: none !important;
  margin: 0 auto 100px;
}

#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,
#pd_widget_big .pd_read_all_wrapper .pd_read_all {
  display: inline-block !important;
  height: 58px;
  width: 278px !important;
  font-family: "Onest", sans-serif !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  text-align: center !important;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff !important;
  background: #EFAF50 !important;
  border: none;
  border-radius: 10px !important;
  transition: all .3s !important;
  box-sizing: border-box !important;
  padding: 17px !important;
  margin: 0 20px 10px 0;
}

#pd_widget_big .pd_rate_new.btn-orange:hover,
#pd_widget_big .pd_read_all_wrapper .pd_read_all:hover {
  color: #fff !important;
  background: #A06650 !important;
}

.pd_rate_links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#pd_widget_big a.pd_rate_link,
.btn-white {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #2a2a2b;
  text-align: center;
  border: 1px solid #2a2a2b;
  border-radius: 10px;
  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: #A06650;
  border-color: #A06650;
  color: #fff !important;
}

#pd_widget_big #pd_widget_big_content {
  font-family: "Onest", sans-serif !important;
  font-size: 16px !important;
  margin: 0 !important;
  color: rgba(0, 0, 0, 0) !important;
}

#pd_widget_big_content>* {
  color: #2a2a2b;
}

#pd_widget_big .pd-widget-reviews__number-of-reviews {
  display: none;
}

#pd_widget_big table.pd_rates tr {
  display: block;
  padding-bottom: 42px;
}

#pd_widget_big .pd_rates>tbody>tr:first-child>td,
#pd_widget_big .pd-widget-reviews__review {
  border: none !important;
}

#pd_widget_big .pd-widget-reviews__review {
  padding: 0 !important;
  margin: 0 0 42px 115px;
  position: relative;
}

#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,
#pd_widget_big .pd-widget-reviews__header {
  position: absolute;
  font-weight: 700;
  font-size: 13.5px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: #2a2a2b;
  left: -115px;
  top: 70px;
  width: 60px;
}

#pd_widget_big .pd_patient_mobile::before,
#pd_widget_big .pd-widget-reviews__header::before {
  content: '';
  position: absolute;
  top: -70px;
  left: 0;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background: #A06650;
  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");
}

#pd_widget_big .pd-widget-reviews__info-wrapper {
  align-items: start !important;
  margin-top: 0 !important;
}

#pd_widget_big .pd_rates .pd_block,
#pd_widget_big .pd-widget-reviews__review__box {
  margin: 0 !important;
  background: #F8F8F8;
  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,
#pd_widget_big .pd-widget-reviews__rate {
  display: inline-block;
  background: #A06650 !important;
  color: #fff !important;
  border-radius: 100px;
  padding: 6px 10px;
  margin-bottom: 24px;
}

#pd_widget_big .pd-widget-reviews__rate:not(.pd-widget-reviews__rate_positive) {
  background: #EFAF50 !important;
}

#pd_widget_big .pd-widget-reviews__rate .pd-widget-reviews__average-rate,
#pd_widget_big .pd-widget-reviews__rate .pd-widget-reviews__average-rate-text {
  color: #fff !important;
  border: none !important;
}

#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,
#pd_widget_big .pd-widget-reviews__date {
  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: #2a2a2b;
  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") 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") 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: #2a2a2b;
}

#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: #2a2a2b;
}

#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: #2a2a2b;
}

#pd_widget_big .pd_moder,
#pd_widget_big .pd-widget-reviews__reply {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #2a2a2b;
  background: #d1ebf1;
  border-radius: 20px;
  border: none !important;
  padding: 25px 36px 37px 24px !important;
  margin: 24px 0px 0px 110px !important;
}

#pd_widget_big .pd_moder div,
#pd_widget_big .pd-widget-reviews__reply>*:not(.pd-widget-reviews__reply-text) {
  font-family: "Onest", sans-serif;
  display: flex;
  align-items: center;
  min-height: 53px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #2a2a2b !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");
}

#pd_widget_big .pd-widget-reviews__reply-text {
  margin: 0 !important;
  padding: 0 !important;
  border-left: none !important;
}

#pd_powered_by {
  display: none;
}

#pd_widget_big div.pd_read_all_wrapper {
  text-align: center;
}

#pd_widget_big .pd_read_all {
  font-family: "Onest", sans-serif;
  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: #2a2a2b;
  text-decoration: none !important;
  float: none;
}

#pd_widget_big .pd_read_all_wrapper .pd_read_all:hover {
  color: #fff !important;
  background-color: #A06650 !important;
  background: #A06650 !important;
  border-color: #A06650 !important;
}

@media (max-width: 600px) {
  div#pd_widget_big {
    margin: 0 0 50px;
  }

  #pd_widget_big .pd-widget-reviews__review {
    margin: 0 0 20px 0;
  }

  #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,
  #pd_widget_big .pd-widget-reviews__header::before {
    top: 0;
    width: 38px;
    height: 38px;
  }

  #pd_widget_big .pd_patient_mobile,
  #pd_widget_big .pd-widget-reviews__header {
    position: relative;
    top: 0;
    left: 0;
    padding-left: 45px;
    width: auto;
    font-size: 13px;
    line-height: 38px;
    letter-spacing: normal;
    margin-bottom: 20px;
  }

  #pd_widget_big .pd_rates>tbody>tr>td:last-child {
    padding-left: 10px !important;
  }

  #pd_widget_big .pd_rates .pd_block,
  #pd_widget_big .pd-widget-reviews__review__box {
    padding: 14px !important;
  }

  #pd_widget_big .pd_avg_rate_l,
  #pd_widget_big .pd-widget-reviews__rate {
    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,
  #pd_widget_big .pd-widget-reviews__date {
    font-size: 12px !important;
    line-height: 14px !important;
    position: absolute;
    top: 28px;
    right: 14px;
  }

  #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,
  #pd_widget_big .pd-widget-reviews__reply {
    margin-top: 20px !important;
    margin-left: 0 !important;
    padding: 25px 15px 25px 15px !important;
    font-size: 14px !important;
    line-height: 18px !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,
  #pd_widget_big .pd-widget-reviews__reply>*:not(.pd-widget-reviews__reply-text) {
    min-height: 40px;
    font-size: 16px;
    line-height: 20px;
    background-size: 40px;
    padding-left: 50px !important;
  }

}

/* 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: #A06650;
  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");
}

.faq__question {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #2a2a2b;
  margin-bottom: 26px;
}

.faq__answer {
  padding-left: 119px;
}

.faq__expert {
  max-width: 326px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #2a2a2b;
  margin-bottom: 22px;
}

.faq__expert-name {
  display: block;
}

.faq__answer-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #2a2a2b;
}

.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='%23A06650'/%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='%23A06650'/%3E%3C/g%3E%3C/svg%3E%0A");
  transition: all .3s;
}

.faq__more:hover {
  color: #A06650;
}

.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='%23A06650'/%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='%23A06650'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.faq__form-block {
  min-width: 420px;
  max-width: 420px;
  width: 100%;
  background: #F8F8F8;
  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: #A06650;
  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: 24px;
  }

  .faq__name {
    margin-bottom: 12px;
  }

  .faq__question {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 16px;
  }

  .faq__expert {
    margin-bottom: 15px;
  }

  .faq__answer-text {
    font-size: 16px;
    line-height: 120%;
  }

  .faq__answer {
    padding-left: 0;
  }

  .faq__form-block {
    padding: 20px 15px;
    margin: 0 -15px;
    width: calc(100% + 30px);
    border-radius: 0;
  }

  .faq__form-title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .faq__form-title h2 {
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0.66px;
  }
}

/* section__articles */

.section__articles {
  margin-bottom: 80px;
}

.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: #2a2a2b;
  opacity: 0.5;
  padding-right: 20px;
}

.articles__list {
  list-style: none;
  padding-left: 0;
}

.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;
  border-bottom: 0.4px solid #dcdcdc;
}

.articles__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.03em;
  color: #2a2a2b;
  margin-bottom: 30px;
}

.articles__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #2a2a2b;
  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: #A06650;
  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='%23A06650'/%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='%23A06650'/%3E%3C/svg%3E");
}

.articles__link:hover .articles__btn {
  opacity: 1;
}

@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;
  }
}

@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;
  }

  .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;
  }
}

/* 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: #A06650;
  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: #A06650;
  margin-bottom: 20px;
}

.advantages__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #2A2A2B;
}

@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-right: 20px;
  }

  .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;
  }
}

/* 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 {}

.special__content-title,
.page h3.special__content-title {
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: #2a2a2b;
  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 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: #F8F8F8;
  border-radius: 20px;
  padding: 34px 32px;
  margin-bottom: 32px;
  position: relative;
}
.vacancy__item::before,
.vacancy__item::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: #FFF;
  z-index: 1;
}
.vacancy__item::before {
  left: 0;
}
.vacancy__item::after {
  right: 0;
}
.vacancy__item .vacancy__terms {
  position: relative;
}
.vacancy__item .vacancy__terms::after {
  content: "";
  position: absolute;
  top: 0;
  right: -16.5px;
  width: 1px;
  height: 100%;
  background: #FFF;
  z-index: 1;
}

.vacancy__title {
  max-width: 290px;
  width: 100%;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #2a2a2b;
  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: #2a2a2b;
  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: #2a2a2b;
}

.vacancy__terms-text ul {
  margin: 0;
  padding-left: 18px;
}

.vacancy__request {
  /* width: 175px; */
  margin-left: auto;
}

.vacancy__request-btn {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #A06650;
  border: 1px solid #A06650;
  border-radius: 10px;
  padding: 14px;
  text-align: center;
  margin: 0;
}

.vacancy__request-btn:hover {
  background-color: #A06650;
  color: #fff;
}

.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: #2a2a2b;
  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: #2a2a2b;
  padding: 19px;
  text-align: center;
  transition: all .3s;
  cursor: pointer;
  margin: 0 20px 0 0;
  margin-bottom: 10px;
}

.input__file-btn:hover {
  background: #A06650;
  border-color: #A06650;
  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: #2a2a2b;
}

.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");
  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 {
  display: block;
  width: 100%;
  max-width: 230px;
  min-height: 50px;
  background: #A06650;
  border: none;
  border-radius: 10px;
  padding: 13px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  transition: all .3s;
  margin-top: 20px;
  float: right;
}

.cookie-banner button:hover {
  background-color: #A06650;
}

.cookie-banner button:focus {
  outline: none;
}

/* end coockies */
.review__content #pd_widget_big .pd-widget-reviews__rate_positive .pd-widget-reviews__average-rate-text,
.review__content #pd_widget_big .pd-widget-reviews__rate_positive .pd-widget-reviews__average-rate {
  color: #fff !important;
}


/* scrollbar */
* {
  scrollbar-color: #A06650 !important;
}

*::-webkit-scrollbar {
  appearance: none;
  height: 6px;
  width: 6px;
}

*::-webkit-scrollbar-track-piece {
  background-color: #fff;
}

*::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: #A06650;
  border: 0 solid rgba(0, 0, 0, 0);
  -webkit-border-radius: 5px;
  box-shadow: none;
  height: 6px;
}

*::-webkit-scrollbar-button {
  display: none;
  height: 0;
  width: 0;
}

*::-webkit-scrollbar-corner {
  background-color: #A06650 !important;
}

/* Скрываем элементы номерации и прогресса для главного слайдера */
.main-flexslider-number,
.main-flexslider-progress,
.main-flexslider-progress-active {
  display: none !important;
}

.section__subtitle {
  color: #A06650;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.section__title {
  color: #1B241F;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
}

.section__title span { 
  color: rgba(27, 36, 31, 0.40);
}

@media (max-width: 1650px) {
  .section__subtitle { 
    font-size: 18px;
  }

  .section__title {
    font-size: 34px !important;
  }
}

@media (max-width: 600px) {
  .section__subtitle {  
    font-size: 14px;
    margin: 0px 0 8px;
  }

  .section__title {
    font-size: 24px !important;
  }
}

.section-about-container {
  display: grid;
  gap: 115px;
  grid-template-columns: minmax(300px, 601px) minmax(450px, 682px);
}

.section-about__aside {
  position: relative;
}

.section-about__aside-content {
  position: sticky;
  top: 130px;
}

.wysiwyg * {
  color: #1B241F;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  margin-bottom: 18px;
}

.wysiwyg b, .wysiwyg strong {
  font-weight: 600;
}

.wysiwyg ol {
  list-style: none;
  counter-reset: item;
  padding-left: 0;
}

.wysiwyg ol li {
  position: relative;
  padding-left: 120px;
  margin-bottom: 30px;
  counter-increment: item;
  min-height: 89px;
}

.wysiwyg ol li::before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  width: 89px;
  height: 89px;
  background: #EDE4D7;
  color: #A06650;
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

@media (max-width: 1650px) {
  .wysiwyg ol li {
    min-height: 79px;
    padding-left: 110px;
  }

  .wysiwyg ol li::before {
    width: 79px;
    height: 79px;
    font-size: 35px;
  }
}


@media (max-width: 768px) {
  .wysiwyg ol li {
    min-height: 59px;
    padding-left: 80px;
  }

  .wysiwyg ol li::before {
    width: 59px;
    height: 59px;
    font-size: 25px;
  }
}

@media (max-width: 560px) { 
  .wysiwyg ol li::before {
    width: 49px;
    height: 49px;
    font-size: 20px;
}

  .wysiwyg ol li {
    min-height: 49px;
    padding-left: 70px;
  }
}


.section-about {
  margin-top: 120px;
  margin-bottom: 120px;
}

.section-about__aside {
  height: 100%;
  position: relative;
}

.section-about__block {
  position: sticky;
  top: 130px;
}

.section-about__info {
  display: grid;
  grid-template-columns: 142px 1fr;
  gap: 32px;
}

.section-about__info p { 
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
  color: #A06650;
}

.section-about__info-img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}

@media (max-width: 1650px) { 
  .section-about-container {
    gap: 60px;
  }

  .section-about__info {
    grid-template-columns: 132px 1fr;
  }

  .section-about__info p {
    font-size: 30px;
  }
}


@media (max-width: 1024px) {
  .section-about-container { 
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .section-about__aside-content {
    position: relative;
    top: 0;
  }

  .section-about {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .section-about__block {
    position: relative;
    top: 0;
  }
}

@media (max-width: 600px) { 
  .section-about__info {
    grid-template-columns: 82px 1fr;
  }

  .section-about__info p {
    font-size: 24px;
  }

  .section-about {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}


.section-cite {
  background: #1B241F;
  padding: 140px 0 60px;
}

.section-cite-container {
  display: grid;
  gap: 115px;
  grid-template-columns: minmax(250px, 683px) minmax(450px, 601px);
  padding-bottom: 120px;
}

.section-cite__img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  position: sticky;
  top: 130px;
}

.section-cite__text {
  color: #fff;
  position: relative;
}

.section-cite__aside {
  position: relative;
}

.section-cite__text::before {
  content: '';
  display: block;
  background-image: url("https://zakonidelo.demoalente.ru/protected/views/site/dev/images/cite-bg.svg");
  width: 105px;
  height: 92px;
  position: absolute;
  top: 20px;
  left: -52px;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-cite .section__title {
  margin: 0 0 39px;
  padding-top: 109px;
}

.section-cite__author {
  color: #A06650;
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 600;
  line-height: 120%;
  margin: 0 0 47px;
}

.section-cite__param {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 26px;
}

.section-cite__list {
  display: grid;
  gap: 44px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.40);
  border-bottom: 1px solid rgba(255, 255, 255, 0.40);
  padding: 40px 0;
}

.section-cite__param-img {
  display: block;
  margin: 0;
}

.section-cite__param-title {
  margin: 0;
  color: rgba(255, 255, 255, 0.80);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

@media (max-width: 1650px) {
  .section-cite-container {
      gap: 60px;
      grid-template-columns: minmax(250px, 430px) minmax(450px, 1fr);
  }

  .section-cite .section__title { 
    padding-top: 90px;
  }

  .section-cite__text::before { 
    top: 27px;
    left: -29px;
    width: 65px;
    height: 52px;
  }
}

@media (max-width: 1024px) { 
  .section-cite .section__title { 
    padding-top: 85px;
  }

  .section-cite {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-cite-container {
    gap: 40px;
    padding-bottom: 60px;
    grid-template-columns: minmax(250px, 360px) minmax(450px, 1fr);
  }

  .section-cite__author {
    font-size: 30px;
    margin: 0 0 37px;
  }

  .section-cite__text::before { 
    width: 45px;
    height: 42px;
    top: 27px;
    left: -19px;
  }
}

@media (max-width: 850px) {
  .section-cite .section__title { 
    padding-top: 0;
  }

  .section-cite-container { 
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .section-cite .section__title {
    margin: 0 0 20px;
  }

  .section-cite__author { 
    margin-bottom: 20px;
  }

  .section-cite__img { 
    position: relative;
    top: 0;
  }
}

@media (max-width: 650px) {
  .section-cite__text::before { 
    width: 32px;
    height: 29px;
    top: 21px;
  }
}

@media (max-width: 600px) { 
  .section-cite {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-cite-container { 
    padding-bottom: 40px;
  }
}

.dark-bg .section__title {
  color: #FFF;
}

.dark-bg .section__title span {
  color: rgba(255, 255, 255, 0.50);
}

.dark-bg .wysiwyg * {
  color: rgba(255, 255, 255, 0.80);
}

.dark-bg .wysiwyg ul li::marker {
  background-color: #A06650;
}


.team-flexslider {
  border: none;
  box-shadow: none;
  margin-bottom: 0;
  background: transparent;
}

.team-flexslider-number {
  position: absolute;
  left: 0;
  bottom: -66px;
  font-size: 19px;
  line-height: 145%;
  color: #2a2a2b;
  z-index: 1;
  display: none;
}

.team-flexslider-controls {
  display: none;
}

.team-flexslider-navigation {
  width: auto;
  left: auto;
  top: auto;
  bottom: -92px;
  left: 0;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  width: 134px;
  justify-content: space-between;
}

.team-flexslider-navigation .flex-prev,
.team-flexslider-navigation .flex-next {
  width: 62px;
  height: 62px;
  min-width: 62px;
  margin-left: 22px;
  margin-right: 0;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.05);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'><path d='M14.2666 11L8.9778 16.2888L7.73348 15.0445L11.7815 10.9965L7.73348 6.94846L8.9778 5.71118L14.2666 11Z' fill='white'/></svg>");
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 50%;
  color: #fff;
  border: none !important;
}

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

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

.team-flexslider-navigation .flex-prev:hover,
.team-flexslider-navigation .flex-next:hover {
  background: #A06650;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'><path d='M14.2666 11L8.9778 16.2888L7.73348 15.0445L11.7815 10.9965L7.73348 6.94846L8.9778 5.71118L14.2666 11Z' fill='white'/></svg>");
}

.section-team__header {
  display: grid;
  grid-template-columns: 1fr 143px;
  justify-content: space-between;
  gap: 20px;
  align-items: start;
  margin-bottom: 60px;
}

.section-team {
  background: #1B241F;
  padding: 60px 0 60px;
}

.team-flexslider-item {
  display: flex;
  flex-direction: column;
}

.team-flexslider__image {
  display: block;
  margin: 0 0 26px;
  aspect-ratio: 444/564;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

.team-flexslider__title {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.66px;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.team-flexslider__subtitle {
  color: rgba(255, 255, 255, 0.60);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.54px;
  margin: 0;
}


@media (max-width: 768px) {
  .team-flexslider-navigation {
    display: none;
  }

  .section-team__header { 
    margin-bottom: 20px;
    grid-template-columns: 1fr;
  }

  .team-flexslider__title {
    font-size: 16px;
    margin: 0 0 5px;
  }

  .team-flexslider__subtitle {
    font-size: 14px;
  }

  .team-flexslider__image { 
    margin: 0 0 10px;
  }
}

.section-header {
  max-width: 800px;
  margin-bottom: 44px;
}


/* main-photos */

.main-photos {
  margin-top: 120px;
  margin-bottom: 120px;
  overflow: hidden;
}

.main-photos .section__title {
  font-size: 36px !important;
  line-height: 140%;
}

.main-photos-inner {
  display: flex;
  justify-content: space-between;
}

.main-photos-info {
  max-width: 400px;
  width: 100%;
  margin-right: 70px;
}

.main-photos-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.main-photos-title-caption {
  color: #fff;
  text-align: left;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.main-photos-title-caption .spanl,
.main-photos-title-caption .spanr {
  color: #fff;
}

.main-photos-all {
  background: #ECF7F5;
  border-radius: 100px;
  padding: 4px 31px;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #2a2a2b;
}

.main-photos-all:hover {
  color: #fff;
  background-color: #A06650;
}

.main-photos-text {
  color: rgba(230, 234, 238, 0.50);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 28.6px */
  margin-bottom: 40px;
}

.main-photos__link {
  background: transparent;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.40) !important;
  padding: 17px 40px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  min-height: 60px;
  display: block;
  width: max-content;
}

.main-photos__link:hover {
  background: #A06650 !important;
  border-color: #A06650 !important;
  color: #fff;
}

.main-photos-slider {
  width: 840px;
  width: 100%;
  height: 100%;
  margin-bottom: 80px;
  position: relative;
}

.main-photos-flexslider {
  margin: 0;
}

.main-photos-flexslider .flex-viewport {
  overflow: visible !important;
  clip-path: inset(-100vw -100vw -100vw 0);
}

/* .main-photo {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
} */

.main-photo a:hover .main-photo-more {
  opacity: 1;
}

.main-photo-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 16px;
  position: relative;
  border-radius: 4px;
  border: 0.788px solid rgba(1, 174, 155, 0.50);
  aspect-ratio: 324 / 460;
  object-fit: cover;
}

.main-photo .main-photo-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .main-photo-more {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  transition: all .3s ease;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), no-repeat;
}
.main-photo-more__icon,
.main-photo-more__text {
  position: absolute;
  display: block;
}

.main-photo-more__icon {
  left: 50%;
  width: 58px;
  height: 58px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.main-photo-more__text {
  text-align: center;
  width: 100%;
  left: 0;
  height: fit-content;
  bottom: 40px;
} */

.main-photo-name {
  color: #1B241F;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}

.main-photo-post {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #E6EAEE;
}

.main-photo-about {
  margin-bottom: 30px;
}

.section__photos .main-photo-post,
.section__photos .main-photo-name {
  color: #2a2a2b;
}
.section__photos .main-photo-img {
  height: auto !important;
  aspect-ratio: 2/2.5;
}

.main-photo-post__line {
  margin-bottom: 5px;
}

.main-photo-post__accent {
  color: #A06650;
}

.main-photos-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;
  width: 134px;
}

.main-photos-navigation .flex-prev,
.main-photos-navigation .flex-next {
  width: 62px;
  height: 62px;
  min-width: 62px;
  margin-left: 22px;
  margin-right: 0;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  background-color: #EEECE8;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'><path d='M20.7686 15.9769L13.0113 23.7341L11.1863 21.9091L17.1236 15.9718L11.1863 10.0345L13.0113 8.21973L20.7686 15.9769Z' fill='%23A06650'/></svg>");
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 50%;
  color: #fff;
  border: none !important;
}

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

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

.main-photos-navigation .flex-prev:hover,
.main-photos-navigation .flex-next:hover {
  background: #A06650;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'><path d='M14.2666 11L8.9778 16.2888L7.73348 15.0445L11.7815 10.9965L7.73348 6.94846L8.9778 5.71118L14.2666 11Z' fill='white'/></svg>");
}

.main-photos-controls {
  display: none;
}

.main-photos-progress {
  position: absolute;
  right: 0;
  bottom: -49px;
  width: calc(100% - 163px);
  height: 6px;
  background: #EEECE8;
  border-radius: 50px;
  z-index: 1;
}

.main-photos-progress-active {
  width: 0px;
  height: 100%;
  border-radius: 50px;
  background-color: #A06650;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.main-photos-flexslider .flex-control-nav {
  display: none;
}

.main-photos-number {
  display: none;
}

@media (max-width: 1650px) { 
  .main-photos .section__title {
    font-size: 30px !important;
  }

  
}

@media (max-width: 1400px) {
  .main-photos-slider {
    margin-bottom: 80px;
  }
}

@media (max-width: 1200px) {
  .main-photos-info {
    max-width: 360px;
    margin-right: 30px;
  }

  .main-photos-text {
    font-size: 20px;
    line-height: 24px;
  }
}


@media (max-width: 1024px) { 
  .main-photos {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media (max-width: 900px) {
  .main-photos-inner {
    flex-wrap: wrap;
  }

  .main-photos-info {
    max-width: 100%;
    margin: 0 0 50px;
  }

  .main-photos-flexslider .flex-viewport {
    clip-path: none;
  }


  .main-photos .section__title {
    font-size: 25px !important;
  }

  .main-photo-name {
    font-size: 26px;
  }

  .main-photo-about {
    margin-bottom: 15px;
  }
}

@media (max-width: 600px) {
  .main-photos {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .main-photos-info {
    margin-bottom: 40px;
  }

  .main-photos-title {
    margin-bottom: 24px;
  }

  .main-photos__link {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    padding: 16px;
  }

  .main-photos-title-caption {
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.72px;
  }

  .main-photos-all {
    font-size: 16px;
    padding: 4px 29px;
  }

  .main-photos-text {
    font-size: 20px;
    line-height: 150%;
  }

  .main-photos-slider {
    margin-bottom: 54px;
  }

  .main-photo-img {
    /* height: 260px; */
    margin-bottom: 15px;
  }

  .main-photo-more__icon {
    height: 30px;
    width: 30px;
  }

  .main-photo-more__text {
    bottom: 10px;
    font-size: 14px;
  }

  .main-photo-name {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 8px;
  }

  .main-photo-post {
    font-size: 14px;
    line-height: 150%;
  }

  .main-photos-navigation {
    /* bottom: -65px; */
    display: none;
  }

  .main-photos-progress {
    bottom: -45px;
    width: calc(100% - 63px);
    height: 4px;
  }

  .main-photos-number {
    display: block;
    position: absolute;
    left: 0;
    bottom: -54px;
    font-size: 16px;
    line-height: 145%;
    color: #A06650;
    z-index: 1;
  }

  *::-webkit-scrollbar {
    width: 6px;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #A06650;
    border-radius: 20px;
  }
}

.faq-accordion {
  max-width: 1080px;
  margin: 0 auto;
}

.faq-item {
  border-radius: 2px;
  border: 0.2px solid #FFF;
  margin-bottom: 16px;
}

.faq-item:last-child {
  margin-bottom: 0;
}

.faq-question {
  display: block;
  padding: 30px 100px 20px 20px;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  color: #F6F6F6;
  font-size: 22px;
  line-height: 120%;
}

.faq-question::after {
  content: "";
  display: block;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 60 61" fill="none"><line x1="51.5454" y1="31.3493" x2="5.91161" y2="31.3493" stroke="white" stroke-width="0.84507"/><line x1="29.155" y1="8.10547" x2="29.155" y2="53.7393" stroke="white" stroke-width="0.84507"/></svg>') no-repeat center/contain;
  transition: transform 0.3s;
}

.faq-item.active .faq-question::after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 60 61" fill="none"><line x1="51.5454" y1="31.3493" x2="5.91161" y2="31.3493" stroke="white" stroke-width="0.84507"/></svg>') no-repeat center/contain;
  content: "";
  transform: translateY(-50%);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s;
  padding: 0 24px;
  color: #F6F6F6;
  font-size: 18px;
  line-height: 120%;
  font-weight: 300;
}

.faq-item.active .faq-answer {
  max-height: max-content;
  padding: 18px 24px;
}

.questions  {
  background: #191D19;
  padding: 60px 0 60px;
  position: relative;
}

.questions .section-header {
  text-align: center;
  margin: 0 auto 60px;
}

.questions .section-header .section__title {
  text-align: center;
}

@media (max-width: 1650px) {
  .faq-question::after { 
    width: 40px;
    height: 40px;
  }

  .faq-question {
    padding: 30px 80px 20px 20px;
  }
}

@media (max-width: 1024px) {
  .questions {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}


@media (max-width: 768px) {
  .faq-question::after { 
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 600px) {
  .questions {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.partners {
  background: #191D19;
  padding: 60px 0 60px;
}

.scroll-container {
  width: 100%;
  overflow: hidden;
}

.scroll-content {
  display: flex;
  will-change: transform;
}

.scroll-content__item {
  width: 205px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 35px;
  flex-shrink: 0;
}

.scroll-content img {
  width: 100%;
  height: auto;
  max-height: 90px;
  object-fit: contain;
  display: block;
}

.section-action  {
  background: #1B241F;
  padding-top: 155px;
  padding-bottom: 155px;
  position: relative;
}

.section-action::before {
  background-image: url("https://zakonidelo.demoalente.ru/protected/views/site/dev/images/firm-bg.svg");
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section-action-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.section-action__img {
  height: auto;
  width: 100%;
  max-width: 495px;
  display: block;
  margin: 0 auto;
}

.section-action__text {
  margin-top: 20px;
}

.section-action__text * {
  color: rgba(255, 255, 255, 0.80);
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}

.section-action__more {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.40) !important;
  padding: 17px 40px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  min-height: 60px;
  display: block;
  width: max-content;
  margin: 0;
}

.section-action__primary {
  border-radius: 4px;
  border: 1px solid #435944 !important;
  padding: 17px 40px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  min-height: 60px;
  display: block;
  width: max-content;
  margin: 0;
  background: #435944;
}

.section-action__btns {
  margin-top: 60px;
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.section-action__more:hover {
  background: #A06650 !important;
  border-color: #A06650 !important;
  color: #fff;
}

.section-action__primary:hover { 
  background: #A06650 !important;
  border-color: #A06650 !important;
  color: #fff;
}

@media (max-width: 1024px) {
  .section-action-container {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .section-action__btns {
    gap: 20px;
  }

  .partners {
    background: #191D19;
    padding: 30px 0 30px;
  }
}


@media (max-width: 768px) {
  .section-action-container {
    grid-template-columns: 1fr;
  }

  .section-action__img {
    order: -1;
  }

  .section-action__primary {
    max-width: 100%;
  }

  .section-action__more {
    max-width: 100%;
  }

  .section-action__btns {
    margin-top: 40px;
  }

  .section-action::before {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .partners {
    padding: 20px 0 20px;
  }
}

.footer-col-title {
  margin: 0 0 8px;
}

.footer-col-title span {
  color: #7D7D7D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}

.footer-phones-box {
  position: relative;
  margin-bottom: 8px;
  color: #2A2A2B;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.footer a.footer-phone {
  color: #2A2A2B;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.footer-contacts .footer-links {
  color: #1B241F;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: all .3s ease;
}

.footer-contacts .footer-links a {
  position: relative;
  color: #1B241F;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  border: none;
  padding: 0;
}

.footer-contacts .footer-links a:hover {
  color: #A06650;
  background-color: transparent;
}

.footer-phones-box .nav-icon {
  color: #7D7D7D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}



@media (max-width: 1250px) { 
  .footer-col-title span {
    font-size: 14px;
  }

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

  .footer-phones-box .nav-icon { 
    font-size: 14px;
  }

  .footer-contacts .footer-links a {
    font-size: 14px;
  }
}


@media (max-width: 991px) { 
  .footer-col-title {
    display: none;
  }

  .footer-phones-box, .footer-adds {
    margin-bottom: 0;
  }

  .footer-phones-box .nav-icon {
    top: 0;
  }

  .footer-contacts .footer-links {
    text-align: right;
    margin-top: 0;
  }

  .footer-adds .nav-icon {
    top: 0;
  }


}

@media (max-width: 600px) {
  .footer-phones-box .nav-icon {
    left: -36px;
  }

  .footer a.footer-phone {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.39px;
  }

  .footer-adds {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.39px;
  }
}

@media (max-width: 480px) {
  .footer-contacts .footer-links {
    text-align: left;
  }

  .footer-phones-box, .footer-adds {
    text-align: left;
  }

  .footer-phones-box .nav-icon, .footer-adds .nav-icon {
    display: none;
  }

  .footer-contacts .footer-links {
    line-height: 1;
  }

  .footer-contacts .footer-links a {
    font-size: 12px;
    white-space: nowrap;
  }

  .footer-contacts {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    padding: 0;
  }

  .footer-phones, .footer-address  {
    margin-left: 0;
  }
}

.information {
  padding: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0F1512;
  color: #A06650;
}

.information h3 {
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 600;
  line-height: 120%;
  margin: 0;
}

@media (max-width: 1650px) {
  .information h3 {
    font-size: 35px;
  }
}

@media (max-width: 768px) {
  .information h3 {
    font-size: 25px;
  }
}

.section-situation {
  margin-top: 120px;
  margin-bottom: 120px;
}

.section-situation__wrapper {
  background: #EDE4D7;
  padding: 95px;
}

.section-situation__main {
  display: grid;
  grid-template-columns: minmax(300px, 590px) 398px;
  gap: 20px;
  justify-content: space-between;
}

.section-situation__img {
  width: 100%;
  height: auto;
  display: block;
  margin: -129px 24px 0 0;
}

.section-situation__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 325px));
  margin-top: 68px;
  gap: 20px;
  justify-content: space-between;
}

.section-situation__item {
  color: #1B241F;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}


@media (max-width: 1280px) {
  .section-situation__main {
    grid-template-columns: minmax(300px, 550px) 328px;
  }

  .section-situation__list {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}

@media (max-width: 1024px) {
  .section-situation {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .section-situation__main {
    grid-template-columns: minmax(300px, 550px) 228px;
    gap: 20px;
  }

  .section-situation__wrapper {
    padding: 55px;
  }
}

@media (max-width: 768px) {
  .section-situation__main {
    grid-template-columns: 1fr;
  }

  .section-situation__img {
    max-width: 320px;
    margin: 0;
  }

  .section-situation__list {
    grid-template-columns: 1fr;
    margin-top: 38px;
    gap: 25px;
  }
}

@media (max-width: 600px) {
  .section-situation {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 560px) { 
  .section-situation__wrapper {
    padding: 65px 15px;
    margin-left: -15px;
    width: calc(100% + 30px);
  }
  .section-situation__img {
    max-width: 100%;
    margin: 0;
  }

  .section-situation {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.section-price {
  margin-top: 120px;
  margin-bottom: 120px;
}

.section-price__wrapper {
  gap: 118px;
  display: grid;
  grid-template-columns: minmax(300px, 602px) 1fr;
  border-top: 1px solid #a06650;
  padding-top: 17px;
}

.section-price__img {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
}

.section-price__content .section__title {
  margin-bottom: 20px;
}

.section-price .wysiwyg * {
  color: #1B241F;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}

.section-price .wysiwyg ul {
  padding-left: 20px;
}

.section-price__form {
  background: #EDE4D7;
  padding: 70px 89px 65px 111px;
  position: relative;
  margin-bottom: 17px;
}

.section-price__form::after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #a06650;
  position: absolute;
  bottom: -17px;
  left: 0;
}

.section-price__bottom {
  display: grid;
  grid-template-columns: minmax(400px, 800px) 336px;
  justify-content: space-between;
  gap: 30px;
  margin-top: 16px;
  align-items: start;
}

.section-price__text {
  color: #1B241F;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.section-price__primary {
  border-radius: 4px;
  border: 1px solid #435944 !important;
  padding: 17px 40px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  min-height: 60px;
  display: block;
  width: max-content;
  margin: 0;
  background: #435944;
}

.section-price__primary:hover {
  background: #A06650 !important;
  border-color: #A06650 !important;
  color: #fff;
}


@media (max-width: 1650px) {
  .section-price__wrapper {
    gap: 70px;
    grid-template-columns: minmax(300px, 462px) 1fr;
  }
}

@media (max-width: 1280px) {
  .section-price__wrapper {
    gap: 40px;
    grid-template-columns: minmax(300px, 350px) 1fr;
  }

  .section-price__form {
    padding: 50px 60px 50px 90px;
  }
}

@media (max-width: 1024px) { 
  .section-price__bottom {
    grid-template-columns: 1fr;
  }

  .section-price {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}


@media (max-width: 768px) {
  .section-price__primary {
      max-width: 100%;
  }

  .section-price__wrapper {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .section-price {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 560px) { 
  .section-price__form {
    margin-left: -15px;
    width: calc(100% + 30px);
    padding: 30px 15px;
  }

  .section-price__text {
    font-size: 20px;
  }
}

.section-process {
  background-image: url("https://zakonidelo.demoalente.ru/protected/views/site/dev/images/shelves.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.section-process__wrapper {
  display: grid;
  grid-template-columns: minmax(300px, 602px) 1fr;
  gap: 10px;
}

.section-process__list {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  gap: 33px 0;
  position: relative;
  padding: 120px 15px 120px 0;
}

.section-process__head {
  margin-top: 120px;
}

.section-process__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,
    rgba(255, 255, 255, 0.2) 0,      
    rgba(255, 255, 255, 0.2) 1px,
    transparent 1px,
    transparent calc(50% - 0.5px),     
    rgba(255, 255, 255, 0.2) calc(50% - 0.5px), 
    rgba(255, 255, 255, 0.2) calc(50% + 0.5px),
    transparent calc(50% + 0.5px),
    transparent calc(100% - 1px),     
    rgba(255, 255, 255, 0.2) calc(100% - 1px),
    rgba(255, 255, 255, 0.2) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.section-process__list-item {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  padding-left: 38px;
  line-height: 140%;
}

.section-process__list-number {
  display: block;
  margin-bottom: 8px;
  color: #A06650;
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 600;
  line-height: 120%;
}


@media (max-width: 1650px) {
  .section-process__wrapper { 
    grid-template-columns: minmax(300px, 560px) 1fr;
  }
}

@media (max-width: 1280px) {
  .section-process__wrapper {
    grid-template-columns: minmax(300px, 500px) 1fr;
  }
}

@media (max-width: 1024px) {
  .section-process__head { 
    margin-top: 60px;
  }

  .section-process__list { 
    padding: 60px 15px 60px 0;
  }
}

@media (max-width: 1100px) {
  .section-process__list { 
    grid-template-columns: 1fr;
  }

  .section-process__list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,
      rgba(255, 255, 255, 0.2) 0,      /* левая линия */
      rgba(255, 255, 255, 0.2) 1px,
      transparent 1px,
      transparent calc(100% - 1px),
      rgba(255, 255, 255, 0.2) calc(100% - 1px), /* правая линия */
      rgba(255, 255, 255, 0.2) 100%
    );
    pointer-events: none;
    z-index: 1;
  }
}


@media (max-width: 968px) {
  .section-process__wrapper {
    grid-template-columns: 1fr;
  }

  .section-process__list {
    margin: 0;
    grid-template-columns: 1fr 1fr;
    padding: 30px 0px 90px 0;
}

  .section-process__list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    z-index: 1;
  }
}


@media (max-width: 650px) { 
  .section-process__list {
    grid-template-columns: 1fr;
  }

  .section-process__list-item {
    padding-left: 30px;
  }

  .section-process__list-number {
    font-size: 30px;
  }
}

@media (max-width: 600px) {
  .section-process__head { 
    margin-top: 40px;
  }

  .section-process__list { 
    padding: 40px 15px 40px 0;
  }
}


.information-base {
  background: #191D19;
  padding: 105px 0 117px;
}

.information-base h3 {
  color: #A06650;
  font-size: 40px;
  font-style: italic;
  font-weight: 600;
  line-height: 120%;
  font-family: 'Playfair Display', serif;
  margin: 0;
  text-align: center;
}

.information-base .container-general {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 35px;
}

.information-base__primary {
  border-radius: 4px;
  border: 1px solid #435944 !important;
  padding: 17px 40px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  min-height: 60px;
  display: block;
  width: max-content;
  margin: 0;
  background: #435944;
}

.information-base__primary:hover {
  background: #A06650 !important;
  border-color: #A06650 !important;
  color: #fff;
}


@media (max-width: 1650px) {
  .information-base h3 {
      font-size: 35px;
  }
}

@media (max-width: 768px) {
  .information-base h3 {
      font-size: 25px;
  }

  .information-base__primary {
    padding: 17px 14px;
    font-size: 15px;
  }
}


.consult-section {
  background: #191D19;
}

.consult-section__wrapper {
  padding: 94px 0 93px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 38px;
  background-image: url("https://zakonidelo.demoalente.ru/protected/views/site/dev/images/information-base.jpg");
}

.consult-section .section__title {
  margin: 0;
  text-align: center;
}

.consult-section__text {
  margin: 0;
  color: #E6EAEE;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-align: center;
}

.consult-section__more {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.40) !important;
  padding: 17px 40px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  min-height: 60px;
  display: block;
  width: max-content;
  margin: 0;
}

.consult-section__more:hover {
  background: #A06650 !important;
  border-color: #A06650 !important;
  color: #fff;
}

@media (max-width: 768px) {
  .consult-section__more { 
    padding: 17px 14px;
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .consult-section__wrapper {
    margin-left: -15px;
    width: calc(100% + 30px);
    padding-left: 15px;
    padding-right: 15px;
  }
}

.download-section {
  margin-top: 120px;
  margin-bottom: 120px;
}

.download-section__wrapper {
  border-top: 1px solid #a06650;
  border-bottom: 1px solid #a06650;
  padding-top: 15px;
  padding-bottom: 20px;
  display: grid;
  justify-content: space-between;
  gap: 50px;
  grid-template-columns: 1fr minmax(300px, 600px);
  align-items: center;
}

.download-section__primary {
  border-radius: 4px;
  border: 1px solid #435944 !important;
  padding: 17px 40px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  min-height: 60px;
  display: block;
  width: max-content;
  margin: 0;
  background: #435944;
  margin-top: 30px;
}

.download-section__primary:hover {
  background: #A06650 !important;
  border-color: #A06650 !important;
  color: #fff;
}

.download-section__img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}

@media (max-width: 1280px) {
  .download-section__wrapper {
    grid-template-columns: 1fr minmax(300px, 470px);
  }
}


@media (max-width: 1024px) {
  .download-section__wrapper {
    grid-template-columns: 1fr minmax(300px, 350px);
  }

  .download-section { 
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media (max-width: 968px) {
  .download-section__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}


@media (max-width: 768px) { 
  .download-section__img {
    order: -1;
  }

  .download-section__wrapper {
    gap: 20px;
  }
}

@media (max-width: 600px) {
  .download-section { 
    margin-top: 40px;
    margin-bottom: 40px;
  }
}


.approach-section {
  margin-top: 120px;
  padding-bottom: 94px;
}

.approach-section__container {
  display: grid;
  grid-template-columns: 1fr minmax(400px, 800px);
  gap: 50px;
}

.approach-section .section__title {
  margin: 0 0 29px;
}

.approach-section .wysiwyg * {
  color: #1B241F;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.approach-section img {
  width: 100%;
  height: auto;
  display: block;
  margin: 46px 0 0;
  max-width: 675px;
}

.approach-section__container::before {
  content: "";
  position: absolute;
  top: 130px;
  left: 0;
  width: 26vw;
  background-image: url('https://zakonidelo.demoalente.ru/protected/views/site/dev/images/approach-decor.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  aspect-ratio: 1 / 1;
}

@media (max-width: 1650px) {
  .approach-section__container::before {
    width: 20vw;
  }

  .approach-section img {
    max-width: 580px;
 }
}


@media (max-width: 1280px) {
  .approach-section__container {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .approach-section__container::before { 
    left: auto;
    right: 0;
  }
}

@media (max-width: 1024px) {
  .approach-section {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) { 
  .approach-section__container::before {
    left: auto;
    right: 0;
    width: 37vw;
    top: 11vw;
  }
}

@media (max-width: 600px) {
  .approach-section {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}


.important-section {
  background: #191D19;
  padding: 140px 0 70px;
}

.principe-list {
  margin: 0 0 72px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.principe-item {
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(300px, 443px) 1fr;
}

.pricnipe-item__img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  overflow: hidden;
}


.pricnipe-item__content {
  gap: 34px;
  display: grid;
  grid-template-columns: 442px 1fr;
  border-bottom: 1px solid rgba(255, 255, 255, 0.40);
  padding: 0 0 40px;
}

.principe-item:first-child .pricnipe-item__content {
  border-top: 1px solid rgba(255, 255, 255, 0.40);
  border-bottom: 1px solid rgba(255, 255, 255, 0.40);
  padding: 40px 0;
}

.pricnipe-item__head {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.principe-item__title {
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.78px;
  text-transform: uppercase;
  margin: 0;
}

.principe-item__title span {
  color: rgba(255, 255, 255, 0.50);
}

.pricnipe-item__text, .pricnipe-item__text * {
  color: #E6EAEE;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.pricnipe-item__text p:last-child {
  margin-bottom: 0;
}

.pricnipe-item__text span {
  color: rgba(230, 234, 238, 0.60);
}

.principe-item__count {
  color: rgba(255, 255, 255, 0.20);
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -1.5px;
  text-transform: uppercase;
  display: block;
}

.pricnipe-diviz {
  color: #A06650;
  text-align: center;
  font-family: Playfair;
  font-size: 40px;
  font-style: italic;
  font-weight: 600;
  line-height: 120%;
  max-width: 920px;
  margin: 0 auto;
}

@media (max-width: 1800px) {
  .pricnipe-item__content {
    grid-template-columns: 360px 1fr;
  }
}


@media (max-width: 1650px) {
  .principe-item {
    grid-template-columns: minmax(300px, 400px) 1fr;
  }

  .principe-item__title {
    font-size: 23px;
  }

  .principe-item__count {
    font-size: 40px;
  }

  .pricnipe-item__content {
    grid-template-columns: 350px 1fr;
  }

  .pricnipe-item__text, .pricnipe-item__text * {
    font-size: 20px;
  }

  .pricnipe-diviz {
    font-size: 35px;
    max-width: 650px;
  }
}


@media (max-width: 1280px) { 
  .pricnipe-item__content {
    grid-template-columns: 1fr;
  }

  .pricnipe-item__head {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    justify-content: start;
  }
  
  .principe-item__title {
    order: 1;
  }

  .principe-item__count {
    order: 0;
  }
}

@media (max-width: 1024px) {
  .important-section {
      padding-top: 60px;
      padding-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .principe-item {
    grid-template-columns: 300px 1fr;
 }
}

@media (max-width: 868px) {
  .principe-item  {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .pricnipe-item__content {
    border-top: 0;
    padding-top: 0;
  }

  .principe-item:first-child .pricnipe-item__content {
    border-top: 0;
    padding-top: 0;
  }

  .principe-list {
    margin: 0 0 40px;
    gap: 36px;
  }
}

@media (max-width: 600px) {
  .important-section {
      padding-top: 40px;
      padding-bottom: 40px;
  }

  .pricnipe-item__content {
    gap: 20px;
  }

  .principe-item__count {
    font-size: 26px;
  }

  .principe-item__title {
    font-size: 14px;
  }

  .pricnipe-item__text, .pricnipe-item__text * {
    font-size: 12px;
  }

  .pricnipe-diviz {
    font-size: 20px;
  }
}