@charset "UTF-8";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

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

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#unisender-subscribe-form {
  display:none;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/**
 * Swiper 5.3.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 24, 2020
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');*/

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSans/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  -webkit-box-sizing: content-box !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 {
  -webkit-box-sizing: content-box;
  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;
  -webkit-box-sizing: border-box;
  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 {
  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;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
  border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -webkit-gradient(linear, left top, right top, from(#dbdbdb), to(#e8e8e8));
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -webkit-gradient(linear, left top, right top, from(#fefefe), to(#f5f5f5));
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  -webkit-box-sizing: content-box !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 {
  -webkit-box-sizing: content-box;
  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;
  -webkit-box-sizing: border-box;
  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;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

body {
  line-height: 1.5;
  color: #4F4F4F;
  font-size: 18px;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
}

.wrapper {
  max-width: 1590px;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wrap_header {
  max-width: 1770px;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.jcsb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.aic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.jcfe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.jcsa {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

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

.hidden {
  display: none;
}

.icon {
  width: 20px;
  height: 20px;
}

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

.btn_grad {
  max-width: 240px;
  height: 60px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-radius: 6px;
  text-decoration: none;
  background-position: 1% 50%;
  background-size: 300% 300%;
  background-image: -webkit-gradient(linear, left top, right top, from(#3d9ead), color-stop(32%, #007a92), to(#3d9ead));
  background-image: linear-gradient(to right, #3d9ead 0%, #007a92 32%, #3d9ead 100%);
  color: #ffffff;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  font-size: 14px;
}

.btn_grad img {
  margin-left: 10px;
}

.btn_grad:hover {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-position: 99% 50%;
  background-color: traansparent;
}

.btn_border {
  max-width: 240px;
  height: 60px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-radius: 6px;
  text-decoration: none;
  background-size: 300% 100%;
  color: #007992;
  border: 1px solid #007992;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  font-size: 14px;
}

.btn_border:hover {
  color: #ffffff;
  background: #007992;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.title_def {
  font-family: "Montserrat";
  font-weight: 700;
  color: #282828;
  font-size: 48px;
}

.title_green {
  font-size: 24px;
  color: #007992;
  line-height: 1.4;
  font-weight: 700;
}

header .top_header {
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #CCE4E9;
  color: #7E7E7E;
}

header .top_header .text {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1.33;
  width: 20%;
}

header .top_header .text span {
  max-width: 195px;
  display: block;
}

header .top_header .soc {
  width: 40%;
}

header .top_header .soc li {
  margin-right: 30px;
}

header .top_header .soc li svg {
  fill: #7E7E7E;
  width: 20px;
  height: 20px;
}

header .top_header .soc li a:hover svg {
  fill: #007992;
}

header .phone_wrap {
  width: 40%;
}

header .phone_wrap .consult {
  font-weight: 700;
  color: #0A8598;
  font-size: 14px;
  text-decoration: none;
}
header .phone_wrap .consult:hover{
  text-decoration: underline;
}
header .phone_wrap .phone_box {
  margin-left: 77px;
  position: relative;
  border-radius: 6px;
}

header .phone_wrap .phone_box .phone_box_hiden {
  position: absolute;
  top: 100%;
  background: #ffffff;
  left: -10px;
  padding: 14px;
  padding-left: 30px;
  right: -10px;
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
  display: none;
}

header .phone_wrap .phone_box a {
  color: #7E7E7E;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  margin: 0px 5px;
}

header .phone_wrap .phone_box a:hover {
  color: #007992;
}

header .phone_wrap .phone_box .icon_phone {
  width: 19px;
  height: 19px;
}

header .phone_wrap .phone_box .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 17px;
  height: 31px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}

header .phone_wrap .phone_box .icon svg {
  width: 14px;
  height: 6px;
  stroke: #4F4F4F;
}

header .phone_wrap .phone_box .icon:hover svg {
  stroke: #007992;
}

header .phone_wrap .phone_top.open .phone_box_hiden {
  opacity: 1;
  display: block;
  z-index: 1;
}

header .phone_wrap .phone_top.open .icon {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

header .phone_wrap .time {
  font-size: 14px;
  font-weight: 600;
  color: #7E7E7E;
  margin-left: 55px;
}

header .nav_header {
  padding-top: 21px;
  padding-bottom: 21px;
  border-bottom: 1px solid #CCE4E9;
}

header .nav_header .nav_left,
header .nav_header .nav_right {
  width: 45%;
}

header .nav_header .logo {
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header .nav_header .menu a {
  text-decoration: none;
  color: #4F4F4F;
  font-size: 14px;
  font-weight: 600;
}

header .nav_header .menu a:hover {
  color: #007992;
}

header .nav_header .menu li {
  margin-left: 100px;
}

header .nav_header .nav_right li {
  margin-left: 70px;
}

header .nav_header .icon_search svg {
  stroke: #4F4F4F;
}

header .nav_header .icon_search:hover svg {
  stroke: #007992;
}

header .nav_header .btn_grad {
  max-width: 215px;
}

header .btn_nav {
  width: 18px;
  position: relative;
  height: 14px;
  cursor: pointer;
}

header .btn_nav span {
  display: block;
  height: 2px;
  border-radius: 3px;
  background: #4F4F4F;
  position: absolute;
  left: 0;
  width: 100%;
}

header .btn_nav span:nth-child(1) {
  top: 0;
}

header .btn_nav span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}

header .btn_nav span:nth-child(3) {
  bottom: 0;
}

header .btn_nav:hover span {
  background: #007992;
}

.menu_l .has-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu_l .has-children svg {
  stroke: #4F4F4F;
  width: 20px;
  height: 10px;
  margin-left: 10px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-bottom: -2px;
}

.menu_l ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu_l .has-children.active .navigation_hover {
  display: block;
}

.menu_l .navigation_hover {
  position: fixed;
  left: 6%;
  right: 6%;
  background: #ffffff;
  box-shadow: 0 0 12px 0px #7e7e7e38;
  z-index: 100;
  top: 163px;
  padding-top: 20px;
  padding-left: 20px;
  display: none;
}

.menu_l .navigation_hover .sub-menu {
  max-width: 260px;
  left: 0;
  top: 0;
  padding-top: 40px;
}

.menu_l .navigation_hover .sub-menu li {
  margin: 0;
}

.menu_l .navigation_hover .sub-menu > li {
  margin-bottom: 45px;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu_l .navigation_hover .sub-menu ul {
  position: absolute;
  left: 294px;
  width: calc(100% - 315px);
  top: 44px;
  padding: 50px 10px 10px 15px;
  background: #F2F8FA;
  border-radius: 10px;
  height: calc(100% - 75px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: none;
}

.menu_l .navigation_hover .sub-menu ul > li {
  margin-bottom: 2%;
  max-width: 256px;
}

.menu_l .navigation_hover .sub-menu ul > li > a {
  line-height: 1.4;
  font-size: 14px;
}

.menu_l .navigation_hover .sub-menu li.active > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(10, 133, 152, 0.4);
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 6px;
}

.swiper-pagination-bullet-active {
  background: linear-gradient(96.41deg, #0A8598 1.17%, #40A0AF 94.81%);
  border-radius: 6px;
  width: 47px;
}

.editor ul,
.list_def {
  padding: 0;
  margin: 0;
}

.editor ul li,
.list_def li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 4px;
}

.editor ul li:before,
.list_def li:before {
  content: '';
  background: #007992;
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  background: #007992;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
}

.swiper-button-next:hover {
  background: linear-gradient(92.98deg, #007992 0.83%, rgba(61, 158, 173, 0.96) 100%);
}

.swiper-button-prev:hover {
  background: linear-gradient(92.98deg, rgba(61, 158, 173, 0.96) 0.83%, #007992 100%);
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  background: #C9D6DE;
  opacity: 1;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: '';
  background-image: url(../img/svg/arrov-slider-r.svg);
  background-size: cover;
  width: 5px;
  height: 9px;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: '';
  background-image: url(../img/svg/arrov-slider-l.svg);
  background-size: cover;
  width: 5px;
  height: 9px;
}

footer {
  background: #F2F8FA;
}

footer .top_text {
  border-bottom: 1px solid rgba(0, 121, 146, 0.2);
  padding-top: 30px;
  padding-bottom: 10px;
  color: #4F4F4F;
  font-weight: 600;
}

footer .top_text p {
  text-align: center;
  font-size: 18px;
  max-width: 826px;
  margin-left: auto;
  margin-right: auto;
}
footer .top_text p br{
  display: none;
}
footer .footer_nav {
  padding-top: 50px;
}

footer .links_row {
  padding-top: 40px;
  padding-bottom: 60px;
}

footer .links_row a {
  color: inherit;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

footer .links_row a:hover {
  color: #007992;
}

footer .links_row a:hover svg {
  fill: #007992;
}

footer .menu_footer li {
  margin-right: 80px;
}

footer .soc li {
  margin-left: 40px;
}

footer .soc li svg {
  fill: #7E7E7E;
}

.read_more {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  color: #007992;
  text-decoration: none;
}

.read_more svg {
  width: 11px;
  height: 6px;
  stroke: #007992;
  margin-left: 10px;
}

.arrov_btn {
  display: none;
  width: 24px;
  height: 24px;
}

.arrov_btn svg {
  width: 11px;
  height: 6px;
  stroke: #4F4F4F;
}

input {
  border: none;
  border-bottom: 1px solid #7E7E7E;
  font-size: 14px;
  padding: 8px 0px;
  outline: none;
  background: transparent;
}

input:focus {
  border-bottom: 2px solid #007992;
}

input:placeholder {
  font-family: "OpenSans";
  font-size: inherit;
}

.form_tab {
  background: #F2F8FA;
  padding-top: 60px;
  padding-bottom: 60px;
}

.form_tab .tabs_wrap {
  margin-bottom: 60px;
}

.form_tab .tabs_wrap .btn {
  width: 210px;
  height: 47px;
  font-size: 12px;
  margin-right: 10px;
  cursor: pointer;
}

.form_tab .tabs_wrap .btn.active {
  background: #007992;
  color: #ffffff;
}

.form_tab .form {
  display: none;
  height: 480px;
}

.form_tab .form.active {
  display: flex;
  justify-content: space-between;
}
.form_tab .form.active form{
  width: 100%;
}
.form_tab .form.active form > .row.jcsb{
  width: 100%;

}
.form_tab .row_inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form_tab .row_inputs input {
  width: 45%;
  margin-bottom: 35px;
}

.form_tab .button {
  border: none;
  max-width: 360px;
  cursor: pointer;
}

.form_tab .title_descr {
  max-width: 515px;
  line-height: 1.5;
  margin-top: 15px;
  margin-bottom: 30px;
  color: #7E7E7E;
}

.radio_def input {
  display: none;
}

.radio_def .text {
  padding-left: 25px;
  position: relative;
}

.radio_def .text:before {
  content: '';
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 2px solid;
}

.radio_def .text:after {
  content: '';
  position: absolute;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: #007992;
  opacity: 0;
}

.radio_def input:checked + .text:after {
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.radio_def input:checked + .text:before{
  border-color:  #007992;
}
.row_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.row_radio .radio_def + .radio_def {
  margin-left: 50px;
}

.form_consult .col_l {
  width: 50%;
}

.form_consult .col_r {
  width: 50%;
  padding-left: 30px;
}

.form_consult .col_r label {
  display: block;
  width: 20%;
  margin: 2.5%;
  cursor: pointer;
}

.form_consult .col_r label .image_box {
  width: 100%;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: #ffffff;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 121, 146, 0.15), 0px 4px 10px rgba(0, 121, 146, 0.15);
  box-shadow: 0px 4px 10px rgba(0, 121, 146, 0.15), 0px 4px 10px rgba(0, 121, 146, 0.15);
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
}

.form_consult .col_r label .image_box img {
  height: 100%;
  width: auto;
  object-fit: cover;
  border-radius: 5px;
}

.form_consult .col_r label .check_icon {
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #007992;
  border-radius: 3px;
  position: absolute;
  left: -7px;
  top: -7px;
  opacity: 0;
}

.form_consult .col_r label .check_icon img {
  width: 8px;
  height: auto;
}

.form_consult .col_r label .name {
  font-weight: 700;
  color: #007992;
  font-size: 14px;
}

.form_consult .col_r label .position {
  font-weight: 600;
  color: #7E7E7E;
  font-size: 12px;
}

.form_consult .col_r label .price {
  font-weight: 700;
  font-size: 14px;
  color: #007992;
}

.form_consult .col_r label input {
  display: none;
}

.form_consult .col_r label input:checked + .image_box {
  border-color: #007992;
}

.form_consult .col_r label input:checked + .image_box .check_icon {
  opacity: 1;
}

.form_question .soc_form li {
  margin-right: 40px;
}

.form_question .soc_form li a {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #C9D6DE;
}

.form_question .soc_form li a:hover {
  border-color: #007992;
}

.form_def .col_l {
  max-width: 450px;
  position: relative;
}
.form_def .col_l > *{
  position:relative;
  z-index:2;
}
.form_def .col_l > .icon_abs.icon_abs_star{
  z-index:1;
}
.form_def .icon_abs {
  position: absolute;
  top: -77px;
  left: -160px;
  width: 248px;
  height: 274px;
}

.form_def .icon_abs img {
  width: 100%;
  height: 100%;
}

.form_def .image {
  max-width: 674px;
  position: relative;
  height: 383px;
  z-index: 1;
}

.form_def .image:after {
  content: '';
  position: absolute;
  border: 1px solid #007992;
  border-radius: 15px;
  width: 100%;
  height: calc(100% + 60px);
  right: -40px;
  top: -30px;
  z-index: -1;
}

.form_def .image img {
  /*width: 100%;*/
  height: auto;
  border-radius: 15px;
}

.form_def .image .icon_abs {
  position: absolute;
  width: 248px;
  height: 274px;
  bottom: -125px;
  left: -115px;
  top: auto;
  z-index: -1;
}

.form_def .image .icon_abs img {
  width: 100%;
  height: 100%;
}

.form_question input {
  width: 100%;
  margin-bottom: 35px;
}

body.open {
  overflow: hidden;
}

.menu_desctop_click {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 100;
  display: none;
}

.menu_desctop_click.open {
  display: block;
}

.menu_desctop_click .soc li {
  margin-left: 25px;
}

.menu_desctop_click .soc svg {
  fill: #7E7E7E;
}

.menu_desctop_click .soc a:hover svg {
  fill: #007992;
}

.menu_desctop_click .top_wrap {
  padding-top: 80px;
  padding-bottom: 40px;
}

.menu_desctop_click .btn_close {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
  top: 25px;
}

.menu_desctop_click .btn_close:after {
  content: '';
  width: 20px;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  height: 2px;
  background: #4F4F4F;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu_desctop_click .btn_close:before {
  content: '';
  width: 20px;
  display: block;
  top: 10px;
  left: 0;
  height: 2px;
  position: absolute;
  background: #4F4F4F;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu_desctop_click .btn_close:hover:before, .menu_desctop_click .btn_close:hover:after {
  background: #007992;
}

.menu_desctop_click ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu_desctop_click a {
  color: inherit;
  text-decoration: none;
}

.menu_desctop_click .menu_wrap {
  position: relative;
  height: calc(100% - 147px);
}

.menu_desctop_click .menu_wrap .has-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu_desctop_click .menu_wrap .has-children svg {
  stroke: #4F4F4F;
  width: 6px;
  height: 10px;
}

.menu_desctop_click .menu_wrap a:hover {
  color: #007992;
}

.menu_desctop_click .menu_wrap > ul {
  height: 100%;
}

.menu_desctop_click .menu_wrap > ul > li {
  margin-bottom: 40px;
  max-width: 165px;
}

.menu_desctop_click .menu_wrap > ul > li > a {
  font-weight: 700;
}

.menu_desctop_click .menu_wrap > ul > li > ul {
  position: absolute;
  top: 0;
  left: 220px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
}

.menu_desctop_click .menu_wrap > ul > li > ul > li {
  margin-bottom: 45px;
  max-width: 280px;
  line-height: 1.7;
}

.menu_desctop_click .menu_wrap > ul > li > ul > li > a {
  font-size: 14px;
  font-weight: 600;
}

.menu_desctop_click .menu_wrap > ul > li > ul > li > ul {
  position: absolute;
  top: 0;
  left: calc(100% + 62px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  display: none;
}

.menu_desctop_click .menu_wrap > ul > li > ul > li > ul > li {
  margin-bottom: 30px;
  max-width: 227px;
  font-size: 14px;
  width: 100%;
  font-weight: 600;
  line-height: 1.7;
  margin-right: 110px;
}

.menu_desctop_click .menu_wrap ul.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu_desctop_click .menu_wrap li.active > a {
  color: #007992;
}

.menu_desctop_click .menu_wrap li.active > svg {
  stroke: #007992;
}

.nav_header_mobile .wrapper {
  padding-right: 15px;
  padding-left: 15px;
}

.nav_header_mobile .icon_search svg {
  width: 25px;
  height: 25px;
  stroke: #000;
}

.navigation_mobile .menu_mobile {
  padding: 60px 15px 0px;
  border-bottom: 1px solid #F2F8FA;
}

.navigation_mobile .soc {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.navigation_mobile .soc svg {
  fill: #7E7E7E;
  width: 20px;
  height: 20px;
}

.navigation_mobile .soc a:hover svg {
  fill: #007992;
}

.navigation_mobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navigation_mobile .menu_mobile svg {
  width: 10px;
  height: 10px;
  stroke: #000;
}

.navigation_mobile a {
  font-size: 16px;
  color: #4F4F4F;
  font-weight: 600;
  text-decoration: none;
}

.navigation_mobile .menu-second {
  display: none;
}

.navigation_mobile .menu-second > li > a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
  color: #4F4F4F;
}

.navigation_mobile .menu-second > li > ul {
  display: none;
}

.navigation_mobile .menu-second > li > ul > li > a {
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  color: #7E7E7E;
}

.navigation_mobile .has-children svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.navigation_mobile .has-children.open-mobile > svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.navigation_mobile .link_green {
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  color: #007992;
  margin-top: 32px;
}

.navigation_mobile .phone {
  font-weight: 700;
  margin-top: 32px;
  color: #7E7E7E;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.navigation_mobile .time {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #7E7E7E;
  margin-top: 32px;
  padding-bottom: 30px;
  border-bottom: 1px solid #F2F8FA;
}

.navigation_mobile .logo {
  display: table;
  margin: 32px auto;
}

.navigation_mobile .text_grey {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px;
  max-width: 210px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 16px;
  color: #7E7E7E;
}

.row_mobile_header {
  padding-top: 10px;
  padding-bottom: 10px;
}

.form_def .image_mobile {
  display: none;
}

.main_home h1 {
  font-size: 72px;
  font-family: "Montserrat";
  font-weight: 700;
  color: #282828;
  max-width: 900px;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 50px;
  padding-top: 120px;
}

.main_home .descr {
  max-width: 560px;
  font-weight: 600;
  line-height: 1.67;
}

.main_home .wrap_btn {
  padding-top: 30px;
}

.main_home .wrap_btn .btn_grad {
  margin-right: 20px;
}

.main_home .swiper-slide {
  position: relative;
  min-height: 700px;
}

.main_home .swiper-slide .img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  bottom: 0;
}

.main_home .swiper-slide .img:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: white;
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(27%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(27%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 27%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.main_home .swiper-slide .img img {
  height: 100%;
  width: auto;
}

.main_home .swiper-pagination {
  width: auto;
  left: 15px;
  /*bottom: 200px;*/
  bottom: 120px;
  top: auto;
}

.main_home .swiper-pagination-clickable .swiper-pagination-bullet {
  margin: 0px 4px;
}

/*.main_home .swiper-slide {
  opacity: 0 !important;
}

.main_home .swiper-slide-active {
  opacity: 1 !important;
}*/

.main_home .wrapper_rel {
  position: relative;
}

.cosmetolog {
  padding-top: 130px;
  padding-bottom: 50px;
}

.cosmetolog .col_cosmerolog {
  border: 1px solid #007992;
  text-decoration: none;
  font-weight: 600;
  color: #007992;
  background: #ffffff;
  border-radius: 6px;
  height: 100px;
  position: relative;
  overflow: hidden;
  max-width: 300px;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 0px 16px;
  margin-bottom: 18px;
  -webkit-transition: all .3s;
  transition: all .3s;
  line-height: 1.24;
  font-size: 16px;
}

.cosmetolog .col_cosmerolog svg {
  position: absolute;
  width: 70px;
  height: 78px;
  left: 10px;
  bottom: -21px;
}

.cosmetolog .col_cosmerolog:hover {
  background: linear-gradient(109.34deg, #007992 2.33%, rgba(10, 133, 152, 0.78) 66.94%);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 121, 146, 0.05);
  box-shadow: 0px 4px 4px rgba(0, 121, 146, 0.05);
  color: #ffffff;
}

.cosmetolog .row_cosmetolog {
  padding-top: 80px;
}

.services {
  padding-top: 100px;
}

.services .col_serv {
  text-align: center;
  text-decoration: none;
  color: #282828;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 60px;
  -webkit-transition: all .2s;
  transition: all .2s;
  display: block;
  width: 100%;
}

.services .col_serv:hover {
  color: #007992;
}

.services .col_serv:hover .img_box:after {
  opacity: 0;
}

.services .text {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.services .img_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 28px;
}

.services .img_box img {
  width: 100%;
  height: 100%;
}

.services .img_box:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(40, 40, 40, 0.6);
  z-index: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.services .wrap_serv {
  position: relative;
  padding-bottom: 40px;
}
.services .wrap_serv .row_serv{
  justify-content: flex-start;
}
.services .wrap_serv .row_serv > li {
  width: 24%;
  margin-right: 1.333%;
}
.services .wrap_serv .row_serv > li:nth-child(4n){
  margin-right: 0;
}
.services .wrap_serv .row_serv li:nth-child(-n+4) .sub_menu {
  top: 345px;
}

.services .wrap_serv .row_serv li:nth-child(n+5) .sub_menu {
  top: 675px;
}

.services .sub_menu {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background: #F2F8FA;
  padding: 40px 10px;
  z-index: 3;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: none;
  padding-bottom: 20px;
}

.services .sub_menu li {
  margin-bottom: 20px;
  max-width: 33% !important;
  width: 33% !important;
  padding: 0px 40px;

}

.services .sub_menu a {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  color: #282828;
  text-decoration: none;
}

.services .sub_menu a:hover {
  color: #007992;
}

.services .open_submenu + .sub_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services .open_submenu .col_serv {
  color: #007992;
}

.services .open_submenu .col_serv .img_box:after {
  opacity: 0;
}

.def_section_text {
  font-weight: 600;
}

.def_section_text .row_def {
  position: relative;
}

.def_section_text .btn {
  margin-top: 30px;
}

.def_section_text .text_box {
  background: #F2F8FA;
  border-radius: 10px;
  padding: 69px 70px 97px 175px;
  max-width: 950px;
}

.def_section_text .text_box .title_green {
  margin-bottom: 30px;
}

.def_section_text .row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.def_section_text .image_box {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  width: 45%;
  max-width: 690px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.def_section_text .image_box:after {
  content: '';
  position: absolute;
  border: 1px solid #007992;
  border-radius: 15px;
  width: 80%;
  height: calc(100% + 60px);
  left: -40px;
  z-index: -1;
}

.def_section_text .image_box img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.def_section_text .image_box .icon_abs {
  position: absolute;
  width: 248px;
  height: 274px;
  top: -137px;
  left: -121px;
  z-index: -1;
}

.def_section_text .image_box .icon_abs img {
  width: 100%;
  height: 100%;
}

.slider_dots {

  padding-bottom: 50px;
}

.slider_dots .swiper-container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.slider_dots .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_dots .swiper-slide:after {
  content: '';
  position: absolute;
  background: #F2F8FA;
  border-radius: 10px;
  left: 0;
  top: -5%;
  height: 110%;
  width: 60%;
  z-index: -1;
}

.slider_dots .swiper-slide .title_def {
  line-height: 1.25;
  margin-bottom: 30px;
}

.slider_dots .swiper-slide .top {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 23px;
}

.slider_dots .swiper-slide .descr {
  height: 90px;
  overflow: auto;
  margin-bottom: 30px;
}

.slider_dots .text {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
}

.slider_dots .text .box_text {
  position: relative;
  z-index: 1;
  max-width: 68%;
  height: 100%;
}

.slider_dots .image {
  width: 50%;
  height: 580px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.slider_dots .image img {
  width: 100%;
  height: auto;
  position: relative;
  right: -15px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}

.slider_dots .swiper-pagination-fraction, .slider_dots .swiper-pagination-custom, .slider_dots .swiper-container-horizontal > .swiper-pagination-bullets {
  width: auto;
  bottom: 100px;
  left: 8%;
}

.clinic {
  padding-top: 100px;
  padding-bottom: 150px;
}

.clinic .title_def {
  margin-bottom: 20px;
}

.clinic .image_box {
  position: relative;
  height: 390px;
}

.clinic .image_box:after {
  content: '';
  position: absolute;
  border: 1px solid #007992;
  border-radius: 15px;
  width: 80%;
  top: -30px;
  height: calc(100% + 60px);
  right: -40px;
  z-index: -1;
}

.clinic .image_box .icon_abs {
  position: absolute;
  left: -124px;
  top: -137px;
  z-index: -1;
}

.clinic .image_box {
  width: 44%;
  padding-right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.clinic .image_box img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}

.clinic .text_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
}

.clinic .text_row .col {
  width: 46%;
  background: #F2F8FA;
  border-radius: 15px;
  padding: 40px 25px 25px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2%;
}

.clinic .text_row .col .title {
  font-size: 18px;
  line-height: 1.44;
  font-weight: 700;
  margin-bottom: 20px;
}

.clinic .text_row .col .icon {
  width: 60px;
  min-width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 20px;
}

.clinic .text_row .col .icon img {
  height: 20px;
  width: auto;
}

.clinic .text_row .col .descr {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}

.client {
  padding-top: 45px;
  padding-bottom: 70px;
  background: #F2F8FA;
  position: relative;
  overflow: hidden;
}

.client .title_green {
  max-width: 98%;
  margin-bottom: 35px;
}

.client .image {
  width: 35%;
}

.client .image img {
  display: block;
  max-width: 100%;
  height: auto!important;
  border-radius: 15px;
}

.client .image .italic {
  font-style: italic;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
}

.client .wrap_cols {
  width: 63%;
}

.client .col {
  background: #007992;
  border-radius: 15px;
  padding: 30px;
  color: #ffffff;
  width: 32%;
  height: 295px;
  margin-bottom: 15px;
}

.client .col .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 17px;
}

.client .col .descr {
  font-weight: 400;
  line-height: 1.6;
}

.client .wrap_cols p {
  font-weight: 600;
  max-width: 805px;
  line-height: 1.6;
}

.def_section_text_inv {
  padding-top: 150px;
  padding-bottom: 100px;
}

.def_section_text_inv .text_wrap {
  width: 60%;
  background: #F2F8FA;
  border-radius: 10px;
  padding: 45px 85px;
  max-width: 930px;
}

.def_section_text_inv .row_inv {
  position: relative;
}

.def_section_text_inv .title_green {
  margin-bottom: 10px;
}

.def_section_text_inv .image {
  position: absolute;
  right: 0;
  top: 75px;
  z-index: 1;
}

.def_section_text_inv .image img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.def_section_text_inv .image .icon_abs {
  width: 270px;
  position: absolute;
  right: -140px;
  bottom: -135px;
  z-index: -1;
}

.def_section_text_inv .image:after {
  content: '';
  position: absolute;
  border: 1px solid #007992;
  border-radius: 15px;
  width: 80%;
  top: -30px;
  height: calc(100% + 60px);
  right: -40px;
  z-index: -1;
}

.def_section_text_scroll {
  padding-top: 50px;
}

.def_section_text_scroll ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.def_section_text_scroll .descr {
  max-height: 430px;
  padding-right: 50px;
  line-height: 1.6;
  position: relative;
}

.def_section_text_scroll .title_def {
  margin-bottom: 30px;
}

.def_section_text_specialists .text_wrap {
  min-height: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.def_section_text_specialists .text_wrap .descr {
  max-width: 635px;
}

.variants .title_def {
  max-width: 900px;
  margin-bottom: 25px;
}

.variants .title_green {
  margin-bottom: 25px;
}

.variants .top_row {
  position: relative;
  display: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.variants .top_row .image {
  position: absolute;
  left: 0;
  top: 75px;
  width: 690px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

.variants .top_row .image svg {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.variants .top_row .image .icon_abs {
  width: 270px;
  position: absolute;
  left: -140px;
  top: -135px;
  z-index: -1;
}

.variants .top_row .image:after {
  content: '';
  position: absolute;
  border: 1px solid #007992;
  border-radius: 15px;
  width: 80%;
  top: -30px;
  height: calc(100% + 60px);
  left: -40px;
  z-index: -1;
}

.variants .top_row .text {
  max-width: 950px;
  width: 100%;
  background: #F2F8FA;
  border-radius: 10px;
  padding: 30px;
  padding-left: 130px;
}

.variants .bot_row {
  margin-top: -280px;
  position: relative;
}

.variants .bot_row .text {
  max-width: 600px;
}

.variants .bot_row .image {
  position: absolute;
  right: 0;
  top: 75px;
  width: 690px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

.variants .bot_row .image img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.variants .bot_row .image .icon_abs {
  width: 270px;
  position: absolute;
  right: -140px;
  bottom: -135px;
  z-index: -1;
}

.variants .bot_row .image:after {
  content: '';
  position: absolute;
  border: 1px solid #007992;
  border-radius: 15px;
  width: 80%;
  top: -30px;
  height: calc(100% + 60px);
  right: -40px;
  z-index: -1;
}

.variants .btn {
  margin-top: 30px;
}

.variants p {
  font-weight: 600;
  line-height: 1.6;
}

.beauty_section {
  padding-top: 150px;
  padding-bottom: 100px;
}

.beauty_section p {
  max-width: 560px;
  font-weight: 600;
}

.beauty_section .row {
  padding-top: 40px;
}

.beauty_section .col {
  width: 18%;
  height: 230px;
  position: relative;
  color: #4F4F4F;
  text-decoration: none;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
  background-size: cover;
}

.beauty_section .col .icon {
  margin-bottom: 30px;
  height: 58px;
  width: auto;
}

.beauty_section .col .icon img {
  height: 100%;
  width: auto;
}

.beauty_section .col:after {
  z-index: 1;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #E5F2F4;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.beauty_section .col:hover:after {
  opacity: 0.85;
}
.beauty_section .col span{
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
}
.beauty_section .col:hover span{
  color: #007992;
  z-index: 2;
}
.beauty_section .col .icon {
  position: relative;
  z-index: 2;
}

.beauty_section .col .text {
  position: relative;
  z-index: 2;
  height: 50px;
  text-align: center;
  padding: 0px 5px;
}

.blog_main {
  padding-bottom: 70px;
}

.blog_main .row {
  padding-top: 50px;
}

.blog_main .col {
  width: 23.5%;
  color: inherit;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.6;
}
.blog_main .col .title:hover{
  text-decoration: underline;
}
.blog_main .col .date {
  font-size: 16px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 20px;
}

.blog_main .col .title {
  color: #007992;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}

.blog_main .col .img {
  width: 100%;
  height: 220px;
}

.blog_main .col .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}

.blog_main .link_green {
  font-weight: 700;
  font-size: 14px;
  color: #007992;
  text-decoration: none;
  margin-top: 60px;
  display: table;
}
.blog_main .link_green:hover{
  text-decoration: underline;
}
.new-slider {
  padding-bottom: 20px;
}

.new-slider .image_box {
  height: 295px;
  background-size: cover;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 40px;
}

.new-slider .image_box .text {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(229, 242, 244, 0.7);
  border-radius: 15px;
  padding: 15px;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.new-slider .image_box:hover .text {
  opacity: 1;
}

.new-slider .swiper-slide {
  text-decoration: none;
  color: inherit;
  font-weight: 600;
  line-height: 1.6;
}

.new-slider .swiper-slide .link {
  color: #007992;
  font-weight: 700;
  font-size: 14px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.new-slider .swiper-slide .title {
  font-weight: 700;
  line-height: 1.4;
}

.new-slider .swiper-slide .title:hover {
  color: #007992;
}

.new-slider .swiper-progress {
  padding-top: 50px;
  padding-bottom: 60px;
}

.new-slider .swiper-container-horizontal > .swiper-pagination-progressbar, .new-slider .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  bottom: 16px;
  top: auto;
  width: calc(100% - 140px);
  border-radius: 5px;
  overflow: hidden;
}

.new-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007992;
  border-radius: 5px;
}

.new-slider .swiper-button-prev,
.new-slider .swiper-button-next {
  top: auto;
  bottom: 0;
}

.new-slider .swiper-button-prev {
  right: 60px;
  left: auto;
}

.new-slider .swiper-button-next {
  right: 0;
}

.section_text_bot {
  padding-top: 140px;
  padding-bottom: 200px;
  font-weight: 600;
}

.section_text_bot .text {
  max-width: 690px;
  width: 47%;
}

.section_text_bot .image {
  width: 44%;
  height: 390px;
  margin-left: 10%;
  position: relative;
  margin-top: 30px;
}

.section_text_bot .image svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}

.section_text_bot .image .icon_abs {
  width: 270px;
  position: absolute;
  left: -130px;
  bottom: -140px;
  z-index: -1;
}

.section_text_bot .image:after {
  content: '';
  position: absolute;
  border: 1px solid #007992;
  border-radius: 15px;
  width: 80%;
  top: -30px;
  height: calc(100% + 60px);
  right: -40px;
  z-index: -1;
}
.section_text_bot .image img{
  width: 100%;
}
.section_text_bot .btn {
  margin-top: 30px;
}

.main_about {}

.main_about > .row {
  position: relative;
}

.main_about > .row:after {
  content: '';
  position: absolute;
  left: 0;
  width: 92%;
  top: -5px;
  bottom: -65px;
  background: #F2F8FA;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  z-index: -1;
}

.main_about .col_text {
  width: 90%;
  padding-left: 200px;
  position: relative;
  height: 100%;
  padding-right: 30px;
}
.main_about .col_text-small {
  width: 50%;
}

.main_about .col_text p {
  max-width: 510px;
  font-size: 16px;
}

.main_about .image {
  width: 50%;
}

.main_about .image img {
  width: 100%;
  height: auto;
}

.def_section_text_about.def_section_text_inv .text_wrap {
  font-weight: 600;
  padding: 0;
  background: #fff;
  width: 50%;
  padding-right: 20px;
}

.def_section_text_about.def_section_text_inv .image {
  top: 55px;
}

.def_section_text_about.def_section_text_inv .image .icon_abs {
  left: -127px;
  right: auto;
}

.variants_about {
  padding-bottom: 100px;
}

.variants_about .bot_row {
  margin-top: -130px;
}

.variants_about .bot_row .image {
  top: -35px;
}

.def_section_text_about-bot {
  padding-bottom: 130px;
  padding-top: 350px;
}

.slider_dots.main_serv .text {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 195px;
}

.slider_dots.main_serv .text .box_text {
  max-width: 100%;
}

.slider_dots.main_serv .box_btn_slider {
  width: 140px;
  position: absolute;
  left: 186px;
  bottom: 90px;
}

.slider_dots.main_serv .swiper-slide .descr {
  height: auto;
}

.form_tab_sevices {
  margin-bottom: 150px;
}

.services_inner {
  min-height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.services_inner .image {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.services_inner .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.services_inner .wrapper {
  width: 100%;
}

.services_inner .text {
  max-width: 590px;
}

.table_price_section {
  padding-top: 100px;
  padding-bottom: 150px;
}

.table_price_section .title_def {
  margin-bottom: 20px;
}

.table_price {
  font-weight: 700;
}

.table_price .top_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Montserrat";
  font-size: 18px;
  color: #4F4F4F;
  padding: 40px 10px;
}

.table_price .col_1 {
  width: 35%;
  padding: 0px 15px;
}

.table_price .col_2 {
  width: 21.6666%;
  padding: 0px 15px;
}

.table_price ul {
  margin: 0;
  padding: 0;
}

.table_price ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #007992;
  padding: 40px 10px;
}

.table_price ul li:last-child {
  border-bottom: 1px solid #007992;
}

.table_price ul li:nth-child(even) {
  background: #F2F8FA;
}

.table_price ul li .col_2 {
  color: #007992;
}

.table_price ul li .col_1 {
  color: #282828;
}

.beer-handle {
  border: 1px solid #ffffff;
  background: transparent;
}

.beer-handle:before, .beer-handle:after {
  border-width: 1px;
  border-color: #ffffff;
  height: 7px;
  width: 7px;
}

.beer-range:focus ~ .beer-handle {
  background: transparent;
}

.beer-reveal[data-beer-label]:after {
  content: "до";
  background: none;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
}

.beer-slider[data-beer-label]:after {
  content: "после";
  background: none;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
}

.swiper-before {
  padding-bottom: 100px;
}

.swiper-before .btn_row {
  width: 140px;
  right: 0;
  position: absolute;
  bottom: 60px;
}

.swiper-video {
  padding-bottom: 100px;
}

.swiper-video iframe {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 200px;
  max-width: 100%;
}

.swiper-video .btn_row {
  width: 140px;
  right: 0;
  position: absolute;
  bottom: 60px;
}

.photo_before_after .title_def,
.video_slider .title_def {
  margin-bottom: 30px;
}

.specialists .title_def {
  margin-bottom: 60px;
}

.specialists .col {
  width: 22%;
  margin: 1.5%;
  text-decoration: none;
  margin-bottom: 70px;
}

.specialists .col:hover .name {
  color: #0A8598;
}

.specialists .name {
  font-size: 24px;
  color: #4e4e4e;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
}

.specialists .position {
  font-size: 18px;
  color: #7E7E7E;
  font-weight: 600;
}

.specialists .image_box {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
  position: relative;
}

.specialists .image_box:after {
  content: '';
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  width: calc(100% - 40px);
  top: 0px;
  bottom: 0;
  border-radius: 15px;
  border: 1px solid #007992;
}

.row_specialists {
  justify-content: center;
}

.specialists .image_box img {
  width: 100%;
  height:auto;
  position: relative;
  z-index: 1;
  border-radius: 15px;
}

.services_inner_action {
  padding-bottom: 150px;
}

.services_inner_action .date {
  font-weight: 600;
  font-size: 18px;
  color: #7e7e7e;
}

.services_inner_action .title_def {
  max-width: 505px;
  line-height: 1.2;
}

.services_inner_action .text_box {
  width: 100%;
}

.services_inner_action .old_price {
  color: #7E7E7E;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  margin-bottom: 12px;
  font-weight: 700;
}

.services_inner_action .price {
  font-weight: 700;
  font-size: 24px;
  color: #4f4f4f;
}

.main_specialists .title_def {
  line-height: 1.2;
}

.form_tab + footer {}

.prices_acordion {
  padding-bottom: 100px;
}

.prices_acordion .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px;
  background: #F2F8FA;
  border-radius: 10px;
  margin-bottom: 40px;
  margin-top: 40px;
  cursor: pointer;
  align-items: center;
}

.prices_acordion .top:hover span {
  color: #007992;
}

.prices_acordion .top img {
  width: 12px;
  height: 6px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.prices_acordion .top span {
  font-family: "OpenSans";
  font-weight: bold;
  font-size: 24px;
  color: #4F4F4F;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.prices_acordion .top.open img {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.prices_acordion .top.open span {
  color: #007992;
}

.prices_acordion .row_tab {
  list-style: none;
  padding: 0;
  margin: 0;
}

.prices_acordion .content {
  background: #F2F8FA;
  border-radius: 10px;
  padding: 55px;
  display: none;
}

.prices_acordion .content ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.prices_acordion .content ul li {
  width: 16%;
  margin: 2%;
}

.prices_acordion .content ul li a {
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  color: #282828;
  line-height: 1.4;
}

.prices_acordion .content ul li a:hover {
  color: #007992;
}

.main_specialists_inner {
  overflow: hidden;
}

.main_specialists_inner .col_text p {
  font-weight: 600;
  max-width: 100%;
  padding-right: 30px;
}

.main_specialists_inner .title_def {
  margin-top: 0;
}

.main_specialists_inner img {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.main_specialists_inner .image {
  position: relative;
  right: -40px;
}

.variants_petrash {
  padding-top: 150px;
  padding-bottom: 100px;
}

.variants_petrash .top_row .text {
  padding-bottom: 60px;
}

.variants_petrash .bot_row {
  margin-top: 0px;
}

.problems {
  padding-bottom: 110px;
  padding-top: 50px;
}

.problems .row {
  position: relative;
}

.problems .image_col {
  position: absolute;
  right: 0;
  top: -10px;
  z-index: 1;
  width: 47%;
}

.problems .image_col img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.problems .image_col .icon_abs {
  width: 270px;
  position: absolute;
  left: -130px;
  bottom: -135px;
  z-index: -1;
}

.problems .image_col:after {
  content: '';
  position: absolute;
  border: 1px solid #007992;
  border-radius: 15px;
  width: 100%;
  top: -30px;
  height: calc(100% + 60px);
  right: -40px;
  z-index: -1;
}

.problems ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
}

.problems ul li {
  width: 50%;
  margin-bottom: 30px;
  padding-right: 10px;
}

.problems .title_green {
  margin-bottom: 35px;
}

.articles {
  padding-bottom: 120px;
  padding-top: 70px;
}

.articles .title_def {
  margin-bottom: 50px;
}

.articles .col {
  width: 15%;
  text-decoration: none;
  color: inherit;
  font-weight: 700;
  line-height: 1.5;
}

.articles .col img {
  display: block;
  margin-bottom: 20px;
}

.articles .col:hover {
  color: #007992;
}

.swiper-certificate {
  padding-bottom: 100px;
}

.swiper-certificate .btn_row {
  width: 140px;
  right: 0;
  position: absolute;
  bottom: 60px;
}

.swiper-certificate img {
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.39);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.39);
  width: 100%;
  height: auto;
}

.swiper-certificate .swiper-slide {
  padding: 5px;
}

.certificate_slider {
  padding-bottom: 100px;
}

.certificate_slider .title_def {
  margin-bottom: 50px;
}

.main_specialists_inner-other .editor {
  font-size: 18px;
}

.main_specialists_inner-other .editor b {
  margin-top: 20px;
  display: block;
  margin-bottom: 20px;
}

.main_specialists_inner-other .title_def {
  margin-top: 30px;
}

.cosmetolog.cosmetolog_inner_secialist .col_cosmerolog {
  line-height: 1.5;
  font-size: 16px;
  height: 130px;
  max-width: 372px;
  width: 24%;
}

body .mfp-title {
  background: #ffffff;
  padding: 13px 18px;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #4E4E4E;
  margin-top: -4px;
}

body .mfp-counter {
  display: none;
}

body button.mfp-arrow-right,
body button.mfp-arrow-left {
  width: 40px;
  height: 40px;
  background: #007992;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  opacity: 1;
  margin: 0;
}

body button.mfp-arrow-right:after,
body button.mfp-arrow-left:after {
  content: '';
  background-image: url(../img/svg/arrov-slider-r.svg);
  background-size: cover;
  width: 5px;
  height: 9px;
  position: static;
  border: none;
  margin: 0;
}

body button.mfp-arrow-right:hover,
body button.mfp-arrow-left:hover {
  background: linear-gradient(92.98deg, #007992 0.83%, rgba(61, 158, 173, 0.96) 100%);
}

body button.mfp-arrow-left:after {
  background-image: url(../img/svg/arrov-slider-l.svg);
}

body button.mfp-arrow-left:before {
  margin: 0;
  border: none;
}

body .mfp-arrow:active {
  margin-top: 0;
}

.mfp-container {
  cursor: auto;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  display: none;
}

.mfp-arrow-right {
  right: 10px;
}

.mfp-arrow-left {
  left: 10px;
}

.cosmetolog.cosmetolog_inner_secialist {
  padding-top: 60px;
  padding-bottom: 120px;
}

.cosmetolog.cosmetolog_inner_secialist .row_cosmetolog {
  padding-top: 50px;
}

.slider_inner {
  padding-top: 60px;
  padding-bottom: 150px;
}

.certificate_slider.certificate_slider_inner {
  padding-bottom: 60px;
}

.video_slider_inner {
  padding-bottom: 100px;
}

.before_after_page {
  padding-top: 150px;
  padding-bottom: 40px;
}

.before_after_page .title_def {
  padding-bottom: 60px;
}

.before_after_page strong {
  display: block;
}

.before_after_page .name {
  font-weight: 700;
  margin-top: 40px;
}

.before_after_page .procedure {
  margin-top: 30px;
  margin-bottom: 30px;
}

.before_after_page .col_before-after {
  width: 47%;
}

.before_after_page .beer-slider {
  width: 100%;
}

.before_after_page .beer-slider > img {
  width: 100%;
}

.before_after_page .before_after_page .beer-slider {
  border-radius: 15px;
}

.before_after_page .col_before-after {
  margin-bottom: 70px;
}

.before_after_page {
  padding-top: 150px;
  padding-bottom: 40px;
}

.before_after_page .title_def {
  padding-bottom: 60px;
}

.before_after_page strong {
  display: block;
}

.before_after_page .name {
  font-weight: 700;
  margin-top: 40px;
}

.before_after_page .procedure {
  margin-top: 30px;
  margin-bottom: 30px;
}

.before_after_page .col_before-after {
  width: 47%;
}

.before_after_page .beer-slider {
  width: 100%;
}

.before_after_page .beer-slider > img {
  width: 100%;
}

.before_after_page .before_after_page .beer-slider {
  border-radius: 15px;
}

.before_after_page .col_before-after {
  margin-bottom: 70px;
}

.section_items_new.def_section_text.def_section_text_scroll {
  padding-top: 0;
}

.section_items_new.def_section_text.def_section_text_scroll .row_item_new {
  margin-top: 220px;
}

.section_items_new.def_section_text.def_section_text_scroll .descr {
  font-weight: 400;
  height: auto;
  max-height: none;
}

.title_def {
  line-height: 1.2;
}

.inner_def {
  padding-top: 50px;
  font-size: 16px;
  padding-bottom: 150px;
}

.inner_def .content {
  width: 60%;
  max-width: 780px;
}

.inner_def h3 {
  margin-top: 40px;
  margin-bottom: 25px;
  line-height: 1.5;
  font-size: 24px;
}

.inner_def img {
  max-width: 100%;
  width: 60%;
  height: auto;
  border-radius: 15px;
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 100%;
}

.inner_def .aside {
  width: 40%;
  padding-left: 70px;
  max-width: 470px;
}

.inner_def .aside h3 {
  margin: 0;
  margin-bottom: 50px;
}

.inner_def .aside a {
  display: block;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  color: #4f4f4f;
}

.inner_def .aside a span {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
}

.inner_def .aside a img {
  margin: 0;
}

.inner_def .aside a:hover {
  color: #007992;
}

.scrollbar-inner.scroll_blue > .scroll-element .scroll-bar {
  background: #007992;
}

.scrollbar-inner.scroll_blue > .scroll-element .scroll-element_track {
  background: rgba(42, 27, 66, 0.1);
}

.scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
  opacity: 1;
}

.scrollbar-inner > .scroll-element.scroll-y {
  width: 3px;
}

.row_item_action .date {
  color: #7e7e7e;
  margin-bottom: 20px;
}

.row_item_action .descr {
  font-size: 18px;
  font-weight: 700 !important;
}

.inner_action .content {
  max-width: 940px;
  width: 100%;
}

.btn_video {
  text-decoration: none;
  font-weight: 700;
  color: #007992;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn_video .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  margin-right: 20px;
  position: relative;
}

.btn_video .icon:after {
  content: '';
  position: absolute;
  border: 6px solid transparent;
  border-left: 10px solid #007992;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -3px;
}

.btn_video:hover .icon {
  background: #007992;
}

.btn_video:hover .icon:after {
  border-left-color: #fff;
}

.main_rev .btn_video {
  margin-top: 40px;
}

.main_rev .image .btn_video {
  display: none;
}

.text_rev {
  margin-bottom: 150px;
}

.text_rev .text_colum {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 110px;
  column-gap: 110px;
  padding-top: 60px;
}

.text_rev .text_colum p {
  margin-top: 0;
}

.photo_soc {
  margin-top: 150px;
}

.swiper-soc {
  padding-bottom: 150px;
  margin-bottom: 100px;
}

.swiper-soc .btn_row {
  width: 140px;
  right: 0;
  position: absolute;
  bottom: 60px;
}

.swiper-soc .swiper-slide img {
  width: 100%;
  height: auto;
}

.reviews_text {
  font-weight: 700;
  font-size: 18px;
}
.reviews_text .wrapper > .row{
  justify-content:space-between;
}
.reviews_text .text {
  line-height: 1.6;
  font-weight: 600;
}

.reviews_text .col {
  width: 50%;
}
.reviews_text .rew{
  width:48%;
}
.reviews_text .rew br{
  display:none;
}
.reviews_text .name {
  margin-bottom: 15px;
}

.reviews_text .date {
  margin-bottom: 30px;
}

.reviews_text .rew {
  margin-bottom: 100px;
}
.btn-loadmore{
  margin:50px auto;
  cursor:pointer;
}
.reviews_text .row .col:nth-child(1) {
  padding-right: 50px;
}

.reviews_text .row .col:nth-child(2) {
  padding-left: 50px;
}

.contact_info {
  margin-top: 150px;
  margin-bottom: 150px;
}

.contact_info .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.6;
  max-width: 230px;
  font-size: 16px;
  line-height: 1.6;
  color: #7E7E7E;
}

.contact_info .col img {
  margin-bottom: 18px;
}

.contact_info .col strong {
  margin-bottom: 17px;
  color: #4E4E4E;
  font-size: 18px;
}

.contact_info .col a {
  text-decoration: none;
  color: inherit;
}

.contact_info .col a:hover {
  color: #007992;
}

.contact_info .col .bold {
  font-weight: 700;
  color: #007992;
}

.contact_info .col .bold:hover {
  text-decoration: underline;
}

.map iframe {
  width: 100%;
  height: 640px;
}

.main_payment .editor ul li {
  font-weight: 400;
}

.main_payment .editor strong {
  display: block;
  margin-top: 10px;
}

.tarif {
  padding-bottom: 300px;
  margin-top: 100px;
}

.tarif .title_def {
  margin-bottom: 60px;
}

.tarif .card {
  color: #ffffff;
  background: #007992;
  border-radius: 15px;
  padding: 35px;
  width: 100%;
  max-width: 475px;
  margin-bottom: 40px;
}

.tarif .card ul {
  padding: 0;
  margin: 0;
  padding-left: 20px;
}

.tarif .image_box {
  width: 45%;
  max-width: 690px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.tarif .image_box:after {
  content: '';
  position: absolute;
  border: 1px solid #007992;
  border-radius: 15px;
  width: 100%;
  height: calc(100% + 60px);
  right: -40px;
  z-index: -1;
}

.tarif .image_box img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.tarif .image_box .icon_abs {
  position: absolute;
  width: 248px;
  height: 274px;
  bottom: -130px;
  left: -121px;
  z-index: -1;
}

.tarif .image_box .icon_abs img {
  width: 100%;
  height: 100%;
}

.section_beaty .wrapper .row:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.section_beaty .wrapper .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 200px;
}

.section_beaty .wrapper .row .image_box {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  -webkit-transform: none;
  transform: none;
  margin-top: 70px;
}

.beaty_main .btn {
  margin-top: 50px;
}

.section_beaty .wrapper .text_box {
  padding: 0;
  background: #ffffff;
  max-width: 690px;
  width: 45%;
}

.def_section_text .image_box .icon_abs {
  /*bottom: -137px;
  top: auto;*/
}
.def_section_text .row.row_btn{
  justify-content: flex-start;
}
.def_section_text .row.row_btn .btn_grad {
  margin-right: 10px;
}
.section_beaty .wrapper .row:nth-child(odd) .image_box:after {
  left: auto;
  right: -40px;
}

.section_beaty .wrapper .row:nth-child(odd) .image_box .icon_abs {
  bottom: -137px;
  right: -121px;
  top: auto;
  left: auto;
}

.section_beaty .wrapper .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 200px;
}

.section_beaty .wrapper .row ul li {
  font-weight: 400;
}

.section_beaty {
  margin-top: 150px;
}

.content_more_beauty .read_more {
  display: block;
  cursor: pointer;
  margin-top: 15px;
}

.content_more_beauty .content_more {
  max-height: 340px;
  overflow: hidden;
  position: relative;
}

.content_more_beauty .content_more_open {
  max-height: none;
}

.text_box.content_more_beauty .content_more:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 45px;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

.nav_header_mobile {
  display: none!important;
}

.form_tab .form.form_consult.active{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.form_consult .col_l{
  width: 100%;
}
.form_consult .wpcf7{
  width: 50%;
}
.pagination{
  max-width: 1590px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.pagination .nav-links{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
}
.pagination .page-numbers.current{
  width: 40px;
  height: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #007992;
  border-radius: 50%;
}
.pagination .page-numbers{
  margin: 0px 7px;
  text-decoration: none;
  font-size: 16px;
  color: #7E7E7E;
  text-decoration: none;
}
.pagination a:hover{
  color: #007992;
}
.next.page-numbers,
.prev.page-numbers{
  font-family: monospace;
  font-size: 20px;
}
#searchform{
  position: absolute;
  display: none;
  right: 0;
  width: 330px;
  height: 100%;
  background: #fff;
  top: 0;
  padding-top: 15px;
}
.open_form #searchform{
  display: block;
}
.search_input input{
  width: 100%;
}
.search_input #searchsubmit{
  display: none;
}
header .nav_header .nav_right{
  position: relative;
}
.popup .box_popup{
  background: #fff;
  padding: 60px 80px;
  max-width: 600px;
  box-shadow: 0px 5px 15px rgba(0, 121, 146, 0.15);
  border-radius: 6px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.popup input{
  width: 100%;
  margin-bottom: 25px;
}
.popup .title_green{
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 35px;
}
.popup{
  width: fit-content;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.popup .btn_grad{
  width: 100%;
  border: none;
  max-width: 100%;
  margin-top: 25px;
  outline: none;
}
.mfp-close-btn-in .mfp-close{
  right: 15px;
}
.menu_l .navigation_hover .sub-menu .active > a{
  color: #007992;
}
.menu_l .has-children .navigation_hover svg{
  transform: rotate(0deg);
}
.menu_l .navigation_hover .sub-menu .active > svg{
  transform: rotate(0deg);
  stroke: #007992;
}
header .menu_l > .has-children.active > a{
  color: #007992;
}
header .menu_l > .has-children.active > svg{
  transform: rotate(-90deg);
  stroke: #007992;

}
.wpcf7-form-control-wrap{
  width: 47%;
}
.wpcf7-form-control-wrap input{
  width: 100%;
}
input{
  border-radius: 0;
}
.form_tab .row_inputs input{
  width: 100%;
  border-radius: 0;
}
.form_tab .button{
  outline: none;
}
body span.wpcf7-not-valid-tip{
  font-size: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.wpcf7-not-valid{
  border-bottom: 2px solid #C00000;
  position: relative;
}
body span.wpcf7-not-valid-tip:after{
  content: '+';
  position: absolute;
  right: 0;
  top: -8px;
  font-size: 27px;
  font-weight: 400;
  transform: rotate(45deg);
}
input:focus + span.wpcf7-not-valid-tip{
  display: none;
}

.wpcf7-form-control-wrap{
  position: relative;
}
body div.wpcf7-validation-errors, body div.wpcf7-acceptance-missing{
  display: none !important;
}
.result-search{
  position: absolute;
  display: none;
  right: 0;
  top: 66px;
  z-index: 11111;
  background: #fff;
  width: 330px;
}
.open_form #searchform input{
  width: 100%;
}
#searchform + .result-search{
  max-height: 200px;
  -webkit-box-shadow: 0px 15px 23px -8px rgba(0,0,0,0.38);
  -moz-box-shadow: 15px 0px 23px -8px rgba(0,0,0,0.38);
  box-shadow: 0px 15px 23px -8px rgba(0,0,0,0.38);
  padding: 25px !important;
  padding-bottom: 0 !important;
}
.result-search .result_item a{
  margin-bottom: 20px;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 600;
  font-size: 14px;
  color: #4F4F4F;
  display: block;
  transition: all .2s;
}
.result-search .result_item a:hover{
  color: #007992;
}
.result_item .not_found{
  margin-bottom: 20px;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 600;
  font-size: 14px;
  color: #4F4F4F;
  display: block;
  transition: all .2s;
}
header .icon_search .icon_close_svg{
  display: none;
}
.open_form .icon_search .icon_search_svg{
  /*display: none;*/
}
.open_form .icon_search .icon_close_svg{
  display: block;
  position: absolute;
  z-index: 1111;
  top: 21px;
  right: 0;
  cursor: pointer;
}
.top_search{
  background: #F2F8FA;
  padding: 150px 0px;
}
.top_search .title{
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 72px;
  line-height: 86px;
  /* or 119% */


  color: #282828;

}
.top_search input{
  width: 100%;
  height: 60px;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #4F4F4F;
  background: #FFFFFF;
  border: 1px solid #E5F2F4;
  border-radius: 10px;
  padding: 0px 60px 0 20px;
  margin-top: 40px;

}
.top_search button{
  background: none;
  position: absolute;
  border: none;
  outline: none;
  width: 24px;
  height: 24px;
  right: 0;
  top: 0;
  right: 20px;
  top: 56px;
  z-index: 1;
  padding: 0;
}
#searchform_respage{
  position: relative;
}
#searchform input{
  font-weight: 600;
  color: #4F4F4F;
}
.top_search button svg{
  width: 100%;
  height: 100%;

}
.bot_search{
  padding-top: 100px;
}
.bot_search .sub_title{
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 48px;
  color: #282828;
  margin-bottom: 40px;
}
.bot_search .search_result{
  font-size: 38px;
  font-weight: 600;
  color: #7E7E7E;
}
.bot_search .title_article{
  font-weight: bold;
  font-size: 24px;
  display: block;
  margin-bottom: 15px;
  color: #4F4F4F;
  text-decoration: none;
  transition: all .2s;
}
.bot_search .title_article:hover{
  color: #0A8598;
  text-decoration: none;
}
.bot_search a:hover{
  text-decoration: underline;
}
.bot_search a{
  font-weight: bold;
  font-size: 16px;
  display: block;
  margin-bottom: 35px;
  color: #0A8598;
  text-decoration: none;
  transition: all .2s;
}
.bot_search .col_descr{
  margin-bottom: 60px;
}
.client .image {
  position: relative;
}
.client .image .icon_abs{
  position: absolute;
  width: 330px;
  right: 0;
  bottom: 0;
}
.client .image .icon_abs img{
  width: 100%;
  height: auto;
}
.breadcrumbs{
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-weight: 600;
  margin: 35px 0px;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
}
.breadcrumbs li{
  margin-right: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;

}
.breadcrumbs a{
  text-decoration: none;
  color: #4F4F4F;
}
.breadcrumbs a:hover{
  color: #007992;
}
.breadcrumbs span{
  color: #007992;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;

}
.breadcrumbs li:before{
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4F4F4F;
  margin-right: 10px;
  display: block;
  margin-top: 12px;
}


.breadcrumbs li:first-child:before{
  display: none;
}
/*.breadcrumbs span:before{*/
/*	content: '';*/
/*	width: 5px;*/
/*	height: 5px;*/
/*	min-width: 5px;*/
/*	border-radius: 50%;*/
/*	background: #007992;*/
/*	margin-right: 10px;*/
/*	margin-top: 12px;*/

/*}*/
a{
  color: #0A8598;
}
@media only screen and (max-width: 1800px) {
  .menu_desctop_click .menu_wrap > ul > li > ul > li > ul > li{
    margin-bottom: 15px;
    margin-right: 70px;
    font-size: 12px;

  }
  .menu_l .navigation_hover .sub-menu ul{
    padding: 10px;
  }
  .menu_l .navigation_hover .sub-menu ul > li {
    margin-bottom: 10px;
    max-width: 260px;
    line-height: 0.9;
    padding-right: 20px;

  }
  .menu_l .navigation_hover .sub-menu > li{
    margin-bottom: 30px;
  }
  .menu_l .navigation_hover .sub-menu ul > li > a {
    line-height: 1.1;
    font-size: 13px;
  }
  .problems .image_col:after {
    display: none;
  }
  .services_inner {
    min-height: 600px;
  }
  .def_section_text_about-bot .descr {
    max-height: none;
  }
  .def_section_text_about-bot {
    padding-top: 100px;
  }
  .main_about .col_text {
    padding-left: 60px;
  }
  .icon_abs_star {
    display: none;
  }
  .popup .wrapper{
    padding-left: 15px;
    padding-right: 15px;
  }
  .wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
  .main_home .swiper-pagination {
    left: 60px;
  }
  .main_home .swiper-slide {
    min-height: 690px;
  }
  .main_home h1 {
    padding-top: 70px;
    font-size: 36px; /*font-size: 58px;*/
    max-width: 800px;
  }
  .main_home .swiper-pagination {
    bottom: 165px;
  }
  .cosmetolog .col_cosmerolog {
    width: 19%;
  }
  .def_section_text .text_box {
    width: 65%;
  }
  .def_section_text_inv .image {
    width: 45%;
    z-index: 1;
  }
  .def_section_text_inv .text_wrap {
    padding-left: 45px;
  }
  .title_def {
    font-size: 28px; /*font-size: 40px;*/
  }
  .slider_dots .swiper-slide .descr {
    height: 130px;
    margin-bottom: 20px;
  }
  .client .col .title {
    margin-bottom: 10px;
  }
  .def_section_text .text_box {
    border-radius: 10px;
    padding: 30px 35px 60px 175px;
    max-width: 950px;
  }
  .variants .top_row .text {
    width: 60%;
    padding-left: 120px;
  }
  .variants .top_row .image {
    width: 45%;
  }
  .variants .top_row .image img{
    width: 100%;
  }
  .variants .bot_row .image {
    width: 50%;
  }
  .section_text_bot .image {
    margin-left: 8%;
  }
  .clinic .text_row .col .title {
    font-size: 15px;
  }
  .clinic .text_row .col .title {
    margin-bottom: 5px;
    min-height: 46px;
  }
  .clinic .text_row {
    padding: 25px 20px 25px 10px;
  }
  .clinic .text_row {
    width: 59%;
  }
  .clinic .image_box {
    width: 40%;
    height: 285px;
  }
  .clinic .image_box:after {
    right: -15px;
  }
  .client .col {
    height: auto;
  }
  .client .col .descr {
    font-size: 16px;
  }
  .blog_main .col .img {
    height: 180px;
  }
  .menu_r {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    width: 100%;
    max-width: 350px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .nav_left,
  .nav_right {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  header .nav_header .btn_grad {
    margin-right: 30px;
  }
  .menu_l {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    width: 100%;
    padding-left: 50px;
    padding-right: 30px;
  }
  header .nav_header .nav_right li {
    margin: 0;
  }
  .wrap_header > .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  header .nav_header .menu li {
    margin: 0;
  }
  .menu-menyu-sleva-ot-logotipa-container,
  .menu-menyu-sprava-ot-logotipa-container{
    width: 100%;
  }
  .table_price .top_row {
    font-size: 16px;
    padding: 30px 0px;
  }
  .table_price ul li {
    padding: 30px 0px;
  }

  .slider_dots.main_serv .text {
    padding-left: 60px;
  }
  .slider_dots.main_serv .box_btn_slider {
    left: 50px;
    bottom: 110px;
  }
  #searchform {
    width: 275px;
  }
  .result-search{
    width: 275px;
  }
}
@media only screen and (max-width: 1600px) {
  .services .wrap_serv .row_serv li:nth-child(n+5) .sub_menu {
    top: 645px;
  }
}
@media only screen and (max-width: 1500px) {
  .services .wrap_serv .row_serv li:nth-child(n+5) .sub_menu {
    top: 625px;
  }
}
@media only screen and (max-width: 1400px) {
  .services .wrap_serv .row_serv li:nth-child(n+5) .sub_menu {
    top: 585px;
  }
  .menu_l .navigation_hover .sub-menu ul{

  }
  .articles .col {
    width: 30%;
    margin: 1.6666%;
  }
  .main_about .col_text {
    padding-left: 30px;
  }
  .main_about > .row:after {
    top: -10px;
    bottom: -40px;
  }
  .main_about {}
  .cosmetolog .col_cosmerolog {
    font-size: 16px;
  }
  .services {
    padding-top: 55px;
  }
  .cosmetolog {
    padding-top: 90px;
  }
  .slider_dots .image {
    height: 510px;
  }
  .slider_dots .swiper-pagination-fraction, .slider_dots .swiper-pagination-custom, .slider_dots .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 63px;
  }
  .clinic {
    padding-top: 45px;
    padding-bottom: 85px;
  }
  .clinic .title_def {
    margin-bottom: 20px;
  }
  .def_section_text_scroll .title_def {
    margin-bottom: 15px;
  }
  .section_text_bot {
    padding-top: 85px;
    padding-bottom: 160px;
  }
  .variants .bot_row .text {
    width: 40%;
  }
  .beauty_section .col .text {
    font-size: 16px;
  }
  .section_items_new.def_section_text.def_section_text_scroll .row_item_new {
    margin-top: 110px;
  }

}

@media only screen and (max-width: 1300px) {
  .section_items_new.def_section_text.def_section_text_scroll .row_item_new{
    margin-top: 0px;
  }
  .cosmetolog.cosmetolog_inner_secialist .col_cosmerolog {
    width: 48.5%;
    max-width: 48.5%;
  }
  .pagination{
    padding-left: 30px;
    padding-right: 30px;
  }
  .specialists .col {
    width: 30%;
    margin: 1.6666%;
  }
  .nav_header_mobile {
    display: block!important;
  }
  .navigation_mobile {
    position: fixed;
    left: 0;
    right: 0;
    top: 74px;
    bottom: 0;
    overflow: auto;
    z-index: 100;
    background: #fff;
    left: -100%;
    right: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .open-menu-mobile {
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .open-menu-mobile .btn_nav_mobile span {
    background: #4F4F4F !important;
  }
  .open-menu-mobile .btn_nav_mobile span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 5px;
  }
  .open-menu-mobile .btn_nav_mobile span:nth-child(2) {
    opacity: 0;
  }
  .open-menu-mobile .btn_nav_mobile span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 5px;
  }
  .open-menu-mobile .navigation_mobile {
    left: 0%;
    right: 0%;
  }
  .nav_header_mobile .menu_mobile > ul > li {
    margin-bottom: 30px;
  }
  .nav_header_mobile .menu_mobile > ul > .has-children,
  .menu-second .has-children {
    position: relative;
  }
  .menu-second > .has-children > svg {
    position: absolute;
    left: 0;
    top: 7px;
  }
  .nav_header_mobile .menu_mobile > ul > .has-children > svg {
    position: absolute;
    right: 0;
    top: 5px;
  }
  .nav_header_mobile .menu_mobile > ul > .has-children > .menu-second > li {
    margin-top: 25px;
  }
  .nav_header_mobile .menu_mobile > ul > .has-children > .menu-second > li > ul > li {
    margin-top: 20px;
  }
  .nav_header_mobile .menu-second li {
    padding-left: 30px;
  }
  header .nav_header{
    padding: 0;
  }
  .top_header,
  .nav_header .wrap_header {
    display: none;
  }
  .def_section_text .image_box:after,
  .def_section_text_inv .image:after,
  .variants .bot_row .image:after,
  .variants .top_row .image:after,
  .section_text_bot .image:after,
  .tarif .image_box:after,
  .form_def .image:after {
    display: none;
  }
  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .title_def {
    font-size: 32px;
  }
  .clinic .image_box {
    display: none;
  }
  .clinic .text_row {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .clinic .text_row .col {
    margin: 0;
    width: 48.5%;
    margin-bottom: 10px;
  }
  .main_home .swiper-slide {
    min-height: 520px;
  }
  .main_home h1 {
    padding-top: 70px;
    font-size: 38px;
    max-width: 486px;
  }
  .main_home .swiper-pagination {
    bottom: 70px;
    left: 30px;
  }
  .client .col {
    padding: 20px;
  }
  .cosmetolog .row_cosmetolog {
    padding-top: 30px;
  }
  .cosmetolog .col_cosmerolog {
    font-size: 14px;
  }
  .cosmetolog {
    padding-bottom: 25px;
  }
  .services .col_serv {
    margin-top: 30px;
  }
  .title_green {
    font-size: 18px;
  }
  body {
    font-size: 16px;
  }
  .def_section_text .text_box {
    padding-left: 125px;
  }


  .services .img_box {
    margin-bottom: 10px;
  }
  .slider_dots .swiper-slide .top {
    margin-bottom: 10px;
  }
  .def_section_text_specialists .text_wrap {
    min-height: 370px;
  }
  .def_section_text_scroll .descr {
    height: 270px;
  }
  .client .col {
    height: auto;
  }
  .client .col .title {
    font-size: 16px;
  }
  .client .col .descr {
    font-size: 14px;
  }
  .def_section_text_inv {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .beauty_section .col {
    height: 185px;
    padding: 0px 5px;
  }
  .beauty_section .col .icon {
    height: 30px;
    margin-bottom: 15px;
  }
  .clinic .text_row {
    padding: 0;
  }
  .services {
    padding-bottom: 50px;
  }
  .form_tab .form {
    height: auto;
  }
  .form_consult .col_l,
  .form_consult .wpcf7{
    width: 100%;
  }

  .form_consult .col_r {
    padding: 0;
    width: 100%;
  }
  .form_consult {
    position: relative;
  }
  .form_consult .title_descr {
    padding-bottom: 235px;
  }
  .form_consult .col_r {
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
  }
  .form_consult .col_r > .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    padding: 10px 0px 10px 0px;
  }
  .form_consult .col_r label {
    min-width: 160px;
    margin: 0;
    margin-right: 30px;
    padding: 0px 5px;
  }
  .form_consult .col_r label .check_icon {
    left: 5px;
    top: 5px;
  }
  .form_def .col_l {
    max-width: 40%;
  }
  .form_def .image {
    max-width: 55%;
  }
  .form_question .soc_form li a {
    width: 75px;
    height: 75px;
  }
  .def_section_text.def_section_text_about-bot .descr {
    height: auto;
    padding-right: 0;
    max-height: auto;
  }
  .def_section_text .text_box {
    padding-left: 140px;
  }
  .slider_dots.main_serv .text {
    padding-left: 30px;
  }
  .slider_dots.main_serv .box_btn_slider {
    left: 20px;
  }
  .problems .image_col {
    display: none;
  }
  .problems ul {
    width: 100%;
  }
  .text_rev .text_colum {
    -webkit-column-gap: 50px;
    column-gap: 50px;
    padding-top: 30px;
  }
  .text_rev {
    margin-bottom: 90px;
  }
  .photo_soc {
    margin-top: 90px;
  }
  .reviews_text .row .col:nth-child(1) {
    padding-right: 25px;
  }
  .reviews_text .row .col:nth-child(2) {
    padding-left: 25px;
  }
  .reviews_text .rew {
    margin-bottom: 65px;
  }
  .tarif .image_box {
    width: 50%;
  }
  .tarif {
    padding-bottom: 150px;
  }
  .tarif .title_def {
    margin-bottom: 30px;
  }
  .open_form .icon_search .icon_close_svg{
    right: 15px;
  }
  #searchform,
  .result-search{
    right: 15px;
  }
  #searchform{
    height: 78px;
    top: 6px;
  }
  .row_radio{
    margin-top: 60px;
  }
  .services .img_box:after{
    border-radius: 40px;
  }
  .services .img_box {
    border-radius: 40px;
  }
  .services .text {
    max-width: 100%;
    text-align: left;
    padding-right: 35px;
  }
  .services .wrap_serv .row_serv li .top {
    position: relative;
  }
  .services .wrap_serv .row_serv li .top .arrov_btn {
    position: absolute;
    right: 0;
    bottom: 0px;
  }
  .services .wrap_serv .row_serv li.open_menu .top .arrov_btn {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .services .wrap_serv .row_serv li.open_menu .sub_menu {
    display: block;
    position: static;
  }
  .services .sub_menu {
    margin-top: 20px;
  }
  .services .sub_menu {
    height: auto;
    max-height: none;
    padding: 30px 20px;
  }
  .arrov_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .services .col_serv:hover .img_box:after {
    opacity: 1;
  }
  .services li.open_menu .img_box:after {
    opacity: 0;
  }
  .services li.open_menu .text {
    color: #007992;
  }
  .services .wrap_serv .row_serv li {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
  }
  .services .wrap_serv .row_serv li.open_menu .sub_menu{
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 1024px) {

  .services .open_menu .img_box:after{
    opacity: 0;
    background-color: rgba(40, 40, 40, 0)
  }
  .services li.open_menu .img_box:after{
    opacity: 0;
    background-color: rgba(40, 40, 40, 0)
  }
  .services .col_serv:hover{
    color: #282828;
  }
  .slider_dots .image{
    height: auto;
  }
  .slider_dots.main_serv .text {
    padding-left: 0;
  }
  .table_price .top_row,
  .table_price {
    font-size: 14px;
  }
  .table_price ul li {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .table_price {
    width: 100%;
    overflow: auto;
  }
  .table_price > * {
    min-width: 910px;
  }
  .def_section_text.def_section_text_about-bot .image_box {
    display: block;
    position: static;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .def_section_text_scroll {
    padding-bottom: 40px;
  }
  .form_def .image_mobile {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .form_def .image_mobile img {
    width: 100%;
    max-width: 100%;
  }
  .form_def .col_l {
    max-width: 100%;
    width: 100%;
  }
  .form_def .image {
    display: none;
  }
  .form_tab .row_inputs input {
    width: 100%;
  }
  .form_tab .tabs_wrap .btn {
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    color: #7E7E7E;
    height: auto;
    width: auto;
    padding: 10px 15px;
    border-bottom: 1px solid #C9D6DE;
    border-radius: 0;
  }
  footer .menu_footer li,
  footer .soc li {
    margin: 0;
  }
  footer .menu_footer li + li,
  footer .soc li + li {
    margin-left: 20px;
  }
  .form_tab .tabs_wrap .btn.active {
    background: none;
    color: #007992;
    border-color: #007992;
  }

  .read_more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    cursor: pointer;
  }
  .cosmetolog .row_cosmetolog {
    max-height: 300px;
  }
  .main_home .swiper-slide .img {
    position: static;
  }
  .main_home .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main_home .swiper-pagination {
    bottom: 0;
  }
  .main_home h1 {
    padding-top: 25px;
    max-width: 100%;
    margin-bottom: 25px;
  }
  .main_home .swiper-container {
    padding-bottom: 70px;
  }
  .main_home .swiper-pagination {
    bottom: -60px;
    right: 0;
    left: 0;
  }
  .main_home .descr {
    max-width: 100%;
  }
  .main_home .wrap_btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .swiper-pagination-bullet-active {
    width: 10px;
  }
  .cosmetolog .col_cosmerolog {
    width: 48%;
    max-width: 100%;
  }
  .cosmetolog {
    padding-top: 60px;
  }
  .main_home .swiper-slide {
    min-height: auto;
  }
  .cosmetolog .row_cosmetolog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
  .content_more.row_cosmetolog {
    position: relative;
  }
  .content_more.row_cosmetolog:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background: linear-gradient(359.19deg, #FFFFFF 8.56%, rgba(255, 255, 255, 0) 152.78%);
  }
  .content_more.content_more_open:after {
    display: none;
  }
  .main_home .swiper-slide .img img {
    width: 100%;
    height: auto;
  }
  .content_more_open {
    max-height: none !important;
    height: auto !important;
  }
  .def_section_text .image_box {
    display: none;
  }
  .def_section_text .text_box {
    padding: 25px;
    width: 100%;
    max-width: 100%;

  }
  .section_items_new.def_section_text.def_section_text_scroll.section_items_new .descr{
    padding-right: 0;

  }
  .slider_dots .swiper-slide {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .slider_dots .image {
    width: 100%;
  }
  .slider_dots .swiper-slide:after {
    display: none;
  }
  .slider_dots .image img {
    right: auto;
  }
  .slider_dots .text .box_text {
    max-width: 100%;
    background: #F2F8FA;
    border-radius: 10px;
    margin-top: 15px;
    padding: 25px;
    padding-bottom: 60px;
  }
  .slider_dots .text {
    width: 100%;
  }
  .slider_dots .swiper-pagination-fraction, .slider_dots .swiper-pagination-custom, .slider_dots .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 70px;
    left: 0;
    right: 0;
    width: 100%;
  }
  .slider_dots .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .slider_dots .swiper-container {
    padding: 10px 30px;
  }
  .clinic {
    padding-top: 25px;
  }
  .slider_dots .swiper-slide .descr {
    height: 90px;
  }
  .client .wrap_cols {
    width: 100%;
    margin-top: 25px;
  }
  .clinic {
    padding-bottom: 20px;
  }
  .client .image {
    width: 100%;
  }
  .client .image .italic {
    max-width: 100%;
  }
  .client {
    background: #fff;
  }
  .client .wrap_cols {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .client .image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .client {
    padding-bottom: 20px;
  }
  .slider_dots {
    padding-top: 0px;
  }
  .client .content_more {
    height: 630px;
    overflow: hidden;
  }
  .def_section_text_inv.text_no_image .image{
    display: none !important;
  }
  .def_section_text_inv.def_section_text_specialists.def_section_text_specialists_home .image {
    display: none;
  }
  .variants .top_row {
    margin-top: 15px;
  }
  .def_section_text_inv .text_wrap {
    width: 100%;
  }
  .def_section_text_inv .text_wrap {
    padding: 0px;
    background: #fff;
  }
  .def_section_text_inv {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .def_section_text_scroll {
    padding-top: 20px;
  }
  .def_section_text_inv.def_section_text_specialists .image {
    display: block;
    width: 100%;
    position: static;
  }
  .def_section_text_specialists .text_wrap .descr {
    max-width: 100%;
  }
  .def_section_text_specialists .text_wrap {
    min-height: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 20px;
    background: #F2F8FA;
    border-radius: 10px;
    margin-top: 15px;
  }
  .def_section_text_inv.def_section_text_specialists .image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .variants .top_row .image,
  .variants .bot_row .image {
    display: none;
  }
  .variants .top_row .text,
  .variants .bot_row .text {
    width: 100%;
    background: #fff;
    padding: 0px;
    max-width: 100%;
  }
  .variants .bot_row {
    margin-top: 40px;
  }
  .beauty_section {
    padding-top: 50px;
  }
  .beauty_section .col {
    width: 48%;
  }
  .beauty_section p {
    max-width: 100%;
  }
  .blog_main .col:nth-child(n+3) {
    display: none;
  }
  .blog_main .col {
    width: 48%;
  }
  .section_text_bot .image {
    display: none;
  }
  .section_text_bot {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .new-slider {}
  .section_text_bot .text {
    width: 100%;
    max-width: 100%;
    background: #F2F8FA;
    border-radius: 10px;
    padding: 20px;
  }
  .beauty_section {
    padding-bottom: 50px;
  }
  .slider_dots .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px;
  }
  .main_about {}
  .def_section_text_mobile_image .image_box {
    display: block;
    position: static;
    width: 100%;
    max-width: 100%;
    -webkit-transform: none;
    transform: none;
    margin-bottom: 20px;
  }
  .def_section_text_inv.def_section_text_about .image {
    display: block;
    position: static;
    width: 100%;
  }
  .def_section_text_about.def_section_text_inv .text_wrap {
    width: 100%;
    padding: 0;
  }
  .def_section_text_inv .row_inv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .def_section_text_about.def_section_text_inv .text_wrap {
    padding-top: 30px;
  }
  .def_section_text_about .content_more {
    max-height: 220px;
    overflow: hidden;
  }
  .variants_about {
    padding-top: 15px;
  }
  .variants .bot_row.content_more {
    height: 0;
    overflow: hidden;
  }
  .variants .bot_row {
    margin-top: 30px;
  }
  .def_section_text_mobile-img .image_box {
    display: block;
    position: static;
    width: 100%;
    max-width: 100%;
    -webkit-transform: none;
    transform: none;
    margin-bottom: 10px;
  }
  .variants_about {
    padding-bottom: 20px;
  }
  .specialists .col {
    width: 47%;
    margin: 0;
    margin-bottom: 35px;
  }
  .specialists .row_specialists {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .specialists .image_box {
    padding: 0;
  }
  .specialists .image_box:after {
    display: none;
  }
  .specialists .name {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .swiper-video iframe {
    height: 150px;
  }
  .services_inner .image img {
    -o-object-position: left;
    object-position: left;
  }
  .services_inner {
    min-height: 400px;
  }
  .slider_dots.main_serv .text .box_text {
    padding-bottom: 95px;
  }
  .slider_dots.main_serv .box_btn_slider {
    bottom: 60px;
    left: 45px;
  }
  .slider_dots.main_serv .text .box_text {
    width: 100%;
  }
  .specialists .row_specialists.content_more {
    height: 610px;
    overflow: hidden;
    position: relative;
  }
  .specialists .row_specialists.content_more:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(3%, rgba(255, 255, 255, 0.03)), color-stop(91%, white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 3%, white 91%);
    z-index: 2;
    height: 290px;
  }
  .wrap_serv.content_more {
    height: 610px;
    overflow: hidden;
    position: relative;
  }
  .wrap_serv.content_more:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(3%, rgba(255, 255, 255, 0.03)), color-stop(91%, white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 3%, white 91%);
    z-index: 2;
    height: 290px;
  }
  .services.related_serv .img_box:after {
    display: none;
  }
  .form_tab + footer {}
  .prices_acordion .top span {
    font-size: 20px;
  }
  .prices_acordion .top {
    padding: 25px;
  }
  .prices_acordion .content ul li {
    width: 30%;
    margin: 1.6666666%;
  }
  .prices_acordion .content {
    padding: 30px;
  }
  .prices_acordion .top {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .prices_acordion .top:hover span {
    color: #4f4f4f;
  }
  .prices_acordion .top.open span {
    color: #007992;
  }
  .prices_acordion {
    padding-bottom: 35px;
  }
  .main_specialists_inner .image {
    width: 100%;
    right: 0;
  }
  .main_about.main_specialists_inner .col_text {
    width: 100%;
    padding: 30px 15px;
    background: #F2F8FA;
    border-radius: 15px;
    margin-top: 15px;
  }
  .main_about > .row:after {
    display: none;
  }
  .main_about.main_specialists_inner > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .main_about.main_specialists_inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .main_specialists_inner .col_text p {
    padding-right: 0;
  }
  .variants_mob_image.variants .top_row .image, .variants_mob_image.variants .bot_row .image {
    display: block;
    position: static;
    width: 100%;
    margin-bottom: 30px;
  }
  .variants_mob_image.variants .bot_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .variants_petrash .title_def {
    margin-bottom: 30px;
    line-height: 1.3;
  }
  .articles .col {
    width: 48%;
    margin: 0;
    margin-bottom: 30px;
  }
  .articles .col img {
    margin-bottom: 10px;
  }
  .variants_petrash {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .problems {
    padding-bottom: 40px;
  }
  .articles {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .certificate_slider {
    padding-bottom: 40px;
  }
  .main_specialists_inner-other .content_more {
    max-height: 210px;
    overflow: hidden;
  }
  .new-slider.slider_inner {
    padding-top: 0;
  }
  .new-slider .swiper-progress {
    padding-top: 30px;
  }
  .cosmetolog.cosmetolog_inner_secialist {
    padding-top: 30px;
    padding-bottom: 70px;
  }
  .certificate_slider.certificate_slider_inner {
    padding-bottom: 25px;
  }
  .video_slider_inner {
    padding-bottom: 40px;
  }
  .before_after_page {
    padding-top: 70px;
  }
  .before_after_page .title_def {
    padding-bottom: 20px;
  }
  .before_after_page .name {
    margin-top: 10px;
  }
  .before_after_page .procedure {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .inner_def .aside {
    padding-left: 50px;
  }
  .main_about.main_rev {
    padding-left: 30px;
    padding-right: 30px;
  }
  .main_about.main_rev .col_text {
    background: #F2F8FA;
    border-radius: 10px;
    padding: 20px 15px;
    margin-top: 15px;
    width: 100%;
  }
  .main_about.main_rev .image {
    width: 100%;
  }
  .main_about.main_rev .image img {
    border-radius: 15px;
  }
  .main_about.main_rev > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .swiper-soc {
    margin-bottom: 40px;
  }
  .contact_info .col {
    width: 50%;
    max-width: 50%;
    margin-bottom: 40px;
  }
  .contact_info .col strong {
    margin-bottom: 3px;
  }
  .contact_info .col img {
    margin-bottom: 7px;
  }
  .section_items_new.def_section_text.def_section_text_scroll {
    padding-bottom: 0;
  }
  .main_about.main_payment .image {
    width: 100%;
  }
  .main_about.main_payment .image img {
    border-radius: 15px;
  }
  .main_about.main_payment .col_text {
    width: 100%;
  }
  .main_about.main_payment > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .main_about.main_payment .col_text {
    background: #F2F8FA;
    border-radius: 10px;
    padding: 20px 15px;
    margin-top: 15px;
  }
  .main_about.main_payment {
    padding-left: 30px;
    padding-right: 30px;
  }
  .tarif .image_box {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .tarif .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .tarif .card {
    max-width: 100%;
  }
  .tarif .card {
    margin-bottom: 20px;
  }
  .tarif {
    padding-bottom: 100px;
  }
  .section_beaty .wrapper .row .image_box {
    display: none;
  }
  .section_beaty .wrapper .text_box {
    width: 100%;
    max-width: 100%;
  }
  .section_beaty .wrapper .row {
    margin-bottom: 65px;
  }
  .beaty_main .btn {
    margin-top: 0;
  }
  .section_beaty {
    margin-top: 50px;
  }
  .section_beaty .read_more {
    display: none;
  }
  .section_beaty .content_more_beauty .read_more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .def_section_text_inv.def_section_text_inv_home .image{
    display: none;
  }
  .top_search .title{
    font-size: 42px;
    line-height: 1;
  }
  .top_search input{
    margin-top: 15px;
    height: 45px;
    font-size: 16px;
  }
  .top_search{
    padding: 70px 0px;
  }
  .bot_search{
    padding-top: 50px;
  }
  .bot_search .sub_title{
    font-size: 32px;
  }
  .bot_search .search_result{
    font-size: 22px;
  }
  .bot_search .title_article{
    font-size: 20px;
  }
  .top_search button{
    background: none;
    position: absolute;
    border: none;
    outline: none;
    width: 24px;
    height: 24px;
    right: 0;
    top: 0;
    right: 17px;
    top: 24px;
    z-index: 1;
    padding: 0;
  }
  .radio_def .text:after{

  }
  .slider_dots .image img{
    border-radius: 10px;
  }
  .main_about .col_text,
  .main_about .image {
    width: 100%;
  }
  .main_about > .row{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .main_about .col_text{
    background: #F2F8FA;
    margin-top: 15px;
    padding: 20px;
    border-radius: 10px;
  }
  .main_about{
    padding-top: 0;
  }
  .main_about{
    padding-left: 15px;
    padding-right: 15px;
  }
  .main_about .image{
    border-radius: 15px;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  }
  .prices_acordion .content ul li{
    width: 47%;
    margin: 0;
    margin-bottom: 15px;
  }
  .prices_acordion .content ul{
    justify-content: space-between;
  }
  .dataTables_wrapper{
    max-width: 100%;
    overflow: auto;
  }
}

@media only screen and (max-width: 750px) {
  footer .top_text{
    padding-top:0;
  }
  body{}
  .services .img_box,
  .services .img_box:after{
    border-radius: 10px;
  }
  .popup .title_green{
    font-size: 16px;
  }
  .main_home .swiper-pagination{
    bottom: -35px;
  }
  .wpcf7-form-control-wrap{
    width: 100%;
  }
  .popup .box_popup{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-top: 40px;
  }
  .main_home .swiper-container{
    padding-bottom: 45px;
  }
  .section_items_new.def_section_text.def_section_text_scroll .row_item_new {}
  .before_after_page .col_before-after {
    margin-bottom: 40px;
  }
  .before_after_page {
    padding-top: 40px;
  }
  .cosmetolog.cosmetolog_inner_secialist .col_cosmerolog {
    width: 100%;
    max-width: 100%;
    height: 127px;
    font-size: 14px;
  }
  .main_about.main_specialists_inner,
  .main_about.main_payment {
    padding-left: 15px;
    padding-right: 15px;
  }
  .form_tab + footer {}
  .swiper-before .btn_row,
  .swiper-video .btn_row,
  .swiper-certificate .btn_row,
  .photo_soc .btn_row {
    width: 125px;
    right: auto;
    left: 0;
  }
  .photo_soc .swiper-soc {
    padding-bottom: 100px;
  }
  .table_price > * {
    min-width: 775px;
  }
  .clinic .text_row .col {
    width: 100%;
    padding: 10px;
  }
  .table_price .top_row, .table_price,
  .table_price ul li {
    padding: 10px 0px;
    font-size: 12px;
  }
  .clinic .text_row .col .icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-right: 10px;
  }
  .clinic .text_row .col .title {
    min-height: auto;
    margin-bottom: 4px;
  }
  .clinic .text_row .col .descr {
    font-size: 13px;
    font-weight: 400;
  }
  .title_def {
    font-size: 24px;
    line-height: 1.3;
  }
  .slider_dots .swiper-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .wrapper,
  .pagination {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main_home h1 {
    font-size: 24px;
    line-height: 1.3;
    padding-top: 15px;
    margin-bottom: 15px;
  }
  .main_home .descr {
    font-weight: 400;
    font-size: 14px;
  }
  .main_home .wrap_btn .btn_grad {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .main_home .wrap_btn .btn_border {
    border: none;
    color: #007992;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    margin-top: 20px;
    background: #fff;
  }
  .cosmetolog .col_cosmerolog {
    width: 100%;
  }
  .services {
    padding-top: 25px;
  }
  .services {
    padding-bottom: 15px;
  }
  .def_section_text .btn {
    width: 100%;
    max-width: 100%;
  }
  .def_section_text {
    font-weight: 400;
  }
  .def_section_text .text_box .title_green {
    margin-bottom: 20px;
  }
  .def_section_text .btn {
    margin-top: 25px;
    margin-right: 10px;
  }
  .slider_dots .image {
    height: auto;
  }
  .btn_grad {
    max-width: 100%;
    width: 100%;
  }
  .slider_dots .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0px;
  }
  .slider_dots .swiper-slide .descr {
    height: auto;
  }
  .slider_dots .text .box_text {
    padding-bottom: 20px;
  }
  .slider_dots .swiper-container {
    padding-bottom: 60px;
    padding-top: 0;
  }
  .slider_dots {
    padding-top: 0;
    padding-bottom: 25px;
  }

  .client {
    padding-top: 25px;
  }
  .client .image img {
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .client .content_more {
    height: 405px;
  }
  .client .col {
    width: 49%;
  }

  .main_home .swiper-slide {
    opacity: 1 !important;
  }
  .clinic {
    padding-bottom: 0;
  }
  .client .title_green {
    margin-bottom: 20px;
  }
  .list_def li {
    font-weight: 400;
  }
  .def_section_text_scroll .title_def {
    margin-bottom: 10px;
  }
  .def_section_text_inv {
    padding-bottom: 10px;
  }
  .def_section_text_inv {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .form_tab .tabs_wrap {
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
  }
  .form_tab .tabs_wrap .btn {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .form_tab .tabs_wrap {
    margin-bottom: 5px;
    padding-bottom: 15px;
  }
  .form_consult .col_r {
    top: 140px;
  }
  .form_tab {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  footer .top_text {
    padding-left: 10px;
    padding-right: 10px;
  }
  footer .top_text p {
    font-size: 14px;
  }
  .menu_footer {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu_footer li {
    margin: 0;
  }
  footer .menu_footer li + li {
    margin: 0;
  }
  footer .soc li + li {
    margin: 0;
  }
  footer .soc {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  footer .footer_nav {
    padding-top: 30px;
  }
  .footer_nav .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer_nav .links_row {
    width: 100%;
    padding-bottom: 30px;
  }
  .footer_nav .top {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 30px;
  }
  footer .footer_nav {
    padding-top: 0;
  }
  footer .links_row {
    padding-top: 30px;
  }
  footer .menu_footer li,
  footer .menu_footer li + li {
    margin-bottom: 30px;
  }

  .main_about {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 40px;
  }
  .main_about .image img {
    border-radius: 10px;
    height:100%;
  }
  .main_about .col_text {
    background: #F2F8FA;
    border-radius: 10px;
    padding: 20px 15px;
    margin-top: 15px;
  }
  .main_about > .row:after {
    display: none;
  }
  .main_about > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .main_about h1 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 24px;
  }
  .def_section_text_about .content_more {
    font-weight: 400;
  }
  .def_section_text_about.def_section_text_inv .text_wrap {
    padding-top: 20px;
  }
  .def_section_text_inv.def_section_text_about .title_green {
    margin-bottom: 0;
  }
  .def_section_text .image_box img {
    border-radius: 10px;
  }
  .variants p,
  .def_section_text_about.def_section_text_inv .text_wrap {
    font-weight: 400;
  }
  .variants_about {
    padding-bottom: 20px;
  }
  .services_inner .image {
    position: static;
    width: 100%;
    margin-bottom: 15px;
    height: auto;
  }
  .services_inner .image img {
    border-radius: 10px;
  }
  .title_def {
    margin-top: 0;
    margin-bottom: 0;
  }
  .services_inner {
    min-height: auto;
    margin-bottom: 10px;
  }
  .table_price_section {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .table_price_section .title_def {
    margin-bottom: 5px;
  }
  .swiper-video iframe {
    height: 190px;
  }
  .photo_before_after .title_def, .video_slider .title_def, .specialists .title_def, .certificate_slider .title_def {
    margin-bottom: 14px;
  }
  .specialists .col {
    width: 100%;
  }
  .specialists .name {
    font-size: 18px;
  }
  .specialists .position {
    font-size: 14px;
  }
  .specialists .image_box img {
    border-radius: 10px;
  }
  .slider_dots.main_serv .box_btn_slider {
    bottom: 20px;
    left: 20px;
    width: 125px;
  }
  .slider_dots.main_serv .text .box_text {
    padding-bottom: 20px;
  }
  .slider_dots .swiper-slide .title_def {
    margin-bottom: 10px;
  }
  .services_inner_action .date {
    font-size: 16px;
  }
  .services_inner_action .old_price {
    font-size: 14px;
  }
  .services_inner_action .price {
    font-size: 16px;
  }
  .services_inner_action.def_section_text_scroll .title_def {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .services_inner_action .old_price {
    margin-bottom: 3px;
  }
  .def_section_text.services_inner_action .btn {
    margin-top: 18px;
  }
  .prices_acordion .top span {
    font-size: 14px;
  }
  .prices_acordion .top {
    padding: 25px 18px;
  }
  .prices_acordion .content ul li {
    width: 100%;
    margin: 0;
  }
  .prices_acordion .content {
    padding: 20px 18px;
    padding-bottom: 0;
  }
  .prices_acordion .content ul li {
    margin-bottom: 30px;
  }
  .articles .col {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .articles .title_def {
    text-align: center;
  }
  .problems ul li {
    width: 100%;
    padding-right: 0;
  }
  .main_specialists_inner-other .btn_border {
    font-size: 12px;
    height: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 15px;
    padding-right: 15px;
  }
  .main_specialists_inner-other .title_def {
    margin-top: 20px;
  }
  .main_specialists_inner-other .editor {
    font-size: 16px;
  }
  .main_specialists_inner-other .content_more {
    max-height: 210px;
  }
  .cosmetolog.cosmetolog_inner_secialist {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .cosmetolog.cosmetolog_inner_secialist .row_cosmetolog {
    padding-top: 15px;
  }
  .video_slider_inner {
    padding-bottom: 5px;
  }
  .before_after_page .col_before-after {
    width: 100%;
  }
  .inner_def {
    padding-top: 35px;
    padding-bottom: 70px;
  }
  .inner_def .content {
    width: 100%;
    max-width: 100%;
  }
  .inner_def {
    font-size: 14px;
  }
  .inner_def .aside {
    width: 100%;
    margin-top: 40px;
    max-width: 100%;
    padding: 0;
  }
  .inner_def .aside h3 {
    margin-bottom: 10px;
  }
  .inner_def h3 {
    font-size: 16px;
  }
  .inner_def .aside a {
    font-size: 14px;
  }
  .inner_def ul li {
    font-weight: 400;
  }
  .inner_def h3 {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .new_item_main .text {
    background: #F2F8FA;
    border-radius: 10px;
    padding: 30px 15px;
  }
  .main_about.main_rev {
    padding-left: 15px;
    padding-right: 15px;
  }
  .text_rev .text_colum {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .reviews_text .row .col:nth-child(1),
  .reviews_text .row .col:nth-child(2) {
    padding: 0;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .text_rev {
    margin-bottom: 50px;
  }
  .photo_soc {
    margin-top: 50px;
  }
  .reviews_text .text {
    font-size: 14px;
    font-weight: 400;
  }
  .reviews_text .date {
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .reviews_text .rew {
    margin-bottom: 45px;
  }
  .swiper-soc {
    margin-bottom: 10px;
  }
  .section_beaty .wrapper .row ul li {
    color: #7e7e7e;
  }
  .section_beaty .wrapper .row {
    margin-bottom: 50px;
  }
  .breadcrumbs{
    padding-left: 15px;
    padding-right: 15px;
    margin: 10px 0px;
    font-size: 12px;
  }
  .row_radio{
    margin-top: 55px;
  }
  .services + .def_section_text{
    margin-bottom: 20px;
  }
  .breadcrumbs span:before,
  .breadcrumbs li:before{
    margin-top: 6px;
    margin-right: 5px;
  }
  .breadcrumbs li{
    margin-right: 5px;
  }
  .editor iframe{
    max-width: 100%;
  }

  .inner_def .wp-caption{
    max-width: 100%;
  }
  .inner_def img{
    border-radius: 10px;
  }
  .reviews_text .rew{
    width:100%;
  }
  .btn-loadmore{
    margin-top:10px;
  }
  .reviews_text .name{
    margin-bottom:5px;
  }
}

@media only screen and (max-width: 500px) {
  img,
  iframe{
    max-width: 100%;
  }
  .main_about{
    padding-bottom: 20px;
  }
  .beer-slider,
  .beer-slider > img {
    width: 100%;
  }
  .def_section_text_about .content_more {
    max-height: 135px;
  }

  .beauty_section .col {
    height: 120px;
    width: 48%;
  }
  .beauty_section .col span{
    display: none;
  }
  .beauty_section .col .text {
    height: auto;
    font-size: 12px;
    line-height: 1.1;
  }
  .beauty_section {
    padding-bottom: 30px;
  }
  .blog_main .row {
    padding-top: 15px;
  }
  .blog_main .col {
    width: 100%;
  }
  .blog_main .col .date {
    margin-top: 14px;
    margin-bottom: 7px;
  }
  .slider_dots .text .box_text {
    padding: 15px;
  }
  .slider_dots .swiper-slide .title_def {
    margin-bottom: 15px;
  }
  .slider_dots .swiper-slide .top {
    font-weight: 600;
    font-size: 14px;
  }
  .client .image img {
    max-height: none;
    height: auto;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .client .content_more {
    height: 440px;
  }
  .client .image {
    margin-right: 0;
  }
  .client .col {
    width: 100%;
  }
  .def_section_text_scroll .title_def {
    max-width: 200px;
  }
  .def_section_text_scroll .row_item_action .title_def {
    max-width: 100%;
  }
  .def_section_text_scroll .descr {
    padding-right: 10px;
  }
  .def_section_text .text_box {
    padding: 20px;
    padding-right: 10px;
  }
  .def_section_text_scroll .descr {
    height: 250px;
  }
  .def_section_text_inv .image img,
  .blog_main .col .img img {
    border-radius: 10px;
  }
  .blog_main .col {
    margin-bottom: 40px;
  }
  .blog_main .link_green {
    margin-top: 0;
    width: 100%;
    text-align: center;
  }
  .new-slider .swiper-progress {
    padding-top: 25px;
  }
  .new-slider .image_box {
    margin-bottom: 20px;
  }
  .new-slider .image_box {
    height: 200px;
  }
  .form_consult .col_r {
    top: 105px;
  }
  .form_tab .row_inputs input {
    width: 100%;
  }
  .form_tab .button {
    max-width: 100%;
  }
  .form_consult .title_def {
    max-width: 200px;
  }
  .form_consult .title_descr {
    max-width: 250px;
  }
  .form_consult .col_r {
    top: 165px;
  }
  .beauty_section .col {
    background-image: none !important;
  }
  footer .top_text p:last-child {
    font-weight: 600;
  }
  .form_consult .col_r label {
    min-width: 133px;
    margin-right: 20px;
  }
  .form_tab .tabs_wrap .btn {
    padding: 10px 40px;
  }
  .form_question .soc_form li {
    margin-right: 25px;
  }
  .nav_header_mobile .icon_search svg {
    width: 20px;
    height: 20px;
  }
  header .nav_header_mobile .logo {
    width: 80px;
  }
  .nav_header_mobile .logo img {
    width: 100%;
  }
  .navigation_mobile {
    top: 57px;
  }
  .navigation_mobile .menu_mobile {
    padding-top: 30px;
  }
  .inner_def .aside img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
  .inner_def .aside .img {
    height: auto;
  }
  .inner_def {
    padding-top: 0;
  }
  .contact_info .col {
    max-width: 100%;
    width: 100%;
  }
  .contact_info {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .map iframe {
    height: 350px;
    margin-bottom:80px;
  }
  .tarif {
    padding-bottom: 50px;
    margin-top: 70px;
  }
  #searchform, .result-search{
    width: auto;
    left: 15px;
    right: 15px;

  }
  #searchform{
    top: 5px;
    height: auto;
  }
  .result-search{
    top: 57px;
  }
  .top_search .title{
    font-size: 24px;
  }
  .bot_search .sub_title{
    font-size: 18px;
  }
  .top_search{
    padding: 35px 0px;
  }
  .top_search input{
    height: 40px;
    padding: 0px 40px 0 10px;
    margin-top: 5px;
  }
  .bot_search .search_result{
    font-size: 16px;
  }
  .bot_search .title_article{
    font-size: 18px;
    margin-bottom: 0;
  }
  .bot_search p{
    font-size: 14px;
    margin-top: 0;
  }
  .top_search button{
    right: 10px;
    top: 12px;
  }
}
.fz14{
  font-size:14px ;
}


body{
  min-height:100vh;
  position: relative;
}

footer{}
.form_tab + footer{}
.h3.corrector{
  display: none !important;
}
.redact-block{
  border-color: #007992 !important;
}
@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
  body{}
}

.col_r label span,
.col_l label span,
.col_serv span{
  display: block;
}

.breadcrumbs li:last-child:before{
  background: #007992;
}

#mc4wp-form-1 input[type="name"]{
  color: #7E7E7E;
}

iframe{
  border: none;
}

.map {
  margin-bottom:-7px;
}
@media only screen and (max-width: 390px) {
  .map iframe{
    margin-bottom:90px;
  }
}

@media only screen and (max-width: 300px) {
  .map iframe{
    margin-bottom:90px;
  }
}
.mc4wp-form-fields .image_mobile{display: none;}
form div.wpcf7-mail-sent-ok,
body .wpcf7 form.sent .wpcf7-response-output {
  border: 2px solid #1c8a9e;
  border-radius:6px;
}

/*# sourceMappingURL=style.css.map */

html {
  scroll-behavior: smooth;
}
p.footer-form_title {
  text-align: center;
  font-weight: 900;
  font-size: 24px;
}
table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  font-family: "Montserrat";
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #fff;
  border-top: 1px solid #007992;
  padding: .35em;
}
table tr:last-child{
  border-bottom: 1px solid #007992;
}
table tr:nth-child(even) {
  background: #F2F8FA;
}
table th,
table td {
  padding: .325em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.options{
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 10px auto;
  width: 100px;
}
img{
  /*height: 100px;*/
  width: auto;
}
@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    display: block;
    margin-bottom: .625em;
  }

  table td {
    display: block;
    text-align: right;
  }

  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table td:last-child {
    border-bottom: 0;
  }
  table td img{
    height: 50px;
    width: auto;
  }
  .options{
    margin: 0 auto;
  }
}
/* fixed menu */
.fixed{
  position: fixed;
  top: 0px;
  left:0;
  width:100%;
  background: #fff;
  z-index: 9999;
}
blockquote .hidden, blockquote .redact-block{width:250px!important;height:250px!important;margin-top:0!important;margin-bottom:25px!important;}

@media screen and (max-width: 768px) {
  .vl-botoks {text-align: justify; padding-top: 15px;}
}

.vl-descr {
  font-size: 14px !important;
}

.vl-rubriki {
  margin-left: 60px;
  margin-right: 60px;
  /*text-align: justify;*/
}

@media screen and (max-width: 768px) {
  .vl-rubriki {
    margin-left: 15px;
    margin-right: 15px;
  }

  .table {
    width: auto;
    margin-bottom: 20px;
    font-size: 13px;
  }

  .table-mob {
    overflow-x: scroll;
    max-width: calc(100% - 20px);
  }

  .table tr {
    display: table-row;
  }

  .table td {
    display: table-cell;
  }
}

.nav_header.fixed .menu_l .navigation_hover {
  top: 100px;
}

.inner-content {
  padding-bottom: 10px;
}

.inner-content__wrap {
  display: block;
}
@media screen and (max-width: 750px) {
  .inner-content__wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .variants .tab:not(:last-child) {
    margin-right: 10px;
  }
}
.inner-content .aside {
  float: right;
}
.inner-content .content {
  width: 100%;
  max-width: 100%;
}
.inner-content img {
  width: auto;
}
.mane_contrent .swiper-container {
  padding: 0;
}
.mane_contrent .image {
  height: auto;
  padding: 20px 0;
}
.slider_dots.main_serv.mane_contrent .box_btn_slider {
  bottom: 20px;
}
@media (max-width: 1110px) {
  .slider_dots.main_serv.mane_contrent .box_btn_slider {
    position: unset;
  }
}
@media (max-width: 450px) {
  .slider_dots.main_serv.mane_contrent .box_btn_slider {
    display: none;
  }
}
.text-bg {
  background: #F2F8FA;
  border-radius: 10px;
  padding: 0px 20px 40px 30px;
}
.variants .tab {
  text-align: center;
  height: auto;
  width: 46%;
  padding: 6px;
}
.variants .tabs {
  display: flex;
  justify-content: space-around;
  margin-bottom: 25px;
}
.variants .top_row.active {
  display: flex;
}
.variants .tab.active {
  background: #007992;
  color: #ffffff;
}

@media screen and (min-width: 769px) {
  .table {
    word-break: break-word;
  }
}
.archive-h1{
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  margin: 0.67em 0;
}