@charset "UTF-8";
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

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

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon/icomoon.eot?m4ukgn');
  src:  url('../fonts/icomoon/icomoon.eot?m4ukgn#iefix') format('embedded-opentype'),
    url('../fonts/icomoon/icomoon.ttf?m4ukgn') format('truetype'),
    url('../fonts/icomoon/icomoon.woff?m4ukgn') format('woff'),
    url('../fonts/icomoon/icomoon.svg?m4ukgn#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

html {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

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

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }
a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .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-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
.embed-responsive::before {
  display: block;
  content: ""; }
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

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

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

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

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

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

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

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

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

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

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

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

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

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

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

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

.text-uppercase {
  text-transform: uppercase !important; }

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

.font-weight-light {
  font-weight: 300 !important; }

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

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/* use */
/*$min_width: 320px;
$max_width: 1200px;
$min_font: 16px;
$max_font: 24px;

html {
  @include fluid-type($min_width, $max_width, $min_font, $max_font);
}*/
/*
html {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  html {
    font-size: calc(16px + 6 * ((100vw - 320px) / 680));
  }
}
@media screen and (min-width: 1000px) {
  html {
    font-size: 22px;
  }
}*/
*,
*::before,
*::after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px;
  color: #2c2a2a;
  background-color: #fff;
  min-width: 320px;
  overflow-x: hidden;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif, Arial; }

#wrapper {
  display: flex;
  flex-direction: column;
  height: 100%; }

#content {
  flex: 1 0 auto;
  width: 100%; }

footer, .footer {
  flex: 0 0 auto; }

a {
  color: var(--main-bg-color);
  /*transition: all 0.2s;*/ }

a:hover {
  color: var(--main-bg-color-second); }

img {
  max-width: 100%; }

input {
  outline: none !important;
  outline-offset: 0 !important;
  box-shadow: none; }

input:focus {
  box-shadow: none; }

*:focus {
  box-shadow: none; }

button {
  outline: 0 !important;
  outline-offset: 0 !important; }

:active, :hover, :focus {
  outline: 0 !important;
  outline-offset: 0 !important; }

*:focus {
  outline: 0 !important;
  outline-offset: 0 !important; }

.logo svg {
  max-width: 100%;
}

svg {
  /*max-width: 100%;*/ }

input::-webkit-input-placeholder {
  color: #ededed;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal; }

input::-moz-placeholder {
  color: #ededed;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal; }

/* Firefox 19+ */
input:-moz-placeholder {
  color: #ededed;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal; }

/* Firefox 18- */
input:-ms-input-placeholder {
  color: #ededed;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal; }

input::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }

input::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }

input:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }

input:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }

input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }

input:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }

input:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }

input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }

.date-input input::-webkit-input-placeholder {
  font-size: 10px;
  color: #5f6368; }

.date-input input::-moz-placeholder {
  font-size: 10px;
  color: #5f6368; }

/* Firefox 19+ */
.date-input input:-moz-placeholder {
  font-size: 10px;
  color: #5f6368; }

/* Firefox 18- */
.date-input input:-ms-input-placeholder {
  font-size: 10px;
  color: #5f6368; }

.sep-column-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  column-gap: 30px; }
@media screen and (max-width: 992px) {
  .sep-column-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6{
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: var(--title-color);
  margin-bottom: 30px;
}
h1, .h1 {
  font-size: 28px;
}
@media screen and (min-width: 300px) {
  h1, .h1,
  h2, .h2,
  h3, .h3,
  h4, .h4,
  h5, .h5,
  h6, .h6 {
    font-size: calc(28px + 20 * ((100vw - 300px) / 1620)); }
}
@media screen and (min-width: 1920px) {
  h1, .h1,
  h2, .h2,
  h3, .h3,
  h4, .h4,
  h5, .h5,
  h6, .h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px; }
}

p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  /*line-height: 1.75;*/
  letter-spacing: normal;
  /*color: #5f6368;*/ }

html *:before,
html *:after {
  /*transition: 0.2s ease-in-out;*/ }

/*!
 * mburger CSS v1.3.3
 */
:root {
  /** Size for the button. */
  --mb-button-size: 50px;
  /** Width for the bars, relative to the button. */
  --mb-bar-width: 0.6;
  /** Height for the bars.*/
  --mb-bar-height: 2px;
  /** Distance between bars (approximately). */
  --mb-bar-spacing: 6px;
  /** Timeout before starting the animation, ensures the animation starts after the menu is fully opened. */
  --mb-animate-timeout: 0.4s; }

.mburger {
  background: transparent;
  border: none;
  border-radius: 0;
  color: inherit;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  height: var(--mb-button-size);
  padding: 0 0 0 var(--mb-button-size);
  margin: 0;
  line-height: var(--mb-button-size);
  vertical-align: middle;
  appearance: none;
  outline: none;
  cursor: pointer; }

.mburger b {
  display: block;
  position: absolute;
  left: calc(var(--mb-button-size) * ((1 - var(--mb-bar-width)) / 2));
  width: calc(var(--mb-button-size) * var(--mb-bar-width));
  height: var(--mb-bar-height);
  border-radius: calc(var(--mb-bar-height) / 2);
  color: inherit;
  opacity: 1; }

.mburger b:nth-of-type(1) {
  bottom: calc(50% + var(--mb-bar-spacing));
  transition: bottom 0.2s ease, transform 0.2s ease, width 0.2s ease; }

.mburger b:nth-of-type(2) {
  top: calc(50% - (var(--mb-bar-height) / 2));
  transition: opacity 0.2s ease; }

.mburger b:nth-of-type(3) {
  top: calc(50% + var(--mb-bar-spacing));
  transition: top 0.2s ease, transform 0.2s ease, width 0.2s ease; }

.mm-wrapper_opened .mburger b:nth-of-type(1) {
  bottom: calc(50% - (var(--mb-bar-height) / 2));
  transform: rotate(45deg); }

.mm-wrapper_opened .mburger b:nth-of-type(2) {
  opacity: 0; }

.mm-wrapper_opened .mburger b:nth-of-type(3) {
  top: calc(50% - (var(--mb-bar-height) / 2));
  transform: rotate(-45deg); }

.mburger--collapse b:nth-of-type(1) {
  transition: bottom 0.2s ease, margin 0.2s ease, transform 0.2s ease;
  transition-delay: 0.2s, 0s, 0s; }

.mburger--collapse b:nth-of-type(2) {
  transition: top 0.2s ease, opacity 0s ease;
  transition-delay: 0.3s, 0.3s; }

.mburger--collapse b:nth-of-type(3) {
  transition: top 0.2s ease, transform 0.2s ease; }

.mm-wrapper_opened .mburger--collapse b:nth-of-type(1) {
  bottom: calc(50% - var(--mb-bar-spacing) - var(--mb-bar-height));
  margin-bottom: calc(var(--mb-bar-spacing) + (var(--mb-bar-height) / 2));
  transform: rotate(45deg);
  transition-delay: calc(var(--mb-animate-timeout) + 0.1s), calc(var(--mb-animate-timeout) + 0.3s), calc(var(--mb-animate-timeout) + 0.3s); }

.mm-wrapper_opened .mburger--collapse b:nth-of-type(2) {
  top: calc(50% + var(--mb-bar-spacing));
  opacity: 0;
  transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + 0.2s); }

.mm-wrapper_opened .mburger--collapse b:nth-of-type(3) {
  top: calc(50% - (var(--mb-bar-height) / 2));
  transform: rotate(-45deg);
  transition-delay: calc(var(--mb-animate-timeout) + 0.3s), calc(var(--mb-animate-timeout) + 0.3s); }

.mburger--spin b:nth-of-type(1) {
  transition-delay: 0.2s, 0s; }

.mburger--spin b:nth-of-type(2) {
  transition-duration: 0s;
  transition-delay: 0.2s; }

.mburger--spin b:nth-of-type(3) {
  transition-delay: 0.2s, 0s; }

.mm-wrapper_opened .mburger--spin b:nth-of-type(1) {
  transform: rotate(135deg);
  transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + 0.2s); }

.mm-wrapper_opened .mburger--spin b:nth-of-type(2) {
  transition-delay: calc(var(--mb-animate-timeout) + 0s); }

.mm-wrapper_opened .mburger--spin b:nth-of-type(3) {
  transform: rotate(225deg);
  transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + 0.2s); }

.mburger--squeeze b:nth-of-type(1) {
  transition-delay: 0.1s, 0s; }

.mburger--squeeze b:nth-of-type(2) {
  transition-delay: 0.1s; }

.mburger--squeeze b:nth-of-type(3) {
  transition-delay: 0.1s, 0s; }

.mm-wrapper_opened .mburger--squeeze b:nth-of-type(1) {
  transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + 0.1s); }

.mm-wrapper_opened .mburger--squeeze b:nth-of-type(2) {
  transition-delay: calc(var(--mb-animate-timeout) + 0s); }

.mm-wrapper_opened .mburger--squeeze b:nth-of-type(3) {
  transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + 0.1s); }

.mburger--tornado b:nth-of-type(1) {
  transition: bottom 0.2s ease, transform 0.2s ease;
  transition-delay: 0.2s; }

.mburger--tornado b:nth-of-type(2) {
  transition: opacity 0s ease, transform 0.2s ease;
  transition-delay: 0.1s, 0.1s; }

.mburger--tornado b:nth-of-type(3) {
  transition: top 0.2s ease, transform 0.2s ease;
  transition-delay: 0s; }

.mm-wrapper_opened .mburger--tornado b:nth-of-type(1) {
  transform: rotate(-135deg);
  transition-delay: calc(var(--mb-animate-timeout) + 0s); }

.mm-wrapper_opened .mburger--tornado b:nth-of-type(2) {
  opacity: 0;
  transform: rotate(-135deg);
  transition-delay: calc(var(--mb-animate-timeout) + 0.4s), calc(var(--mb-animate-timeout) + 0.1s); }

.mm-wrapper_opened .mburger--tornado b:nth-of-type(3) {
  transform: rotate(-225deg);
  transition-delay: calc(var(--mb-animate-timeout) + 0.2s); }

button.mburger > b {
  height: 4px;
  box-shadow: none; }

.list-unstyled {
  list-style-type: none;
  padding: 0;
  margin: 0; }

@media (min-width: 300px) {
  .pt120 {
    padding-top: 70px; } }

@media (min-width: 992px) {
  .pt120 {
    padding-top: 0; } }

@media (max-width: 991px) {
  .h-menu-70 {
    height: 70px; } }

.nav-menu {
  z-index: 16000161;
  top: 0; }
.nav-menu .h100px {
  height: 120px; }


.nav-item {
    position: relative;
}
@media(min-width: 992px) {
  .nav-item {
    padding: 10px 20px;
  }
}

.navbar-header img.hfe-site-logo-img {
    max-width: 100%;
    max-height: 50px;
}
nav.navbar.navbar-header .menu-item-has-children.dropdown .dropdown-toggle.nav-link{
    position: relative;
  display: flex;
  align-items: center;
}
nav.navbar.navbar-header .menu-item-has-children.dropdown .dropdown-toggle.nav-link span {
    position: relative;
    /*padding-right: 30px;*/
}
nav.navbar.navbar-header .menu-item-has-children.dropdown .dropdown-toggle.nav-link:after {
    content: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="14" height="10" viewBox="0 0 14 10" fill="none" id="arrowDropdaun"><path d="M12.2001 2L7.00005 7.6L1.80005 2" stroke="white" stroke-width="2" stroke-linecap="square"/></svg>');
    position: relative;
    right: -5px;
    /*top: 50%;
    transform: translateY(-55%);*/
}

@media (min-width: 992px) {
  .nav-item.mega-menu {
    position: inherit; }
  .nav-item > a {
    display: block;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: none;
    text-decoration: none;
    position: relative;
    z-index: 2;
    /*height: 100%;*/}
  .nav-item.active > a {
    position: relative;
    z-index: 2;
    /*background-color: var(--main-bg-color-second);*/ }
    .nav-item > a > span {
        display: block;
        margin: 8px 0;
        line-height: 20px;
        transition: all 0.2s;
        background-color: transparent;
      border-bottom: 1px solid transparent;}
    .nav-item.active > a > span {
      border-bottom: 1px solid #ffffff;
        /*margin: 0;
        background-color: #ffffff;
        color: var(--main-bg-color);
        padding: 8px 15px;
        line-height: 20px;
        border-radius: 30px;*/}
    .nav-item:hover > a > span{
        border-bottom: 1px solid #ffffff;
        /*background-color: #ffffff;*/
        /*color: var(--main-bg-color);*/}
  .nav-item > a.bold-item > span {
    font-weight: bold;
    margin: 0;
    background-color: #ffffff;
    color: var(--main-bg-color);
    padding: 6px 13px;
    line-height: 20px;
    border-radius: 30px;
  border: 2px solid #ffffff;}

  .nav-item > a.bold-item:hover > span {
    font-weight: bold;
    margin: 0;
    background-color: transparent;
    color: #ffffff;
    padding: 6px 13px;
    line-height: 20px;
    border-radius: 30px;
    border: 2px solid #ffffff;}

/*  .nav-item {
    height: 100%;
    align-self: baseline;
  }*/

    nav.navbar.navbar-header .menu-item-has-children.dropdown.active .dropdown-toggle.nav-link:after {
        display: none;
         }
    nav.navbar.navbar-header .menu-item-has-children.dropdown:hover .dropdown-toggle.nav-link:after {
     /* transform: rotate(180deg);*/
        /*display: none;*/
        /*content: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="14" height="10" viewBox="0 0 14 10" fill="none" id="arrow"><path d="M12.2001 2L7.00005 7.6L1.80005 2" stroke="var(--main-bg-color)" style="stroke:var(--main-bg-color);" stroke-width="2" stroke-linecap="square"/></svg>') !important;*/
    }

 /* .nav-item:hover > a {
    background-color: var(--main-bg-color-second); }*/
  .nav-item:hover.dropdown > .dropdown-menu {
    display: block;
    min-width: 126px; }
  .dropdown-menu {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 1;
    top: 100%;
    box-shadow: 0 0 40px 0 rgba(136, 5, 141, 0.1); }
  .dropdown-menu::after {
    content: "";
    display: block;
    height: 20px;
    width: 100%;
    background-color: var(--main-bg-color); }
  .dropdown-menu .dropdown-menu-items-wrap {
    padding: 40px 45px;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    column-gap: 3.5em;
    -moz-column-rule: 1px solid #F7F7FF;
    -webkit-column-rule: 1px solid #F7F7FF;
    column-rule: 1px solid #F7F7FF; }
  .dropdown-menu .dropdown-menu-items-wrap .menu-column-title > a {
    margin-bottom: 6px;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2c2a2a; }
  .dropdown-menu .dropdown-menu-items-wrap .menu-column-title > a:after {
    content: "";
    border-bottom: 2px solid var(--main-bg-color-second);
    width: 100%;
    display: block; }
  .dropdown-menu .dropdown-menu-items-wrap .menu-column-title > a:hover {
    text-decoration: none;
    color: var(--main-bg-color); }
  .dropdown-menu .dropdown-menu-items-wrap ul {
    margin-bottom: 20px; }
  .dropdown-menu .dropdown-menu-items-wrap ul li {
    margin-bottom: 8px; }
  .dropdown-menu .dropdown-menu-items-wrap ul li a {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #5f6368;
    display: inline-block; }
  .dropdown-menu .dropdown-menu-items-wrap ul li a:after {
    content: "";
    border-bottom: 2px solid var(--main-bg-color-second);
    width: 0;
    display: block; }
  .dropdown-menu .dropdown-menu-items-wrap ul li a:hover {
    text-decoration: none;
    color: var(--main-bg-color); }
  .dropdown-menu .dropdown-menu-items-wrap ul li a:hover:after {
    border-bottom: 2px solid var(--main-bg-color-second);
    width: 100%; }
  .dropdown-menu > ul {
    padding: 20px 26px; }
  .dropdown-menu > ul li {
    position: relative;
    display: inline-block; width:100%;}
  .dropdown-menu > ul li:last-child a {
    margin-bottom: 0; }
  .dropdown-menu > ul li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    margin-bottom: 8px;
    letter-spacing: normal;
    color: #2c2a2a;
    display: inline-block;
    position: relative; }
  .dropdown-menu > ul li a:after {
    content: "";
    /*border-bottom: 2px solid var(--main-bg-color);*/
	border-bottom: 2px solid transparent;
    width: 0;
    display: block;
    transition: 0.2s ease-in-out;}
  .dropdown-menu > ul li a:hover {
    text-decoration: none; }
  .dropdown-menu > ul li a:hover:after {
    border-bottom: 2px solid var(--main-bg-color);
    width: 100%; }
  .w-20 {
    width: 20% !important; }
  .w-80 {
    width: 80% !important; }
  .w-lg-100 {
    width: 100% !important; } }

@media (min-width: 1200px) {
  .nav-item > a {
    font-size: 16px;
    line-height: normal;}
}
@media (max-width: 574px) {
  .w-sm-auto {
    width: auto !important; } }

/* ---------------------------------------------------
     ANIMATED STYLE
 ----------------------------------------------------- */
.animated05s {
  -webkit-animation-duration: 05s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

.xmpl {
  background: var(--main-bg-color);
  width: 50px;
  height: 50px;
  border-radius: 5px; }

.xmpl .mburger b {
  background: #fff;
  margin-bottom: -2px;
  border-radius: 2px;}

.xmpl .mburger b:last-child {
  width: 50%; }

.xmpl .mburger.opened b:last-child{
  width: 30px;
}


.compensate-for-scrollbar {
  margin-right: 0 !important; }

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
@media (max-width: 992px) {
  #mobileSidebar.opened-sidebar {
    background-color: var(--main-bg-color);
    overflow-y: auto;
    display: block !important;
    position: fixed !important;
    top: 0;
    left: 0;
    bottom: 0;
    width: 250px;
    z-index: 100;
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.3);
    padding: 10px 25px 25px 25px; }
  #mobileSidebar.opened-sidebar .menu-column-title > a {
    font-weight: 600; } }

.opened-mobile-menu:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.8;
  background: #fff;
  z-index: 995;
  transition: all 1s ease-in-out; }

.opened-mobile-menu .navbar-brand > a {
  display: none; }

.opened-mobile-menu li {
  margin-bottom: 8px;
  margin-top: 8px; }
.opened-mobile-menu li a {
  line-height: 18px;
  font-size: 14px;
  display: block;
  color: #ffffff; }

.opened-mobile-menu li.nav-item > .dropdown-menu ul li {
  position: relative;
  padding: 0 15px; }
.opened-mobile-menu li.nav-item > .dropdown-menu ul li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--main-bg-color-second);
  left: 0;
  top: 9px;
  transform: translate(0, -30%);
  display: block; }

.ms-item img {
  width: 100%; }
/*
.main-slider-nav .slick-list {
  overflow: hidden;
  max-width: 215px; }
@media (max-width: 991px) {
  .main-slider-nav .slick-list {
    width: 160px; } }

.main-slider-nav {
  position: relative;
  width: 305px; }
@media (max-width: 991px) {
  .main-slider-nav {
    width: 225px; } }
.main-slider-nav .slick-track {
  margin-left: -215px; }
@media (max-width: 991px) {
  .main-slider-nav .slick-track {
    margin-left: -160px; } }
.main-slider-nav .slick-prev {
  display: none !important; }
.main-slider-nav .slick-next.slick-arrow {
  font-size: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 90px;
  background: #fff;
  border: none;
  max-height: 100%;
  cursor: pointer; }
@media (max-width: 991px) {
  .main-slider-nav .slick-next.slick-arrow {
    width: 65px; } }*/

.preview-slider {
  position: absolute;
  bottom: 0;
  right: 0; }
@media (max-width: 991px) {
  .preview-slider {
    transform: translate(0, 50%); } }

.progress-bar-wrap {
  position: absolute;
  bottom: 55px; }
@media (max-width: 991px) {
  .progress-bar-wrap {
    transform: translate(0, 50%);
    bottom: 95px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .progress-bar-wrap {
    margin-left: 2%; } }
.progress-bar-wrap .slide-num {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  line-height: normal;
  color: #ffffff; }

.progress {
  position: relative;
  display: block;
  width: 445px;
  height: 3px;
  overflow: hidden;
  border-radius: 1.5px;
  background-image: linear-gradient(to right, #ffffff, #ffffff);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size .4s ease-in-out;
  margin: 0 25px; }
@media (max-width: 768px) {
  .progress {
    width: 215px; } }

.progress:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 1px; }

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

.slide-desc {
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 5; }
.slide-desc .s-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff; }
@media (max-width: 991px) {
  .slide-desc .s-title {
    font-size: 42px;
    line-height: 42px; } }
.slide-desc .s-caption {
  margin-top: 35px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff; }
@media (max-width: 991px) {
  .slide-desc .s-caption {
    margin-top: 20px;
    margin-bottom: 15px; } }

.discount-circle {
  background-color: rgba(115, 197, 231, 0.7);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center; }
.discount-circle .num-discount {
  font-size: 36px;
  font-weight: bold;
  line-height: 30px;
  display: block; }
.discount-circle .persent-discount {
  font-size: 21px;
  font-weight: bold;
  line-height: 18px;
  color: #ffffff;
  display: block; }
.discount-circle .discount {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0; }

input[type="submit"] {
  display: inline-block;
  max-width: 100%;
  background-color: var(--main-bg-color-second);
  border: none;
  position: relative;
  padding: 25px 40px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 5; }
@media (min-width: 575px) {
  input[type="submit"].big-btn {
    width: 475px;
    padding: 29px 40px; } }
@media (max-width: 575px) {
  input[type="submit"].big-btn {
    width: 100%;
    padding: 29px 29px; } }

.collapse-burger {
  background: var(--main-bg-color);
  display: flex;
  width: 50px;
  height: 40px;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 12px 10px;
  cursor: pointer; }
.collapse-burger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff; }

.title-menu {
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  color: var(--main-bg-color-second); }

.menu-position-item {
  position: relative;
  border: solid 3px transparent; }
.menu-position-item .menu-photo {
  position: relative;
  z-index: 5;
  overflow: hidden;
  max-height: 223px; }
.menu-position-item .menu-photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease; }
.menu-position-item .menu-item-desc {
  position: relative;
  z-index: 5;
  padding: 20px;
  box-shadow: 0 10px 20px 0 rgba(216, 216, 216, 0.2);
  background-color: #ffffff;
  /*&:before{
    content: url("../img/assets_svg/triangle-news.svg");
    display: block;
    position: absolute;
    width: 64px;
    height: 16px;
    top: -16px;
    left: 0;
    right: 0;
    margin: auto;
  }*/ }
.menu-position-item .menu-item-desc .position-name {
  font-size: 13px;
  line-height: normal;
  color: var(--main-bg-color);
  height: 32px;
  overflow: hidden;
  margin-bottom: 5px; }
.menu-position-item .menu-item-desc .position-price {
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  color: #ddad71; }
.menu-position-item:after {
  content: "";
  background: transparent;
  display: block;
  z-index: 0;
  top: -8px;
  bottom: -8px;
  right: -8px;
  left: -8px;
  position: absolute;
  opacity: 0;
  transition: all 0.4s; }
.menu-position-item:hover {
  border: solid 3px #ddad71;
  transition: all 0.4s; }
.menu-position-item:hover .menu-photo img {
  transform: scale(1.1); }
.menu-position-item:hover:after {
  background: #ddad71;
  opacity: 0.5;
  transition: all 0.4s; }

.left-sidebar-menu {
  overflow: hidden;
  border: solid 1px #f4f4f4; }
@media (max-width: 767px) {
  .left-sidebar-menu {
    padding: 10px 20px; } }
@media (max-width: 991px) {
  .left-sidebar-menu .side-menu-list {
    display: none; } }
.left-sidebar-menu > ul > li {
  border: solid 1px #f4f5fc; }
.left-sidebar-menu > ul > li > a {
  position: relative;
  font-size: 13px;
  line-height: normal;
  color: #312C29;
  transition: all 0.3s;
  text-decoration: none !important;
  font-weight: normal;
  padding: 10px 15px;
  display: block; }
.left-sidebar-menu > ul > li > a:hover {
  transition: all 0.3s;
  background-color: var(--main-bg-color);
  color: #ffffff; }
.left-sidebar-menu > ul > li > a:hover .collapse-btn:after {
  content: "+";
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  width: 15px;
  height: 15px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  font-weight: bold; }
.left-sidebar-menu > ul > li.dropdown-side {
  position: relative; }
.left-sidebar-menu > ul > li.dropdown-side .collapse-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%); }
.left-sidebar-menu > ul > li.dropdown-side .collapse-btn:after {
  content: "+";
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  width: 15px;
  height: 15px;
  color: var(--main-bg-color);
  border-radius: 50%;
  cursor: pointer;
  font-weight: bold; }
.left-sidebar-menu > ul > li.dropdown-side.collapse .collapse-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%); }
.left-sidebar-menu > ul > li.dropdown-side.collapse .collapse-btn:after {
  content: "-" !important;
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 11px;
  width: 15px;
  height: 15px;
  color: #fff;
  border-radius: 50%;
  font-weight: bold; }
.left-sidebar-menu > ul > li.dropdown-side.collapse .dropdown-side-menu {
  display: block; }
.left-sidebar-menu > ul > li.dropdown-side.collapse > a {
  background-color: var(--main-bg-color);
  color: #ffffff; }
.left-sidebar-menu > ul > li.dropdown-side .dropdown-side-menu {
  display: none;
  transition: all 0.3s;
  padding: 15px 25px; }
.left-sidebar-menu > ul > li.dropdown-side .dropdown-side-menu a {
  font-size: 13px;
  color: #5f6368; }
.left-sidebar-menu > ul > li.dropdown-side li {
  position: relative;
  margin-bottom: 10px;
  line-height: normal; }
.left-sidebar-menu > ul > li.dropdown-side li a {
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  color: #5e6b77;
  text-decoration: none !important; }
.left-sidebar-menu > ul > li.dropdown-side li a:hover {
  color: var(--main-bg-color); }

.left-sidebar-menu .widget_nav_menu {
  overflow: hidden;
  /*@media(max-width: 767px) {
    padding: 10px 20px;
  }*/ }
.left-sidebar-menu .widget_nav_menu h2 {
  display: none; }
.left-sidebar-menu .widget_nav_menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
.left-sidebar-menu .widget_nav_menu .menu {
  list-style-type: none;
  padding: 0;
  margin: 0; }
@media (max-width: 991px) {
  .left-sidebar-menu .widget_nav_menu .menu {
    display: none; } }
.left-sidebar-menu .widget_nav_menu .menu-left-sidebar-menu-container > ul > li {
  border: solid 1px #f4f5fc; }
.left-sidebar-menu .widget_nav_menu .menu-left-sidebar-menu-container > ul > li > a {
  position: relative;
  font-size: 13px;
  line-height: normal;
  color: #312C29;
  transition: all 0.3s;
  text-decoration: none !important;
  font-weight: normal;
  padding: 10px 15px;
  display: block; }
.left-sidebar-menu .widget_nav_menu .menu-left-sidebar-menu-container > ul > li > a:hover {
  transition: all 0.3s;
  background-color: var(--main-bg-color);
  color: #ffffff; }
.left-sidebar-menu .widget_nav_menu .menu-left-sidebar-menu-container > ul > li.menu-item-has-children {
  position: relative; }
.left-sidebar-menu .widget_nav_menu .menu-left-sidebar-menu-container > ul > li.menu-item-has-children > a {
  position: relative;
  font-size: 13px;
  line-height: normal;
  color: #312C29;
  transition: all 0.3s;
  text-decoration: none !important;
  font-weight: normal;
  padding: 10px 15px;
  display: block; }
.left-sidebar-menu .widget_nav_menu .menu-left-sidebar-menu-container > ul > li.menu-item-has-children > a:after {
  content: "+";
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  width: 15px;
  height: 15px;
  color: var(--main-bg-color);
  border-radius: 50%;
  cursor: pointer;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1; }
.left-sidebar-menu .widget_nav_menu .menu-left-sidebar-menu-container > ul > li.menu-item-has-children > a:hover {
  transition: all 0.3s;
  background-color: var(--main-bg-color);
  color: #ffffff; }
.left-sidebar-menu .widget_nav_menu .menu-left-sidebar-menu-container > ul > li.menu-item-has-children > a:hover:after {
  content: "+";
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  width: 15px;
  height: 15px;
  color: #fff !important;
  border-radius: 50%;
  cursor: pointer;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1; }
.left-sidebar-menu .widget_nav_menu .menu-left-sidebar-menu-container > ul > li.menu-item-has-children.collapse a:after {
  content: "-" !important;
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 11px;
  width: 15px;
  height: 15px;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%); }
.left-sidebar-menu .widget_nav_menu .menu-left-sidebar-menu-container > ul > li.menu-item-has-children.collapse .sub-menu {
  display: block; }
.left-sidebar-menu .widget_nav_menu .menu-left-sidebar-menu-container > ul > li.menu-item-has-children.collapse > a {
  background-color: var(--main-bg-color);
  color: #ffffff; }
.left-sidebar-menu .widget_nav_menu .menu-left-sidebar-menu-container > ul > li.menu-item-has-children .sub-menu {
  display: none;
  transition: all 0.3s;
  padding: 15px 25px;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
.left-sidebar-menu .widget_nav_menu .menu-left-sidebar-menu-container > ul > li.menu-item-has-children .sub-menu a {
  font-size: 13px;
  color: #5f6368; }
.left-sidebar-menu .widget_nav_menu .menu-left-sidebar-menu-container > ul > li.menu-item-has-children .sub-menu .current-menu-item a {
  color: var(--main-bg-color) !important; }
.left-sidebar-menu .widget_nav_menu .menu-left-sidebar-menu-container > ul > li.menu-item-has-children li {
  position: relative;
  margin-bottom: 10px;
  line-height: normal; }
.left-sidebar-menu .widget_nav_menu .menu-left-sidebar-menu-container > ul > li.menu-item-has-children li a {
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  color: #5e6b77;
  text-decoration: none !important; }
.left-sidebar-menu .widget_nav_menu .menu-left-sidebar-menu-container > ul > li.menu-item-has-children li a:hover {
  color: var(--main-bg-color); }

.header-logo {
  background-color: #ffffff;
  padding: 11px 33px;
  /*height: 80px;*/ }

.header-contact-btn {
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 4.3px;
  display: inline-block;
  background-color: var(--main-bg-color);
  padding: 13px 26px;
  text-transform: uppercase;
  color: #ffffff !important;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 20px;
  transition: all 0.3s}
.header-contact-btn:hover {
  background-color: var(--main-bg-color-hover);
  color: #ffffff;
  text-decoration: none; }

.btn-a {
  position: relative;
  z-index: 3;
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 4.3px;
  display: inline-block;
  background-color: var(--main-bg-color);
  padding: 13px 26px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s}
.btn-a:hover {
  background-color: var(--main-bg-color-hover);
  color: #ffffff;
  text-decoration: none; }
.btn-a:visited {
  color: #ffffff;
}

.btn-wrap a{
  position: relative;
  z-index: 3;
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 4.3px;
  display: inline-block;
  background-color: var(--main-bg-color);
  padding: 13px 26px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s}
.btn-wrap a:hover {
  background-color: var(--main-bg-color-hover);
  color: #ffffff;
  text-decoration: none; }
.btn-wrap a:visited {
  color: #ffffff;
}


@media (min-width: 300px) {
  nav.navbar.navbar-header {
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5); } }

@media (min-width: 992px) {
  nav.navbar.navbar-header {
    background-color: var(--main-bg-color);
    /*background-color: rgba(var(--base-color-r), var(--base-color-g), var(--base-color-b), 0.8);*/
    box-shadow: none; } }

#mobileSidebar {
  margin-bottom: -1px; }

.header-contact-form {
  transition: all 0.5s;
  width: 350px;
  box-shadow: 0 0 40px 0 rgba(136, 5, 141, 0.1);
  background-color: #ffffff;
  padding: 50px 30px 65px 30px;
  right: -100%;
  top: 90px;
  z-index: 100180001;
  visibility: hidden; }
.header-contact-form.show {
  visibility: visible;
  right: 0; }
.header-contact-form .close-contact-form-btn {
  cursor: pointer;
  width: 24px;
  height: 24px;
  object-fit: contain;
  top: 15px;
  right: 15px; }
.header-contact-form .close-contact-form-btn span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #63616B;
  transform: rotate(45deg);
  margin-top: 11px; }
.header-contact-form .close-contact-form-btn span:last-child {
  transform: rotate(-45deg);
  margin-top: -2px; }
.header-contact-form .close-contact-form-btn:hover {
  transition: all 0.5s;
  transform: rotate(180deg); }
/*.header-contact-form .contact-form__title {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2c2a2a;
  display: inline-block;
  border-bottom: 4px solid var(--main-bg-color-second); }*/
.header-contact-form .contact-form__title .elementor-heading-title{
  /*margin-bottom: 25px;*/
  /*font-size: 24px;*/
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  /*color: #2c2a2a;*/
  display: inline-block;
  border-bottom: 4px solid var(--main-bg-color-second); }
label, input {
  width: 100%; }

label {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5f6368;
  margin-bottom: 6px; }
label span {
  color: #ff0000; }

input[type="text"],
input[type="search"]{
  height: 41px;
  border-radius: 2px;
  border: solid 1px #e5e5e5;
  background-color: #ffffff;
  /* margin-bottom: 20px;*/
  padding: 0 15px;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #2c2a2a; }
input[type="text"]:focus,
input[type="search"]:focus{
  border: solid 2px var(--main-bg-color);
  box-shadow: 0 0 8px 0 rgba(136, 5, 141, 0.2); }

input[type="submit"] {
  font-family: Montserrat,sans-serif;
  border: none;
  background-color: var(--main-bg-color-second);
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  padding: 12px 50px;
  transition: all 0.3s;
  max-width: 450px;
  border-radius: 6px;
  text-transform: none;
  width: auto;}
input[type="submit"]:hover {
  background-color: var(--main-bg-color-hover); }

.video-wrap {
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  z-index: 1; }
@media (min-width: 1150px) {
  .video-wrap {
    height: 660px;
    margin-bottom: 130px; } }
.video-wrap .video-overlay {
  position: relative;
  width: 100%;
  height: 660px; }
@media (max-width: 991px) {
  .video-wrap .video-overlay {
    height: 440px; } }
.video-wrap .video-overlay:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  background-color: rgba(52, 36, 53, 0.6); }
.video-wrap .video-logo {
  position: absolute;
  z-index: 6;
  padding: 30px; }
@media (min-width: 992px) {
  .video-wrap .video-logo {
    margin-left: 3%; } }
.video-wrap .video-btn-wrap {
  position: absolute;
  z-index: 6;
  bottom: 90px; }
@media (min-width: 992px) {
  .video-wrap .video-btn-wrap {
    right: 35px;
    bottom: 190px; } }
@media (max-width: 767px) {
  .video-wrap .video-btn-wrap {
    display: none; } }
.video-wrap .video-btn-wrap a {
  text-decoration: none; }
.video-wrap .video-btn-wrap a:hover {
  color: #ffffff;
  text-decoration: none; }
.video-wrap .video-btn-wrap a:hover .video-btn__open {
  background-color: var(--main-bg-color-hover); }

.header-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.video-btn__open {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 58px;
  border-radius: 50%;
  cursor: pointer;
  padding-left: 4px;
  background-color: var(--main-bg-color); }
.video-btn__open.v-btn-opacity {
  background-color: rgba(113, 14, 117, 0.2); }
.video-btn__open:hover {
  color: #ffffff;
  text-decoration: none; }
.video-btn__open:hover .video-btn__open {
  background-color: var(--main-bg-color-hover); }

.video-btn__open {
  transition: all 0.3s; }

.video-container:hover .video-btn__open {
  transform: scale(1.1);
  transition: all 0.3s;
  background-color: var(--main-bg-color-hover) !important; }

.video-btn__caption {
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 4.4px;
  color: #ffffff;
  padding-left: 20px;
  text-transform: uppercase; }

.contact-block {
  width: 100%;
  z-index: 7;
  /*.contacts,.location{
    &:before{
      content: "";
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(52, 36, 53, 0.6);
    }
  }*/ }
@media (min-width: 1150px) {
  .contact-block {
    position: absolute;
    bottom: -50px; } }
@media (max-width: 1149px) {
  .contact-block {
    position: relative;
    margin-top: -50px; } }
@media (max-width: 1149px) {
  .contact-block .col {
    flex: 0 0 100%;
    max-width: 100%; } }
.contact-block .c-col {
  /*flex: 0 0 21%;
  max-width: 21%;*/
  position: relative;
  padding: 30px;
  background-color: var(--main-bg-color);
  height: 200px;
  /* @media(min-width: 768px) and (max-width: 1149px) {
     flex: 0 0 50%;
     max-width: 50%;
     min-height:200px;
   }*/
  /*@media(max-width: 1150px) {
    flex: 0 0 100%;
    max-width: 100%;
  }*/ }
@media (min-width: 300px) and (max-width: 767px) {
  .contact-block .c-col {
    flex: 0 0 100%;
    max-width: 100%;
    height: auto !important;
    min-height: 200px; } }
@media (min-width: 1800px) {
  .contact-block .c-col {
    flex: 0 0 21%;
    max-width: 21%; } }
.contact-block .contacts {
  background-image: url("../img/Rectangle_34.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }
@media (min-width: 768px) and (max-width: 1149px) {
  .contact-block .contacts {
    flex: 0 0 50%;
    max-width: 50%; } }
.contact-block .location {
  background-image: url("../img/Rectangle_35.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }
@media (min-width: 768px) and (max-width: 1149px) {
  .contact-block .location {
    flex: 0 0 50%;
    max-width: 50%; } }
.contact-block .social {
  padding-left: 6%; }
.contact-block .social a {
  margin: 12px; }
.contact-block .social .social-logo {
  transition: all 0.3s; }

.ml--12 {
  margin-left: -12px !important; }

.bg-violet {
  background-color: var(--main-bg-color); }

.time-logo {
  padding-right: 7px;
  top: -2px;
  position: relative; }

.work-time {
  position: relative;
  z-index: 1;
  /* .time-logo {
    left: 0;
    top: -3px;
  }*/ }
@media (min-width: 768px) and (max-width: 1149px) {
  .work-time {
    flex: 0 0 100%;
    max-width: 100%; } }
.work-time .work-time__desc span {
  display: block;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal;
  color: #ededed; }

@media (max-width: 575px) {
  .work-time__w-100 {
    width: 100% !important; } }

.social a {
  display: inline-block;
  margin: 12px; }
.social a:hover .social-logo {
  fill: var(--main-bg-color); }

.contact-block__title {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 10px; }

@media (min-width: 400px) {
  .work-time__grid {
    display: grid;
    /*grid-template-columns: 65px minmax(100px, 1fr);*/
    grid-template-columns: 27px minmax(100px, 1fr);
    grid-gap: 5px;
    width: 100%; } }

.social-logo {
  transition: all 0.3s; }

.icon-contacts {
  left: 0;
  top: -2px; }

.contacts-phone,
.contacts-mail {
  padding-left: 34px;
  margin-bottom: 10px; }
.contacts-phone a,
.contacts-mail a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal; }

.contacts-phone a.bold {
  font-weight: bold;
  font-size: 18px;
  line-height: 16px; }

.contacts-mail {
  font-size: 14px; }

.contacts-location {
  padding-left: 34px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #ffffff; }

.location__detail-wrap {
  position: absolute;
  bottom: 38px; }

a.location__detail-btn {
  position: relative;
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 4.4px;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  text-transform: uppercase;
  border-bottom: 2px solid transparent; }
a.location__detail-btn:after {
  content: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="8" viewBox="0 0 24 8" fill="none"> <path d="M23.3536 4.35356C23.5488 4.15829 23.5488 3.84171 23.3536 3.64645L20.1716 0.464468C19.9763 0.269206 19.6597 0.269206 19.4645 0.464468C19.2692 0.65973 19.2692 0.976312 19.4645 1.17157L22.2929 4L19.4645 6.82843C19.2692 7.02369 19.2692 7.34027 19.4645 7.53554C19.6597 7.7308 19.9763 7.7308 20.1716 7.53554L23.3536 4.35356ZM-4.37114e-08 4.5L23 4.5L23 3.5L4.37114e-08 3.5L-4.37114e-08 4.5Z" fill="white"/></svg>');
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50px;
  margin: auto;
  width: 34px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
a.location__detail-btn:hover {
  text-decoration: none;
  border-bottom: 2px solid var(--main-bg-color-second); }

.services-section {
  position: relative; }

/*@media (min-width: 992px) {
  .services-section:before {
    position: absolute;
    top: -515px;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-image: url("../img/leistungen_bg.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    width: 100%;
    height: 1500px; } }*/

.services-section__wrap {
  margin-top: 30px; }
@media (min-width: 1150px) {
  .services-section__wrap {
    margin-top: 115px; } }

.services-section__item-wrap {
  position: relative;
  transition: all 0.3s;
  display: block;
  text-decoration: none; }
.services-section__item-wrap:hover {
  box-shadow: 0 0 40px 0 rgba(136, 5, 141, 0.1);
  background-color: #ffffff;
  text-decoration: none; }
.services-section__item-wrap:hover .services-section_detail-btn {
  visibility: visible;
  opacity: 1; }

.services-section__item {
  position: relative;
  min-height: 150px; }
.services-section__item img, .services-section__item span, .services-section__item a {
  z-index: 2; }
.services-section__item a {
  text-decoration: none; }
.services-section__item span {
  font-size: 21px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2c2a2a;
  margin-left: 27px; }
.services-section__item .services-name, .services-section__item img {
  margin-top: -25px; }
.services-section__item:after {
  content: "";
  display: block;
  background: #f4f5fc;
  height: 150px;
  width: 80px;
  position: absolute;
  z-index: 0;
  left: 37px; }

.services-section_detail-btn {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 56px !important;
  background-color: var(--main-bg-color);
  display: block;
  position: absolute;
  right: -25px;
  bottom: -25px;
  visibility: hidden;
  transition: all 0.3s;
  opacity: 0; }

.services-block {
  margin-bottom: 48px; }

@media (min-width: 1200px) {
  .services-block:nth-child(3n-1) {
    margin-top: -75px; }
  .services-block:nth-child(3n) {
    margin-top: -150px; } }

.schwerpunkte-section {
  margin-bottom: 30px;
  z-index: 5; }
.schwerpunkte-section img {
  width: 100%; }

.schwerpunkte-section .schwerpunkte-left {
  margin-bottom: 30px;
  padding-right: 8.5%; }
@media (min-width: 768px) {
  .schwerpunkte-section .schwerpunkte-left {
    margin-top: 110px; } }
.schwerpunkte-section .schwerpunkte-left .lnk-block {
  display: block; }
.schwerpunkte-section .schwerpunkte-left .lnk-block:hover {
  text-decoration: none; }
.schwerpunkte-section .schwerpunkte-left .lnk-block:hover img {
  transform: scale(1.1); }
.schwerpunkte-section .schwerpunkte-left .lnk-block:before {
  content: "";
  width: 53%;
  background-color: #f4f5fc;
  display: block;
  position: absolute;
  right: 0;
  top: 4%;
  bottom: 15%;
  z-index: 0; }

.schwerpunkte-section .schwerpunkte-right {
  padding-left: 8.5%;
  margin-bottom: 30px; }
.schwerpunkte-section .schwerpunkte-right .lnk-block {
  display: block; }
.schwerpunkte-section .schwerpunkte-right .lnk-block:hover {
  text-decoration: none; }
.schwerpunkte-section .schwerpunkte-right .lnk-block:hover img {
  transform: scale(1.1); }
.schwerpunkte-section .schwerpunkte-right .lnk-block:before {
  content: "";
  width: 53%;
  background-color: #f4f5fc;
  display: block;
  position: absolute;
  left: 0;
  top: 30%;
  bottom: -11.5%;
  z-index: 0; }

.schwerpunkte-section .schwerpunkte-left__img .schwerpunkte-caption {
  position: absolute;
  top: -25px;
  right: 13%; }

.schwerpunkte-section .schwerpunkte-right__img .schwerpunkte-caption {
  position: absolute;
  bottom: -25px;
  left: 15%; }

.schwerpunkte-left__img img, .schwerpunkte-right__img img {
  object-fit: cover; }

.schwerpunkte-caption {
  box-shadow: 0 10px 10px 0 rgba(136, 5, 141, 0.2);
  background-color: var(--main-bg-color);
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 30px;
  letter-spacing: normal;
  color: #ffffff;
  text-decoration: none;
  max-width: 100%;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 25px; }
.schwerpunkte-caption {
  font-size: 12px; }
@media screen and (min-width: 300px) {
  .schwerpunkte-caption {
    font-size: calc(12px + 18 * ((100vw - 300px) / 1620)); } }
@media screen and (min-width: 1920px) {
  .schwerpunkte-caption {
    font-size: 30px; } }
@media (min-width: 1200px) {
  .schwerpunkte-caption {
    width: 400px; } }

.payment-section {
  position: relative; }
@media (min-width: 992px) {
  .payment-section:before {
    content: "";
    width: 635px;
    height: 635px;
    position: absolute;
    top: -50px;
    right: -100px;
    background-image: url("../img/subtract.png");
    background-repeat: no-repeat;
    background-position: 0 0; } }
.payment-section .schwerpunkte-left__img img, .payment-section .schwerpunkte-right__img img {
  object-fit: cover; }
.payment-section .schwerpunkte-left {
  /*@media(min-width: 768px){
    margin-top: 110px;
  }*/
  margin-bottom: 30px;
  padding-right: 8.5%; }
.payment-section .schwerpunkte-left .lnk-block {
  display: block; }
.payment-section .schwerpunkte-left .lnk-block:hover {
  text-decoration: none; }
.payment-section .schwerpunkte-left .lnk-block:hover img {
  transform: scale(1.1); }
.payment-section .schwerpunkte-left .lnk-block:before {
  content: "";
  width: 53%;
  background-color: #f4f5fc;
  display: block;
  position: absolute;
  right: 0;
  top: 4%;
  bottom: 15%;
  z-index: 0; }
.payment-section .schwerpunkte-left__img .schwerpunkte-caption {
  position: absolute;
  top: -25px;
  right: -5%; }

.payment-section__partner {
  padding: 12px 30px;
  box-shadow: 0 0 40px 0 rgba(136, 5, 141, 0.1);
  background-color: #ffffff;
  text-align: center;
  margin: 10px; }

.payment-section__caption {
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #2c2a2a; }

.scale {
  overflow: hidden; }
.scale img {
  transition: all 0.3s;
  transform: scale(1); }
.scale img:hover {
  transform: scale(1.1); }

.lab-banner {
  background: var(--main-bg-color) url("../img/banner/banner.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  padding: 70px 0 58px 0;
  position: relative;
  z-index: 5;
  margin-top: 150px; }
@media (min-width: 992px) {
  .lab-banner .lab-banner__bg:before {
    content: url("../img/banner/banner_girl.png");
    position: absolute;
    bottom: -7px; } }

.lab-banner__title {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 9px; }
.lab-banner__title {
  font-size: 28px; }
@media screen and (min-width: 300px) {
  .lab-banner__title {
    font-size: calc(28px + 20 * ((100vw - 300px) / 1620)); } }
@media screen and (min-width: 1920px) {
  .lab-banner__title {
    font-size: 48px; } }

.lab-banner__caption {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 30px; }

.lab-banner__btn a {
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 4.4px;
  color: #ffffff;
  padding: 14px 24px;
  border: solid 1px #ffffff;
  background-color: rgba(136, 5, 141, 0);
  text-transform: uppercase; }
.lab-banner__btn a:hover {
  text-decoration: none;
  background-color: var(--main-bg-color); }

.why-us {
  position: relative;
  padding-top: 100px;
  /*&:after {
    content: "";
    display: block;
    width: 635px;
    height: 635px;
    background: url("../img/circle_why.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    left: 126px;
    top: -500px;
  }*/ }
@media (min-width: 1200px) {
  .why-us {
    padding-bottom: 160px;
    background-image: url("../img/bg-teeth.png");
    background-repeat: no-repeat;
    background-position: right -160px;
    border: none; } }
.why-us:before {
  content: "";
  display: block;
  width: 635px;
  height: 635px;
  background: url("../img/subtract.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  left: 126px;
  top: -408px; }

/*.why-us__desc {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #5f6368;
}*/
.why-us__img {
  position: relative;
  display: inline-block;
  padding-left: 8px; }
.why-us__img img {
  position: relative;
  z-index: 2; }
.why-us__img:after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: #f3f4f8;
  z-index: 0; }

.why-us__desc {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #2c2a2a; }

.benefits__img {
  position: relative;
  display: inline-block;
  padding-left: 8px; }
.benefits__img img {
  position: relative;
  z-index: 2; }
.benefits__img:after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: #f3f4f8;
  z-index: 0; }

.benefits__title {
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  color: #2c2a2a;
  margin-bottom: 10px; }

.benefits__desc {
  font-size: 16px;
  line-height: 1.75;
  color: #5f6368; }

.gallery-section {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1; }

.gallery-section__wrap {
  background-color: #f4f5fc;
  max-height: 580px;
  padding: 70px 0; }

.gallery-carousel .gallery-section__wrap {
  overflow: hidden; }

.gallery-carousel .slick-list {
  overflow: unset !important; }

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 60px;
  height: 60px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 5;
  transition: all 0.3s;
  background-color: rgba(136, 5, 141, 0.2); }
.slick-prev:hover, .slick-next:hover {
  background-color: var(--main-bg-color); }

.slick-prev svg {
  transform: rotate(180deg); }

.gallery-carousel .slick-prev {
  left: 0; }

.gallery-carousel .slick-next {
  right: 0; }

@media (min-width: 768px) {
  .gallery-carousel .slick-prev {
    left: 50px; }
  .gallery-carousel .slick-next {
    right: 50px; } }

.gallery-carousel .gallery-item {
  padding: 0; }
@media (min-width: 768px) {
  .gallery-carousel .gallery-item {
    padding: 25px; } }
.gallery-carousel .gallery-item img {
  box-shadow: 0 0 40px 0 rgba(136, 5, 141, 0.1); }

.gallery-carousel .slick-slide:not(.slick-current) img {
  opacity: 0.6; }
@media (min-width: 768px) {
  .gallery-carousel .slick-slide:not(.slick-current) img {
    transform: scale(0.9); } }

.gallery-carousel .slick-slide img {
  transition: all 0.3s;
  width: 100%; }

.reviews-section {
  position: relative;
  width: 100%; }
.reviews-section:before {
  content: "";
  display: block;
  width: 100%;
  height: 520px;
  position: absolute;
  top: 0;
  background-color: #f4f5fc; }

.reviews-section__wrap {
  position: relative;
  padding: 70px 0; }

/*.reviews-section__list {
  margin-top: 60px;
}*/
.reviews-section__item {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 40px 0 rgba(136, 5, 141, 0.1);
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center; }
.reviews-section__item .sorce-header {
  position: relative;
  padding: 25px;
  height: 117px;
  display: flex;
  align-items: center;
  justify-content: center; }
.reviews-section__item .sorce-header.blue {
  background-color: #01a3d4; }
.reviews-section__item .sorce-header.blue:after {
  content: '';
  padding-top: 6%;
  background: linear-gradient(to right top, transparent 54%, #01a3d4 57%) left/50.025% 100% no-repeat, linear-gradient(to left top, transparent 54%, #01a3d4 57%) right/50.025% 100% no-repeat;
  position: absolute;
  top: 100%;
  left: -22px;
  right: -22px;
  /*padding-top: 5%;
  background: linear-gradient(to right top, transparent 47.5%, #01a3d4 50%) left / 50.025% 100% no-repeat,
  linear-gradient(to left top, transparent 47.5%, #01a3d4 50%) right / 50.025% 100% no-repeat;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;*/ }
.reviews-section__item .sorce-header.gray {
  background-color: #f3f4f8; }
.reviews-section__item .sorce-header.gray:after {
  content: '';
  padding-top: 6%;
  background: linear-gradient(to right top, transparent 54%, #f3f4f8 57%) left/50.025% 100% no-repeat, linear-gradient(to left top, transparent 54%, #f3f4f8 57%) right/50.025% 100% no-repeat;
  position: absolute;
  top: 100%;
  left: -22px;
  right: -22px; }
.reviews-section__item .reviews-section__content {
  position: relative;
  padding: 60px 40px 110px 40px;
  flex: 1 0 auto;
  width: 100%; }
.reviews-section__item .reviews-content__desc {
  font-size: 18px;
  min-height: 62px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal; }
.reviews-section__item .reviews-content__top {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--main-bg-color);
  text-transform: uppercase; }
.reviews-section__item .reviews-content__reiting {
  border-top: 1px solid #f4f5fc;
  padding: 16px 0;
  position: absolute;
  bottom: 10px;
  left: 40px;
  right: 40px; }
.reviews-section__item .reviews-content__reiting .num {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 14px;
  letter-spacing: normal;
  margin-right: 10px; }
.reviews-section__item .reviews-count {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #9f9f9f; }

.rating-result {
  width: 100px; }

.rating-result span {
  padding: 0;
  font-size: 15px;
  line-height: 1;
  color: lightgrey; }

.rating-result > span:before {
  content: '★'; }

.rating-result > span.active {
  color: #fbbc04; }

.bg-line-radial {
  position: relative; }
.bg-line-radial:before {
  content: "";
  background: url("../img/circle_1400.png");
  display: block;
  width: 890px;
  height: 1160px;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute; }

.bg-subtract-circle {
  position: relative; }
.bg-subtract-circle:before {
  content: "";
  background: url("../img/subtract.png");
  display: block;
  width: 635px;
  height: 635px;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute; }

.social-section {
  position: relative; }
.social-section:before {
  content: "";
  display: block;
  width: 635px;
  height: 635px;
  background: url("../img/subtract.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  left: 126px;
  top: -75px; }

.insta-news {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px; }
@media (max-width: 992px) {
  .insta-news .insta-news__item {
    flex: 0 0 50%;
    max-width: 50%; }
  .insta-news .insta-news__item:last-child {
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 992px) {
  .insta-news .insta-news__item {
    flex: 0 0 20%;
    max-width: 20%; } }
.insta-news .insta-news__item img {
  object-fit: cover;
  width: 100%; }
.insta-news .insta-news__item a {
  position: relative;
  display: block;
  transition: all 0.3s; }
.insta-news .insta-news__item a:after {
  content: "";
  background-color: rgba(136, 5, 141, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
.insta-news .insta-news__item a:hover:after {
  background-color: transparent; }

.insta-link-text {
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.18;
  letter-spacing: 4.4px;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 5px;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap; }

/*
.insta-link-btn{
  text-decoration: none;
  &:hover{
    text-decoration: none;
    color: $site-base;
  }
}*/
.insta-link-btn {
  text-decoration: none;
  color: #2c2a2a;
  transition: all 0.3s; }
.insta-link-btn:hover {
  text-decoration: none;
  color: var(--main-bg-color); }
.insta-link-btn:hover .insta-arrow {
  fill: var(--main-bg-color); }

.nav-link {
  font-weight: bold; }

.header-page {
  margin-bottom: 70px;
  margin-top: -40px;
  padding: 89px 15px;
  z-index: 1;
  /*background-image: url("../img/uber_uns/top-pic.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;*/ }
.header-page img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  /*wth: auto;
  max-width: none;
  height: 100%;*/ }
.header-page .header-page__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
.header-page h1 {
  position: relative;
  z-index: 1;
  margin-bottom: 0; }
.header-page:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #342435;
  opacity: 0.6; }
.header-page #breadcrumbs {
  text-align: center;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 36px;
  color: #ededed;
  font-size: 12px; }
.header-page #breadcrumbs a {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ededed; }
.header-page #breadcrumbs span.breadcrumb_last {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ededed; }
.header-page h1 {
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #ffffff; }
.header-page h1 {
  font-size: 28px; }
@media screen and (min-width: 300px) {
  .header-page h1 {
    font-size: calc(28px + 20 * ((100vw - 300px) / 1620)); } }
@media screen and (min-width: 1920px) {
  .header-page h1 {
    font-size: 48px; } }
.header-page h1:after {
  display: none; }

.section-left-img {
  position: relative;
  z-index: 1; }
.section-left-img img {
  width: 100%; }
.section-left-img .schwerpunkte-left {
  margin-bottom: 30px;
  padding-right: 8.5%; }
.section-left-img .schwerpunkte-left .lnk-block {
  display: block; }
.section-left-img .schwerpunkte-left .lnk-block:hover {
  text-decoration: none; }
.section-left-img .schwerpunkte-left .lnk-block:hover img {
  transform: scale(1.1); }
.section-left-img .schwerpunkte-left .lnk-block:before {
  content: "";
  width: 53%;
  background-color: #f4f5fc;
  display: block;
  position: absolute;
  right: 0;
  top: 9%;
  bottom: 9%;
  z-index: 0; }
.section-left-img .schwerpunkte-left__img .schwerpunkte-caption {
  position: absolute;
  top: -25px;
  right: 13%; }
.section-left-img.bg-line-radial:before {
  right: -74px;
  top: -497px; }
.section-left-img.bg-subtract-circle:before {
  right: -100px;
  top: 100px; }

.section-right-img {
  position: relative;
  z-index: 2; }
.section-right-img img {
  width: 100%; }
.section-right-img .schwerpunkte-right {
  padding-left: 8.5%;
  margin-bottom: 30px; }
.section-right-img .schwerpunkte-right .lnk-block {
  display: block; }
.section-right-img .schwerpunkte-right .lnk-block:hover {
  text-decoration: none; }
.section-right-img .schwerpunkte-right .lnk-block:hover img {
  transform: scale(1.1); }
.section-right-img .schwerpunkte-right .lnk-block:before {
  content: "";
  width: 53%;
  background-color: #f4f5fc;
  display: block;
  position: absolute;
  left: 0;
  top: 9%;
  bottom: 9%;
  z-index: 0; }
.section-right-img .schwerpunkte-right__img .schwerpunkte-caption {
  position: absolute;
  bottom: -25px;
  left: 15%; }

.section-title {
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  text-decoration: underline;
  -moz-text-decoration-color: var(--main-bg-color-second);
  text-decoration-color: var(--main-bg-color-second); }
.section-title {
  font-size: 33px; }
@media screen and (min-width: 300px) {
  .section-title {
    font-size: calc(33px + 15 * ((100vw - 300px) / 1620)); } }
@media screen and (min-width: 1920px) {
  .section-title {
    font-size: 48px; } }
.section-title:after {
  display: none; }

.mb-60 {
  margin-bottom: 60px; }

@media (min-width: 1800px) {
  .col-cxl-3 {
    flex: 0 0 32%;
    max-width: 32%; } }

/*.blue-section {
  background-color: #f4f5fc;
  padding: 90px 0;
  position: relative;
  z-index: 1; }*/

/*blockquote {
  margin: 0;
  background-image: url("../img/uber_uns/blockquote.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 20px; }*/

/*.uber-uns_doc-photo {
  max-width: 370px;
  display: inline-block;
  overflow: hidden; }
.uber-uns_doc-photo img {
  width: 100%; }*/
/*
.section-violet-info {
  margin: 0 auto 0 auto;
  left: 0;
  right: 0;
  bottom: -80px;
  background-color: var(--main-bg-color);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #ffffff;
  padding: 30px 80px;
  max-width: 800px;
  display: inline-block; }
.section-violet-info {
  font-size: 14px; }
@media screen and (min-width: 300px) {
  .section-violet-info {
    font-size: calc(14px + 9 * ((100vw - 300px) / 1620)); } }
@media screen and (min-width: 1920px) {
  .section-violet-info {
    font-size: 23px; } }*/

.mb-145 {
  margin-bottom: 48px; }
@media (min-width: 992px) {
  .mb-145 {
    margin-bottom: 145px; } }

@media (min-width: 992px) {
  .position-lg-absolute {
    position: absolute; } }

@media (min-width: 1200px) {
  .mleft-offset-left-115 {
    margin-left: -115px; } }

ul.section-nav__list {
  display: flex;
  flex-direction: row;
  border-bottom: 2px solid #f4f5fc;
  padding-bottom: 5px; }
@media (max-width: 992px) {
  ul.section-nav__list {
    flex-wrap: wrap; } }
ul.section-nav__list li {
  padding-right: 1rem;
  white-space: nowrap; }
ul.section-nav__list li:hover a, ul.section-nav__list li.active a {
  font-size: 15px;
  color: #2c2a2a;
  text-decoration: none;
  white-space: nowrap; }
ul.section-nav__list li:hover a:after, ul.section-nav__list li.active a:after {
  left: 0;
  border-bottom: 2px solid var(--main-bg-color);
  width: 100%; }
ul.section-nav__list li a {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(192, 180, 193, 0.6);
  text-decoration: none;
  padding-bottom: 10px;
  transition: all 0.8s !important; }
ul.section-nav__list li a:hover, ul.section-nav__list li a.active {
  font-size: 15px;
  color: #2c2a2a;
  text-decoration: none; }
ul.section-nav__list li a:after {
  content: "";
  border-bottom: 2px solid transparent;
  width: 0;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0; }
@media (max-width: 992px) {
  ul.section-nav__list li {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    padding: 10px; } }

@media (min-width: 992px) {
  .pl-lg-120 {
    padding-left: 120px; } }

@media (min-width: 992px) {
  .doc-item__biography {
    margin-top: -245px; } }

.biography-carousel-wrap {
  position: relative;
  padding: 35px 35px; }
@media (min-width: 992px) {
  .biography-carousel-wrap {
    padding: 35px 0; } }
.biography-carousel-wrap:before {
  content: "";
  display: block;
  background-color: #f8f9fd;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0; }
@media (min-width: 992px) {
  .biography-carousel-wrap:before {
    left: -270px;
    right: -15px; } }

.biography-carousel {
  position: relative;
  z-index: 1;
  overflow: hidden; }
@media (min-width: 992px) {
  .biography-carousel {
    width: 115%; } }
.biography-carousel .biography-carousel__date {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 20px;
  color: var(--main-bg-color);
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 2px solid transparent; }
.biography-carousel .slick-current .biography-carousel__date {
  border-bottom: 2px solid var(--main-bg-color); }
.biography-carousel .biography-carousel__desc {
  font-size: 16px;
  line-height: 1.75;
  color: #5f6368; }

.carousel__title-wrap {
  position: relative;
  z-index: 1; }
@media (min-width: 992px) {
  .carousel__title-wrap {
    max-width: 64%; } }

.biography-carousel__title {
  font-size: 24px;
  font-weight: 500;
  color: #2c2a2a; }

.biography-prev, .biography-next {
  border: none;
  background: transparent;
  cursor: pointer; }
.biography-prev svg path, .biography-next svg path {
  fill: #BDB2BD; }
.biography-prev:hover svg path, .biography-next:hover svg path {
  fill: var(--main-bg-color); }

.biography-prev svg {
  transform: rotate(180deg); }

.biography-carousel .slick-list {
  overflow: visible; }
@media (min-width: 992px) {
  .biography-carousel .slick-list {
    max-width: 50%; } }

.biography-carousel__item {
  margin-right: 25px; }

.biography-carousel__item.slick-slide:not(.slick-active) {
  opacity: 0.5; }

.carousel-overflow {
  overflow: hidden; }

.read-more-block button {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  padding: 0;
  cursor: pointer;
  margin-bottom: 20px; }
.read-more-block button svg {
  transition: all 0.3s; }
.read-more-block button.active svg {
  transform: rotate(180deg); }

.read-more-block .description-slide {
  font-size: 16px;
  color: #2c2a2a;
  display: none; }

hr.light-blue {
  background-color: #f4f5fc;
  margin: 10px 0;
  height: 1px;
  width: 100%;
  border: none; }
hr.light-blue.two-px {
  height: 2px; }

.mt-40 {
  margin-top: 40px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.diploms-lnk {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2c2a2a; }
.diploms-lnk:before {
  content: url("../img/education.png");
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 29px; }
.diploms-lnk:hover {
  text-decoration: none;
  color: var(--main-bg-color); }

#c-map {
  width: 100%;
  height: 500px;
  z-index: 1; }

.contact-block-info {
  margin-top: -180px;
  position: relative;
  z-index: 2; }
@media (min-width: 992px) {
  .contact-block-info {
    margin-top: -250px; } }

.contact-info {
  background-image: url("../img/c_info.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 60px; }
.contact-info .contact-info__title {
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  color: #ffffff; }
.contact-info .contact-info__desc {
  font-size: 15px;
  line-height: 1.6;
  color: #ffffff; }
.contact-info .contact-info__desc a {
  color: #ffffff; }

.mb-100 {
  margin-bottom: 48px; }
@media (min-width: 992px) {
  .mb-100 {
    margin-bottom: 100px; } }

.section-contact-form.bg-subtract-circle:before {
  left: 50px;
  top: -400px; }

.contact-form__desc {
  max-width: 570px;
  font-size: 16px;
  line-height: 1.75;
  color: #5f6368;
  margin: 0 auto 60px auto; }

@media (min-width: 768px) {
  .input-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 8rem; } }

.input-form-submit input {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px; }

.p-40 {
  padding: 20px; }
@media (min-width: 992px) {
  .p-40 {
    padding: 40px; } }

.form-calendar-line {
  background-color: #f4f5fc;
  width: 100%;
  position: relative; }

.info-line {
  font-size: 10px;
  white-space: nowrap;
  padding: 8px;
  font-weight: bold;
  line-height: normal;
  color: #ffffff;
  background-color: var(--main-bg-color);
  position: absolute;
  top: -20px;
  z-index: 1; }
@media (min-width: 400px) {
  .info-line {
    font-size: 12px;
    padding: 8px 20px; } }
.info-line svg, .info-line span {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap; }
.info-line svg {
  margin-right: 5px;
  vertical-align: middle; }
@media (min-width: 400px) {
  .info-line svg {
    margin-right: 10px; } }

#tag {
  max-width: 70px; }

#monat {
  max-width: 100px; }

#jahr {
  max-width: 100px; }

#hour, #minutes {
  max-width: 70px; }

.custom-input {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' fill='none' viewBox='0 0 15 15'><path fill='%23C0B4C1' fill-rule='evenodd' d='M9.48 5.625L7.5 3.644 5.518 5.625l-.887-.881L7.5 1.875l2.862 2.869-.881.881zm-3.962 3.75L7.5 11.356l1.98-1.981.888.881L7.5 13.125l-2.863-2.869.881-.881z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat right 0.4rem center;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.check-block {
  margin-bottom: 40px; }

.check-block__title {
  font-size: 15px;
  line-height: normal;
  color: #2c2a2a;
  margin-bottom: 13px; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff; }
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff; }
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d; }
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }
.custom-control-label::before {
  position: absolute;
  top: 0;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #fff;
  border: 1px solid var(--main-bg-color); }
.custom-control-label::after {
  position: absolute;
  top: 0;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 2px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
  border: 1px solid var(--main-bg-color); }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2388058d' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #fff;
  border: 1px solid var(--main-bg-color); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2388058d'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5); }
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff; }
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none; }
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef; }
.custom-select::-ms-expand {
  opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff; }
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef; }
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none; }
.custom-range:focus {
  outline: none; }
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-range::-moz-focus-outer {
  border: 0; }
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none; }
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none; } }
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff; }
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none; }
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none; } }
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff; }
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none; }
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none; } }
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff; }
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem; }
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem; }
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none; } }

.check-block__radio {
  max-width: 140px; }

.section-information.bg-subtract-circle:before {
  left: 50px;
  top: -350px; }

.light_subtract:before {
  content: "";
  background: url("../img/light_subtract.png");
  display: block;
  width: 635px;
  height: 300px;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  bottom: 0;
  right: 50px; }

.form-blue-bg.light_subtract:before {
  bottom: 0;
  right: 50px; }

.video-container a {
  position: relative;
  display: block;
  line-height: 0; }
.video-container a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(52, 36, 53, 0.6); }

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

.video-container .video-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  justify-content: center; }
/*
.footer-contacts-form__title {
  font-size: 28px;
  font-weight: bold;
  color: #2c2a2a;
  margin-bottom: 10px; }

.footer-contacts-form__desc {
  font-size: 16px;
  line-height: 1.75;
  color: #5f6368;
  margin-bottom: 20px; }*/

@media (min-width: 992px) {
  .mt-m-180 {
    margin-top: -180px; } }

.defoult-arrow-carousel img {
  width: 100%; }

.defoult-arrow-carousel .slick-prev {
  left: 0; }

.defoult-arrow-carousel .slick-next {
  right: 0; }

@media (min-width: 768px) {
  .defoult-arrow-carousel .slick-prev {
    transform: translate(-50%, -50%); }
  .defoult-arrow-carousel .slick-next {
    transform: translate(50%, -50%); } }

.defoult-gallery-carousel img {
  transition: all 0.5s; }

.defoult-gallery-carousel .item {
  padding: 5px; }
.defoult-gallery-carousel .item a {
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 0.5s; }
.defoult-gallery-carousel .item a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  z-index: 1;
  transition: all 0.5s; }
.defoult-gallery-carousel .item a:hover:after {
  background-color: rgba(136, 5, 141, 0.4); }
.defoult-gallery-carousel .item a:hover img {
  transform: scale(1.05); }

/*.f-contact-photo img{
  width: 100%;
}*/
.f-contact-photo {
  text-align: right; }

.work-steps__item .work-steps__number {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 18px; }
.work-steps__item .work-steps__number span {
  display: block;
  width: 60px;
  height: 60px;
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: var(--main-bg-color);
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 50%; }
.work-steps__item .work-steps__number:after {
  content: url("../img/step_arrow.png");
  display: block;
  width: 100%;
  text-align: right; }

.work-steps__item .work-steps__title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #2c2a2a; }
.work-steps__item .work-steps__title:after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: var(--main-bg-color-second);
  margin-bottom: 16px;
  margin-top: 14px; }

.work-steps__item .work-steps__desc {
  font-size: 16px;
  line-height: 1.75;
  color: #5f6368; }

.mb-80 {
  margin-bottom: 80px; }

.work-steps-list .row .step-item:last-child .work-steps__number:after {
  display: none; }

.section-relative {
  position: relative;
  z-index: 1; }

.video-section.bg-subtract-circle:before {
  top: 0;
  transform: translate(10px, -65%);
  left: -30px; }

.section-benefits.bg-subtract-circle:before {
  bottom: 0;
  transform: translate(10px, 65%);
  left: -15px;
  z-index: 0; }

.navigation-section.bg-subtract-circle:before {
  top: 0;
  right: 0;
  transform: translate(0, -50%); }

.section-gallery.bg-subtract-circle:before {
  top: 0;
  left: 0;
  transform: translate(0, -50%); }

.text-column-section.bg-subtract-circle:before {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%); }

.text-section.bg-subtract-circle:before {
  top: 0;
  right: 0;
  transform: translate(20%, -45%); }

p {
  position: relative;
  z-index: 1; }

.text-column-section span, .text-column-section img, .text-column-section .sep-column-2,
.text-section span,
.text-section img,
.text-section .sep-column-2 {
  position: relative;
  z-index: 1; }

.fancy-video .fancybox-bg {
  background-color: rgba(52, 36, 53, 0.6) !important;
  opacity: 1 !important; }

.fancy-image .fancybox-bg {
  background-color: rgba(52, 36, 53, 0.6) !important;
  opacity: 1 !important; }

.fancy-image .fancybox-button {
  background: transparent !important; }

.fancy-image .fancybox-button div {
  background: rgba(var(--base-color-r), var(--base-color-g), var(--base-color-b), 0.6) !important;
  /*width: 60px;
  height: 60px;*/ }

.fancy-image .fancybox-toolbar {
  background: rgba(var(--base-color-r), var(--base-color-g), var(--base-color-b), 0.6) !important; }

.fancy-image .fancybox-navigation .fancybox-button--arrow_left {
  padding: 25px 22px 25px 0 !important; }

.fancy-image .fancybox-navigation .fancybox-button--arrow_right {
  padding: 25px 0 25px 22px !important; }

.aligner-benefits .benefits__item {
  text-align: center; }

.aligner-benefits .al-benefits__img {
  width: 150px;
  height: 150px;
  margin: 0 auto 20px auto;
  border-radius: 50%;
  box-shadow: 0 11px 50px 0 rgba(210, 206, 255, 0.48);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  display: flex;
  justify-content: center; }
@media screen and (max-width: 991px) {
  .aligner-benefits .al-benefits__img {
    width: 110px;
    height: 110px; } }
.aligner-benefits .al-benefits__img img {
  object-fit: none; }

.aligner-benefits .benefits__description {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: normal;
  color: #5f6368;
  text-align: center;
  max-width: 225px;
  margin: 0 auto; }
@media screen and (max-width: 991px) {
  .aligner-benefits .benefits__description {
    font-size: 14px;
    line-height: 1.5; } }

.table {
  margin: 0 auto;
  background-color: #fafafa;
  box-shadow: 0 10px 31px 0 rgba(136, 5, 141, 0.06);
  table-layout: fixed;
  width: 100%; }
@media screen and (max-width: 991px) {
  .table {
    min-width: 850px;
    overflow-x: auto; } }
.table thead {
  background-color: var(--main-bg-color); }
.table thead th {
  position: relative;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: .75rem;
  vertical-align: top; }
.table thead th:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  left: 0;
  top: calc(50% - 10px);
  background-color: rgba(255, 255, 255, 0.4); }
.table thead th:first-child:before {
  display: none; }
.table thead th:nth-child(2):before {
  display: none; }
.table tbody th {
  border: 1px solid #fff; }
.table td {
  font-size: 15px;
  border: 1px solid #fff;
  padding: .75rem;
  vertical-align: middle; }

.table-responsive {
  display: block;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
@media screen and (min-width: 768px) {
  .table-responsive .table-responsive {
    overflow-x: hidden !important; } }

@media screen and (max-width: 991px) {
  .table-responsive {
    position: relative;
    overflow-x: auto; }
  .table-responsive.swipe_table:before {
    content: "";
    display: block;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 110px;
    height: 110px;
    background: url(../img/swipe_table.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 5; }
  .table-responsive.swipe_table:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(243, 243, 243, 0.6); } }

@media screen and (max-width: 767px) {
  .reason {
    padding: 30px 0; } }

.reason h2 {
  padding: 0 20%; }

.reason-cabinet {
  margin-bottom: 100px; }
@media screen and (max-width: 1199px) {
  .reason-cabinet img {
    position: absolute;
    bottom: 0;
    left: 0; } }
@media screen and (max-width: 767px) {
  .reason-cabinet img {
    position: static;
    margin: 0 auto; } }
.reason-cabinet .reason-desc {
  font-size: 16px;
  line-height: 1.75; }
@media screen and (max-width: 991px) {
  .reason-cabinet .reason-desc {
    margin-top: 20px;
    padding-right: 0; } }
@media screen and (max-width: 576px) {
  .reason-cabinet .reason-desc {
    padding-left: 0; } }

.reason-title {
  font-size: 24px;
  font-weight: bold; }
@media screen and (max-width: 1199px) {
  .reason-title {
    margin-top: 14px; } }
@media screen and (max-width: 576px) {
  .reason-title {
    padding-left: 0; } }

.howItWorks {
  text-align: center; }
.howItWorks .howItWorks__list .col-md-4:nth-child(3) .howItWorks__item:after {
  display: none; }
@media screen and (max-width: 767px) {
  .howItWorks .howItWorks__list .col-md-4:nth-child(3) .howItWorks__item:after {
    display: block; } }
.howItWorks .howItWorks__list .col-md-4:nth-child(5) .howItWorks__item:after {
  content: '='; }
@media screen and (max-width: 576px) {
  .howItWorks .howItWorks__list .col-md-4:last-child .howItWorks__item {
    margin-bottom: 50px; } }
.howItWorks .howItWorks__list .col-md-4:last-child .howItWorks__item:after {
  display: none; }
.howItWorks .howItWorks__item {
  position: relative;
  margin-bottom: 60px; }
@media screen and (max-width: 767px) {
  .howItWorks .howItWorks__item {
    margin-bottom: 100px; } }
.howItWorks .howItWorks__item:after {
  content: '+';
  position: absolute;
  top: calc(50% - 70px);
  right: -33px;
  font-size: 60px;
  color: var(--main-bg-color); }
@media screen and (max-width: 767px) {
  .howItWorks .howItWorks__item:after {
    top: 100%;
    right: calc(50% - 18px); } }
.howItWorks .howItWorks__item img {
  width: 200px;
  margin: 0 auto;
  height: auto;
  transform: scale(1.3); }
.howItWorks .howItWorks__list.implant img {
  transform: none;
}
.howItWorks .howItWorks__item p {
  font-size: 18px;
  line-height: 1.56;
  text-align: center; }

.banner-variation-2 {
  position: relative;
  z-index: 1;
  background: url("../img/aligner/08.png") no-repeat;
  background-size: cover;
  background-position: center;
  /*@media screen and (max-width: 991px){
    margin-top: 20px;
  }
  @media screen and (max-width: 767px) {
    margin-top: 150px;
  }*/ }
.banner-variation-2 .banner-title {
  padding: 20px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-align: left; }
@media screen and (max-width: 767px) {
  .banner-variation-2 .banner-title {
    /*position: absolute;
  left: 0;*/
    text-align: center; } }
@media screen and (max-width: 567px) {
  .banner-variation-2 .banner-title {
    padding-top: 45px; } }
.banner-variation-2 .banner__img__wrapper {
  height: 250px; }
@media screen and (max-width: 767px) {
  .banner-variation-2 .banner__img__wrapper {
    height: auto; } }
.banner-variation-2 .banner__img__wrapper img {
  position: absolute;
  bottom: 0; }
@media screen and (max-width: 767px) {
  .banner-variation-2 .banner__img__wrapper img {
    bottom: 100%;
    left: 50%; } }










.banner-variation-3 {
  position: relative;
  z-index: 1;
  background: url("../img/banner/lab-banner-3.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.banner-variation-3 .banner-title {
  padding: 20px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-align: left; }
@media screen and (max-width: 767px) {
  .banner-variation-3 .banner-title {
    /*position: absolute;
  left: 0;*/
    text-align: center; } }
@media screen and (max-width: 567px) {
  .banner-variation-3 .banner-title {
    padding-top: 45px; } }
.banner-variation-3 .banner__img__wrapper {
  height: 250px; }
@media screen and (max-width: 767px) {
  .banner-variation-3 .banner__img__wrapper {
    height: auto; } }
.banner-variation-3 .banner__img__wrapper img {
  position: absolute;
  bottom: 0; }
@media screen and (max-width: 767px) {
  .banner-variation-3 .banner__img__wrapper img {
    bottom: 100%;
    left: 50%; } }

.mh-250 {
  min-height: 250px;
}




.fillForm {
  text-align: center; }
@media screen and (max-width: 991px) {
  .fillForm {
    padding: 30px 0; } }
.fillForm .fillForm-title {
  margin: 0 20% 50px;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  color: #2c2a2a; }
.fillForm .btn {
  padding: 0 55px;
  height: 60px;
  border-radius: 30px;
  line-height: 60px; }
@media screen and (max-width: 425px) {
  .fillForm .btn {
    padding: 0 15px;
    font-size: 16px; } }
.fillForm img {
  margin: 88px auto 10px; }
@media screen and (max-width: 767px) {
  .fillForm img {
    margin-top: 77px; } }

.twentytwenty-handle {
  background-color: var(--main-bg-color);
  border: none; }

.work-gallery-wrap {
  margin: auto; }
@media screen and (min-width: 1700px) {
  .work-gallery-wrap {
    max-width: 730px; } }

@media screen and (min-width: 1700px) {
  .work-gallery-carousel .slick-list {
    overflow: unset !important; } }

.work-gallery-carousel {
  position: relative; }
.work-gallery-carousel .slick-prev {
  left: 33px; }
.work-gallery-carousel .slick-next {
  right: 33px; }
@media screen and (max-width: 992px) {
  .work-gallery-carousel .slick-prev {
    left: 0; }
  .work-gallery-carousel .slick-next {
    right: 0; } }
.work-gallery-carousel .work__item {
  padding: 15px; }
@media screen and (min-width: 1700px) {
  .work-gallery-carousel .work__item {
    padding: 30px; } }
.work-gallery-carousel .slick-list {
  margin: 0 -15px; }

.twentytwenty-container img {
  height: 340px; }
@media screen and (max-width: 991px) {
  .twentytwenty-container img {
    margin: 0 auto; } }
@media screen and (max-width: 767px) {
  .twentytwenty-container img {
    height: auto; } }

.work-gallery-carousel .twentytwenty-container img {
  width: 100%;
  height: auto; }

/*
.twentytwenty-wrapper, .twentytwenty-container{
  width: 100%;
}*/
.virtual .virtual__title {
  padding-bottom: 56px;
  text-align: center; }
@media screen and (max-width: 991px) {
  .virtual .virtual__title {
    padding-bottom: 40px; } }
.virtual .virtual__title p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.75; }

.virtual .virtual-title {
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2c2a2a;
  /* @media screen and (max-width: 767px) {
      font-size: 36px;
    }*/ }

.virtual ul {
  list-style: none;
  padding-left: 23px;
  margin-bottom: 26px; }
.virtual ul li {
  position: relative;
  font-size: 16px;
  line-height: 1.75;
  color: #1a1a1a; }
.virtual ul li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: -23px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--main-bg-color); }

.virtual .btn {
  padding: 10px 19px;
  border-radius: 23px; }
@media screen and (max-width: 767px) {
  .virtual .btn {
    margin-bottom: 30px; } }

@media screen and (max-width: 767px) {
  .virtual .virtual-video2 .offset-lg-1 {
    order: 1; }
  .virtual .virtual-video2 .offset-lg-2 {
    order: 0; }
  .virtual .virtual-video2 .btn {
    margin-bottom: 40px; } }

.virtual-video-wrap .virtual-video {
  margin-bottom: 100px; }
.virtual-video-wrap .virtual-video:last-child {
  margin-bottom: 0; }

.about-aligner-img {
  position: relative; }
.about-aligner-img:after {
  content: "";
  width: 90%;
  height: 90%;
  background-color: #f4f5fc;
  display: block;
  position: absolute;
  left: -8%;
  top: -9%;
  z-index: 0; }
.about-aligner-img img {
  position: relative;
  z-index: 2; }

.bg-aligner {
  /*  display: block;
  position: absolute;
  right: -25%;
  bottom: -200px;
  z-index: 0;*/
  display: block;
  position: relative;
  right: 0;
  bottom: 0;
  z-index: 0;
  transform: translate(50%, -15%); }
.bg-aligner div, .bg-aligner p, .bg-aligner a, .bg-aligner span {
  position: relative;
  z-index: 1; }

.virtual-video .video-wrapper {
  position: relative; }
.virtual-video .video-wrapper:after {
  content: "";
  width: 100%;
  max-width: 375px;
  background-color: #f4f5fc;
  display: block;
  position: absolute;
  right: -14%;
  top: -12%;
  bottom: -12%;
  z-index: 0; }
.virtual-video .video-wrapper img {
  position: relative;
  z-index: 1; }

.aligner-page-circle.bg-subtract-circle:before {
  top: 0;
  transform: translate(10px, -65%);
  left: 3%; }

.aligner-benefits.bg-subtract-circle:before {
  top: 47px;
  left: 6%; }

.reason-cabinet.bg-subtract-circle:before {
  top: 50px;
  right: 10%; }

.fillForm.bg-subtract-circle:before {
  top: -32%;
  left: 5%; }

.works.bg-subtract-circle:before {
  top: -55%;
  right: -5%; }

.virtual.bg-subtract-circle:before {
  top: 29%;
  right: 9%; }

.about-aligner.bg-subtract-circle:before {
  top: 0;
  right: 0; }

/*///////////////////footer////////////////////////*/

/*.footer-contacts {
  background-image: url("../img/footer.png");
  backgrounimgd-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 90px 0; }
.footer-contacts .social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 47px;
  margin: 10px; }
.footer-contacts .footer-contacts__title {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  padding-bottom: 10px;
  border-bottom: 1px solid #843484;
  margin-bottom: 20px; }
.footer-contacts .work-time .work-time__desc span {
  font-size: 14px; }
.copy-right {
  background-color: #2c2a2a;
  padding: 20px 15px; }
.copy-right .copy-right__impressum {
  color: #ffffff; }
.copy-right .copy-right__impressum a {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #ffffff; }
.copy-right .copy-right__caption {
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.4;
  letter-spacing: normal;
  color: #a8a8a8; }
.copy-right .copy-right__caption a {
  color: var(--main-bg-color-second); }*/

#gotop {
  width: 70px !important;
  height: 62px !important;
  display: none;
  box-sizing: border-box;
  position: fixed;
  right: 0 !important;
  bottom: 13px !important;
  cursor: pointer;
  background-color: #ffffff;
  z-index: 20;
  text-align: center;
  line-height: 47px;
  font-size: 30px;
  vertical-align: middle;
  opacity: 1;
  border-radius: 2px !important;
  box-shadow: 0 10px 10px 0 rgba(136, 5, 141, 0.2);
  transition: all 0.3s; }
#gotop:hover {
  background-color: var(--main-bg-color); }
#gotop:hover svg path {
  fill: #fff; }
#gotop svg {
  position: relative;
  z-index: 20;
  margin-top: 5px; }

/*@media (min-width: 992px) {
  .grid-list-col-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 9rem; } }

.section-p-90 {
  padding: 90px 0; }

.text-title {
  font-size: 24px;
  font-weight: bold;
  color: #2c2a2a;
  margin-bottom: 27px; }
@media (min-width: 992px) {
  .text-title.h63 {
    min-height: 63px; } }

.parking-carousel img {
  width: 100%; }

.parking-carousel .slick-prev {
  left: 0; }

.parking-carousel .slick-next {
  right: 0; }

@media (min-width: 768px) {
  .parking-carousel .slick-prev {
    transform: translate(-50%, -50%); }
  .parking-carousel .slick-next {
    transform: translate(50%, -50%); } }

@media (min-width: 992px) {
  .parking-carousel:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -60px;
    bottom: -60px;
    background-color: #f4f5fc; } }*/

@media (min-width: 992px) {
  .pl-xl-6, .px-xl-6 {
    padding-left: 5rem !important; } }
/*
.calendar-button-component {
  cursor: pointer; }

.xdsoft_datetimepicker .xdsoft_calendar td {
  text-align: center !important; }

.xdsoft_calendar tr:nth-child(odd) td {
  background: #ffffff !important; }

.xdsoft_calendar tr:nth-child(even) td {
  background: #f4f5fc !important; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: var(--main-bg-color-second) !important;
  box-shadow: none !important;
  color: #fff; }

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 0 !important; }

.xdsoft_datetimepicker .xdsoft_calendar tr th {
  color: #ffffff;
  background-color: #89058F; }

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  border: none !important; }

.xdsoft_datetimepicker .xdsoft_datepicker {
  margin-left: 0 !important; }

.xdsoft_datetimepicker {
  padding: 0 !important; }*/

/*.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
  background: #710e75 !important;
}

.xdsoft_label.xdsoft_month > span {
  color: #fff;
}
.xdsoft_label.xdsoft_year > span {
  color: #fff;
}*/
/*.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-right: 8px; }

.xdsoft_datetimepicker .xdsoft_timepicker {
  margin-right: 8px; }*/

/*
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f4f5fc !important;
}*/
/*/////////////////test//////////////////*/
/*.overlay {
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1050;
  overflow-y: auto; }

.modal_test {
  position: relative;
  margin: 10vh auto;
  width: 800px;
  background-color: #fff;
  box-shadow: 0 11px 50px 0 rgba(210, 206, 255, 0.48); }
@media screen and (max-width: 810px) {
  .modal_test {
    width: 100%;
    margin: 5vh auto; } }
@media screen and (max-width: 525px) {
  .modal_test {
    padding: 30px 0 0; } }
.modal_test .slick-prev svg {
  transform: rotate(0deg);
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 7px; }
.modal_test form {
  padding: 0 60px 60px; }
@media screen and (max-width: 525px) {
  .modal_test form {
    padding: 0 30px 20px; } }
.modal_test .modal_test-submit {
  cursor: pointer;
  display: none;
  position: absolute;
  right: 5%;
  bottom: 20px;
  width: 175px;
  height: 45px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 4.4px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border: none;
  background-color: var(--main-bg-color);
  transition: all 0.3s ease;
  z-index: 555; }
@media screen and (max-width: 525px) {
  .modal_test .modal_test-submit {
    width: 115px;
    right: 20px; } }
.modal_test .modal_test-submit:hover {
  background-color: #a006a6; }
.modal_test .slider__counter {
  position: absolute;
  top: -30px;
  right: -20px;
  font-size: 16px;
  color: #483f48; }
@media screen and (max-width: 525px) {
  .modal_test .slider__counter {
    top: -10px;
    right: -10px; } }
.modal_test .test-step-title {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1a1a1a; }
@media screen and (max-width: 525px) {
  .modal_test .test-step-title {
    font-size: 26px; } }
.modal_test p {
  font-size: 16px;
  line-height: 1.75;
  color: #483f48; }
.modal_test hr {
  border: 2px solid var(--main-bg-color); }
.modal_test .modal_test__footer {
  height: 80px;
  background-color: #fafafa; }
.modal_test .btn-close {
  position: absolute;
  bottom: -100px;
  left: calc(50% - 35px);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: 0 10px 31px 0 rgba(136, 5, 141, 0.49); }
.modal_test .slick-arrow {
  width: 175px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  border: none;
  background-color: var(--main-bg-color);
  z-index: 9;
  cursor: pointer;
  transition: all 0.2s ease;
  position: absolute;
  top: 50% !important;
  transform: translate(0, -50%); }
@media screen and (max-width: 525px) {
  .modal_test .slick-arrow {
    width: 115px; } }
.modal_test .slick-arrow:before {
  display: none; }
.modal_test .slick-disabled {
  opacity: 1; }
.modal_test .slick-next {
  right: 5%;
  left: auto;
  text-transform: uppercase;
  letter-spacing: 4.4px;
  font-size: 11px;
  font-weight: bold; }
@media screen and (max-width: 525px) {
  .modal_test .slick-next {
    top: calc(100% + 35px); } }
.modal_test .slick-prev {
  top: calc(100% + 75px);
  left: 0;
  background: none;
  color: #bb9bbd;
  box-shadow: none;
  font-size: 16px; }
@media screen and (max-width: 525px) {
  .modal_test .slick-prev {
    top: calc(100% + 35px); } }

@media screen and (max-width: 815px) {
  .form-check__wrap {
    height: auto;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    overflow: scroll; } }

.form-check label {
  position: relative;
  display: block;
  padding-left: 35px;
  width: 100%;
  font-size: 13px;
  line-height: 3.08;
  color: #483f48;
  cursor: pointer; }
.form-check label:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  left: 0;
  border-radius: 50%;
  border: 1px solid var(--main-bg-color); }
.form-check label:after {
  display: none;
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: 16px;
  left: 6px;
  border-radius: 50%;
  background: var(--main-bg-color); }

.form-check input[type="radio"] {
  display: none; }

.test-part1 .form-check input:checked + label:after, .test-part4 .form-check input:checked + label:after, .test-part5 .form-check input:checked + label:after {
  display: block; }

.test-part2 .form-check label:hover span,
.test-part3 .form-check label:hover span {
  box-shadow: 0 10px 15px 0 rgba(136, 5, 141, 0.12);
  border: solid 2px var(--main-bg-color);
  transition: all 0.3s; }

.test-part2 label,
.test-part3 label {
  width: 160px;
  padding-left: 0;
  line-height: 1.38; }
@media screen and (max-width: 425px) {
  .test-part2 label,
  .test-part3 label {
    width: 125px;
    text-align: center; } }
.test-part2 label:before, .test-part2 label:after,
.test-part3 label:before,
.test-part3 label:after {
  display: none; }

.test-part2 .form-check,
.test-part3 .form-check {
  display: inline-block;
  vertical-align: top;
  margin-right: 9px; }
@media screen and (max-width: 425px) {
  .test-part2 .form-check,
  .test-part3 .form-check {
    margin-right: 0px; } }
.test-part2 .form-check:last-child,
.test-part3 .form-check:last-child {
  margin-right: 0; }
.test-part2 .form-check input:checked + label span,
.test-part3 .form-check input:checked + label span {
  box-shadow: 0 10px 15px 0 rgba(136, 5, 141, 0.12);
  border: solid 2px var(--main-bg-color); }

.form-check {
  padding-left: 0; }
.form-check span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 13px;
  width: 160px;
  height: 100px;
  border-radius: 2px;
  border: 1px solid #e4e2e4;
  background-color: #fff; }
@media screen and (max-width: 425px) {
  .form-check span {
    width: 125px;
    text-align: center; } }

.test-part9 .form-group .form-control {
  height: 50px;
  border-radius: 2px;
  border: solid 1px #e4e2e4;
  font-size: 16px;
  font-weight: 400;
  color: #bb9bbd; }

#count {
  width: 100px;
  height: 80px;
  border-radius: 2px;
  border: 1px solid var(--main-bg-color);
  background-color: #fff;
  font-size: 13px;
  line-height: 3.08;
  text-align: center;
  color: #483f48; }

#minus, #plus {
  font-size: 24px;
  color: #1a1a1a;
  border: none;
  width: 30px;
  background: transparent; }

.button-wrapper {
  position: relative; }

.button-wrapper span.label {
  position: relative;
  padding: 14px 0;
  display: inline-block;
  width: 175px;
  cursor: pointer;
  color: #1a1a1a;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  height: 45px;
  border: solid 2px var(--main-bg-color);
  background-color: #ffffff; }

#upload {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer; }

.test-part8 .form-group .form-control {
  height: 150px;
  width: 100%;
  border-radius: 2px;
  border: solid 1px #e4e2e4;
  background-color: #fff; }
.test-part8 .form-group .form-control:focus {
  box-shadow: none; }

.scroll-up {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 5px;
  bottom: 50px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: 0 10px 31px 0 rgba(136, 5, 141, 0.49);
  background-color: var(--main-bg-color);
  border: none; }
.scroll-up img {
  width: 21px;
  height: 25px; }

button.btn.btn-close {
  cursor: pointer; }

button.btn.btn-close span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff; }

button.btn.btn-close span:first-child {
  transform: rotate(45deg); }

button.btn.btn-close span:last-child {
  transform: rotate(-45deg) translate(2px, -1px); }

button.btn {
  height: 45px;
  padding: 10px 17px;
  font-size: 16px;
  color: #fff;
  border-radius: 22.5px;
  background-color: var(--main-bg-color);
  opacity: 1;
  transition: all 0.3s ease;
  border: 0; }

.resultnumber {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--main-bg-color); }

.modal_test form {
  padding: 0 60px 60px; }*/

/*.item.slick-slide a {
  display: block;
  height: 250px;
}*/

/*.item.slick-slide a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}*/
/*
.uu-num{
  font-family: 'Open Sans', sans-serif;
  font-size: 58px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: var(--main-bg-color);
}
.uu-caption{
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
}*/

.offers-section img {
  width: 100%;
}

.offers-section .offer-item {
  position: relative;
  transition: all 0.5s;
}
.offers-section .offer-item:before,
.offers-section .offer-item:after{
  transition: all 0.5s;
}

.offers-section .offer-item:before {
  content: "";
  /*background-image: linear-gradient(to top, rgba(var(--base-color-r), var(--base-color-g), var(--base-color-b), 1), rgba(255, 255, 255, 0));*/
  /*background: linear-gradient(360deg, #666666 0%, #666666 0.01%, rgba(102, 102, 102, 0.58) 40%, rgba(102, 102, 102, 0.22) 80%, rgba(255, 255, 255, 0) 100%);*/
  background: linear-gradient(360deg, #55869E 0%, #55869E 0.01%, rgba(85, 134, 158, 0.58) 40%, rgba(85, 134, 158, 0.22) 80%, rgba(255, 255, 255, 0) 100%);
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70%;
  opacity: 1;
}

.offers-section .offer-item:hover:before {
  background: linear-gradient(360deg, #65BCE6 0.01%, rgba(101, 188, 230, 0.58) 40%, rgba(101, 188, 230, 0.33) 50%, rgba(255, 255, 255, 0) 100%);
}

/*.offers-section .offer-item:after {
  content: "";
  opacity: 0;
  mix-blend-mode: multiply;
}
.offers-section .offer-item:hover:after {
  content: "";
  background-image: linear-gradient(to top, rgba(var(--base-color-r), var(--base-color-g), var(--base-color-b), 0.8), rgba(var(--second-color-r), var(--second-color-g), var(--second-color-b), 0.5));
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  opacity: 1;
}*/

/*.offers-section .offer-item:hover:before {
  opacity: 0;
}*/


.offers-section .article-content-wrap {
  position: absolute;
  /*bottom: 10px;
  padding: 3%;*/
  z-index: 2;
  width: 100%;
}


.offers-section .article-content-wrap,
.offers-section .article-content-wrap a,
.offers-section .article-content-wrap p{
  color: #ffffff;
  margin-bottom: 0;
}


.article-title {
  font-family: 'Montserrat', sans-serif;
  /*margin-bottom: 14.6px;
  font-size: 26px;
  line-height: 1.15;*/
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.article-content {
  font-family: 'Montserrat', sans-serif;
  /*font-size: 18px;
  line-height: 1.56;*/
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
@media(max-width: 1199px){
  .article-title {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.1;
  }
  .article-content,
  .article-content p{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.1;
  }
  .offers-section .article-content-wrap {
    position: absolute;
    bottom: 3px;
    padding: 0.5rem 2%;
    z-index: 2;
  }
}

@media(min-width: 1200px){
  .article-title {
    margin-bottom: 12px;
    font-size: 21px;
    line-height: 1.1;
  }
  .article-content,
  .article-content p{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.2;
  }
  .offers-section .article-content-wrap {
    bottom: 3px;
    padding: 0.5rem 3%;
  }
}

@media(min-width: 1600px){
  .article-title {
    margin-bottom: 12px;
    font-size: 26px;
    line-height: 1.1;
  }
  .article-content,
  .article-content p{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 1.3;
  }
  .offers-section .article-content-wrap {
    bottom: 3px;
    padding: 0.5rem 3%;
  }
}

.site-description {
  max-width: 140px;
  font-size: 11px;
  line-height: 1.18;
  text-align: left;
  color: #5f6368;
  padding: 10px;
  margin-top: 4px;
}

.logo:hover {
  text-decoration: none;
}

.header-phone a{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
.header-phone a:hover {
  text-decoration: none;
}

/*.header-phone:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml; utf-8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"22\" height=\"22\" fill=\"none\" viewBox=\"0 0 22 22\"><path fill=\"#f3f3f3\" d=\"M11 21.097c5.527 0 10.09-4.563 10.09-10.1 0-5.527-4.573-10.09-10.1-10.09C5.463.907.9 5.47.9 10.997c0 5.537 4.563 10.1 10.1 10.1zm0-2.164c-4.399 0-7.926-3.537-7.926-7.936 0-4.4 3.517-7.927 7.916-7.927 4.399 0 7.926 3.528 7.936 7.927.01 4.399-3.537 7.936-7.926 7.936zm-2.328-5.68c2.256 2.245 5.086 3.67 6.768 1.989.062-.072.113-.134.174-.195.4-.492.544-1.138-.03-1.569-.472-.328-.954-.677-1.682-1.18-.585-.41-.933-.296-1.364.124l-.38.369c-.112.113-.297.092-.42.02-.338-.205-.902-.656-1.435-1.189-.523-.523-.995-1.107-1.18-1.425-.061-.103-.112-.277.01-.41l.38-.39c.42-.461.523-.79.113-1.364L8.457 6.362c-.39-.554-.974-.472-1.63.02-.052.031-.093.072-.134.113-1.681 1.682-.256 4.522 1.98 6.757z\"/></svg>");
}*/

.header-phone {
  position: relative;
}
.header-phone svg {
  position: absolute;
  top: 1px;
  left: 0;
}
.header-phone ul {
  padding-left: 28px;
  padding-right: 18px;
}


/*//.main-carousel//*/
.main-carousel .swiper-container {
  overflow: inherit !important;
}
.elementor-image-carousel-wrapper .elementor-swiper-button.elementor-swiper-button-next,
.elementor-image-carousel-wrapper .elementor-swiper-button.elementor-swiper-button-prev{
  width: 50px;
  height: 50px;
  background: var(--main-bg-color-second);
  text-align: center;
  line-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: all 0.3s;
}
.elementor-image-carousel-wrapper .elementor-swiper-button.elementor-swiper-button-next:hover,
.elementor-image-carousel-wrapper .elementor-swiper-button.elementor-swiper-button-prev:hover {
  background-color: var(--main-bg-color-hover);
  opacity: 0.6;
}

/*@media (min-width: 768px) {*/
  .main-carousel .swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.9);
  }
/*}*/
.main-carousel .swiper-slide:not(.swiper-slide-active) img {
  opacity: 0.6;
}
.main-carousel .swiper-slide img {
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .elementor-image-carousel-wrapper .elementor-swiper-button.elementor-swiper-button-prev {
    left: 50%;
    transform: translateX(-110%);
    margin-top: 20px;
    top: auto;
  }
  .elementor-image-carousel-wrapper .elementor-swiper-button.elementor-swiper-button-next {
    right: 50%;
    transform: translateX(110%);
    margin-top: 20px;
    top: auto;
  }
  .main-carousel .elementor-widget-image-carousel .swiper-slide {
    padding: 0!important;
  }

  .main-carousel .elementor-image-carousel-wrapper .elementor-swiper-button.elementor-swiper-button-prev {
    left: 0;
    transform: translateY(-70%);
    margin-top: 0;
    top: 50%;
  }

  .main-carousel .elementor-image-carousel-wrapper .elementor-swiper-button.elementor-swiper-button-next {
    right: 0;
    margin-top: 0;
    top: 50%;
    transform: translateY(-70%);
  }
  .main-carousel .elementor-image-carousel-wrapper .elementor-swiper-button.elementor-swiper-button-next,
  .main-carousel .elementor-image-carousel-wrapper .elementor-swiper-button.elementor-swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

}

@media (min-width: 992px) {
  .main-carousel .swiper-slide a {
    filter: drop-shadow(0px 2px 15px rgba(0, 0, 0, 0.15));
    padding: 15px;
    display: block;
    border-radius: 15px;
    overflow: hidden;
  }

  .main-carousel .elementor-swiper-button-prev {
    left: 0;
  }
  .main-carousel .elementor-swiper-button-next {
    right: 0;
  }
  .main-carousel .elementor-image-carousel-wrapper .elementor-swiper-button.elementor-swiper-button-prev {
    left: 0;
    transform: translateY(-110%);
    margin-top: 0;
    top: 50%;
  }

  .main-carousel .elementor-image-carousel-wrapper .elementor-swiper-button.elementor-swiper-button-next {
    right: 0;
    margin-top: 0;
    top: 50%;
    transform: translateY(-110%);
  }

}
.main-carousel figure.swiper-slide-inner {
  overflow: hidden;
  border-radius: 15px;
}
/*// end .main-carousel //*/

.no-wrap {
  white-space: nowrap;
}
.wrap {
  white-space: normal;
}

.header-addr {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.85;
  letter-spacing: normal;
  text-align: left;
  color: #2c2a2a;
}

.header-work-time {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.85;
  letter-spacing: normal;
  text-align: left;
  color: #2c2a2a;
}
/*html, body {
  height: 100%;
}*/

@media(max-width: 1400px){
  a.logo {
    flex-wrap: wrap;
  }
  .site-description{
    padding: 0;
    margin-top: 0;
  }
}

span.edit-link {
  display: block;
  text-align: center;
}
.post-edit-link {
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 4.3px;
  display: inline-block;
  background-color: var(--main-bg-color);
  padding: 13px 26px;
  text-transform: uppercase;
  color: #ffffff !important;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 20px;
  margin: 15px 30px;
}
@media(min-width: 992px) {
  .menu {
    min-height: 110px;
  }
  .nav-menu.position-fixed {
    animation-duration: 0.3s;
    animation-name: slidein;
  }
  @keyframes slidein {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }
}

@media(max-width: 991px) {
  .nav-menu {
    position: fixed;
  }
}

@media(min-width: 992px) {
  .nav-menu.position-fixed nav.navbar.navbar-header {
    background-color: rgba(var(--base-color-r), var(--base-color-g), var(--base-color-b), 0.8);
  }
}

*::selection {
  color: var(--main-bg-color-second);
  background: var(--main-bg-color);
}
/*// services-menu //*/

.services-menu .menu {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.services-menu .menu .sub-menu{
  list-style-type: none;
  position: relative;
  padding: 0;
  margin: 0;
}
.services-menu .menu .sub-menu a{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.services-menu .menu > li > .wrap-sub-menu .wrap-sub-menu-inside > .sub-menu .sub-menu {
  margin: 0;
  padding: 0;
}
.services-menu .menu > li > .wrap-sub-menu .wrap-sub-menu-inside > .sub-menu .sub-menu li {
  position: relative;
  padding-left: 20px;
}
.services-menu .menu > li > .wrap-sub-menu .wrap-sub-menu-inside > .sub-menu .sub-menu li:before {
  content: "\2013";
  font-size: 24px;
  color: var(--main-bg-color);
  position: absolute;
  top: auto;
  left: 0;
  height: 16px;
  display: inline-flex;
  align-items: center;
}
.services-menu .menu .wrap-sub-menu .sub-menu a:hover {
  color: var(--main-bg-color-hover);
}
.services-menu .menu > li > .wrap-sub-menu .wrap-sub-menu-inside > .sub-menu > li{
  padding-bottom: 15px;
}
.services-menu .menu > li > .wrap-sub-menu .wrap-sub-menu-inside > .sub-menu > li{
  position: relative;
  display: inline-block;
  width: 100%;
  padding-left: 27px;
}
.services-menu .menu > li > .wrap-sub-menu .wrap-sub-menu-inside > .sub-menu.list-styled > li:before{
  content: "\2022";
  font-size: 35px;
  width: 16px;
  height: 16px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--main-bg-color);
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 1;
}

/*.services-menu .menu > li > .wrap-sub-menu .wrap-sub-menu-inside > .sub-menu > li:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 8px;
  top: 7px;
  background: var(--main-bg-color);
  z-index: 0;
}*/



.services-menu .menu > li > .wrap-sub-menu {
  /*display: none;*/
  position: relative;
}



.services-menu .menu > li > .wrap-sub-menu > .wrap-sub-menu-inside{
  /*overflow-y: auto;
  overflow-x: hidden;*/
  height: 100%;
}

.services-menu .menu > li > .wrap-sub-menu .wrap-sub-menu-inside > .sub-menu {
  padding: 40px;
}
/*
.services-menu .menu > li > .wrap-sub-menu .wrap-sub-menu-inside > .sub-menu.price-list {
  padding: 40px 0;
}*/

.services-menu .menu > li > a{
  display: block;
  padding: 15px 0 16px 0;
  background-color: #fff;
  position: relative;
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2c2a2a;
  border-bottom: 1px solid rgba(var(--base-color-r), var(--base-color-g), var(--base-color-b), 0.2);
  margin-right: 14px;
  transition: none;
  z-index: 1;
}
.services-menu .menu > li > .wrap-sub-menu {
  /*background: #FAF7FF;*/
  background-color: rgba(var(--base-color-r), var(--base-color-g), var(--base-color-b), 0.1);
}

@media(min-width: 992px){
  .services-menu .menu > li > a{
    transition: all 0.3s;
  }
  .services-menu .menu > li > .wrap-sub-menu .wrap-sub-menu-inside > .sub-menu.sep-col-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-gap: 2rem;
    -moz-column-rule: 1px solid var(--main-bg-color);
    -webkit-column-rule: 1px solid var(--main-bg-color);
    column-rule: 1px solid var(--main-bg-color);
  }
  .services-menu .menu > li > a {
    max-width: 32%;
  }
  .services-menu .menu > li > .wrap-sub-menu {
    visibility: hidden;
    position: absolute;
    left: 34%;
    top: 0;
    right: 0;
    height: 100%;
    background: #FAF7FF;
    list-style-type: none;
  }
  .services-menu .menu > li > a.active + .wrap-sub-menu {
    visibility: visible;
  }
  .bottom-shadow-inside > .wrap-sub-menu-inside:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 57px;
    width: 100%;
    z-index: 1;
    background: -moz-linear-gradient(top,rgba(250,247,255,0) 0,#faf7ff 80%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(250,247,255,0)),color-stop(80%,#faf7ff));
    background: -webkit-linear-gradient(top,rgba(250,247,255,0) 0,#faf7ff 80%);
    background: -o-linear-gradient(top,rgba(250,247,255,0) 0,#faf7ff 80%);
    background: -ms-linear-gradient(top,rgba(250,247,255,0) 0,#faf7ff 80%);
    background: linear-gradient(top,rgba(250,247,255,0) 0,#faf7ff 80%);
  }
  .bottom-shadow-inside > .wrap-sub-menu-inside:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 45px;
    width: 100%;
    z-index: 2;
    background: -moz-linear-gradient(bottom,rgba(250,247,255,0) 0,#faf7ff 80%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(250,247,255,0)),color-stop(80%,#faf7ff));
    background: -webkit-linear-gradient(bottom,rgba(250,247,255,0) 0,#faf7ff 80%);
    background: -o-linear-gradient(bottom,rgba(250,247,255,0) 0,#faf7ff 80%);
    background: -ms-linear-gradient(bottom,rgba(250,247,255,0) 0,#faf7ff 80%);
    background: linear-gradient(bottom,rgba(250,247,255,0) 0,#faf7ff 80%);
  }
}


@media(max-width: 991px) {
  .services-menu .menu > li > .wrap-sub-menu {
    display: none;
  }
  .services-menu .menu > li > a.active + .wrap-sub-menu {
    display: block;
  }

  .services-menu .menu > li > .wrap-sub-menu .wrap-sub-menu-inside > .sub-menu > li:not(:last-child):after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 8px;
    top: 7px;
    background: var(--main-bg-color);
    z-index: 0;
  }
  .services-menu .menu > li > a:before,
  .services-menu .menu > li > a.active:before{
    transition: none;
  }

  /*.services-menu .menu > li > a:hover,*/
  /*.services-menu .menu > li > a.active {
    text-decoration: none;
    background-color: var(--main-bg-color);
    padding-left: 30px;
    color: #ffffff;
    font-weight: bold;
    z-index: 1;
  }*/


  /*.services-menu {
    overflow: hidden;
  }

  .services-menu .menu > li > a.active + .wrap-sub-menu{
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
  }*/

}



@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}





.services-menu .menu > li > a:hover,
.services-menu .menu > li > a.active{
  text-decoration: none;
  background-color: var(--main-bg-color);
  padding-left: 30px;
  color: #ffffff;
  font-weight: bold;
}

.services-menu .menu > li.menu-item-has-children > a:after{
  content: "+";
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  /*text-align: left;*/
  color: var(--main-bg-color);
  display: block;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: -14px;
  transform: translateY(-50%);
  /*transition: none !important;*/
  width: 30px;
  text-align: right;
  z-index: 2;
  cursor: pointer;
}

.services-menu .menu > li > a:hover:after,
.services-menu .menu > li > a.active:after{
  content: "";
}

.services-menu .menu > li > a:before,
.services-menu .menu > li > a.active:before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  bottom: 0;
  transform: translateY(-50%);
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 14px solid transparent;
  right: -14px;
  transition: all 0.3s;
}

.services-menu .menu > li > a:hover:before,
.services-menu .menu > li > a.active:before{
  content: "";
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 14px solid var(--main-bg-color);
  right: -14px;
}



.services-menu .menu > li > a.active-mobile{
  text-decoration: none;
  background-color: var(--main-bg-color);
  padding-left: 30px;
  color: #ffffff;
  font-weight: bold;
}

.services-menu .menu > li > a.active-mobile:before{
  content: "";
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 14px solid var(--main-bg-color);
  right: -14px;
}

/*.services-menu .menu > li > a.active-mobile + .wrap-sub-menu {
display: block;
}*/




/*.services-menu .menu > li > a:hover + .wrap-sub-menu,*/
/*.services-menu .menu > li:first-child > .wrap-sub-menu{
  display: block;
}*/

@media(max-width: 991px){
  .services-menu .menu{
    padding: 0 35px;
  }
  .services-menu .menu > li > a + .wrap-sub-menu {
    margin-left: -35px;
    margin-right: -35px;
    margin-top: -31px;
  }
}
/*// end services-menu //*/


/* scrollBar */
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-element {
  display: none;
}
.scroll-element, .scroll-element div {
  box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #c2c2c2; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }
/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }
/* end scrollBar*/

@media(max-width: 991px) {
  .wrap-offers {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .wrap-offers::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }

  .wrap-offers .item-offers {
    min-width: 348px;
    margin-right: 10px;
    scroll-snap-align: start;
  }

  #sb_instagram #sbi_images {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    display: flex;
    /*    margin-left: -15px;
        margin-right: -15px;*/
  }
  #sb_instagram #sbi_images .sbi_item {
    min-width: 221px;
    padding: 0 5px 0 0 !important;
    scroll-snap-align: start;
  }
  #sb_instagram #sbi_images .sbi_item:first-child {
    padding: 0 5px 0 15px !important;
  }
  #sb_instagram #sbi_images .sbi_item:last-child {
    padding: 0 0 0 0 !important;
  }
  #sb_instagram #sbi_images::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
}
/*
.elementor-counter {
  border: 3px solid rgba(var(--base-color-r), var(--base-color-g), var(--base-color-b), 0.2) !important;
  border-radius: 16px;
  padding: 28px 15px 41px 15px;
  background-color: #ffffff;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
}
.elementor-counter .elementor-counter-number {
  font-size: 42px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: var(--main-bg-color);
}
.elementor-counter .elementor-counter-number-wrapper{
  flex-direction: column;
  width: 100%;
  max-width: 170px;
  height: 120px;
  line-height: 30px;
  border: solid 3px rgba(var(--base-color-r), var(--base-color-g), var(--base-color-b), 0.2);
  border-radius: 20px;
  margin: 0 auto 20px auto;
  background: #fff;
}
.elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-suffix{
  font-size: 38px;
  font-weight: bold;
  color: var(--main-bg-color);
  text-align: center;
  margin: auto;
  position: relative;
  width: auto;
  display: inline-block;
  line-height: 27px;
  height: 0;
}
.elementor-counter .elementor-counter-title {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: var(--main-bg-color);
}
.elementor-counter .elementor-counter-number-wrapper{
  position: relative;
  transition: all 0.3s;
}
.elementor-counter:hover .elementor-counter-number-wrapper{
  background-color: var(--main-bg-color);
}
.elementor-counter:hover{
  border: 3px solid var(--main-bg-color) !important;
}
.elementor-counter:hover .elementor-counter-number-wrapper .elementor-counter-number,
.elementor-counter:hover .elementor-counter-number-wrapper .elementor-counter-number-suffix{
  color: #ffffff;
}
.elementor-counter .elementor-counter-number-wrapper span{
  position: relative;
  z-index: 1;
}
.elementor-counter:before {
  content: "";
  width: 100%;
  max-width: 190px;
  height: 140px;
  background-color: #faf7fe;
  display: block;
  border-radius: 20px;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: -60px;
  bottom: 0;
  margin: auto;
}*/

.elementor-counter {
  border: 1px solid var(--main-bg-color);
  border-radius: 5px;
  padding: 25px;
  background-color: #ffffff;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
}

.elementor-counter .elementor-counter-title {
  display: inline !important;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  color: #666666;
}
.elementor-counter .elementor-counter-number-wrapper{
  display: inline !important;
}
.elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-suffix{
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  display: inline-block;
  line-height: 16px;
}

.elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-prefix {
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  display: inline-block;
  line-height: 16px;
}
.elementor-counter .elementor-counter-number {
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  display: inline-block;
  line-height: 16px;
}

.count-down .elementor-widget.elementor-widget-heading,
.count-down .elementor-widget.elementor-widget-heading .elementor-widget-container{
  height: 100%;
}
.count-down .elementor-widget-wrap .elementor-widget-counter,
.count-down .elementor-widget-wrap .elementor-widget-counter .elementor-widget-container,
.count-down .elementor-widget-wrap .elementor-widget-counter .elementor-counter{
  height: 100%;
}





.pre-header {
  margin: 0;
}
.pre-header img{
  width: 100% !important;
  height: auto !important;
}
.header-banner img{
  width: 100% !important;
  height: auto !important;
}
@media (min-width: 992px) {
  .mega-menu .dropdown-menu>ul{
    padding: 40px 45px;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    column-gap: 3.5em;
    -moz-column-rule: 1px solid #F7F7FF;
    -webkit-column-rule: 1px solid #F7F7FF;
    column-rule: 1px solid #F7F7FF;
  }

  .mega-menu .dropdown-menu>ul>li>a {
    margin-bottom: 6px;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2c2a2a;
  }

  .mega-menu .dropdown-menu>ul>li>a:after {
    content: "";
    border-bottom: 2px solid var(--main-bg-color);
    width: 100%;
    display: block; }
  .mega-menu .dropdown-menu>ul>li>a:hover {
    text-decoration: none;
    color: var(--main-bg-color-hover); }



  .mega-menu .dropdown-menu>ul>li>ul {
    margin-bottom: 20px;
  }

  .mega-menu .dropdown-menu>ul>li>ul li{
    /*margin-bottom: 8px;*/
  }

  .mega-menu .dropdown-menu>ul>li>ul li a{
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #5f6368;
    display: inline-block;
    margin-bottom: -1px;
  }

  .mega-menu .dropdown-menu>ul>li>ul li a:after {
    content: "";
    border-bottom: 2px solid var(--main-bg-color);
    width: 0;
    display: block; }
  .mega-menu .dropdown-menu>ul>li>ul li a:hover {
    text-decoration: none;
    color: var(--main-bg-color-hover); }
  .mega-menu .dropdown-menu>ul>li>ul li a:hover:after {
    border-bottom: 2px solid var(--main-bg-color);
    width: 100%; }
}

/*///// insta block /////*/
.sbi_photo_wrap .sbi_photo:after {
  content: "";
  background-color: rgba(var(--base-color-r), var(--base-color-g), var(--base-color-b), 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sbi_photo_wrap .sbi_photo:hover:after {
  background-color: transparent;
}


#sb_instagram .sbi_follow_btn a {
  background: transparent;
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.18;
  letter-spacing: 3.3px;
  text-align: left;
  color: #2c2a2a;
  text-transform: uppercase;
}
#sb_instagram .sbi_follow_btn a:focus, #sb_instagram .sbi_follow_btn a:hover {
  outline: 0;
  box-shadow: none;
  color: var(--main-bg-color);
}

#sb_instagram .sbi_follow_btn a svg {
  color: var(--main-bg-color);
}

.main-carousel .elementor-widget-image-carousel .swiper-slide {
  /*padding: 0 20px;*/
  padding: 0;
}
.main-carousel .elementor-widget-image-carousel .swiper-slide img {
  box-shadow: 0 25px 40px 0 rgb(var(--base-color-r), var(--base-color-g), var(--base-color-b), 0.1);
}

.dialog-type-lightbox {
  z-index: 99999999;
}

footer .simple-menu ul li {
  /*margin-bottom: 8px;*/
  /*line-height: 18px;*/
}

footer .simple-menu ul li a{
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-family: 'Montserrat', sans-serif;
  text-decoration: underline;
}
footer .simple-menu ul li a:hover{
  color: rgba(85, 134, 158, 0.7);
}
footer .simple-menu ul {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2.66667rem;
  column-gap: 2.66667rem;
}
@media screen and (max-width: 359px) {
  footer .simple-menu ul{
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1.66667rem;
    column-gap: 1.66667rem }
}
footer h5 {
  color: #ffffff !important;
  font-size: 18px;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 5px !important;
  margin-bottom: 10px !important;
}
/*footer .simple-menu {
  padding: 20px 35px;
  border-radius: 15px;
}*/

.slick-arrow {
  width: 50px;
  height: 50px;
  background-color: var(--main-bg-color-second);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 0 12px;
  cursor: pointer;
  transition: all 0.3s;
}
.slick-arrow:hover {
  background-color: var(--main-bg-color-hover);
  opacity: 0.6;
}
.slick-arrow.slick-disabled {
  opacity: 0.3;
}
.slick-arrow.arrow-prev {
  transform: rotate(180deg);
}

.team-slider-wrap .arrow-prev{
  margin-left: 40px;
}
.team-slider-wrap .arrow-next{
  margin-right: 40px;
}
.center-line {
  position: relative;
  z-index: 10;
}
@media(min-width: 768px){
  .center-line {
    display: flex;
    align-items: center;
  }
  .center-line:before {
    content: "";
    /*width: 42%;*/
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    height: 1px;
    background-color: var(--main-bg-color-second);
  }
  .center-line:after {
    content: "";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    height: 1px;
    background-color: var(--main-bg-color-second);
  }

  .center-line .slider-carousel-arrows {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
}

@media(max-width: 992px) {
  .team-slider-carousel-arrows {
    margin-top: -32px;
  }
}

/*
img.team-photo {
	width: 100%;
  border: 5px solid rgba(var(--base-color-r), var(--base-color-g), var(--base-color-b), 0.2);
  border-radius: 15px 15px 0 0;
  box-shadow: 3px 2px 12px rgba(0, 0, 0, 0.15);
}*/

.team-desc {
  padding: 30px;
  /*border-radius: 0 0 15px 15px;
  box-shadow: 0 4px 30px rgba(102, 102, 102, 0.2);
  border: solid 1px #faf7fe;
  background-color: #ffffff;
  top: 0;
  bottom: 0;
  right: 50px;
  height: 100%;*/
}

@media(min-width: 992px) {
  .team-slider .team-item .team-desc {
    top: 15px;
    bottom: 21px;
  }
}

/*.team-desc > .position-relative {
  height: 100%;
  padding-bottom: 60px;
}*/
.team-desc .team-name {
  font-family: "Montserrat", sans-serif;;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
  margin-bottom: 10px;
}
.team-desc .team-post {
  font-family: "Montserrat", sans-serif;;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #5f6368;
  margin-bottom: 15px;
  line-height: 22px;
}
.team-desc .team-expirience {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  padding: 4px 26px 4px 25px;
  background-color: #faf7fe;
  border-radius: 30px;
  background-color: var(--main-bg-color);
  border:1px solid transparent;

  position: absolute;
  bottom: 0;
}
.team-item {
  transition: all 0.3s;
	height: 100%;
}
.team-item a{
	display: block;
  /*display: inline-block;*/
  text-decoration: none;
  transition: all 0.3s;
	height: 100%;
    /*display: flex;
    flex-direction: column;*/
	overflow: hidden;
	border-radius: 5px;
    box-shadow: 0 3px 7px rgba(102, 102, 102, 0.2);
    border: solid 1px #faf7fe;
    background-color: #ffffff;
	
}
.team-item a:hover{
  text-decoration: none;
}
.team-permalink {
  display: none;
  position: absolute;
  bottom: -56px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  transform: translateY(50%);
  transition: all 0.3s;
}
.team-permalink span {
  width: 52px;
  height: 52px;
  border: solid 2px rgba(var(--base-color-r), var(--base-color-g), var(--base-color-b), 0.2);
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  z-index: 2;
  position: relative;
}

.team-permalink:before {
  content: "";
  background: #faf7fe;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: block;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  transform: translateY(50%);
  z-index: 1;
  transition: all 0.3s;
}

.team-permalink:after {
  content: "";
  background: transparent;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  display: block;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(50%);
  z-index: 1;
  border: solid 1px #faf7fe;
  transition: all 0.3s;
}
/*
.team-item a:hover .team-permalink {
  display: block;
}*/

/*.team-item a:hover .team-desc {
  transition: all 0.3s;
  box-shadow: 7px 10px 20px 0 rgba(84, 37, 169, 0.05);
  border: solid 1px #faf7fe;
  background: #ffffff;
}*/

.team-item a img {
	transition: all 0.3s;
}
.team-item a:hover img {
	transform: scale(1.02);
}

.team-item a:hover .team-desc .team-expirience{
  color: var(--main-bg-color);
  border: 1px solid var(--main-bg-color);
  background-color: #ffffff;
}


/*
.team-item a:hover .team-desc .team-name,
.team-item a:hover .team-desc .team-post{
  color: #ffffff;
}*/

.team-slider .team-item {
  padding: 15px 8px;
}

@media (max-width: 1199px) {
  .team-slider .slick-list {
    /*margin-left: -45px;*/
    /*overflow: visible;*/
  }
  .team-desc {
    /*position: relative;
    top: auto;
    right: 0;
    left: 0;
    max-width: 275px;
    bottom: 70px;
    margin: auto;*/
    position: relative;
    top: auto;
    right: 0;
    left: 0;
    max-width: none;
   /* bottom: 35px;*/
    margin: auto;
  }
  .team-item a,
  .team-item a img.team-photo{
    width: 100%;
  }

}

/*@media (max-width: 575px) {
  .team-slider .slick-list {
    margin-left: -45px;
  }
}*/

@media (max-width: 449px) {
  .team-slider .slick-list {
    margin-left: -43px;
  }
  .testimonial-slider .slick-list {
    margin-left: -35px;
  }
  .testimonial-slider .slick-slide:not(.slick-current) {
    overflow: hidden;
  }
}

img.testimonial-photo {
  border-radius: 8px 8px 8px 45px;
  width: 100%;
}

.testimonial-slider .testimonial-desc {
  padding: 25px;
  border-radius: 16px;
  background-color: #faf7fe;
  width: 90%;
  position: relative;
  right: -40px;
  margin: -30px 0 0 0;
}

.testimonial-slider .testimonial-name {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #384656;
  text-transform: uppercase;
}
.testimonial-slider .testimonial-excerpt,
.testimonial-slider .testimonial-excerpt p{
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  /*color: #384656;*/
}

.video-arrow{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.4);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.testimonial-slider a,
.testimonial-slider a:hover{
  text-decoration: none;
}
.testimonial-item.slick-slide {
  transition: all 0.5s;
}
.testimonial-slider .slick-slide {
  margin: 0 10px;
}
/*
.testimonial-slider .slick-list {
  margin: 0 -10px;
}*/
.testimonial-item.slick-slide:hover .video-arrow {
  transform: scale(1.2);
}

@media(min-width: 1200px) {
  /*  .testimonial-item.slick-slide {
      margin-top: 85px;
    }*/
  .testimonial-slider .slick-slide {
    margin: 85px 30px 0 30px;
  }
  .testimonial-item.slick-slide.slick-current.slick-active {
    margin: 0 30px 0 30px;
  }
  /* the parent */
  .testimonial-slider .slick-list {
    margin: 0 -30px;
  }
  .testimonial-slider .testimonial-desc {
    padding: 30px;
    right: -80px;
    margin: -70px 0 0 0;
  }
  .testimonial-slider .testimonial-desc {
    padding: 35px;
  }
}

html, body {
  overflow-x: hidden;
}
@media(max-width: 992px) {
  .srv-title {
    padding: 0 32px;
  }
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title {
  line-height: 14px !important;
  font-size: 14px;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
  background-color: var(--main-bg-color) !important;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a {
  padding: 6px 15px !important;
}

.elementor-widget .elementor-icon-list-icon .fas{
  color: var(--main-bg-color-second);
}
.elementor-widget .elementor-icon-list-icon .far:before{
  color: var(--main-bg-color-second);
}
.location-list.elementor-widget .elementor-icon-list-icon .fas:before{
  color: var(--main-bg-color)!important;
}

footer .elementor-widget .elementor-icon-list-icon .fas.fa-map-marker-alt:before,
footer .elementor-widget .elementor-icon-list-icon .fas.fa-phone-alt:before,
footer .elementor-widget .elementor-icon-list-icon .fa:before,
footer .elementor-widget .elementor-icon-list-icon .fas:before,
footer .elementor-widget .elementor-icon-list-icon .far:before {
  color: var(--main-bg-color);
}

footer .elementor-background-overlay {
  /*background-color: var(--main-bg-color) !important;*/
}

footer .elementor-widget:not(:last-child) {
  margin-bottom: 10px;
}

section.elementor-section.appointment-banner.elementor-section-boxed {
  background-color: var(--main-bg-color) !important;
}


section.elementor-section.appointment-banner .appointment-banner__caption .elementor-widget-wrap.elementor-element-populated {
  background-color: rgba(var(--base-color-r), var(--base-color-g), var(--base-color-b), 0.7);
}

@media(max-width: 992px) {
  section.elementor-section.appointment-banner {
    background-image: none !important;
  }
}


.header-contact-btn-el .elementor-button-link{
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  display: inline-block;
  background-color: var(--main-bg-color-second);
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s;
  border: 1px solid var(--main-bg-color-second);
  box-shadow: 0 2px 15px rgb(102 102 102 / 20%);
}

.header-contact-btn-el:hover .elementor-button-link{
  background-color: transparent; /*var(--main-bg-color-hover)*/
  color: var(--main-bg-color-second);
  border: 1px solid var(--main-bg-color-second);
  box-shadow: none;
}

.nav-phone a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main-bg-color);
  width: 50px;
  height: 50px;
  border-radius: 5px;
  padding: 3px; !important;}

.navbar-toggler a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main-bg-color);
  width: 50px;
  height: 50px;
  border-radius: 5px;
  padding: 3px !important;}


.btn a {
  background: var(--main-bg-color) !important;
}

.btn a:hover {
  background: var(--main-bg-color-second) !important;
  text-decoration: none;
}
/*
.nav-mob-navigation .nav-phone a .elementor-icon-list-text{
  display: none;
}*/
/*
.nav-mob-navigation .nav-phone a .fas:before{
  color: #ffffff;
  font-size: 22px;
}*/
.team-photo-detail .post-thumbnail img{
  border: 5px solid rgba(var(--base-color-r), var(--base-color-g), var(--base-color-b), 0.2);
  border-radius: 8px 8px 8px 45px;
}




.base-list li,
.base-list li.elementor-icon-list-item {
  position: relative;
  padding-left: 25px;
}

.base-list .elementor-icon-list-items li:before{
  content: "\2022";
  font-size: 35px;
  width: 16px;
  height: 16px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--main-bg-color);
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 1;
}
.base-list .elementor-icon-list-items li:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 8px !important;
  top: 7px;
  background: var(--main-bg-color);
  z-index: 0;
}

.ul-list-timeline{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ul-list-timeline li:before{
  content: "\2022";
  font-size: 35px;
  width: 16px;
  height: 16px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--main-bg-color);
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 1;
}
.ul-list-timeline li:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 8px !important;
  top: 7px;
  background: var(--main-bg-color);
  z-index: 0;
}

.ul-list-timeline li {
  display: flex;
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  color: #5f6368;
  padding-bottom: 10px;
}

.ul-list-timeline li div:first-child {
  color: var(--main-bg-color);
  font-weight: bold;
  padding-right: 20px;
}

nav.navigation.pagination {
  width: 100%;
  text-align: center;
  margin: 40px 15px;
}
nav.navigation.pagination .page-numbers{
  display: inline-block;
  padding: 5px 12px;
  font-size: 18px;
  border: 1px solid var(--main-bg-color);;
  line-height: normal;
  color: var(--main-bg-color);
  transition: all 0.3s;
  border-radius: 5px;
}
nav.navigation.pagination .page-numbers:hover {
  text-decoration: none;
  background: var(--main-bg-color-second);
  color: #ffffff;
}

nav.navigation.pagination  .page-numbers.current {
  background: var(--main-bg-color-second);
  color: #ffffff;
}
.breadcrumb {
  margin-bottom: 10px;
}
.breadcrumb a{
  font-size: 14px;
  color: #5f6368;
}

.breadcrumb .breadcrumb_last {
  font-size: 14px;
  color: #191919;
}

.review-block-item{
  padding: 42px 80px 57px 79px;
  border-radius: 16px;
  border: 3px solid rgba(var(--base-color-r), var(--base-color-g), var(--base-color-b), 0.2);
  background-color: #ffffff;
}

.block-border .elementor-widget-wrap{
  border: 3px solid rgba(var(--base-color-r), var(--base-color-g), var(--base-color-b), 0.2);
}
.block-border-1px .elementor-widget-wrap{
  border: 1px solid rgba(var(--base-color-r), var(--base-color-g), var(--base-color-b), 0.2);
}
.acceptance-wrap{
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.62;
  letter-spacing: normal;
  text-align: left;
  color: #4e5256;
}

.wpcf7-not-valid-tip {
  font-size: 10px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
  font-size: 12px;
  border: 1px solid var(--main-bg-color-second) !important;
  margin: 0 !important;
  line-height: 14px;
}

.height-416 {
  height: 416px;
}

/*.elementor-swiper-button.elementor-swiper-button-prev i,
.elementor-swiper-button.elementor-swiper-button-next i{
  display: none;
}*/

.bottom-arrow-carousel .center-line {
  min-height: 100px;
  margin-top: 20px;
}
.bottom-arrow-carousel .center-line .elementor-swiper-button {
  position: relative;
  margin: 0 12px;
  transform: translateY(0);
}
.bottom-arrow-carousel .center-line .elementor-swiper-button-prev {
  top: auto;
  left: auto;
  margin-left: 40px;
}
.bottom-arrow-carousel .center-line .elementor-swiper-button-next {
  top: auto;
  right: auto;
  margin-right: 40px;
}

.executive-uthority__item > div {
  border: 3px solid rgba(var(--base-color-r), var(--base-color-g), var(--base-color-b), 0.2);
  border-radius: 5px;
  background-color: #ffffff;
}
.executive-uthority__name {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  color: #2c2a2a;
  margin-bottom: 5px;
}

@media (min-width: 280px) {
  .executive-authority-slider .executive-uthority__item.slick-slide {
    margin: 0 5px 0 5px;
  }
  .executive-authority-slider .slick-list {
    margin: 0 -5px;
  }
}

@media (min-width: 1200px) {
  .executive-authority-slider .executive-uthority__item.slick-slide {
    margin: 0 15px 0 15px;
  }
  .executive-authority-slider .slick-list {
    margin: 0 -15px;
  }
}

@media (max-width: 449px) {
  .executive-authority-slider .slick-list {
    margin-left: -45px;
  }
}
/*
.reviews-block__item a {
  position: relative;
  display: block;
  padding: 42px 50px 60px 50px;
  border-radius: 16px;
  border: solid 3px rgba(var(--base-color-r), var(--base-color-g), var(--base-color-b), 0.2);
  background-color: #ffffff;
  height: 100%;
  transition: all 0.3s;
}
.reviews-block__item a:hover {
  border: solid 3px rgba(var(--base-color-r), var(--base-color-g), var(--base-color-b), 1);
}
.reviews-block__item .block__desc {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: normal;
  text-align: center;
  color: #5425a9;
}

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

.reviews-block__item img{
  max-width: 100%;
  height: auto;
}

.reviews-block__item a:hover{
  text-decoration: none;
}


.reviews-block__item a:hover .arrow-permalink {
  display: block;
}


.reviews-block__img {
  border: 3px solid rgba(var(--base-color-r), var(--base-color-g), var(--base-color-b), 0.2);
  width: 152px;
  height: 152px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 0 auto;
  background: #fff;
}

.reviews-block__img_wrap {
  background-color: #faf7fe;
  display: flex;
  align-items: center;
  border-radius: 50%;
  z-index: 0;
  margin: auto;
  width: 180px;
  height: 180px;
  margin-bottom: 30px;
}

*/

.reviews-block__item a{
  display: block;
  background: rgba(203, 226, 237, 0.3);
  border-radius: 15px;
  padding: 25px;
  border:1px solid transparent;
  position: relative;
}
.reviews-block__item a:hover{
  border:1px solid var(--main-bg-color);
}
.reviews-block__item a .reviews-block__img{
  margin-bottom: 15px;
}
.reviews-block__desc {
  background: #FFFFFF;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  line-height: normal;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  color: var(--main-bg-color);
}
.arrow-revs {
  position: absolute;
  right: 14px;
  bottom: 33px;
}
@media(max-width: 575px){
  .reviews-block__desc {
    padding: 3px 10px;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: var(--main-bg-color);
  }
  .arrow-revs {
    bottom: 21px;
  }
}

@media(min-width: 200px){
  .reviews-block-wrap .col-20 {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media(min-width: 575px){
  .reviews-block-wrap .col-20 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media(min-width: 768px){
  .reviews-block-wrap .col-20 {
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media(min-width: 992px){
  .reviews-block-wrap .col-20 {
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.arrow-permalink {
  display: none;
  /* visibility: hidden;
   width: 0;
   height: 0;*/
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  transform: translateY(50%);
  transition: all 0.3s;
}
.arrow-permalink span {
  width: 52px;
  height: 52px;
  border: solid 2px rgba(var(--base-color-r), var(--base-color-g), var(--base-color-b), 0.2);
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  z-index: 2;
  position: relative;
}

.arrow-permalink:before {
  content: "";
  background: #faf7fe;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: block;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  transform: translateY(50%);
  z-index: 1;
}

.arrow-permalink:after {
  content: "";
  background: transparent;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  display: block;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(50%);
  z-index: 1;
  border: solid 1px #faf7fe;
}


.elementor-heading-title {
  color: #666666;/*var(--main-bg-color)*/
}


.article-title-post {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  color: var(--main-bg-color);
}

.article-content-post {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: normal;
  color: #191919;
}

.article-content-post,
.article-content-post p,
.article-content-post span{
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 1.1;
  color: #191919;
}

.first-column .article-content_item{
  padding: 15px;
  width: 100%;
}
@media(max-width: 991px){
  .first-column .article-content_item{
    padding: 15px 0;
    width: 100%;
  }
}

.first-column .article-content_item:first-child{
  padding-top: 0;
}

.first-column .article-item-post{
  padding: 25px;
  border-radius: 5px;
  border: solid 1px rgba(var(--base-color-r), var(--base-color-g), var(--base-color-b), 0.2);
  background-color: #ffffff;
  height: 100%;
  transition: all 0.3s;
}

.article-content_item .article-item-post .read-more-post{
  font-size: 14px;
  line-height: 14px;
  display: block;
}

.first-column .article-content_item:hover .article-item-post{
  background-color: var(--main-bg-color);
}
a.read-more-post {
    font-size: 14px;
}
.article-content-post p {
	margin-bottom: 5px !important;
}
.first-column .article-content_item:hover .article-item-post .article-title-post a,
.first-column .article-content_item:hover .article-item-post .article-content-post,
.first-column .article-content_item:hover .article-item-post .article-content-post p,
.first-column .article-content_item:hover .article-item-post .read-more-post{
  color: #ffffff;
}

.article-post-img img{
  width: 100%;
  border-radius: 5px;
  border: 2px solid rgba(var(--base-color-r), var(--base-color-g), var(--base-color-b), 0.2);
}

@media (min-width: 992px) {
  .first-column .article-content_item:first-child .article-item-post .article-title-post{
    font-size: 24px;
    line-height: 24px;
  }
  .first-column {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .first-column .article-content_item:nth-child(2){
    flex: 0 0 50%;
    max-width: 50%;
  }
  .first-column .article-content_item:nth-child(3){
    flex: 0 0 50%;
    max-width: 50%;
  }

  /*.second-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }*/

  .article-post-img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .article-post-img {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 0 10px;
    margin-bottom: 15px;
  }
  .article-post-desc {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding: 0 10px;
  }
  .article-post-img img{
    width: 100%;
  }

  .first-column .article-content_item:nth-child(2) .article-post-img,
  .first-column .article-content_item:nth-child(2) .article-post-desc {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .first-column .article-content_item:nth-child(3) .article-post-img,
  .first-column .article-content_item:nth-child(3) .article-post-desc {
    flex: 0 0 100%;
    max-width: 100%;
  }

}

.posted-on {
  display: inline-block;
  padding: 5px 8px;
  background-color: #faf7fe;;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #191919;
  margin-bottom: 10px;
}

.article-content_item .posted-on {
  display: inline-block;
  padding: 5px 8px;
  background-color: var(--main-bg-color);
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  margin-bottom: 10px;
}

.article-content_item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--main-bg-color);
  /*height: 100%;*/
}

.second-column .article-content_item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
  height: auto;
}

.first-column .article-content_item {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
  height: auto;
}

.first-column .article-content_item:hover .posted-on {
  background-color: rgba(255,255,255,0.9);
  color: var(--main-bg-color);
}
.item-w-100 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

.article-info_item .posted-on {
  display: inline-block;
  padding: 2px 7px;
  background-color: var(--main-bg-color);
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  margin-bottom: 10px;
}
.article-info_item:hover .posted-on {
  background-color: rgba(255,255,255,0.9);
  color: var(--main-bg-color);
}
.article-info_item .article-item-info{
  padding: 20px;
  border-radius: 5px;
  border: solid 1px rgba(var(--base-color-r), var(--base-color-g), var(--base-color-b), 0.2);
  background-color: #ffffff;
  height: 100%;
  transition: all 0.3s;
}

.article-info_item:hover .article-item-info {
  background-color: var(--main-bg-color);
}
.article-info_item:hover .article-item-info .article-title-post a,
.article-info_item:hover .article-item-info .article-content-post,
.article-info_item:hover .article-item-info .article-content-post p,
.article-info_item:hover .article-item-info .read-more-post{
  color: #ffffff;
}

.page-body .elementor-divider .elementor-divider-separator {
  border-top: 1px solid rgba(var(--base-color-r), var(--base-color-g), var(--base-color-b), 0.2);
}


/*PRICE TABLE*/
/*
.price-head {
  padding: 20px;
  background-color: var(--main-bg-color);
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
}


.price-item {
  padding: 15px 20px;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
}
.price-item:nth-child(odd) {
  background-color: #faf7fe;
}
.price-item:nth-child(even) {
  background-color: #ffffff;
}

@media (max-width: 768px) {
  .elementor-widget-wrap>.elementor-element.elementor-absolute {
    position: relative !important;
  }
}*/


/* PRICE MENU */
nav.navbar.navbar-header {
  position: relative;
  z-index: 999;
  box-shadow: 0 6px 6px rgba(0,0,0,0.2);
}
.services-menu .menu > li > a > .price-summ {
  font-size: 12px;
  line-height: 11px;
}
ul.sub-menu.price-list li {
  padding: 5px 20px !important;
}
ul.sub-menu.price-list li a{
  padding: 5px 0;
  display: block;
}
ul.sub-menu.price-list li a:hover{
  text-decoration: none;
}
/*ul.sub-menu.p-0.price-list li:nth-child(odd) {
  background-color: rgba(var(--base-color-r), var(--base-color-g), var(--base-color-b), 0.2);
}*/
.wrap-price-inside > ul.sub-menu.price-list > li:nth-child(even) {
  background-color: #fff;
}

ul.sub-menu.price-list .price-summ {
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  text-align: left;
  color: #000000;
}

ul.sub-menu.price-list .price-title {
  font-size: 13px;
  line-height: 13px;
  color: #000000;
}

.bottom-shadow-inside > .wrap-sub-menu-inside.wrap-price-inside:before{
  content: '';
  display: none;
}

.services-menu .menu > li > .wrap-sub-menu .wrap-sub-menu-inside > .sub-menu .sub-menu-lvl-price .sub-menu li:before {
  display: none;
}

.sub-menu.price-list .menu-item-has-children > a{
  font-weight: bold;
}
@media(min-width: 992px) {
  .wrap-price-inside .price-head {
    position: sticky;
    z-index: 998;
    top: 0;
  }
}

.services-menu .menu > li > .wrap-sub-menu .wrap-sub-menu-inside > .sub-menu.price-list {
  padding-bottom: 53px !important;
}

.search-form {
  display: flex;
}
.search-form label{
  margin-bottom: 0;
}

.search-form input[type="submit"] {
  margin-top: 0;
}

.search-title {
  font-size: 22px;
  color: var(--main-bg-color);
}

hr {
  width: 100%;
  height: 1px;
  background-color: var(--main-bg-color);
}
.widget.widget_recent_entries,
.elementor-widget-wp-widget-recent-posts{
  color: var(--main-bg-color);
}
.widget.widget_recent_entries ul,
.elementor-widget-wp-widget-recent-posts ul{
  margin: 0;
  padding-left: 25px;
}
.widget.widget_recent_entries h2,
.elementor-widget-wp-widget-recent-posts h5{
  margin: 0;
}

@media(max-width: 991px){
  .wrap-sub-menu-inside.wrap-price-inside {
    padding-top: 40px;
  }
  .services-menu .menu > li > .wrap-sub-menu .wrap-sub-menu-inside.wrap-price-inside > .sub-menu > li:not(:last-child):after{
    display: none;
  }
}

ol.comment-list>.comment.depth-1 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--main-bg-color);
}

ol.comment-list {
  margin: 0;
  padding: 0;
}


/*ol.comment-list>.comment.depth-1 > article.comment-body {
  margin-bottom: 20px;
}*/

ol.comment-list ol.children {
  margin-top: 15px;
  background-color: rgba(var(--base-color-r), var(--base-color-g), var(--base-color-b), 0.1);
  padding: 20px;
  border-radius: 5px;
}

ol.comment-list span.edit-link {
  display: block;
  text-align: left;
}


.wrap-srv-item {
  display: flex;
  align-items: center;
  padding: 30px;
  border-radius: 15px;
  border: solid 1px var(--main-bg-color-second);
  background-color: #ffffff;
  height: 100%;
  transition: all 0.3s;
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
  color: #666666;
  font-family: 'Montserrat', sans-serif;
  min-height: 120px;
}

.wrap-srv-item .menu-icon {
  position: absolute;
  right: 30px;
  bottom: 10px;
}

.wrap-srv-item:hover .menu-icon svg path{
  fill: #FFFFFF;
}
.wrap-srv-item:hover {
  background-color: #55869E;
  color: #ffffff;
  text-decoration: none !important;
}

@media (max-width: 992px){
  .subservice-list {
    margin-right: -10px;
  }
  .wrap-srv-item {
    border-radius: 15px 0 0 15px !important;
    padding-right: 70px;
    font-size: 18px;
    line-height: 20px;
    min-height: auto;
    border-right: 0;
  }
  .wrap-srv-item .menu-icon {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
  }
}

/*
.site-tabs.main-tabs.elementor-tabs-view-horizontal {
  padding-left: 150px;
  margin-left: -110px;
}*/

.site-tabs.main-tabs.elementor-tabs-view-horizontal .elementor-tabs-content-wrapper .elementor-tab-content:first-child{
background-color: red;
}

.site-tabs.main-tabs #elementor-tab-content-2581.elementor-tab-content{
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%), rgba(101, 188, 230, 0.2);
  border-radius: 15px;
}
.site-tabs.main-tabs #elementor-tab-content-2582.elementor-tab-content{
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%), #55869E;
  border-radius: 15px;
  color: #ffffff !important;
}

/*.site-tabs.main-tabs .elementor-tab-content {
  display: block;
  margin-left: -110px;
  padding-left: 134px;
}*/

.tabs-content-wrap .tab-item {
  display: none;
}

.tabs-nav .tab-lnk {
  padding-right: 40px;
}
.tabs-nav .tab-lnk:last-child {
   padding-right: 0;
 }

.tabs-nav .tab-lnk a{
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  color: #666666;
}

.tabs-nav .tab-lnk a.active{
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  color: #65BCE6;
  border-bottom: 1px solid;
}

@media(max-width: 632px){
  .tabs-nav .tab-lnk a,
  .tabs-nav .tab-lnk a.active {
    font-size: 14px;
  }
  .justify-content-tabs-end {
    justify-content: flex-end;
  }
  .tabs-nav .tab-lnk {
    padding-right: 22px;
  }
  .tabs-block-wrap {
    margin-top: -55px;
  }
  .tabs-content-wrap .tab-desc {
    padding: 150px 30px 30px 30px !important;
    margin-top: -130px;
    margin-right: -10px;
    border-radius: 15px 0 0 15px !important;
  }
}
.tabs-nav .tab-lnk a:hover{
  text-decoration: none;
  border-bottom: 1px solid;
}

.tabs-content-wrap .tab-desc{
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.tabs-content-wrap .tab-desc {
  padding: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%), rgba(101, 188, 230, 0.2);
  border-radius: 5px;
}
.tabs-content-wrap .tab-item img.tab-img{
  box-shadow: 0 4px 30px rgba(102, 102, 102, 0.2);
  border-radius: 5px;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
@media(min-width: 768px) {
  .tabs-content-wrap .tab-desc {
    padding: 30px 30px 30px 150px;
    margin-left: -150px;
  }
  .tabs-content-wrap .tab-item img.tab-img{
    margin-top: -55px;
  }
}
.tabs-content-wrap .tab-item:last-child .tab-desc {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%), #55869E;
  color: #ffffff;
}

.services-main-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.services-main-menu ul.menu li {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 20px;
}
.services-main-menu ul.menu li.menu-item a {
  display: block;
  padding: 20px 30px;
  border-radius: 5px;
  color: #666666;
  height: 100%;
  text-decoration: none;
  position: relative;
  border: 1px solid transparent;
  transition: all 0.2s;
}
@media(min-width: 1200px){
  .services-main-menu ul.menu li.menu-item a{
    min-width: 300px;
	padding-bottom: 50px;
  }
}
.services-main-menu ul.menu li.menu-item a .price-title{
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 5px;
}
.services-main-menu ul.menu li.menu-item a .price-summ{
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 26px;
}

.services-main-menu .menu-item .price-title {
  display: flex;
  justify-content: space-between;
}
.services-main-menu .menu-item .price-title .menu-offers{
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
 /*color: #55869E;*/
 /* color: #ffffff;*/
  /*background: #FFFFFF;*/
 /* border-radius: 30px;
  padding: 5px 20px;*/
    position: absolute;
    top: 0;
    right: 10px;
}

.services-main-menu ul.menu li.menu-item a .menu-icon {
  position: absolute;
  right: 30px;
  bottom: 10px;
}

.services-main-menu ul.menu li:last-child a{
  border: 1px solid;
}

.services-main-menu ul.menu li.menu-item:last-child a:hover {
  background-color: #55869E !important;
  color: #FFFFFF!important;
}
.services-main-menu ul.menu li.menu-item:last-child a:hover .price-title {
  color: #FFFFFF!important;
}
.services-main-menu ul.menu li.menu-item:last-child a:hover .menu-icon svg path {
  fill: #FFFFFF;
}

.services-main-menu ul.menu li.menu-item a:hover{
  background-color: #FFFFFF !important;
  border: 1px solid #55869E;
}
.services-main-menu ul.menu li.menu-item a:hover .price-title .menu-offers{
  /*background-color: #55869E !important;*/
  color: #55869E !important;
}
.services-main-menu ul.menu li.menu-item a:hover .price-title,
.services-main-menu ul.menu li.menu-item a:hover .price-summ{
  color: #55869E;
}
.services-main-menu ul.menu li.menu-item a:hover .menu-icon svg path{
  fill: #55869E;
}

/*
.services-main-menu:hover ul.menu li.menu-item a{
  background-color: #FFFFFF !important;
  border: 1px solid #55869E;
}
.services-main-menu:hover ul.menu li.menu-item a .price-title .menu-offers{
  background-color: #55869E !important;
  color: #FFFFFF;
}

.services-main-menu:hover ul.menu li.menu-item a .price-title,
.services-main-menu:hover ul.menu li.menu-item a .price-summ{
  color: #55869E;
}
.services-main-menu:hover ul.menu li.menu-item a .menu-icon svg path{
  fill: #55869E;
}*/

/*
.services-main-menu ul.menu li.menu-item a:hover{
  background-color: #55869E !important;
}

.services-main-menu ul.menu li.menu-item a:hover .price-title,
.services-main-menu ul.menu li.menu-item a:hover .price-summ{
  color: #FFFFFF !important;
}
.services-main-menu ul.menu li.menu-item a:hover .price-title .menu-offers{
  background-color: #FFFFFF !important;
  color: #55869E;
}
.services-main-menu ul.menu li.menu-item a:hover .menu-icon svg path{
  fill: #FFFFFF;
}*/


@media(max-width: 767px) {
  .services-main-menu ul.menu {
    margin-right: -10px;
  }
  .services-main-menu ul.menu li {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 7px;
    width: 100%;
  }
  .services-main-menu ul.menu li.menu-item a {
    border-radius: 15px !important;
  }
  .services-main-menu ul.menu li.menu-item a .price-title{
    font-size: 16px !important;
    line-height: 16px !important;
  }
  .services-main-menu ul.menu li.menu-item a .price-summ{
    font-size: 18px !important;
    line-height: 18px !important;
  }
  .services-main-menu ul.menu li.menu-item a .menu-icon {
    position: absolute;
    right: 30px;
    top:50%;
    transform: translateY(-50%);
    bottom: auto;
  }
  .services-main-menu .menu-item .price-title .menu-offers{
    display: none;
  }
  .services-main-menu ul.menu li.menu-item a {
    padding-right: 80px !important;
  }
}
.main-slider-about .swiper {
    overflow: inherit !important;
}
.main-slider-about figure.swiper-slide-inner{
  position: relative;
  overflow: hidden;
}
.main-slider-about figure.swiper-slide-inner figcaption.elementor-image-carousel-caption{
  position: absolute;
  width: 286px;
  height: 286px;
  right: -10px;
  bottom: -141px;
  background: rgba(255, 255, 255, 0.83);
  border-radius: 50%;
  padding: 77px 55px 77px 45px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 29px;
  color: var(--main-bg-color-second);
}

.main-slider-about figure.swiper-slide-inner figcaption.elementor-image-carousel-caption:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: var(--main-bg-color);
  border-radius: 50%;
  position: relative;
  top: -10px;
  right: -5px;
}

@media(max-width: 574px) {
  .main-slider-about figure.swiper-slide-inner figcaption.elementor-image-carousel-caption {
    position: absolute;
    width: 160px;
    height: 160px;
    right: -10px;
    bottom: -96px;
    background: rgba(255, 255, 255, 0.83);
    border-radius: 50%;
    padding: 30px 15px 75px 23px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 29px;
    color: var(--main-bg-color-second);
  }
  .main-slider-about figure.swiper-slide-inner figcaption.elementor-image-carousel-caption:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: var(--main-bg-color);
    border-radius: 50%;
    position: relative;
    top: -7px;
    right: -2px;
  }
}


@media(max-width: 992px) {
  .trusted-wrap .elementor-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .trusted-wrap .elementor-column {
    min-width: 250px;
    margin-right: 10px;
    scroll-snap-align: start;
  }
  .trusted-wrap .elementor-container::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }

  .count-down .elementor-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .count-down .elementor-column {
    min-width: 296px;
    /*margin-right: 5px;*/
    scroll-snap-align: start;
  }
  .count-down .elementor-container::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }


  .int-info .elementor-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .int-info .elementor-column {
    min-width: 272px;
    margin-right: 10px;
    scroll-snap-align: start;
  }
  .int-info .elementor-container::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }

}

.article-cat {
  background: #FFFFFF;
  border-radius: 30px;
  display: inline-block;
  color: #666;
  padding: 5px 20px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
  color: var(--main-bg-color);
}
@media(max-width: 1600px) {
  .article-cat {
    padding: 5px 15px;
    font-size: 14px;
  }
}
@media(min-width: 992px) {
  .navbar .dropdown-menu {
    min-width: 240px !important;
  }
}

/*.offers-carousel .slick-arrow{
  position: absolute;
  bottom: -75px;
  right: 0;
  z-index: 2;
}*/
.offers-carousel .slick-arrow {
  position: absolute;
  top: 45%;
  z-index: 2;
  width: 50px;
  height: 50px;
  background-color: transparent;
  opacity: 0.7;
}

.offers-carousel .slick-arrow.arrow-prev {
  left: 10px;
  transform: rotate(180deg) translateY(50%);
}
.offers-carousel .slick-arrow.arrow-next {
  right: 10px;
  transform: translateY(-50%);
}


.offers-carousel .slick-arrow.arrow-prev:hover {
  opacity: 1;
}
.offers-carousel .slick-arrow.arrow-next:hover {
  opacity: 1;
}


@media(max-width: 1600px) {
  .offers-carousel .slick-arrow.arrow-prev {
    left: 0;
    margin: 0;
  }

  .offers-carousel .slick-arrow.arrow-next {
    right: 0;
    margin: 0;
  }
}

.services-menu-v2 ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.services-menu-v2 ul.menu-v2{
  display: flex;
  flex-wrap: wrap;
}

.services-menu-v2 ul.menu-v2>li{
  padding: 15px;
}
@media(min-width: 200px){
  .services-menu-v2 ul.menu-v2>li{
    width: 100%;
    flex: 0 0 100%;
  }
  .services-menu-v2 ul.menu-v2>li > .inside-wrap > a{
    font-size: 26px;
    line-height: 28px;
  }
  .services-menu-v2 ul.menu-v2>li > .inside-wrap{
    padding: 25px 30px 50px 30px;
  }
  .services-menu-v2 ul.menu-v2>li .sub-menu .menu-item-has-children > .inside-wrap > a{
    font-size: 18px;
    line-height: 22px;
  }
  .services-menu-v2 ul.menu-v2>li .sub-menu .inside-wrap a{
    font-size: 14px;
    line-height: 28px;
  }
}
@media(min-width: 768px){
  .services-menu-v2 ul.menu-v2>li{
    width: 50%;
    flex: 0 0 50%;
  }
  .services-menu-v2 ul.menu-v2>li > .inside-wrap > a{
    font-size: 28px;
    line-height: 30px;
  }
  .services-menu-v2 ul.menu-v2>li > .inside-wrap{
    padding: 30px 50px 70px 50px;
  }
  .services-menu-v2 ul.menu-v2>li .sub-menu .menu-item-has-children > .inside-wrap > a{
    font-size: 20px;
    line-height: 24px;
  }
  .services-menu-v2 ul.menu-v2>li .sub-menu .inside-wrap a{
    font-size: 16px;
    line-height: 28px;
  }
  .services-menu-v2 ul.menu-v2>li > .inside-wrap{
    padding: 25px 30px 50px 30px;
  }
}
@media(min-width: 1200px){
  .services-menu-v2 ul.menu-v2>li{
    width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  .services-menu-v2 ul.menu-v2>li > .inside-wrap{
    padding: 30px 50px 70px 50px;
  }
}
.services-menu-v2 {
  margin-left: -5px;
  margin-right: -5px;
}

.services-menu-v2 ul.menu-v2>li > .inside-wrap{
  position: relative;
  background: rgba(203, 226, 237, 0.3);
  border-radius: 15px;
  height: 100%;
  transition: all 0.3s;
}
.services-menu-v2 ul.menu-v2>li:hover > .inside-wrap{
  background: linear-gradient(315.63deg, rgba(101, 188, 230, 0.6) 0%, rgba(168, 217, 241, 0.384) 24.41%, rgba(198, 230, 246, 0.216) 60.4%, rgba(229, 244, 251, 0.427955) 79.8%, rgba(255, 255, 255, 0.39375) 95.67%, rgba(255, 255, 255, 0) 225.94%), rgba(203, 226, 237, 0.3);
}
.services-menu-v2 ul.menu-v2>li > .inside-wrap:after{
  content: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="78" height="78" viewBox="0 0 78 78" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M38.2108 0C38.0265 16.0449 36.9773 25.0244 31.0008 31.0008C25.0244 36.9773 16.0449 38.0265 0 38.2108V40.5392C16.0449 40.7234 25.0244 41.7726 31.0008 47.7491C36.8836 53.6318 37.9924 62.4241 38.2015 78H40.5486C40.7575 62.4241 41.8664 53.6318 47.7491 47.7491C53.6318 41.8664 62.4241 40.7575 78 40.5486V38.2013C62.4241 37.9924 53.6318 36.8836 47.7491 31.0008C41.7726 25.0244 40.7234 16.0449 40.5392 0H38.2108Z" fill="white" fill-opacity="0.8"/></svg>');
  position: absolute;
  right: 20px;
  bottom: -20px;
}

.services-menu-v2 ul.menu-v2>li > .inside-wrap > a{
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  color: #65BCE6;
  display: block;
  margin-bottom: 25px;
}

.services-menu-v2 ul.menu-v2>li > .inside-wrap > a:hover {
  color: #55869E;
  text-decoration: none;
}

.services-menu-v2 ul.menu-v2>li .sub-menu .menu-item-has-children > .inside-wrap > a{
  display: block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  color: #666666;
  margin-bottom: 5px;
}
.services-menu-v2 ul.menu-v2>li .sub-menu .menu-item-has-children > .inside-wrap > a:hover {
  color: #55869E;
  text-decoration: none;
}

.services-menu-v2 ul.menu-v2>li .sub-menu .inside-wrap a{
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  color: #666666;
}
.services-menu-v2 ul.menu-v2>li .sub-menu .inside-wrap a:hover{
  color: #55869E;
}


.services-menu-v2 ul.menu-v2>li .sub-menu .menu-item-has-children {
  margin-top: 20px;
}



.news-section .news-item__img img {
  filter: drop-shadow(0px 4px 30px rgba(102, 102, 102, 0.4));
  border-radius: 15px;
  margin-bottom: 20px;
}

.news-section .news-title-post a{
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: #65BCE6;
  display: block;
  margin-bottom: 9px;
}
.news-section .news-content-post{
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #666666;
}

.int-info img {
  filter: drop-shadow(0px 4px 30px rgba(102, 102, 102, 0.4)) !important;
}

@media(max-width: 991px){
  .int-info img {
    filter: drop-shadow(0px 4px 15px rgba(102, 102, 102, 0.4)) !important;
  }
}

.single-price-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-top: 10px;
}
.price-summ-d {
  margin-right: 15px;
}
.price-summ-d span {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
  text-decoration-line: line-through;
  color: #55869E;
}
.price-summ-offer {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 28px;
  color: #E14C4C;
}
@media(max-width: 575px){
  .price-summ-d span {
    font-size: 24px;
    line-height: 24px;
    color: #55869E;
  }
  .price-summ-offer {
    font-size: 24px;
    line-height: 24px;
    color: #E14C4C;
  }
}
.hidden-full-text.hidden-text .elementor-widget-container {
  max-height: 210px;
  overflow: hidden;
}
.hidden-full-text.hidden-text .elementor-widget-container:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 27px;
  right: 0;
  left: 0;
  height: 130px;
  width: 100%;
  z-index: 1;
  background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,#fff 85%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),color-stop(85%,#fff));
  background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fff 85%);
  background: -o-linear-gradient(top,rgba(255,255,255,0) 0,#fff 85%);
  background: -ms-linear-gradient(top,rgba(255,255,255,0) 0,#fff 85%);
  background: linear-gradient(top,rgba(255,255,255,0) 0,#fff 85%);
}

.fillarrow {
  fill: red;
  stroke: darkred;
}

.hidden-full-text:after {
  content: "Згорнути";
}

.hidden-full-text.hidden-text:after {
  content: "Розгорнути" !important;
}

.hidden-full-text:after {
/*  content: "Подробнее о методе";*/
  color: var(--main-bg-color);
  display: flex;
  width: fit-content;
  position: relative;
  z-index: 5;
  font-size: 18px;
  cursor: pointer;
  background: url('/wp-content/themes/dentistry/assets/img/shown_txt_arrow.svg');
  /*background: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="32" height="8" viewBox="0 0 32 8"><path class="fillarrow" d="M30.8607 4.35355C31.0559 4.15829 31.0559 3.84171 30.8607 3.64645L27.6787 0.464466C27.4834 0.269204 27.1668 0.269204 26.9716 0.464466C26.7763 0.659728 26.7763 0.976311 26.9716 1.17157L29.8 4L26.9716 6.82843C26.7763 7.02369 26.7763 7.34027 26.9716 7.53553C27.1668 7.7308 27.4834 7.7308 27.6787 7.53553L30.8607 4.35355ZM0 4.5H30.5071V3.5H0L0 4.5Z"></path></svg>');*/
  /*background: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="32" height="8" viewBox="0 0 32 8" fill="#666666"><path class="fillarrow" d="M30.8607 4.35355C31.0559 4.15829 31.0559 3.84171 30.8607 3.64645L27.6787 0.464466C27.4834 0.269204 27.1668 0.269204 26.9716 0.464466C26.7763 0.659728 26.7763 0.976311 26.9716 1.17157L29.8 4L26.9716 6.82843C26.7763 7.02369 26.7763 7.34027 26.9716 7.53553C27.1668 7.7308 27.4834 7.7308 27.6787 7.53553L30.8607 4.35355ZM0 4.5H30.5071V3.5H0L0 4.5Z"></path></svg>');*/
  background-repeat: no-repeat;
  background-position: 100% center;
  padding-right: 42px;
}

.hidden-full-text:after:hover {
  text-decoration: underline;
}


.elementor-toggle-item {
  border-radius: 15px;
  overflow: hidden;
}


/*@media(max-width: 1199px){
  .steps-treatment {
    padding-left: 20px;
  }
}*/
@media(min-width: 768px) {
  .steps-treatment {
    counter-reset: number;
  }

  .steps-treatment section:before {
    counter-increment: number;
    content: counter(number);
    width: 54px;
    height: 54px;
    background: #65BCE6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-75%);
    left: 0;
    z-index: 1;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
  }

  .steps-treatment section:not(:last-child):after {
    content: "";
    display: block;
    width: 1px;
    height: 66%;
    position: absolute;
    left: 27px;
    top: 62%;
    background: #65BCE6;
    z-index: 0;
  }
}

@media(max-width: 767px) {
    .steps-treatment .slick-dots {
        list-style-type: none;
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0;
    }
    .steps-treatment .slick-dots li{
        margin-right: 14px;
    }
    .steps-treatment .slick-dots li button{
        border: none;
        background: #65BCE6;
        color: #ffffff;
        width: 46px;
        height: 46px;
        font-family: Montserrat, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }
    .steps-treatment .slick-dots .slick-active {
        opacity: 0.6;
    }
}



.benefits-list-title .elementor-icon-box-wrapper {
  display: flex;
  flex-flow: nowrap;
  flex-wrap: nowrap;
}

@media(max-width: 768px) {
  .steps-treatment .elementor-widget.elementor-widget-image .elementor-widget-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .steps-treatment .elementor-widget.elementor-widget-image .elementor-widget-container {
    height: 162px;
    overflow: hidden;
    border-radius: 15px;
  }

  .benefits-list-title .elementor-icon-box-wrapper {
    flex-direction: row-reverse;
  }

}






/*
.steps-treatment>.elementor-container>.elementor-column> .elementor-widget-wrap {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto hidden;
}*/


.work-carousel .swiper-slide figure.swiper-slide-inner figcaption.elementor-image-carousel-caption {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  /* or 167% */
  color: #666666;
  text-align: left;
  margin-top: 20px;
}
.work-carousel .swiper-slide a {
  text-decoration: none;
}

@media(min-width: 1200px) {
  .work-carousel .swiper-slide figure.swiper-slide-inner {
    display: flex;
    align-items: center;
  }

  .work-carousel .swiper-slide figure.swiper-slide-inner img {
    max-width: 60%;
  }

  .work-carousel .swiper-slide figure.swiper-slide-inner figcaption.elementor-image-carousel-caption {
    padding: 0 40px;
    font-size: 18px;
    line-height: 30px;
    margin-top: 0;
  }

  .work-carousel .elementor-swiper-button-prev {
    left: 0;
    -webkit-transform: translateY(-50%) translateX(-115%);
    -ms-transform: translateY(-50%) translateX(-115%);
    transform: translateY(-50%) translateX(-115%);
  }
  .work-carousel .elementor-swiper-button-next {
    right: 0;
    -webkit-transform: translateY(-50%) translateX(115%);
    -ms-transform: translateY(-50%) translateX(115%);
    transform: translateY(-50%) translateX(115%);
  }
}

@media(max-width: 991px) {
  .work-carousel .elementor-image-carousel-wrapper.swiper-container {
    padding: 0 !important;
    width: calc(100% - 1px) !important;
  }
}


.plus-minus ul .elementor-icon-list-icon {
  display: block;
  margin-top: -4px;
}

.subs-cons-form input[type="submit"]{
  margin-top: 25px;
}
@media(max-width: 575px){
  .subs-cons-form input[type="submit"]{
    font-size: 18px;
    margin: 25px auto 0 auto;
    max-width: 280px;
    display: inherit;
  }
}
.subs-cons-form input[type="text"]:focus{
  box-shadow: none;
}

.subs-cons-form input[type="text"]{
  border-top: none;border-left: none;border-right: none;
  border-bottom: 1px solid #666666;
  background-color: transparent;
  padding: 0;
  margin-bottom: 15px;
}



.subs-cons-form input[type="text"]::-webkit-input-placeholder {
  color: #666666 !important;
  font-size: 18px!important;
  font-weight: 500!important;
 }

.subs-cons-form input[type="text"]::-moz-placeholder {
  color: #666666 !important;
  font-size: 18px!important;
  font-weight: 500!important;
 }

/* Firefox 19+ */
.subs-cons-form input[type="text"]:-moz-placeholder {
  color: #666666 !important;
  font-size: 18px!important;
  font-weight: 500!important; }

/* Firefox 18- */
.subs-cons-form input[type="text"]:-ms-input-placeholder {
  color: #666666 !important;
  font-size: 18px!important;
  font-weight: 500!important;
 }


.subs-cons-form .wpcf7 .ajax-loader {
  display: block;
  height: 0;
}

.price-summ-table-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  align-items: center;
}

.price-summ-table-wrap .price-summ-table{
  text-decoration-line: line-through;
  color: #666666;
}

.price-summ-table-wrap .price-offer-table{
  margin-left: 15px;
  color: #78B68D;
}



.price-wrap .price-name,
.price-wrap .price-offer-label{
  display: inline-block;
  vertical-align: center;
}
.price-wrap .price-name {
  margin-right: 10px;
}
.price-wrap .price-offer-label{
  background: #78B68D;
  border-radius: 30px;
  padding: 5px 10px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
}




.price-wrap div[class*="col-"] {
  border: 1px solid #55869E;
  /*margin-right: -1px;*/
  margin-top: -1px;
}





.price-head .row{
  background-color: #F2F6FA;
}

.price-head div[class*="col-"] {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #55869E;
}
.price-wrap .price-item div[class*="col-"] {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}

.price-wrap div[class*="col-"] {
  padding: 10px;
}

@media (min-width: 992px) {
  .price-wrap div[class*="col-"] {
    margin-right: -1px;
  }
  .price-wrap div[class*="col-"] {
    padding: 15px 20px;
  }
  .price-wrap .price-item div[class*="col-"] {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
  }
  .price-head div[class*="col-"] {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #55869E;
  }

  .price-wrap .price-offer-label{
    background: #78B68D;
    border-radius: 30px;
    padding: 9px 18px;

    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
  }
}


@media (max-width: 991px) {
  .price-wrap div[class*="col-"]:nth-child(2) {
    border-right: 0;
  }
}

.all-testimonial-photo{

}


.all-testimonial-item .img-photo {
  height: 190px;
  overflow: hidden;
  filter: drop-shadow(0px 4px 7px rgba(102, 102, 102, 0.4));
  border-radius: 15px;
}
.all-testimonial-item .img-photo img.all-testimonial-photo{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}


.at-video-arrow {
  position: absolute;
  right:30px;
  bottom: 15px;
  margin: auto;
  border-radius: 50%;
  /*background-color: rgba(255,255,255,0.4);*/
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}



.all-testimonial-item * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.all-testimonial-item.slick-slide { margin: 0 12px;}

.all-testimonial-slider .slick-arrow.arrow-prev {
  position: absolute;
  top: 110px;
  left: 0;
  z-index: 5;
  transform: translateX(-115%) translateY(-50%) rotate(180deg);
}

.all-testimonial-slider .slick-arrow.arrow-next {
  position: absolute;
  top: 110px;
  right: 0;
  z-index: 5;
  transform: translateX(115%) translateY(-50%);
}
.all-testimonial-slider .slick-track {
  padding: 15px 0;
}

@media (max-width: 1300px) {

    .all-testimonial-slider .slick-arrow.arrow-prev {
      transform: translateX(0) translateY(-50%) rotate(180deg);
    }
    .all-testimonial-excerpt {
      font-size: 14px;
      line-height: 22px;
    }
    .all-testimonial-slider .slick-arrow.arrow-next {
      transform: translateX(0) translateY(-50%);
    }
}


.all-testimonial-name{
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
  color: #666666;
  margin-bottom: 10px;
  margin-top: 20px;
}
.all-testimonial-excerpt,
.all-testimonial-excerpt p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #666666;
}
.all-testimonial-excerpt svg,
.all-testimonial-excerpt p {
  display: inline;
}
.all-testimonial-excerpt svg{
  margin-left: 10px;
}
.all-testimonial-item a:hover{
  text-decoration: none;
}
.all-testimonial-item a:hover .all-testimonial-name{
  text-decoration: underline;
}
.all-testimonial-slider-carousel-arrows {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media(max-width: 991px){
  .all-testimonial-name{
    font-size: 16px;
    line-height: 28px;
  }
  .all-testimonial-slider .slick-list {
    /*overflow: unset;*/
    padding-bottom: 20px;
  }

  .all-testimonial-slider .slick-list .all-testimonial-item{
    padding-bottom: 30px;
  }
}

@media (max-width: 449px) {
  .all-testimonial-slider .slick-list {
    margin-left: -49px;
    /*overflow: unset;*/
  }
}
.elementor-toggle .elementor-tab-title:hover{
    background-color: #55869E !important;
}
.elementor-toggle .elementor-tab-title:hover a.elementor-toggle-title{
     color: #ffffff !important;
    text-decoration: none;
 }
.elementor-toggle .elementor-tab-title:hover .fas:before {
    color: #ffffff !important;
}
footer .elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
    text-align: var(--e-icon-list-icon-align);
    background: #ffffff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer.footer .elementor-heading-title {
    position: relative;
    display: inline-block;
}
footer.footer .elementor-heading-title:before, footer.footer .elementor-heading-title:after {
    content: "";
}
footer.footer .elementor-heading-title:before {
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    right: -5px;
    bottom: -4px;
}
footer.footer .elementor-heading-title:after {
    border-bottom: 2px solid #ffffff;
    width: 130px;
    display: block;
    margin-top: 5px;
}
footer .simple-menu {
    max-width: 390px;
}
.footer-bg-section{ background-color: var(--main-bg-color) !important; }

.social-section .elementor-column .elementor-widget-container {
    overflow: hidden;
    position: relative;
}
.social-section .elementor-column .elementor-widget-container:before {
    content: "";
    display: block;
    width: 145px;
    height: 138px;
    position: absolute;
    left: -60px;
    background: var(--main-bg-color);
    top: 0;
    border-radius: 50%;
    transform: translateY(-21%);
}

.doc-property-line .elementor-icon-box-content {
	display: flex;
    flex-wrap: wrap;
	align-items: flex-start;
}

.doc-property-line .elementor-icon-box-title {
    flex: 0 1 35%;
    padding-right: 5px;
}
.doc-property-line .elementor-icon-box-description {
    flex: 0 1 65%;
}

@media(max-width: 575px) {
	.doc-property-line .elementor-icon-box-title {
		flex: 0 1 100%;
		padding-right: 5px;
	}
	.doc-property-line .elementor-icon-box-description {
		flex: 0 1 100%;
	}
	.doc-property-line.bottom-line .elementor-icon-box-wrapper {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid rgb(from var(--e-global-color-primary) r g b / 0.5);
	}
}



.doc-education-line .elementor-icon-box-content {
	display: flex;
    flex-wrap: wrap;
	align-items: flex-start;
}
.doc-education-line .elementor-icon-box-title {
    flex: 0 1 50%;
    padding-right: 5px;
	display: flex;
    align-items: center;
	white-space: nowrap;
}
.doc-education-line .elementor-icon-box-description {
    flex: 0 1 50%;
}

.doc-education-line .elementor-icon-box-title:after {
    content: "";
    width: 100%;
    height: 1px;
    background: var(--e-global-color-primary);
    margin: 0 20px;
    /* margin: auto; */
}

.direction-txt {
	display: none;
}
@media (max-width: 449px) {
	.team-gal-categories {
		position: relative;
		display: flex;
		flex-direction: column-reverse;
		border: 1px solid var(--e-global-color-accent);
		border-radius: 20px;
	}
	.directions-nav {
		display: flex;
        align-items: center;
        justify-content: space-between;
		padding: 15px 20px;
		flex-direction: column-reverse;
	}
	.direction-txt {
		color: var(--e-global-color-text);
		font-family: "Golos Text";
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 150%; /* 24px */
		display: flex;
        align-items: center;
        justify-content: space-between;
		width: 100%;
	}
	.directions-nav .direction-txt:after {
		content: '\e901';
		font-family: 'icomoon' !important;
		speak: never;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		color: var(--e-global-color-accent);
		font-size: 14px;
		transform: rotate(90deg);
        display: inline-block;
        width: 20px;
        height: 14px;
	}	
	.team-gallery-nav {
		display:none;
		/*padding: 12px 20px;*/
        width: 100%;
	}
	.team-gallery-nav a {
		display: block;
		color: var(--e-global-color-text);
		font-family: "Golos Text";
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
        margin-bottom: 10px;
	}
	a.load-cat-team.active {
		color: var(--e-global-color-accent);
	}
	/*
	.team-slider .slick-list {
		max-width: 80% !important;
	}
	.team-slider .slick-list {
		overflow: visible;
	}*/
	
	
	.directions-nav-page {
		display: flex;
        align-items: center;
        justify-content: space-between;
		padding: 15px 20px;
		flex-direction: column-reverse;
	}
	.directions-nav-page .direction-txt:after {
		content: '\e901';
		font-family: 'icomoon' !important;
		speak: never;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		color: var(--e-global-color-accent);
		font-size: 14px;
		transform: rotate(90deg);
        display: inline-block;
        width: 20px;
        height: 14px;
	}	

}

.team-gallery-nav {
	position: relative;
    gap: 15px;
	/*overflow-x: auto;*/
}

.team-gal-categories {
    position: relative;
    margin-bottom: 30px;
}

@media(min-width: 450px){
	.team-gallery-nav {
		overflow-x: auto;
    	-webkit-overflow-scrolling: touch;
    	scroll-snap-type: x mandatory;
		scrollbar-width: none;
		scrollbar-color: #ffffff;
		display: flex;
		white-space: nowrap;
		flex-wrap: wrap;
	}
	.team-gallery-nav::-webkit-scrollbar,
	.team-gallery-nav::-webkit-scrollbar-button,
	.team-gallery-nav::-webkit-scrollbar-thumb {
	  width: 0;
	  background-color: transparent;
	}
	.team-gal-categories:before {
		content: "";
		background-image: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
		/*background-image: linear-gradient(to left, rgb(from var(--e-global-color-secondary) r g b / 1), rgba(255, 255, 255, 0));*/
		display: block;
		position: absolute;
		top: -1px;
        bottom: -1px;
		right: -2px;
        width: 60px;
		height: 100%;
		z-index: 1;
	}
		
	.load-cat-team:visited {color: var(--e-global-color-text);}
	.load-cat-team {
		display: flex;
        align-items: center;
		padding: 15px 30px;
		border-radius: 20px;
		border: 1px solid var(--e-global-color-accent);
		text-align: center;
		/* Text */
		color: var(--e-global-color-text);
		font-family: "Golos Text";
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		transition: all 0.3s;
	}
	.load-cat-team:hover {
		/*background-color: var(--e-global-color-accent) !important;*/
		color: var(--e-global-color-accent) !important;
		text-decoration: none;
	}
	.load-cat-team.active {
		background-color: var(--e-global-color-accent) !important;
		color: #ffffff !important;
		text-decoration: none;
	}
	

	.cat-team:visited {color: var(--e-global-color-text);}
	.cat-team {
		display: flex;
        align-items: center;
		padding: 8px 12px;
		border-radius: 20px;
		/*border: 1px solid var(--e-global-color-accent);*/
		border: 1px solid #65BCE6;
		text-align: center;
		/* Text */
		color: var(--e-global-color-text);
		font-family: "Golos Text";
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		transition: all 0.3s;
		font-family: Arial;
	}
	.cat-team:hover {
		/*background-color: var(--e-global-color-accent) !important;*/
		color: #65BCE6  !important; /*var(--e-global-color-accent) !important;*/
		text-decoration: none;
	}
	.cat-team.active {
		background-color: #65BCE6  !important; /*var(--e-global-color-accent) !important;*/
		color: #ffffff !important;
		text-decoration: none;
	}
	
}
@media(max-width: 449px){
	a.cat-team {
		font-size: 16px;
		padding: 0;
		color: var(--e-global-color-text);
		font-family: "Golos Text";
		line-height: normal;
        margin-bottom: 10px;
	}
	a.cat-team.active {
		color: var(--e-global-color-accent);
	}
	.team-gallery-nav {
		flex-direction: column;
		padding: 15px 0 0 0;
	}
}


.img-photo {
    height: 300px;
    overflow: hidden;
}

.img-photo img {
    object-fit: cover;
    width: 100%;
	height: 100%;
	object-position: top;
}
