

/* Start:/local/templates/dentalux/assets/css/normalize.css?16000681267279*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

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

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

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

/**
 * Add the correct display in IE 9-.
 */

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

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

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

/* End */


/* Start:/local/templates/dentalux/assets/css/slick.css?16000681261775*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: flex;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/dentalux/assets/css/slick-theme.css?16000681263260*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/dentalux/assets/css/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/dentalux/assets/css/./fonts/slick.eot');
    src: url('/local/templates/dentalux/assets/css/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/dentalux/assets/css/./fonts/slick.woff') format('woff'), url('/local/templates/dentalux/assets/css/./fonts/slick.ttf') format('truetype'), url('/local/templates/dentalux/assets/css/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 47.6%;

    display: block;

    width: 32px;
    height: 32px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -112px;
    background: url(/local/templates/dentalux/assets/css/../img/arr-prev.svg) no-repeat center;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: none;
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -112px;
    background: url(/local/templates/dentalux/assets/css/../img/arr-next.svg) no-repeat center;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: none;
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -54px;

    display: block;

    width: 100%;
    padding: 0!important;
    margin: 0!important;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 8px;
    height: 5px;
    margin: 0 7.5px;
    padding: 0!important;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 8px;
    height: 8px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: #005BAB;
    opacity: 0.36;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    transform: scale(1.625,1.625);
    cursor: pointer;
    opacity: 1;
}
.slick-dots li.slick-active button {
    transform: scale(1.625,1.625);
    opacity: 1;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}

.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.slick-dots li:before {
    content: none;
}
.slick-dots li:before {
    content: none !important;
}
/* End */


/* Start:/local/templates/dentalux/assets/css/jquery.fancybox.css?160006812617670*/
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;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  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;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  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;
  transition: opacity .25s, visibility 0s linear .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;
  transition: opacity .25s, visibility 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;
  text-align: center;
  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: translate3d(0, 0, 0);
  z-index: 99994; }

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

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  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;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

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

.fancybox-slide--next {
  z-index: 99995; }

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

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

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

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  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;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  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-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .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--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  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;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

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

.fancybox-iframe {
  vertical-align: top; }

.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;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

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

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

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

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

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

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

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

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

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.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 .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  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;
  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);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

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

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-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); }

/* 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;
  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: #fff;
  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: transparent;
  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 > ul {
  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 > ul {
  overflow: hidden; }

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

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

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

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  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-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

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

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

/* End */


/* Start:/local/templates/dentalux/assets/css/style.css?1752522603198175*/
/*
    G E N E R A L

@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700");
@font-face{
	font-family:'Museo Sans Cyrl';
	src:url(/local/templates/dentalux/assets/css/../fonts/MuseoSansCyrl-500.eot);
	src:url(/local/templates/dentalux/assets/css/../fonts/MuseoSansCyrl-500.eot?#iefix) format('embedded-opentype'),url(/local/templates/dentalux/assets/css/../fonts/MuseoSansCyrl-500.woff2) format('woff2'),url(/local/templates/dentalux/assets/css/../fonts/MuseoSansCyrl-500.woff) format('woff'),url(/local/templates/dentalux/assets/css/../fonts/MuseoSansCyrl-500.ttf) format('truetype'),url(/local/templates/dentalux/assets/css/../fonts/MuseoSansCyrl-500.svg#MuseoSansCyrl-500) format('svg');
	font-weight:500;
	font-style:normal}
@font-face{
	font-family:"GothamProRegular";
	src:url(/local/templates/dentalux/assets/css/../fonts/GothamProRegular/GothamProRegular.eot);src:url(/local/templates/dentalux/assets/css/../fonts/GothamProRegular/GothamProRegular.eot?#iefix)format("embedded-opentype"),url(/local/templates/dentalux/assets/css/../fonts/GothamProRegular/GothamProRegular.woff) format("woff"),url(/local/templates/dentalux/assets/css/../fonts/GothamProRegular/GothamProRegular.ttf) format("truetype");
	font-style:normal;
	font-weight:400}	
@font-face{
	font-family:"GothamProBold";
	src:url(/local/templates/dentalux/assets/css/../fonts/GothamProBold/GothamProBold.eot);src:url(/local/templates/dentalux/assets/css/../fonts/GothamProBold/GothamProBold.eot?#iefix)format("embedded-opentype"),url(/local/templates/dentalux/assets/css/../fonts/GothamProBold/GothamProBold.woff) format("woff"),url(/local/templates/dentalux/assets/css/../fonts/GothamProBold/GothamProBold.ttf) format("truetype");
	font-style:normal;
	font-weight:400}
@font-face {
    font-family: 'Sansation';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url(/local/templates/dentalux/assets/css/../fonts/ElektraText.otf) format('truetype');
}

@font-face {
    font-family: 'Sansation';
    font-style: italic;
    font-weight: normal;
    font-display: swap;
    src: url(/local/templates/dentalux/assets/css/../fonts/Sansation_Italic.ttf) format('truetype');
}

@font-face {
    font-family: 'Sansation';
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: url(/local/templates/dentalux/assets/css/../fonts/ElektraTextBold.otf) format('truetype');
}

@font-face {
    font-family: 'Sansation';
    font-style: normal;
    font-weight: lighter;
    font-display: swap;
    src: url(/local/templates/dentalux/assets/css/../fonts/Sansation_Light.ttf) format('truetype');
}

@font-face {
    font-family: 'Sansation';
    font-style: italic;
    font-weight: bold;
    font-display: swap;
    src: url(/local/templates/dentalux/assets/css/../fonts/Sansation_Bold_Italic.ttf) format('truetype');
}

@font-face {
    font-family: 'Sansation';
    font-style: italic;
    font-weight: lighter;
    font-display: swap;
    src: url(/local/templates/dentalux/assets/css/../fonts/Sansation_Light_Italic.ttf) format('truetype');
}

@font-face {
  font-family: 'PFDinReqular';
  src: url("/local/templates/dentalux/assets/css/../fonts/pfdintextcomppro-regular_1-webfont.eot");
  src: url("/local/templates/dentalux/assets/css/../fonts/pfdintextcomppro-regular_1-webfont.eot?#iefix") format('embedded-opentype'), url("/local/templates/dentalux/assets/css/../fonts/pfdintextcomppro-regular_1-webfont.woff2") format('woff2'), url("/local/templates/dentalux/assets/css/../fonts/pfdintextcomppro-regular_1-webfont.woff") format('woff'), url("/local/templates/dentalux/assets/css/../fonts/pfdintextcomppro-regular_1-webfont.ttf") format('truetype'), url("/local/templates/dentalux/assets/css/../fonts/pfdintextcomppro-regular_1-webfont.svg#pf_din_text_comp_proregular") format('svg');
  font-weight: normal;
  font-style: normal;
}


*/

body {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    color: #252525;
    position: relative;
    height: 100%;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden !important;
  }
  div,
  section,
  footer,
  .btn {
    box-sizing: border-box;
  }
  a {
    font-family: "Roboto", sans-serif;
    color: #fff;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    text-decoration: none;
  }
  a:hover {
    text-decoration: none;
  }
  a:focus,
  input:focus {
    outline: none;
  }
  p {
    color: rgba(0, 0, 0, 0.72);
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 12px 0;
    letter-spacing: 0.026em;
  }
  input {
    border: none;
    padding: 0 0 0 0;
    -webkit-box-shadow: inset 0 -1px 0 0 #c6c6c6;
    box-shadow: inset 0 -1px 0 0 #c6c6c6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  input:hover,
  input:focus {
    background: #fff;
  }
  ol {
    list-style: none;
    counter-reset: myCounter;
  }
  ol li {
    color: #252525;
    position: relative;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    padding-left: 16px;
    letter-spacing: 0.01em;
    margin-bottom: 22px;
    text-align: left;
  }
  ol li:before {
    content: "";
    display: block;
    counter-increment: myCounter;
    content: counter(myCounter);
    color: #fff;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    width: 35px;
    height: 35px;
    background: #ee1d23;
    position: absolute;
    top: -2px;
    left: -29px;
    border-radius: 50%;
    z-index: -1;
  }
  .title {
    color: white;
    font-family: ProximaNovaRg;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .desc {
    color: #252525;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.01em;
  }
  h1,
  .h1 {
  }
  h2,
  .h2 {
    color: black;
    font-family: ProximaNovaRg;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 24px;
    margin-top: 36px;
  }
  h3,
  .h3 {
  }
  h4,
  .h4 {
    color: #0589ce;
    font-family: ProximaNovaRg;
    font-size: 21px;
    font-weight: 700;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 6px;
  }
  img {
    max-width: 100%;
    max-height: 100%;
    display: block;
  }
  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
  .wrapper {
  }
  .container-text {
    max-width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .container-middle {
    max-width: 1162px;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
  }
  .container-header {
    max-width: 1386px;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
  }
  .breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0 !important;
  }
  .breadcrumbs li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: 25px;
    margin-bottom: 0 !important;
    padding: 0 !important;
  }
  .breadcrumbs li:before {
    content: none !important;
  }
  .breadcrumbs li:last-child {
    margin-right: 0;
  }
  .breadcrumbs li:last-child:after {
    content: none;
  }
  .breadcrumbs li:after {
    content: "";
    display: block;
    width: 7px;
    height: 12px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: -17px;
    background: url(/local/templates/dentalux/assets/css/../img/icoarr.png) no-repeat center;
  }
  .breadcrumbs li a {
    font-size: 16px;
  }
  
  /*
    B U T T O N S
  */
  
  .btn-green {
    color: white;
    font-family: Roboto, sans-serif;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    background-color: #18a128;
    border-radius: 22px;
    padding: 7px 0 8px 0;
    box-shadow: 0 12px 24px rgba(0, 48, 77, 0.36);
  }
  .btn-green:hover {
    background-color: #00b095;
  }
  .btn-white {
    color: #0085ce;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    line-height: 28px;
    padding: 7px 0 6px 0;
    background-color: white;
    border: 1px solid #005bab;
    border-radius: 22px;
    box-shadow: 0 12px 24px rgba(15, 37, 50, 0.36);
  }
  .btn-white:hover {
    background: #005bab;
    color: #fff;
  }
  
  /*
    H E A D E R
  */
  .header {
    position: relative;
    height: 353px;
    background-image: url(/local/templates/dentalux/assets/css/../img/header-slider.png);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 17px 0 0 0;
    box-sizing: border-box;
  }
  .header:after {
    content: "";
    display: block;
    width: 100%;
    height: 93px;
    background: url(/local/templates/dentalux/assets/css/../img/zigzag1.png) no-repeat center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .header__phone {
    font-family: Roboto, sans-serif;
    color: white;
    font-size: 24px;
    font-weight: 500;
    line-height: 19px;
    padding: 2px 0 0 41px;
    background: url(/local/templates/dentalux/assets/css/../img/phone.svg) no-repeat 2px top;
  }
  .header-top-line {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 14px;
  }
  .header__address {
    padding: 0px 0 0 38px;
    background: url(/local/templates/dentalux/assets/css/../img/gps.svg) no-repeat left top;
    margin: 0 50px 0 0px;
  }
  .header__address a {
    display: block;
    color: white;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 19px;
    border-bottom: 1px dashed #fff;
    margin-bottom: 4px;
  }
  .header__address a:hover {
    border-color: transparent;
  }
  .header__address span {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    font-family: Roboto, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
  }
  .header__time {
    padding: 3px 23px 0 0;
    background: url(/local/templates/dentalux/assets/css/../img/clock.svg) no-repeat right top;
    margin: 0 2px 0 0;
  }
  .header__time span:first-child {
    display: block;
    color: #fefefe;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    line-height: 19px;
    font-size: 18px;
    text-align: right;
    padding: 0 14px 0 0;
  }
  .header__time span:last-child {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    font-family: Roboto, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    padding: 2px 15px 0 0;
  }
  .header-bottom-line {
    position: relative;
    background-color: white;
    border-radius: 0px 0px 40px 40px;
    padding: 9px 21px 11px 41px;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 48px;
  }
  .logo {
  }
  .top-menu {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin: 0 !important;
  
    list-style: none;
    padding: 0;
    margin: -2px 94px 0 0px;
  }
  .top-menu li {
    margin: 0 12px;
    position: relative;
    margin-bottom: 0;
    padding: 0;
  }
  .top-menu li:before {
    content: none !important;
  }
  .top-menu li.sub:after {
    content: "";
    width: 19px;
    height: 5px;
    background: url(/local/templates/dentalux/assets/css/../img/arr-sub.svg) no-repeat center;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -9.5px;
    z-index: 7;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  .top-menu li > .sub-menu li.sub:after {
    content: none;
  }
  .top-menu li.sub:hover:after {
    transform: rotateZ(180deg);
  }
  .top-menu li a {
    color: #323232;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
  }
  .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    opacity: 0;
    width: max-content;
    position: absolute;
    top: 21px;
    left: 0;
    padding: 31px 0 0 0;
    background-color: white;
    box-shadow: 0 24px 24px rgba(0, 0, 0, 0.36);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 5;
  }
  .float__tax {
    width: 220px;
    position: absolute;
    right: 70px;
    bottom: 25px;
    z-index: 99;
  }
  img.uber {
    width: 100%;
    margin: 20px auto 0;
  }
  .sub-menu2 {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    opacity: 0;
    width: max-content;
    position: absolute;
    top: 0;
    left: 100%;
    padding: 0 0 0 0;
    background-color: white;
    box-shadow: 0 24px 24px rgba(0, 0, 0, 0.36);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 5;
  }
  .sub-menu li {
    margin: 0;
  }
  .sub-menu li a {
    display: block;
    padding: 9px 37px 9px 21px;
    color: #323232;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
  }
  .sub-menu li a:hover {
    background-color: #e0e0e0;
  }
  .top-menu li.sub:hover .sub-menu {
    display: block;
    opacity: 1;
  }
  .top-menu > li > .sub-menu > li:hover > a {
    background-color: #e0e0e0;
  }
  .top-menu .sub-menu li:hover > .sub-menu2 {
    display: block;
    opacity: 1;
  }
  .header-bottom-line .btn-green {
    display: block;
    max-width: 216px;
    width: 100%;
    align-self: center;
  }
  main {
    padding: 32px 0 0 0;
  }
  .slider-box {
    position: relative;
    margin: 60px 0 0 0;
    background: url(/local/templates/dentalux/assets/css/../img/sl-bg.png) no-repeat center center;
    margin-bottom: 84px;
  }
  .fav {
    border: none;
    position: absolute;
    top: 0;
    left: 38px;
    display: block;
    width: 47px;
    height: 56px;
    background: url(/local/templates/dentalux/assets/css/../img/fav.png) no-repeat center;
    cursor: pointer;
    z-index: 1;
    outline: none;
  }
  .slider {
    min-height: 254px;
    background-color: white;
    box-shadow: 0 24px 48px rgba(20, 59, 93, 0.36);
  }
  .slider__item {
    font-size: 0;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    outline: none;
  }
  .slider__item--img {
    display: inline-block;
    vertical-align: top;
    width: 55%;
    min-height: 254px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .slider__item--text {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    padding: 42px 48px 39px 0px;
    /*display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
          justify-content: space-between;*/
  }
  .slider__title {
    color: #005bab;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    padding-left: 28px;
    letter-spacing: 0.04em;
    margin-bottom: 11px;
  }
  .slider__title span {
    font-family: Roboto, sans-serif;
    font-weight: 700;
  }
  .slider__price {
    color: #18a128;
    font-family: Roboto, sans-serif;
    font-size: 31px;
    font-weight: 700;
    line-height: 34px;
    padding-left: 28px;
    margin-bottom: 44px;
    /*	margin-top: -33px;*/
  }
  .slider__price i {
    font-family: "ALS Rubl";
    font-style: normal;
  }
  .slider__item .btn-green {
    display: block;
    max-width: 296px;
    width: 100%;
  }
  .slider__btn {
    padding: 0 0 0 11px;
  }
  .slider .slick-track {
    display: flex;
    align-items: flex-start;
  }
  .text-zone {
    position: relative;
  }
  .bg1:after {
    content: "";
    display: block;
    position: absolute;
    top: 75px;
    right: 0;
    left: 0;
    width: 100%;
    height: 834px;
    background-image: url(/local/templates/dentalux/assets/css/../img/bg11.png);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -1;
  }
  .bg1 .h2 {
    margin-bottom: 11px;
  }
  .bg1 p {
    margin-bottom: 21px;
  }
  .video {
    padding: 47px 0 0 0;
    margin-bottom: 91px;
  }
  .video-box {
    position: relative;
    padding: 1px 124px 61px 131px;
    z-index: 2;
  }
  .video-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*opacity: 0.36;*/
    background-image: linear-gradient(-60deg, #2dca97 0%, #008cd0 100%);
    background-image: linear-gradient(-60deg, #ace5d2 0%, #a3d6ee 100%);
    z-index: -1;
  }
  .video h2 {
    margin-bottom: 26px;
  }
  .video h4 {
    color: #000;
    margin-bottom: 12px;
  }
  .video p {
    letter-spacing: -0.04em;
    margin-bottom: 15px;
    line-height: 21px;
    margin-bottom: 8px;
  }
  .video-zone {
    position: relative;
    height: 356px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 44px;
    box-shadow: 0 24px 48px rgba(20, 59, 93, 0.36);
    margin-bottom: 62px;
  }
  .play {
    position: absolute;
    display: block;
    background: url(/local/templates/dentalux/assets/css/../img/play.png) no-repeat center;
    width: 153px;
    height: 153px;
    top: 50%;
    margin-top: -76.5px;
    left: 50%;
    margin-left: -76.5px;
  }
  .video .btn-white {
    display: block;
    max-width: 216px;
    width: 100%;
    margin: 0 auto;
  }
  main ul,
  .content ul,
  .vn-about ul {
    padding: 0;
    margin: 30px 0 38px 0;
    list-style: none;
  }
  main ul li,
  .content ul li,
  .vn-about ul li {
    position: relative;
    font-family: ProximaNovaLt;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 18px;
    padding: 0 0 0 35px;
  }
  main ul li:before,
  .content ul li:before,
  .vn-about ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 1px;
    width: 10px;
    height: 10px;
    background-color: #0085ce;
    transform: rotate(45deg);
  }
  main .ul-black li:before,
  .content .ul-black li:before,
  .vn-about .ul-black li:before {
    background-color: #474747;
  }
  main ul.ul-red {
    margin-bottom: 24px;
  }
  main ul.ul-blue li {
    color: #0085ce;
  }
  main ul.ul-red li {
    color: #f24841;
  }
  main ul.ul-black li {
    color: #000;
  }
  main .ul-blue li:before,
  .content .ul-blue li:before,
  .vn-about .ul-blue li:before {
    background-color: #0085ce;
  }
  main .ul-red li:before,
  .content .ul-red li:before,
  .vn-about .ul-red li:before {
    background-color: #f24841;
  }
  main .ul-black li:before,
  .content .ul-black li:before,
  .vn-about .ul-black li:before {
    background-color: #474747;
  }
  .bg2 p {
    margin-bottom: 66px;
  }
  .bg2 h2 + p {
    margin: 29px 0 35px 0;
  }
  .h2-last {
    margin-top: 66px;
  }
  .bg2:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 50px;
    right: 0;
    left: 0;
    width: 100%;
    height: 834px;
    background-image: url(/local/templates/dentalux/assets/css/../img/bg22.png);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -1;
  }
  .table {
    padding: 13px 0 0 0;
    margin-bottom: 74px;
  }
  .table h2 {
    margin-top: 0;
    margin-bottom: 38px;
  }
  .table-box {
    border: 1px solid #c6c6c6;
    display: table;
    width: 100%;
    box-shadow: 0 24px 48px rgba(20, 59, 93, 0.36);
  }
  .table-box--head {
    display: table-header-group;
    height: 123px;
    background-image: linear-gradient(to left, #2dca97 0%, #008cd0 100%);
  }
  .table-box--tr {
    display: table-row;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  .table-box--head .table-box--cell:last-child {
    padding-left: 50px;
  }
  .table-box--tr .table-box--cell {
    padding: 16px 15px 11px 51px;
    border-bottom: 1px solid #c6c6c6;
    vertical-align: top;
  }
  .table-box--tr:last-child .table-box--cell {
    border: none;
  }
  .table-box--tr .table-box--cell:first-child {
    color: rgba(0, 0, 0, 0.72);
    font-family: ProximaNovaRg;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    border-right: 1px solid #c6c6c6;
    padding: 16px 15px 11px 35px;
  }
  .table-box--tr .table-box--cell:last-child {
    color: #0085ce;
    line-height: 23px;
    font-family: MyriadPro;
    font-size: 18px;
    font-weight: 600;
  }
  .table-box--cell {
    display: table-cell;
    font-family: ProximaNovaRg;
    font-size: 21px;
    font-weight: 700;
    line-height: 36px;
    color: #fff;
    padding: 29px 0 27px 36px;
  }
  .table-box--cell:first-child {
    width: 68%;
    border-right: 1px solid #fff;
  }
  .table i {
    font-family: "ALS Rubl";
    font-style: normal;
  }
  .table-box--cell span {
    font-size: 21px;
    display: block;
  }
  .table-box--cell b {
    color: #666666;
    font-size: 16px;
    font-family: MyriadPro;
    font-weight: 600;
    text-decoration: line-through;
  }
  .docs {
    padding: 0 0 83px 0;
    position: relative;
  }
  .docs:after {
    content: "";
    display: block;
    width: 409px;
    height: 389px;
    /*background: url(/local/templates/dentalux/assets/css/../img/pribor.png) no-repeat center;*/
    position: absolute;
    bottom: 46px;
    right: 0;
    z-index: -1;
  }
  .docs h2,
  .docs p {
    text-align: center;
  }
  .docs-items {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 62px;
  }
  .docs-item {
    height: 380px;
    position: relative;
    max-width: 261px;
    width: 100%;
    border-radius: 12px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    transform: translateY(0);
    margin-bottom: 38px;
    overflow: hidden;
    margin: 0 12px;
    margin-bottom: 20px;
  }
  main .docs-item {
    margin-bottom: 0;
  }
  .docs-item:hover {
    background-color: #119cda;
    box-shadow: 0 16px 24px rgba(15, 37, 50, 0.6);
    transform: translateY(-15px);
  }
  .docs-item:hover .docs-item--img {
    filter: blur(5px);
  }
  .docs-item:hover .docs-item-blur {
    display: none;
  }
  .docs-item--img {
    height: 380px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  .docs-item--name {
    color: #0c62b0;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    line-height: 19px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 6px;
  }
  .docs-item--name span {
    display: block;
    font-size: 21px;
    margin-bottom: 2px;
  }
  .docs-item--status {
    text-align: center;
    color: rgba(0, 0, 0, 0.72);
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
  }
  .docs-item--desc {
    padding: 12px 0 0 0;
    height: 106px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 1;
  }
  .docs-item--desc:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.42);
    z-index: -1;
    -webkit-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px;
  }
  /*.docs-item--desc:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  filter: blur(12px);
  z-index: -2;
  }*/
  .docs h2 {
    margin-bottom: 28px;
  }
  .docs p {
    letter-spacing: 0;
    margin-bottom: 68px;
  }
  .docs-item--hide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 0 0 0;
    overflow: hidden;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    padding: 74px 36px 0 36px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
  }
  .docs-item--hide:after {
    content: "";
    /*filter: blur(12px);*/
    background-color: #119cda;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    opacity: 0.7;
    z-index: -1;
  }
  .docs-item--hide a {
    display: block;
    color: white;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    padding: 9px 0 8px 43px;
    margin-bottom: 10px;
  }
  .link-vid {
    background: url(/local/templates/dentalux/assets/css/../img/play-small.png) no-repeat left center;
  }
  .link-info {
    background: url(/local/templates/dentalux/assets/css/../img/i.png) no-repeat left center;
  }
  .link-order {
    background: url(/local/templates/dentalux/assets/css/../img/phone-small.png) no-repeat left center;
  }
  .docs-item:hover .docs-item--hide {
    opacity: 1;
    visibility: visible;
  }
  .docs-item:hover .docs-item--desc {
    z-index: 3;
  }
  .docs-item:hover .docs-item--desc:after {
    content: none;
  }
  .docs-item:hover .docs-item--desc:before {
    content: none;
  }
  .docs-item:hover .docs-item--name,
  .docs-item:hover .docs-item--status {
    color: #fff;
  }
  .docs .btn-white {
    max-width: 216px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .rewiew {
    padding: 38px 0 126px 0;
    background: url(/local/templates/dentalux/assets/css/../img/bg-rew.png) no-repeat center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .rewiew h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 26px;
  }
  .rewiew p {
    color: rgba(255, 255, 255, 0.72);
    text-align: center;
    margin-bottom: 60px;
  }
  .slider-rewiew {
    max-width: 1009px;
    width: 100%;
    margin: 0 auto;
    border-radius: 12px;
  }
  .slider-rewiew__item {
    font-size: 0;
    padding: 39px 0 0 0;
  }
  .slider-rewiew__item-box {
    background-color: rgba(0, 0, 0, 0.24);
    border-radius: 12px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: min-content;
  }
  .slider-rewiew__item--text {
    display: inline-block;
    vertical-align: top;
    width: 52%;
    border-radius: 12px 0 0 12px;
    padding: 21px 25px 30px 25px;
  }
  .slider-rewiew__item--photo {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 48%;
    border-radius: 0 12px 12px 0;
  }
  .slider-rewiew__item--text p {
    color: #fff;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    margin-bottom: 24px;
  }
  .name-rew {
    color: white;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
  }
  .slider-rewiew--img-box {
    position: static;
    top: -53px;
    right: 6px;
    max-width: 500px;
    width: 100%;
    min-height: 280px;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 5;
    border-radius: 0 12px 12px 0;
  }
  .slider-rewiew .slick-list {
    /*overflow: -webkit-paged-x;
  overflow-x: hidden;
  padding: 39px 0 0px 0;
  box-sizing: border-box;*/
  }
  .slider-rewiew .slick-dots {
    bottom: -61px;
  }
  .slider-rewiew .slick-dots li button {
    background: #fff;
    opacity: 0.6;
  }
  .slider-rewiew .slick-dots li button:hover {
    opacity: 1;
  }
  .slider-rewiew .slick-dots li.slick-active button {
    opacity: 1;
  }
  .slider-rewiew .slick-prev {
    background: url(/local/templates/dentalux/assets/css/../img/arr-prev-white.png) no-repeat center;
    left: -50px;
    top: 57.6%;
  }
  .slider-rewiew .slick-next {
    background: url(/local/templates/dentalux/assets/css/../img/arr-next-white.png) no-repeat center;
    right: -50px;
    top: 57.6%;
    width: 33px;
    height: 33px;
  }
  .form {
    padding: 77px 0 70px 0;
  }
  .form-box {
    position: relative;
    background-color: white;
    border: 1px solid #c6c6c6;
    padding: 4px 99px 49px 0;
    box-shadow: 0 24px 48px rgba(20, 59, 93, 0.36);
    overflow: hidden;
  }
  .form-box:after {
    content: "";
    display: block;
    max-width: 411px;
    width: 100%;
    height: 382px;
    background: url(/local/templates/dentalux/assets/css/../img/bg-form.png) no-repeat center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 1px;
    left: -2px;
  }
  .form h2 {
    color: #0085ce;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0.025em;
    padding-left: 30px;
    margin-bottom: 39px;
    padding-top: 25px;
  }
  .form form {
    float: right;
    max-width: 370px;
    width: 100%;
    padding: 0 0 0 0;
  }
  fieldset {
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
    margin-bottom: 24px;
  }
  .form fieldset {
    padding: 0 0 0 26px;
  }
  .input-ico {
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    /*	margin-right: 8px;*/
    position: absolute;
    left: 0px;
    top: 0;
    transition: all 0.1s linear;
  }
  .ico-pers {
    width: 13px;
    height: 16px;
    background: url(/local/templates/dentalux/assets/css/../img/ico-pers.png) no-repeat center;
  }
  .ico-tel {
    width: 16px;
    height: 17px;
    background: url(/local/templates/dentalux/assets/css/../img/ico-tel.png) no-repeat center;
  }
  .form input {
    display: inline-block;
    vertical-align: top;
    color: rgba(0, 0, 0, 1);
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    max-width: 319px;
    width: 100%;
    padding: 0 11px 6px 9px;
  }
  .form input:active,
  .form input:focus {
    -webkit-box-shadow: inset 0 -2px 0 0 #0085ce;
    box-shadow: inset 0 -2px 0 0 #0085ce;
  }
  .form .btn-white {
    display: block;
    max-width: 216px;
    width: 100%;
    cursor: pointer;
    outline: none;
    margin-top: 27px;
    margin-left: 20px;
    margin-bottom: 25px;
  }
  .form form input:focus + .ico-pers {
    background: url(/local/templates/dentalux/assets/css/../img/ico-pers-hover.png) no-repeat center;
  }
  .form form input:focus + .ico-tel {
    background: url(/local/templates/dentalux/assets/css/../img/ico-tel-hover.png) no-repeat center;
  }
  .agree {
    opacity: 0.6;
    color: #191919;
    font-family: Roboto, sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 12px;
    padding: 0 0 0 28px;
  }
  .map {
    position: relative;
    height: 612px;
    z-index: 5;
    box-shadow: inset 0 24px 48px rgba(20, 59, 93, 0.36);
  }
  .map:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: inset 0 24px 48px rgba(20, 59, 93, 0.36);
    z-index: -1;
  }
  .footer {
    background: #545454;
    color: #fff;
    padding: 27px 0 30px 0;
    font-size: 0;
  }
  .footer__row {
    display: inline-block;
    vertical-align: top;
    width: 25%;
  }
  .footer__row h3 {
    color: black;
    font-family: ProximaNovaRg;
    font-size: 21px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 19px;
  }
  .footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .footer ul li a {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
  }
  .footer ul li a:hover {
    color: #16d428;
  }
  .footer-box {
    padding: 0 15px;
  }
  .footer__row span {
    display: block;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #847d7c;
    font-size: 14px;
    letter-spacing: -0.045em;
  }
  .link-map {
    display: block;
    color: #16d428;
    font-size: 14px;
    letter-spacing: -0.045em;
    margin-top: 6px;
    margin-bottom: 5px;
  }
  .link-map:hover {
    text-decoration: underline;
  }
  .pay {
    font-size: 14px;
    color: #847d7c;
    margin: 21px 0 0 0;
    letter-spacing: 0.04em;
    margin-bottom: 53px;
  }
  .pay img {
    display: inline-block;
    vertical-align: top;
    width: 46px;
    height: 20px;
  }
  .btn-biggreen {
    display: block;
    max-width: 277px;
    width: 100%;
    border-radius: 30px;
    font-size: 22px;
    padding: 14px 0 12px 0;
    margin-left: -8px;
  }
  .fb-link {
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 14px;
  }
  .copyright {
    font-size: 14px;
    color: #fff;
    margin: 93px 0 25px 0;
    line-height: 20px;
  }
  .dev {
  }
  .dev span {
    display: inline-block;
    vertical-align: top;
    color: #868686;
    font-family: ProximaNovaRg;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding: 11px 18px 0 0;
  }
  .dev img {
    display: inline-block;
    vertical-align: top;
  }
  .vn .header {
    position: relative;
    height: 840px;
    background: url(/local/templates/dentalux/assets/css/../img/vn-header-bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 5;
    margin-bottom: 93px;
  }
  .vn-def-header .header {
    position: relative;
    height: 353px;
    background-image: url(/local/templates/dentalux/assets/css/../img/header-slider.png);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 17px 0 0 0;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .vn .header:before {
    content: "";
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(
      to top,
      transparent 0%,
      rgba(0, 0, 0, 0.36) 100%
    );
    z-index: 0;
  }
  .vn .header:after {
    content: "";
    display: block;
    width: 100%;
    height: 93px;
    background: url(/local/templates/dentalux/assets/css/../img/zigzag1.png) no-repeat center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .vn-header-slider {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
  }
  .vn-def-header .header:before {
    content: none;
  }
  /*.vn-header-slider:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 66px;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(/local/templates/dentalux/assets/css/../img/duga.png) no-repeat center;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  z-index: -1;
  }*/
  .vn-header-slider--item {
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 840px;
    outline-style: none;
  }
  .slick-vertical .slick-slide {
    height: 840px;
  }
  .vn-header-slider .slick-dots {
    width: auto;
    left: 301px;
    bottom: inherit;
    top: 38.5%;
  }
  .vn-header-slider .slick-dots li {
    display: block;
    margin: 23px 0;
  }
  .vn-header-slider .slick-dots li button {
    background: #fff;
    opacity: 0.6;
  }
  .vn-header-slider .slick-dots li button:hover {
    opacity: 1;
  }
  .vn-header-slider .slick-dots li.slick-active button {
    opacity: 1;
  }
  .header-title {
    display: block;
    text-align: center;
    color: white;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 42px;
    line-height: 46px;
    position: absolute;
    bottom: 149px;
    width: 100%;
  }
  .vn-about {
    font-size: 0;
    padding: 0 0 69px 0;
  }
  .vn-about__left {
    display: inline-block;
    vertical-align: top;
    width: 55.2%;
  }
  .vn-about__right {
    display: inline-block;
    vertical-align: top;
    width: calc(44.8% - 20px);
    padding: 0;
    margin-left: 20px;
  }
  .vn-about-img {
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 507px;
    width: 100%;
    height: 367px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    /* box-shadow: 0 10px 18px rgba(20, 59, 93, 0.36);*/
  }
  .vn-about-title {
    font-family: "ProximaNovaRg", serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    color: black;
    margin-bottom: 35px;
  }
  .vn-about-title span {
    color: #008cd0;
  }
  .vn-about__right p {
    letter-spacing: 0;
  }
  .service {
    font-size: 0;
    position: relative;
    padding: 52px 0 0px 0;
    /*background: url(/local/templates/dentalux/assets/css/../img/bg11.png) no-repeat center;*/
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 2;
  }
  .service:after {
  }
  .service__left {
    display: inline-block;
    vertical-align: top;
    width: 27.5%;
  }
  .service__right {
    display: inline-block;
    vertical-align: top;
    width: 72.5%;
  }
  .docs-item-blur {
    position: absolute;
    height: 106px;
    width: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    bottom: 0;
    left: 0;
    right: 0;
    filter: blur(5px);
    border-radius: 0 0 12px 12px;
  }
  .service h2 {
    margin-bottom: 67px;
  }
  .service__left p {
    letter-spacing: 0;
    margin-bottom: 51px;
  }
  .btn-orange {
    display: block;
    max-width: 246px;
    width: 100%;
    text-align: center;
    padding: 8px 0 7px 7px;
    margin: 0 0 0 -24px;
    background-color: #eb950f;
    border-radius: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 12px 24px rgba(161, 106, 0, 0.36);
    cursor: pointer;
  }
  .btn-orange:hover {
    background: #ff7a47;
  }
  .btn-orange span {
    display: inline-block;
    vertical-align: middle;
    color: white;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-right: 0;
    letter-spacing: 0.03em;
  }
  .btn-orange img {
    display: inline-block;
    vertical-align: middle;
  }
  .btn-orange img:nth-child(2) {
    margin-left: 15px;
  }
  .service__items {
    font-size: 0;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 45px 0 0 0;
  }
  .service__item {
    position: relative;
    display: flex;
    -webkit-align-items: end;
    align-items: end;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 260px;
    width: 100%;
    height: 260px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 127px 6px 14px 28px;
    margin-bottom: 33px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
  }
  .service__item-box {
    overflow: visible;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .service__item--img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: inset 0px -160px 60px -70px rgba(17, 156, 218, 0.9);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
  }
  .service__item:before {
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -3px;
    /*background: rgb(26, 160, 220);*/
    box-shadow: inset 0px -160px 60px -70px rgba(17, 156, 218, 0.9);
  }
  .service__item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #119cda;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
    overflow: hidden;
  }
  .service__item:hover {
    box-shadow: 0 16px 24px rgba(15, 37, 50, 0.6);
  }
  .service__item:hover .service__item--img {
    filter: blur(5px);
  }
  .service__item:hover:after {
    opacity: 0.7;
  }
  .service__item:hover {
    transform: translateY(-15px);
  }
  .service__item--title {
    position: relative;
    color: white;
    font-family: Roboto, sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 23px;
    z-index: 2;
    margin-bottom: 13px;
    width: 100%;
    padding: 0 35px 0 0;
  }
  .service__item--title:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(/local/templates/dentalux/assets/css/../img/serv-arr.png) no-repeat center;
    position: absolute;
    top: 1px;
    right: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .service__item--desc {
    position: relative;
    z-index: 2;
    height: 0;
    opacity: 0;
    color: #fffefe;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .service__item:hover .service__item--desc {
    height: 100%;
    opacity: 1;
  }
  .service__item:hover .service__item--title:after {
    background: url(/local/templates/dentalux/assets/css/../img/serv-arr-hover.png) no-repeat center;
  }
  .vn .slider-box {
    margin-bottom: 95px;
  }
  .service:after {
    content: "";
    display: block;
    width: 682px;
    height: 402px;
    /*background: url(/local/templates/dentalux/assets/css/../img/tooth.png) no-repeat center;*/
    position: absolute;
    bottom: -28px;
    left: 9px;
    z-index: -1;
  }
  .vn .docs {
    padding: 0 0 89px 0;
  }
  .rewiew-video {
    padding: 44px 0 74px 0;
    background: url(/local/templates/dentalux/assets/css/../img/bg33.png) no-repeat center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .rewiew-video h2 {
    margin-top: 0;
    text-align: center;
    margin-bottom: 27px;
  }
  .rewiew-video p {
    text-align: center;
    margin-bottom: 62px;
  }
  .rewiew-video-box {
    position: relative;
    max-width: 629px;
    width: 100%;
    height: 356px;
    margin: 0 auto;
    margin-bottom: 68px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .btn-green2 {
    display: block;
    margin: 0 auto;
    max-width: 216px;
    width: 100%;
    text-align: center;
    padding: 7px 0 6px 0;
    background-color: white;
    border: 1px solid #1cb92e;
    border-radius: 22px;
    color: #1cb92e;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    box-shadow: 0 12px 24px rgba(15, 37, 50, 0.36);
  }
  .btn-green2:hover {
    background: #1cb92e;
    color: #fff;
  }
  .how-work {
    position: relative;
    padding: 44px 0 58px 0;
  }
  .how-work:after {
    content: "";
    display: block;
    width: 502px;
    height: 389px;
    /*background: url(/local/templates/dentalux/assets/css/../img/pribor2.png) no-repeat center;*/
    position: absolute;
    top: 246px;
    right: 0;
    z-index: -1;
  }
  .how-work h2 {
    text-align: center;
    margin-bottom: 27px;
  }
  .how-work .p-desc {
    text-align: center;
    margin-bottom: 49px;
    letter-spacing: 0.025em;
  }
  .how-work p {
    letter-spacing: 0;
    margin-bottom: 36px;
  }
  .h2-blue {
    color: #008cd0;
  }
  .advant-box {
    padding: 18px 0 0 0;
  }
  .advant-box h2 {
    margin-top: 0;
    margin-bottom: 84px;
  }
  .advant-items {
    display: flex;
    padding: 0 0 51px 0;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .advant-item {
    width: 33.33%;
    text-align: center;
    margin-bottom: 85px;
  }
  .advant-item--img {
    height: 81px;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 37px;
  }
  .advant-item--text {
    color: #242424;
    font-family: ProximaNovaRg;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
  }
  .how-work p:last-child {
    margin-top: -24px;
  }
  .vn-docs {
    padding: 51px 0 0 0;
  }
  .vn-docs .docs-items {
    margin-bottom: 10px;
    justify-content: center;
  }
  .vn-docs .docs-items .docs-item {
    margin-right: 32px;
    margin-bottom: 38px;
  }
  /*.vn-docs .docs-items .docs-item:first-child {
  margin-left: 0;
  }
  .vn-docs .docs-items .docs-item:last-child {
  margin-right: 0;
  }*/
  .vn-docs .docs-items .docs-item:nth-child(4n) {
    margin-right: 0;
  }
  .vn-docs .docs-items .docs-item:last-child {
    margin-right: 0;
  }
  .vn-doc {
    position: relative;
    padding: 32px 0 0 0;
    font-size: 0;
  }
  .vn-doc:after {
    content: "";
    display: block;
    width: 100%;
    height: 834px;
    position: absolute;
    bottom: 0;
    background: url(/local/templates/dentalux/assets/css/../img/bg444.png) no-repeat center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -1;
  }
  .vn-doc h2 {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .vn-doc--img-box {
    max-width: 333px;
    width: 100%;
    height: 500px;
    box-shadow: 0 24px 48px rgba(20, 59, 93, 0.36);
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .vn-doc__left {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  .vn-doc__right {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 93px 0 0 0;
  }
  .vn-doc__right h4 {
  }
  .vn-doc__right p {
    letter-spacing: 0;
  }
  .vn-doc__right ul {
    margin: 10px 0 16px 3px;
  }
  .vn-doc__right ul li {
    margin-bottom: 9px;
  }
  .vn-doc-head-info {
    margin-bottom: 54px;
  }
  .vn-doc-desc {
    padding: 0 0 0 7px;
  }
  .vn-doc .video-box {
    padding: 0 0 0 0;
  }
  .content-vn-doc .video {
    padding: 20px 0 0 0;
    margin-bottom: 58px;
  }
  .sertificate {
    position: relative;
    padding: 0 0 0 0;
  }
  .sertificate:after {
    content: "";
    display: block;
    width: 409px;
    height: 389px;
    /*background: url(/local/templates/dentalux/assets/css/../img/pribor.png) no-repeat center;*/
    position: absolute;
    bottom: 58px;
    right: 0;
    z-index: -1;
  }
  .sertificate__items {
    font-size: 0;
  }
  .sertificate__item-box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 359px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 32px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 47px;
  }
  .sertificate__items .sertificate__item-box:nth-child(3n) {
    margin-right: 0;
  }
  .sertificate__item {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 28px 8px 28px 8px;
    border: 1px solid #b7b7b7;
    border-radius: 12px;
    height: 298px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sertificate__item-box:hover .sertificate__item {
    transform: translateY(-10px);
    box-shadow: 0 16px 24px rgba(15, 37, 50, 0.6);
  }
  .sertificate h2 {
    text-align: center;
    margin-bottom: 43px;
  }
  .sert-img-box {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .sertificate__item--desc {
    color: black;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    padding: 22px 18px 0 10px;
  }
  .type-videos {
    text-align: center;
    padding: 42px 0 0 0;
    margin-bottom: 21px;
  }
  .type-videos__item {
    display: inline-block;
    vertical-align: top;
    color: #555;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    padding: 4px 0 4px 0;
    border-radius: 18px;
    margin: 0 2px 0 2px;
    max-width: 186px;
    width: 100%;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
  }
  .type-videos__item.active {
    background-color: #0b9bc2;
    color: #fff;
  }
  .type-videos__item:hover {
    background-color: #0b9bc2;
    color: #fff;
  }
  .videos-big-box--item .video {
    padding: 0;
    margin-bottom: 32px;
  }
  .videos-big-box--item .video-box {
    padding: 47px 124px 8px 131px;
  }
  .videos-big-box--item .video-box p {
    font-family: ProximaNovaRg;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.035em;
  }
  .videos-big-box .video .container-text {
    padding: 0;
  }
  .content-video {
    position: relative;
  }
  .content-video:after {
    content: "";
    display: block;
    width: 100%;
    height: 834px;
    position: absolute;
    top: 455px;
    background: url(/local/templates/dentalux/assets/css/../img/bg444.png) no-repeat center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -1;
  }
  .content-contacts {
    padding: 57px 0px 113px 123px;
    font-size: 0;
  }
  .content-contacts__left {
    display: inline-block;
    vertical-align: top;
    width: 50.1%;
  }
  .content-contacts__right {
    display: inline-block;
    vertical-align: top;
    width: 49.9%;
    padding: 17px 0 0 0;
  }
  .advant-contacts {
    padding: 57px 0 0 0;
  }
  .advant-contacts .advant-items {
    padding-bottom: 0;
  }
  .advant-contacts h2 {
    text-align: center;
  }
  .form-box:after {
  }
  .form-contacts .form-box {
    background: url(/local/templates/dentalux/assets/css/../img/bg-form2.png) no-repeat center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .content-contacts-img-box {
    max-width: 506px;
    width: 100%;
    height: auto;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    box-shadow: 0 10px 18px rgba(20, 59, 93, 0.36);
  }
  .content-contacts__right p {
    color: rgba(0, 0, 0, 0.8);
    font-family: ProximaNovaLt;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0;
  }
  .metro {
    display: block;
    color: rgba(0, 0, 0, 0.72);
    font-family: ProximaNovaLt;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    padding: 3px 0 3px 39px;
    margin-bottom: 4px;
  }
  .ico-met-1 {
    background: url(/local/templates/dentalux/assets/css/../img/metro-ico1.png) no-repeat left top;
  }
  .ico-met-2 {
    background: url(/local/templates/dentalux/assets/css/../img/metro-ico2.png) no-repeat left center;
  }
  .h4-time {
    margin-top: 16px;
  }
  .content-contacts__right .p-time {
    color: rgba(0, 0, 0, 0.8);
    font-family: ProximaNovaLt;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    margin-top: -7px;
    margin-bottom: 23px;
  }
  .content-contacts__right a {
    display: block;
    color: rgba(0, 0, 0, 0.8);
    font-family: ProximaNovaLt;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    padding: 0px 0 0 38px;
    margin-bottom: 11px;
  }
  .content-contacts__right .phone-blue {
    background: url(/local/templates/dentalux/assets/css/../img/phone-blue.png) no-repeat left top;
  }
  .content-contacts__right .mail-blue {
    background: url(/local/templates/dentalux/assets/css/../img/mail-blue.png) no-repeat left top;
    text-decoration: underline;
    font-size: 18px;
    line-height: 25px;
    padding: 5px 0 3px 42px;
  }
  .content-contacts__right .mail-blue:hover {
    text-decoration: none;
  }
  .form-contacts {
    padding: 27px 0 60px 0;
  }
  .vn-about-box {
    padding: 37px 0 7px 0;
  }
  .vn-about-box .vn-about-title {
    margin-bottom: 31px;
  }
  .how-work-about {
    padding: 44px 0 6px 0;
  }
  .vn-about .docs-item {
    margin-bottom: 0;
  }
  .vn-about .docs {
    padding: 0 0 26px 0;
  }
  .vn-about .slider-box {
    margin-bottom: 126px;
  }
  .vn-about .sertificate {
    margin-bottom: 61px;
  }
  .vn-about .sertificate:after {
    content: none;
  }
  .vn-about .docs:after {
    bottom: -18px;
  }
  .form-contacts .form-box:after {
    content: none;
  }
  .content-price {
    padding: 32px 0 0 0;
    width: 100%;
  }
  .content-price h2 {
    margin-top: 0;
    margin-bottom: 32px;
  }
  .vn-price .slider-box {
    margin: 54px 0 105px 0;
  }
  .table-price .table-box--head .table-box--cell {
    border-right: none;
  }
  .table-box--head-top b {
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: white;
    font-family: ProximaNovaRg;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    padding: 0 0 0 29px;
    text-decoration: none;
    margin-right: 20px;
    cursor: pointer;
  }
  .table-box--head-top b:after {
    content: "";
    display: block;
    width: 9px;
    height: 19px;
    background: url(/local/templates/dentalux/assets/css/../img/arr-table.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 9px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  .table-box--head-top a {
    display: inline-block;
    vertical-align: top;
    color: white;
    font-family: ProximaNovaLt;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    border-bottom: 1px dashed #fff;
    margin-top: 13px;
  }
  .table-box--head-top a:hover {
    border-color: transparent;
  }
  .table-box--head-top {
    height: auto;
  }
  .table-box--head-top .table-box--cell {
    padding: 12px 0 16px 48px;
  }
  .table-box.active .table-box--head-top .table-box--cell {
    padding: 12px 0 1px 48px;
  }
  .table-box.active .table-box--head-top b:after {
    transform: rotateZ(90deg);
  }
  .table-price .table-box .table-box--head:nth-child(2) .table-box--cell {
    padding: 0 0 9px 79px;
    color: white;
    font-family: ProximaNovaRg;
    font-size: 18px;
    font-weight: 700;
    line-height: 33px;
  }
  .table-price
    .table-box
    .table-box--head:nth-child(2)
    .table-box--cell:last-child {
    padding-left: 51px;
  }
  .table-price .table-box--tr,
  .table-box--head-bottom {
    display: none;
  }
  .table-price .table-box.active .table-box--head-bottom {
    display: table-header-group;
  }
  .table-price .table-box.active .table-box--tr {
    display: table-row;
  }
  .table-price .table-box {
    margin-bottom: 9px;
  }
  .table-price {
    margin-bottom: 45px;
  }
  .visuallyHidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  .hamburger {
    display: none;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 10;
    left: 14px;
    top: 14px;
  }
  .hamburger .bar {
    padding: 0;
    width: 30px;
    height: 4px;
    background-color: #fff;
    display: block;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    position: absolute;
  }
  .bar1 {
    top: 1px;
  }
  .bar2,
  .bar3 {
    top: 13.5px;
  }
  .bar3 {
    right: 0;
  }
  .bar4 {
    bottom: 0;
  }
  .checkbox1 + label > .hamburger1.active_hamburger > .bar1 {
    transform: rotate(45deg);
    transform-origin: 5%;
    width: 41px;
  }
  .checkbox1 + label > .hamburger1.active_hamburger > .bar2 {
    transform: translateX(-40px);
    background-color: transparent;
  }
  
  .checkbox1 + label > .hamburger1.active_hamburger > .bar3 {
    transform: translateX(40px);
    background-color: transparent;
  }
  
  .checkbox1 + label > .hamburger1.active_hamburger > .bar4 {
    transform-origin: 10%;
    transform: rotate(-45deg);
    width: 41px;
  }
  .body-overflow {
    overflow: hidden !important;
  }
  .compensate-for-scrollbar {
    overflow: hidden !important;
  }
  .vn-page .docs-items {
    margin-bottom: 24px;
  }
  .fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*left: 50%;
  transform: translateX(-475px);*/
    z-index: 9999;
    padding: 0 21px 0 41px;
  }
  .shadow {
    -webkit-box-shadow: 0px 5px 11px -4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 11px -4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 11px -4px rgba(0, 0, 0, 0.3);
  }
  .body_ov_hidden {
    height: 100%;
    overflow: hidden !important;
  }
  .slick-slide {
    height: auto;
  }
  
  /*
    M O B I L E 
  */
  
  @media screen and (max-width: 1650px) {
    .how-work:after {
      content: none;
    }
  }
  
  @media screen and (max-width: 1220px) {
    html,
    body {
      min-width: 320px;
      width: 100%;
      max-width: 100vw;
      overflow-x: hidden !important;
    }
  
    a:focus {
      outline: none;
    }
    .top-menu {
      margin: 0;
    }
    .btn-orange {
      margin: 0;
    }
    .how-work:after {
      content: none;
    }
    .content-contacts {
      padding: 57px 0px 113px 0;
    }
    .content-contacts__right {
      padding-left: 30px;
    }
  }
  
  @media screen and (max-width: 1180px) {
    .sertificate__item-box {
      margin-right: 10px;
      width: 32.6%;
      max-width: inherit;
    }
  }
  
  @media screen and (max-width: 1162px) {
    .container-middle {
      width: 100%;
      max-width: 1162px;
    }
  }
  
  @media screen and (max-width: 1140px) {
    .service__left {
      display: block;
      width: 100%;
      text-align: center;
    }
    .service__right {
      display: block;
      width: 100%;
    }
    .service__left p {
      margin-bottom: 20px;
    }
    .service__left p br {
      display: none;
    }
    .service h2 {
      margin-bottom: 0;
    }
    .service__items {
      -webkit-justify-content: center;
      justify-content: center;
    }
    .service__item {
      margin: 0 10px;
      margin-bottom: 20px;
    }
    .btn-orange {
      margin: 0 auto;
    }
  }
  
  @media screen and (max-width: 1120px) {
    .logo {
      max-width: 150px;
    }
    .header-bottom-line .btn-green {
      max-width: 180px;
    }
  }
  
  @media screen and (max-width: 1100px) {
    .docs-items {
      -webkit-justify-content: center;
      justify-content: center;
    }
    .docs-item {
      margin: 0 15px;
      margin-bottom: 20px;
    }
    .footer__row {
      padding: 0 3px;
    }
    .vn-about .docs-item {
      margin-bottom: 23px;
    }
  }
  
  @media screen and (max-width: 992px) {
    .hamburger {
      display: block;
    }
    .top-menu li.sub:after {
      display: block;
    }
    /*.header-top-line {
    margin-top: -20px;
  }*/
    .top-menu {
      display: block;
      display: none;
      display: block;
      opacity: 0;
      visibility: hidden;
      height: 0;
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      /*background: linear-gradient(45deg, #00b2b0, #09dcbf);*/
      background: #139680;
      z-index: 8;
      padding: 23px 0 0 0;
    }
    .top-menu > li {
      display: block;
      margin: 0;
      text-align: left;
      margin-bottom: 31px;
      padding: 5px 0 5px 73px;
    }
    .top-menu li a {
      position: relative;
      font-size: 24px;
      color: #fff;
    }
    .top-menu li.sub:after {
      content: none;
    }
    .top-menu li.sub a:after {
      content: "";
      width: 18px;
      height: 10px;
      background: url(/local/templates/dentalux/assets/css/../img/arr-sub-mob.svg)
        no-repeat center;
      position: relative;
      display: inline-block;
      top: 0;
      right: 0;
      left: 0 !important;
      padding-bottom: 1px;
      margin-left: 15px;
      z-index: 7;
      -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
      -ms-transition: all 0.1s linear;
      -o-transition: all 0.1s linear;
      transition: all 0.1s linear;
    }
    .top-menu li.sub.active-sub {
      margin-bottom: 12px;
    }
    .top-menu li.sub a:hover:after {
      transform: rotateZ(0deg);
    }
    .top-menu li.sub.active-sub a:after {
      transform: rotateZ(180deg);
    }
    .top-menu li.sub > .sub-menu li > a:after {
      content: none;
    }
  
    /*TEST MENU*/
    .sub-menu2 {
      display: block;
      position: relative;
      opacity: 1;
      top: -29px;
      left: 30px;
      height: auto;
    }
  
    .top-menu li.sub > .sub-menu li.sub > a:after {
      content: "";
      left: -30px;
    }
    /*
  .sub-menu,
  .sub-menu2 {
    width: 100%;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: static;
    padding: 23px 0 0 0;
    height: 0;
  }*/
    .sub-menu2 {
      display: none;
    }
    .sub-menu li {
      text-align: left;
      margin-bottom: 5px;
    }
    .sub-menu li a {
      font-size: 18px;
      padding: 5px 0 5px 0;
      font-weight: 300;
      margin-bottom: 22px;
    }
    .sub-menu li:last-child a {
      margin-bottom: 0;
    }
    .sub-menu li a:hover,
    .top-menu > li > .sub-menu > li:hover > a {
      background-color: transparent !important;
    }
  
    .sub-menu li a:active {
      background-color: #0c7d78;
    }
    .top-menu li.sub:after {
      bottom: inherit;
      top: 30px;
    }
    .top-menu li.sub:hover .sub-menu {
      display: none;
      opacity: 0;
    }
    .top-menu .sub-menu li:hover .sub-menu2 {
      display: none;
      opacity: 0;
    }
    .top-menu li.sub:hover:after {
      transform: rotateZ(0);
    }
    .top-menu.top-menu-active {
      display: block;
      opacity: 1;
      visibility: visible;
      height: 100%;
      overflow: scroll;
    }
    .top-menu li.active-sub > .sub-menu,
    .top-menu li.active-sub > .sub-menu2 {
      display: block !important;
      opacity: 1 !important;
      height: auto;
    }
    /*.top-menu .sub-menu li.active-sub .sub-menu2 {
    display: none!important;
    opacity: 0!important;
    height: 0!important;
  }*/
  
    ul.sub-menu2 {
      margin-left: 30px;
      margin-top: -30px;
    }
    .top-menu li.active-sub:after {
      transform: rotateZ(180deg) !important;
    }
    .header-top-line {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
    }
    .header__address a {
      border: none;
    }
    .header__phone {
      margin-bottom: 15px;
      padding-top: 30px;
      padding-left: 0;
      background: url(/local/templates/dentalux/assets/css/../img/phone.svg) no-repeat center top;
    }
    .header__address {
      padding: 30px 0 0 0px;
      background: url(/local/templates/dentalux/assets/css/../img/gps.svg) no-repeat center top;
      margin: 0 0px 0 0px;
      margin-bottom: 15px;
    }
    .header__time {
      padding: 0;
      padding-top: 30px;
      background: url(/local/templates/dentalux/assets/css/../img/clock.svg) no-repeat center top;
      margin: 0;
    }
    .header,
    .vn-def-header .header {
      height: auto;
      padding: 15px 0 20px 0;
      background: #00b2b0;
    }
    .header__time span:first-child,
    .header__time span:last-child {
      text-align: center;
      padding: 0;
    }
    .header:after {
      content: none;
    }
    .logo {
      margin: 0 auto;
      margin-bottom: 15px;
      /*max-width: 211px;
    width: 100%;
    height: 77px;
    background: url(/local/templates/dentalux/assets/css/../img/logo-mob.png) no-repeat center;*/
    }
    .logo img {
    }
  
    .vn-about-img {
      transform: translate(0, -40px);
    }
  
    .header-top-line .btn-green {
      max-width: 216px;
      width: 100%;
      margin: 0 auto;
      margin-top: 40px;
      margin-bottom: 25px;
    }
    .header-bottom-line {
      display: none;
    }
    .header .title {
      text-align: center;
    }
    .slick-vertical .slick-slide {
      height: 550px;
    }
    .vn .header {
      height: auto;
    }
    .vn .header:after {
      content: none;
    }
    .header-title {
      position: static;
      font-size: 38px;
      line-height: 42px;
    }
    .vn-about__left {
      display: block;
      width: 100%;
    }
    .vn-about-img {
      max-width: 100%;
    }
    .vn-about__right {
      display: block;
      width: 100%;
      text-align: center;
    }
    .vn-about-title {
      margin-bottom: 5px;
    }
    .vn-about {
      padding: 0;
    }
    .service {
      padding: 10px 0 55px 0;
    }
    .rewiew-video-box {
      max-width: 100%;
    }
    .vn-about-box {
      padding: 37px 0 7px 0;
    }
    .vn-docs .docs-items .docs-item {
      margin: 0 10px !important;
      margin-bottom: 25px !important;
    }
    .sertificate:after {
      content: none;
    }
  }
  
  @media screen and (max-width: 935px) {
    .slider-rewiew__item--text {
      width: 100%;
      padding: 21px 25px 30px 25px;
    }
    .slider-rewiew__item--photo {
      display: none;
    }
    .slider-rewiew__item--text p br {
      display: none;
    }
    .sertificate__items {
      text-align: center;
    }
    .sertificate__item-box {
      width: 32%;
    }
    .sert-img-box {
    }
  }
  
  @media screen and (max-width: 904px) {
    .container-text {
      width: 100%;
      max-width: 904px;
    }
    .video-box {
      padding: 1px 25px 30px 25px;
    }
    .form-box {
      z-index: 2;
    }
    .form-box:after {
      max-width: 315px;
      z-index: -1;
    }
    .map {
      height: 350px;
      overflow: hidden;
    }
    .footer__row {
      display: block;
      width: 100%;
      text-align: center;
    }
    .footer__row h3 {
      margin-top: 0;
      margin-bottom: 10px;
    }
    .footer ul li {
      display: inline-block;
      margin: 0 10px;
    }
    .copyright,
    .dev {
      text-align: center;
    }
    .copyright {
      margin: 20px 0 20px 0;
    }
    .btn-biggreen {
      margin: 0 auto;
      margin-bottom: 20px;
    }
    .fb-link {
      margin: 0 auto;
      margin-bottom: 15px;
    }
    .pay {
      margin-bottom: 15px;
    }
    .videos-big-box--item .video-box {
      padding: 20px 15px 8px 15px;
    }
  }
  
  @media screen and (max-width: 880px) {
    .content-contacts__left {
      display: block;
      width: 100%;
    }
    .content-contacts__right {
      display: block;
      width: 100%;
      text-align: center;
      padding-left: 0;
    }
    .content-contacts-img-box {
      max-width: 100%;
    }
    .metro {
      background-position: center top !important;
      padding-top: 23px;
      padding-left: 0;
    }
    .content-contacts__right .phone-blue {
      background: url(/local/templates/dentalux/assets/css/../img/phone-blue.png) no-repeat center top;
      padding-top: 30px;
      padding-left: 0;
    }
    .content-contacts__right .mail-blue {
      background: url(/local/templates/dentalux/assets/css/../img/mail-blue.png) no-repeat center top;
      padding-top: 30px;
      padding-left: 0;
    }
    .form-contacts .form-box {
      /*background: none;*/
      padding: 4px 15px 15px 15px;
      text-align: center;
    }
    .form-contacts .form-box form input {
      background: transparent !important;
    }
    .content-contacts {
      padding: 57px 0px 25px 0;
    }
    .sertificate__item-box {
      width: 49%;
      margin-right: 2%;
    }
    .sertificate__items .sertificate__item-box:nth-child(3n) {
      margin-right: 2%;
    }
    .sertificate__items .sertificate__item-box:nth-child(2n) {
      margin-right: 0;
    }
  }
  
  @media screen and (max-width: 768px) {
  }
  
  @media screen and (max-width: 767px) {
    .form-box:after {
      content: none !important;
    }
    .form-box {
      padding: 4px 15px 15px 15px;
    }
    .form form {
      text-align: center;
      float: none;
      margin: 0 auto;
    }
    .form .btn-white {
      margin: 0 auto;
      margin-bottom: 20px;
    }
    .form h2 {
      padding-left: 0;
    }
    .service:after {
      width: 100%;
      left: 0;
      background: url(/local/templates/dentalux/assets/css/../img/tooth.png) no-repeat left center;
    }
    .table-box--head-top .table-box--cell:first-child {
      width: 100%;
    }
  }
  
  @media screen and (max-width: 735px) {
    .slider__item--img {
      display: block;
      width: 100%;
      min-height: 190px;
    }
    .slider__item--text {
      display: block;
      width: 100%;
      text-align: center;
      padding: 25px 15px 20px 15px;
    }
    .slider__btn {
      padding: 0;
    }
    .slider {
      min-height: auto;
    }
    .slider__item {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .slider__item .btn-green {
      margin: 0 auto;
    }
    .rewiew {
      padding: 5px 0 50px 0;
    }
    .rewiew p {
      margin-bottom: 0;
    }
    .rewiew p br {
      display: none;
    }
    .slider__title {
      padding-left: 0;
    }
    .slider__price {
      padding-left: 0;
    }
    .how-work .p-desc br {
      display: none;
    }
    .how-work .p-desc {
      margin-bottom: 20px;
    }
    .how-work-about {
      padding: 0;
    }
    .how-work p {
      text-align: center;
    }
    .vn-doc__left {
      display: block;
      width: 100%;
    }
    .vn-doc--img-box {
      height: 400px;
      margin: 0 auto;
    }
    .vn-doc h2 {
      text-align: center;
    }
    .vn-doc__right {
      display: block;
      width: 100%;
      text-align: center;
      padding-top: 30px;
    }
    .ul-black-non-list li {
      padding-left: 0 !important;
    }
    .ul-black-non-list li:before {
      content: none !important;
    }
  }
  
  @media screen and (max-width: 630px) {
    .header-title {
      font-size: 32px;
      line-height: 36px;
    }
  }
  
  @media screen and (max-width: 605px) {
    .docs-item--img {
      -webkit-border-radius: 12px;
      border-radius: 12px;
    }
    .docs-item {
      max-width: inherit;
      width: 47%;
      margin: 0 5px;
      margin-bottom: 20px;
    }
    .vn-docs .docs-items .docs-item {
      margin: 0 5px !important;
      margin-bottom: 25px !important;
    }
    .type-videos__item {
      margin-bottom: 7px;
    }
  }
  
  @media screen and (max-width: 580px) {
    .service__items {
      -webkit-justify-content: center;
      justify-content: center;
    }
    .service__item {
      max-width: inherit;
      width: 46%;
    }
  }
  
  @media screen and (max-width: 575px) {
    .table-box--tr .table-box--cell:first-child {
      font-size: 18px;
      line-height: 18px;
      padding: 10px 15px 10px 15px;
    }
    .table-box--tr .table-box--cell:last-child {
      font-size: 18px;
      line-height: 18px;
      padding: 10px 15px 10px 15px;
    }
    h2,
    .h2 {
      font-size: 25px;
      line-height: 28px;
    }
    h4,
    .h4 {
      font-size: 20px;
      line-height: 22px;
    }
    main ul li,
    .content ul li {
      position: relative;
      font-family: ProximaNovaLt;
      font-size: 16px;
      font-weight: 600;
      line-height: 18px;
      margin-bottom: 7px;
      padding: 0 0 0 25px;
    }
    p {
      font-size: 16px;
      line-height: 20px;
    }
    .video {
      margin-bottom: 30px;
    }
    .table-box--cell {
      padding: 15px 10px 15px 15px !important;
    }
    .vn .header,
    .slick-vertical .slick-slide {
      height: 600px;
    }
    .vn-def-header .header {
      height: auto;
    }
    .sertificate__item-box {
      width: 100%;
      display: block;
      margin-right: 0;
      margin-bottom: 25px;
    }
    .sert-img-box {
      -webkit-background-size: contain;
      -o-background-size: contain;
      background-size: contain;
    }
    .table-box--head-top b {
      font-size: 22px;
      display: block;
      padding: 0 0 0 17px;
      margin-right: 0;
    }
    .table-box--head-top .table-box--cell {
      padding: 5px 10px 5px 10px !important;
    }
  }
  
  @media screen and (max-width: 555px) {
    .service__item {
      max-width: inherit;
      width: 100%;
      margin: 0;
      margin-bottom: 23px;
    }
  }
  
  @media screen and (max-width: 475px) {
    .video-zone {
      height: 250px;
    }
    .docs-item--hide {
      padding: 74px 20px 0 20px;
    }
    .advant-item {
      width: 50%;
      margin-bottom: 25px;
    }
    .header-title {
      font-size: 28px;
      line-height: 32px;
    }
    .sertificate__item {
      padding: 10px 8px 10px 8px;
    }
    .video-box {
      padding: 1px 10px 30px 10px;
    }
  }
  
  @media screen and (max-width: 425px) {
    .docs-item {
      width: 100%;
      margin: 0;
      margin-bottom: 25px;
    }
    .table-box--tr .table-box--cell:first-child {
      font-size: 15px;
    }
    .table-box--tr .table-box--cell:last-child {
      font-size: 14px;
    }
    .table-box--cell span {
      font-size: 14px;
    }
    .docs-item--hide {
      padding: 74px 20px 0 65px;
    }
    .header-title {
      font-size: 26px;
      line-height: 32px;
    }
    .header-title br {
      display: none;
    }
    .table-box--head-top b {
      font-size: 20px;
    }
  }
  
  @media screen and (max-width: 400px) {
    .header-title {
      font-size: 25px;
      line-height: 30px;
    }
  }
  
  @media screen and (max-width: 375px) {
    .table-box--head-top b {
      font-size: 16px;
    }
  }
  
  @media screen and (max-width: 320px) {
    .title {
      font-size: 31px;
    }
  }
  
  /*Допил*/
  .dp-block {
    width: 50%;
    height: 100%;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
  }
  
  .dp-cont {
    display: flex;
  }
  
  .dp-block:first-child:after,
  .dp-block:last-child:after {
    color: white;
    font-size: 2rem;
    position: absolute;
    bottom: 30px;
    left: 30px;
  }
  
  .dp-block:first-child:after {
    content: "До:";
  }
  
  .dp-block:last-child:after {
    content: "После:";
  }
  
  .img-cont {
    display: flex;
    flex-wrap: wrap;
  }
  
  .img-box {
    width: 30%;
    padding-bottom: 22%;
    height: 0;
    margin: 1%;
    position: relative;
  }
  
  .img-box img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  
  .rev-elem {
    display: flex;
    font-size: 1rem;
    margin: 25px 0;
    flex-wrap: wrap;
  }
  
  .rev-left {
    width: 80%;
    min-width: 500px;
  }
  
  .rev-righ {
    width: 20%;
    min-width: 100px;
  }
  
  .rev-name {
    font-weight: bold;
    font-size: 1.2rem;
  }
  
  .item-block-tech {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  
  .tech-item {
    width: 48%;
    margin: 1%;
  }
  
  .elem-gr-sk {
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
  }
  
  .elem-sk {
    width: 98%;
    margin: 1% 1% 4% 1%;
  }
  
  .zag-sk {
    font-size: 1.1rem;
    font-weight: bold;
  }
  
  .tex-sk img {
    margin: 10px;
  }
  
  .price-block {
    width: 120px;
    min-width: 120px;
    height: 120px;
    background: linear-gradient(45deg, #0098c9, #00c0a1);
    display: inline-block;
    margin-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-weight: bold;
    color: white;
  }
  
  .tex-sk {
    margin-top: 35px;
    display: flex;
  }
  
  .price {
    font-size: 1.3rem;
  }
  
  .qwes summary {
    font-size: 1.3rem;
    font-weight: bold;
    background: linear-gradient(80deg, #0098c9, #009279);
    padding: 15px;
    color: white;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .qwes {
    margin: 10px 0;
  }
  
  .qwest {
    padding: 30px;
    font-weight: bold;
    font-size: 1.1rem;
  }
  
  .unswe {
    padding: 30px;
    font-size: 1.1rem;
    font-style: italic;
  }
  
  .bt-block {
    font-size: 1rem;
    color: white;
    background: #00c0a1;
    padding: 10px 30px;
    border-radius: 40px;
    display: inline-block;
    transition: 0.3s;
    margin-top: 30px;
  }
  
  .bt-block:hover {
    background: #0098c9;
  }
  
  .prcent {
    font-size: 2.5rem;
  }
  
  .news-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  
  .news-item {
    display: block;
    width: 100%;
    max-width: 430px;
    margin-bottom: 40px;
  }
  
  .news-pic {
    position: relative;
  }
  
  .post-name {
    font-size: 20px;
    position: absolute;
    background: black;
    bottom: 0;
    left: 0;
    padding: 5px;
  }
  
  font.text a {
    color: black;
  }
  
  .header .container-text {
    margin-top: -20px;
  }
  
  .rev-left {
    padding: 15px;
  }
  
  .rev-name {
    margin-bottom: 20px;
  }
  
  .rev-text {
    line-height: 1.3rem;
  }
  
  font.errortext {
    display: none;
  }
  
  .ocen {
    padding: 1px 15px 3px;
    border-radius: 30px;
  }
  
  .dpsl {
    width: 100%;
    max-width: 208px;
    padding-bottom: 200px;
    position: relative;
    margin: 10px;
    height: 0;
  }
  
  .dpsl img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
  }
  
  .dpsl-block {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  
  .noter {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  
  .noter .item {
    position: relative;
    display: block;
    width: 100%;
    max-width: 350px;
    padding: 15px;
  }
  
  .zag {
    color: black;
    text-align: center;
    padding: 8px;
    width: 100%;
  }
  
  .noter .dpsl {
    max-width: 350px;
    padding-bottom: 60%;
    margin: 0;
  }
  
  /* form rev */
  
  .form-bg {
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1000;
  }
  
  .form-rev {
    background: white;
    max-width: 480px;
    padding: 40px;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.3);
    border-radius: 15px 0 15px 15px;
  }
  
  .d-line {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  
  .d-line span {
    width: 100%;
  }
  
  .d-line input {
    width: 100%;
    margin: 11px 0 23px;
  }
  
  .d-date input {
    max-width: 30%;
    margin: 0;
  }
  
  .d-date select,
  .d-ocen select {
    width: 100%;
    max-width: 30%;
    border: none;
    border-bottom: 1px #c6c6c6 solid;
  }
  
  .d-date {
    justify-content: space-between;
    margin-bottom: 20px;
  }
  
  .d-date span {
    margin-bottom: 15px;
  }
  
  .d-ocen span {
    max-width: 30%;
  }
  
  .d-ocen {
    margin: 30px 0;
  }
  
  .d-rev textarea {
    width: 100%;
    height: 100px;
    margin-top: 20px;
  }
  
  .btn-green:hover {
    background-color: #00b095 !important;
  }
  
  .d-btn .btn-green {
    max-width: 200px;
  }
  
  .d-btn {
    margin-top: 20px;
  }
  
  .hidden {
    display: none !important;
  }
  
  .rev-button {
    padding: 10px 20px;
    margin-bottom: 20px;
    display: inline-block;
  }
  
  /* form rev */
  
  .slider-rewiew--img-box {
    cursor: pointer;
  }
  
  @media screen and (max-width: 500px) {
    .rev-left {
      min-width: 100%;
    }
  
    .rev-righ {
      width: 100%;
      height: 200px !important;
    }
  
    .ocen {
      display: block;
      max-width: 100px;
      text-align: center;
      margin: 10px 0;
    }
  
    ymaps {
      max-height: 350px;
    }
  }
  
  .img-contain {
    display: block;
    float: right;
    position: relative;
    width: 100%;
    max-width: 350px;
    height: 0;
    padding-bottom: 20%;
  }
  
  .img-contain img {
    position: absolute;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 1;
  }
  
  .container-middle .btn-green {
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .kbs-cent {
    justify-content: center;
    display: flex;
    flex-wrap: nowrap;
  }
  
  .kbs-left {
    width: 80%;
    max-width: 950px;
  }
  
  .kbs-right {
    height: 100%;
    min-width: 300px;
    display: block;
    position: relative;
  }
  
  .accord-menu li a {
    color: black;
    font-size: 20px;
  }
  
  .accord-menu li a {
    color: black;
    font-size: 20px;
  }
  
  .kbs-right ul {
    list-style-type: none;
    padding-inline-start: unset;
  }
  
  .zag-404 {
    width: 100%;
    text-align: center;
    font-size: 190px;
    font-weight: bold;
  }
  
  .sub-zag-404 {
    width: 100%;
    text-align: center;
    font-size: 32px;
    margin: 20px 0;
  }
  
  .href-404 {
    width: 100%;
    text-align: center;
  }
  
  .href-404 a {
    color: #0098c9;
    transition: 0.3s;
  }
  
  .href-404 a:hover {
    color: #00c0a1;
  }
  
  .accord-menu > li > span {
    padding: 15px 30px;
    width: calc(100% - 60px);
    display: block;
    white-space: nowrap;
  }
  
  .accord-menu {
    max-width: 340px;
  }
  
  /*.accord-menu>li:nth-child(odd)>span {
    background: #F8F8F8;
  }*/
  
  .accord-menu > li > span > a {
    font-size: 21px;
    color: #000000;
    font-weight: bold;
  }
  
  .accord-menu .sub ul a {
    font-size: 18px;
  }
  
  .accord-menu a:hover {
    text-decoration: underline;
  }
  
  .arrr {
    display: inline-block;
    position: relative;
    width: 17px;
    height: 9px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE3IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xNi44MjYxIDAuMTczOTEzQzE2LjU5MTggLTAuMDU3OTcxIDE2LjIxMSAtMC4wNTc5NzEgMTUuOTc2NyAwLjE3MzkxM0w4LjUwODIyIDcuNTc5NzFMMS4wMjUwOSAwLjE3MzkxM0MwLjc5MDc4MSAtMC4wNTc5NzEgMC40MTAwMzUgLTAuMDU3OTcxIDAuMTc1NzI5IDAuMTczOTEzQy0wLjA1ODU3NjQgMC40MDU3OTcgLTAuMDU4NTc2NCAwLjc4MjYwOSAwLjE3NTcyOSAxLjAxNDQ5TDguMDY4ODkgOC44MjYwOUM4LjE4NjA1IDguOTQyMDMgOC4zMzI0OSA5IDguNDkzNTcgOUM4LjY0MDAxIDkgOC44MDExIDguOTQyMDMgOC45MTgyNSA4LjgyNjA5TDE2LjgxMTQgMS4wMTQ0OUMxNy4wNjA0IDAuNzgyNjA5IDE3LjA2MDQgMC40MDU3OTcgMTYuODI2MSAwLjE3MzkxM1oiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 2px;
    margin-left: 10px;
    transform: rotate(0deg);
    cursor: pointer;
    transition: 0.3s;
  }
  
  .arrr:hover {
    margin-bottom: 4px;
  }
  
  .act-tab > span > .arrr {
    transform: rotate(180deg);
  }
  
  .accord-menu .sub ul {
    position: relative;
    padding-inline-start: 60px;
    display: block;
    width: calc(100% - 60px);
  }
  
  .accord-menu .sub ul li {
    padding: 14px 0;
  }
  
  .accord-sub-menu2 {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.4s;
  }
  
  .act-tab > .accord-sub-menu2 {
    height: auto;
    opacity: 1;
  }
  
  .slick-next {
    right: -33px;
  }
  
  .slick-prev {
    left: -33px;
  }
  
  .kbs-right .service__item {
    margin-left: 26px;
    margin-top: 30px;
  }
  
  .content-contacts__left {
    margin-right: 40px;
    width: calc(50.1% - 40px);
  }
  
  @media screen and (max-width: 1100px) {
    .kbs-left {
      max-width: 100%;
      width: 100%;
    }
  
    .kbs-right {
      display: none;
    }
  }
  
  .vid-box-hz .slider-rewiew--img-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .vid-box-hz .slider-rewiew--img-box:after {
    content: "";
    display: block;
    position: absolute;
    width: 150px;
    height: 150px;
    border: 5px white solid;
    border-radius: 100%;
    transition: 0.3s;
  }
  
  .vid-box-hz .slider-rewiew--img-box:before {
    display: block;
    position: absolute;
    content: "";
    border-left: 60px white solid;
    border-bottom: 35px transparent solid;
    border-top: 35px transparent solid;
    transform: translate(7px);
    transition: 0.3s;
  }
  
  .vid-box-hz:hover .slider-rewiew--img-box:after {
    border: 5px #18a128 solid;
  }
  
  .vid-box-hz:hover .slider-rewiew--img-box:before {
    border-left: 60px #18a128 solid;
  }
  
  .dpsl {
    overflow: hidden;
  }
  
  .dpsl img {
    transform: scale(1);
    transition: 0.4s;
  }
  
  a.item:hover .dpsl img {
    transform: scale(1.2);
  }
  
  .img-spec {
    display: block;
    position: relative;
    width: 100%;
    max-width: 200px;
    height: 0;
    padding-bottom: 14%;
  }
  
  .img-spec img {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
  }
  
  .pric {
    font-size: 23px;
    line-height: 30px;
  }
  
  .pric-old {
    text-decoration: line-through;
    color: black;
  }
  
  .rev-button {
    z-index: 30;
    position: relative;
  }
  
  .preim-kp .im-ttl {
    font-weight: bold;
    font-size: 15px;
    color: #0497e4;
    line-height: 19px;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  
  .im-des {
    font-size: 12px;
    color: #010101;
    line-height: 18px;
  }
  
  .preim-gz .im-ttl {
    font-weight: bold;
    font-size: 15px;
    color: #0e871a;
    line-height: 18px;
    margin-bottom: 16px;
  }
  
  .im-1 .im-img {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAA3CAYAAABgtziQAAAFgklEQVR4Ab2YW0wcVRjHD03tU30xNdGIxEhR44sXH5poTEw0MVZTjTHReqlNiNEX2xBjUy8xVlEEKlKoi1RAK7bFGrCXaLGUtJa2YIOlQFUgoUBhBxYWdlmWvc98/c+EMx2WmWFmd5Z/8kvTXeab386c75yZw4goZdh341Z4HNSCIRAG/aAM5Joel0Gxh0ArIAPioBpkr5TYHaAWiIAsEAKlYF2mxHJAEQgBSgE/+AzkOik2BshBBKfEvA6LeZ0SG3RYbHDpyb4aWw9KQRfwgwjwgHbgAq+DnCSxTofFOrVCWeAjEANkgWFQDwqYS2hPQ0LS+axJK1YMiBWD32fo6LUIeUIihRMSjcwllP+/9fccsSYvsXJhseQeITUpuc43gt60UsylNgFipW6q7g/RcpHAxak47bgUJNY8Q6x+0rbUnRcC9FzbrHJOVrXk+zdkqdVgANC2ziClkn/9CX2BRi81jEaJ1U0s/vyvWeXHdftw3Pfa71TulcU2AmLV4xSXKOXoXbX7cFXkHBEgV7Mg0OpXztMXEI2utAdkyWLlgF5FkXSCE+petc243XJ+xhhlLT6KiUSDwQSxhimj23wAMFmsA9Dx0Qilk71Xw4bjafuVeeIR0FDsV6/Z+Huei40Bcs8nKJ3I3ct+8Bie8PO+EE1HIdVoLIUmSODfm7hYEFBUlCjdMHSZ4UmrwWGD28fZI8RkKS7mAxRJpC/WK3fnvjRm/BL3nFZsCNAwJlEnws7OpiZV4SZ4jGrFzgI6hq5xIiMYq6x2wp4U/l5ZcbAea8X2ASr4J0hO5dO+kD2xVh9f3uq0YlsBseMzpI3zjaDPo/L6+4cq9rZWLBsQqxRIIuciz+7stN9U6oH2gHJO9q3Axe7iYnwR/w/QmYkYORkJ5HfPq8uRdkwVLjwsXJiMcamBJS8jfFnacNovUQYygI5XuvWnSWLnZpUG4XnyzCwX26sn9giQL6mEtWzFIp+Luca52IZkMS7XA6hmIEQrlcq+EJfqAUyLVqwAEDs0RSsV3Foutt1M7Ga+PLUIUcp0mt1RLjUD1hqJcbkyQE/hCTPTueWkj4sVAbac2C5AL5zLvFhui0/it9GKWDGgNzsClOFop4mdVsRcgPI75lZS7EvLYju7gpTpvNYesDXGau2KnUR3fXg5KM9/th7PMVy42G4rYgesik1HRGK/TPHiAJS46eXzAbtiLstiJVfMZ39RImIHVSkf+BGcAiKwJIftBvtiH1+eJ7MU9szzomMgR3P8MyAhX7mu6bijV6zayq3EYwwv+orONlYVkPc0HBxjFrryvCfGC7rBah2xPECsTFDeNY2CSTxqpysrAb1z0Xge23Kjzffz43TkLgE6NBQmo2DZSyzUKbQiVrTczM9+m+ZiW03ESgE9bbLmPoaHUjsz/yfLLOLa5/O7TcReBPJ0YlznTx/ZWSvfBRi4PtLLtWCCFwsYSWn2cYlVCMZix2Z4rS1WxDYD5SC9NI1EeLGOZcRWgRCQt0v1xQ57ea2NVsSeMHuKRbeqL6YmYrxWJ6ATY1F9sToPr/WgFbE8oLxi6eX+U+q4eN+C2H5Au7r1J2vNBvM6K2JrQELesNV7W9KsjZssiO1YeCWk5EyFRe1yxvTQK9gHqGMytlSsQv2V6y2IPQuU3cPkHLkxVtvsiNUDKupdfAuGAqLakWCVBbFso87EBK6+5NoRywfEjk6TNuX/qwt3s76MrtwIkLcBjDryJTtit4E4+9q96MGPNarFttkQcyWPs35517FEqTMH1loV4wUbgbL8+CIifdGrXq0guNWG2MNAYrvddPBqWJnTWIPaQFWA2RW7BwQAJfGBoYixXI1OnUlwu20xza9tA3EwDN4DWSmIrQElwAOi4ATIA8yM61SIEipEJF2JAAAAAElFTkSuQmCC);
  }
  .im-2 .im-img {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAAA2CAYAAABz508/AAAGkUlEQVR4Ae3abWyVZx3H8T/pJOncBE0IUWLIpK944UYyHdGRJcsyyWgMicorMhcMaF/4YtGQTM0ysYlMOjdwunVIe2CJMMO6AwOkSIiDDAp7KNsghAeYVtuenp6etue0Pac9D3+/Of7jrtw5D7dnPfZuy0k+9Mrhvu6HX6/ruv9XUpGX+x9FD3Se6sGj4oYwr8PwJBOaV5xB4AYRhswz4ekO4nYQt4PY/q+gCVwQD2EvOrEHP8AX5lsQW5CHeqTRiuVzJYhyN/JZJKBoxlr8EEeRhWISv0Q9pEZmPIhvQPEBxGMF2pGD4iq+DqmgwcJsw1ncwk2cwGbUBTGIB0oF4ViNi1BM4SksgDi+gmdwCVrBG1gQtCAWI4e0taWEhdjujI4OfA7r0Ikc1AxiP5qwBvegARsRhaIxUEGYt6DYAqlgLWLOYqpmAu14pNTQN7+CYlsQg3gcimuo8xHER1CTxXNYBPFhLxQ/DWIQC3ETiiZIEV/F36CmF1egiOMBSAXLkEQeKwMXhNkARQxLIOYu7EDGmf9Pot4C7IAigW9CSqjDSSheD+Jbw3XcWQgFDzojJYMXcHeRB3wVihHcDylilxP0l4IexDIMQXEMOSgu4D5nGu204+LWrscBKKJogDh+7RRmD0MCHYT5EdRk8DTugJgXoB7bLaBDUFzHEuu321lUvwuZDUHcj36o6XPXCzME9RiC4E50QXEOnVAksQ4yG4J4DEkoTuAcFF24008QZgl6oabfXTeCHsR3kIFiN+7AElyH4hAWlpkaz0Ks39POudwiLfBBPIxJZ66LowFRKA6gzlks42anfXcfzkORwzFntCwLehBfRAyKXWXWjREo9hWpPO/G884ouIU1ELwBxfGZC6LVWLvExQ9CcbJCaf0gEk4xtBD1eBKDUGSwA3e564UT9PcgZdg9Y3dEpG1AJIR2/DHC976DwCuR/3Q+MCjSERM5NCSm2IVXIo8UvgypYDXiUFzxLIincS+kiCYobuAzkJLejIt0Dsvn307Ixu4xafpwXL71TlLkxLDInweFQHwEQXJyOC4PXUhKy/UJOdw3KV1DGXl/OCvvociFfwJFG8SHRdiBLNR8hMcgZdThGhSPQ0q5MpqVSConqWxecnkVVZU8BtI5eenjlMhfhoXnLBME/yl/HZY9f09Lz3hWMnYSV5ELb4Nie4WHeATtGIeaNBQxrIVUsAWKtyClqGpZJ6NThTAYGUWCeIUvj8alo3dSxknSOvkJYh0UUWxEA+7BGjRhPwahJocT1m+RsxDmnMpSSliMNLJYVFUQZtfNlMhrg2Fp9QaxLxreenlC4pMWgv8gFjgPU84lPIMVRfo/hQwUF7EaUsIHUDum6iD6mTqsI2FGhSeIjlj327HME1M5fUL1fzORyW9iNLXLS/2X5Pm+qPwWv+u7wVQ7w8IVarue2lrpHFvfH9tG34g9ZJ7V/szeG55+kJ19PcIxP34n2WzfVSWPVV2Jbu7RCaIVR4f1WjKreZ25zxiLUuOZUZUdvVoI5FkcjOnPLo7p/o9Tuvb0aOF7gtbE1Ke70zy+/e6YeoLAMSeIGf5cHcmqHI9/EojHLy6O66f9MPJ1xdmESlvEE0TH0HmmxnoOWK8aDGciUxupXV5kHp+U3/d1s6CfWnd69OfTce5bY9n1vDnOU3RVtVi6i2bgqKovzEBpvjoh8qeo/9dnjS3FEbMUUlMWQufAVKH65JmrL6i88tDqNcM+tKu8lp97oMKU4am87P9nWuRooZjyX2I/dyMlb/Z/UmK/G88Uymza//3Z7bbtGG/7PXSjbyLnDXeD2sfaAhmazMnlEfp4zgO5YG33HuC9buHnhyOFdqGSfPFWqrD3YK8hrAvVbLpss1XMYRwqI4zDzrGnRmRfT1qSmbwbxiojkLOEfu+5hDB0y5/b7/2EcTAm8mq0it2nq7WIl6tp27b49Zh8nx0hv83CWpS3YfsPpuJv2OTJMdsQuX2nq20qBdGDUK0x2kL8dkJCxSmnR0Nf60qEGLIh6oYQtX9I9kRm7M8Le6H/d7y/pQ3tAwA1v22AZkKv8E8jYtB5KoZGd74srqFGqGn2cfwRqFle43uTAmvU2mao2QCpoBlqVkNqzhq11gI1qyAVbICazXMpiDDU1EMqWAU1LXMpiMtQ9EJ8qIeaU3MmCPehqggvOleCWA41f4D49BrULJ3NQdSjxfMq7EbIp8tQcwQtqJ+NQWyCTrNNszGIlYhCp0kUKyG18G8rf5lXzF+WUgAAAABJRU5ErkJggg==);
  }
  .im-3 .im-img {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAABACAMAAAB83JS9AAACf1BMVEUAjOX///8AjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOUAjOWJRfq7AAAA1HRSTlMAAAECAwQFBgcICQoLDA0ODxAREhMUFRgZGhscHh8gISIjJCUnKCorLC0uMDI0NTY3ODk6Ozw+QEFDREVGSElKS0xOUVNUVVZXWFlaXF1eX2BiY2RmaGlrbG1ucHJzdHd4eXp8fX5/gIGCg4SFhoeIiYqLjI6PkJGTlJWWl5iam5ydnqChoqOkpaanqKmqra6vsLGys7S1tri5uru8vb7AwcLDxcfIyczOz9DR09TX2Nnb3N3e3+Dh4uPk5efo6err7O3u7/Dx8vP09fb3+Pn6+/z9/rH6sGEAAATFSURBVHgBndb7W5PnGcDxOwnRCJOJOJjK3BBx4FSiOPAgTmWI7uBhOpniYTLnAJmtpbVKlSh4VlQqUkEKAqVYxFJRUzlogTYQD4FAvn9Q4Q1vAPF9g35+en75Xje8z/1cV8SgkmGmDdfbPYzhab+eapI3GMalMQ28VUOsv9TaDZ3nMtLHyDjXCd1W/XRmFwOZgTJOYOYAXTN100uwRd5qC1zSS2f3c1k0XKZ/tk76D1goGhbCdp3URpdRhpmTbXfu2JLNMszYhU0nraVKhsU3oWiKl2FV1OqkDvLEa00vdFdVdUPvGvHKw6GdzoI0UUT00LfXImLZ20dPhCjSYJZmugoSRVEA60WxHgpEkQirNNN0CJMhFifXRHba7TtFruG0yJAwSNdMbXSIYgGkiBXAKimwQBQd2DTTWmp8f1u87AbYLfGwXBTV1GqmTlwbLVpTLZtcODXTJ8CL27m7Ule/pET9X0t4uTp1d27ZC+CJZvotLnz2iWIfPi6aNNN2TiafuvcKhdt7r24Ur+6dSj5Ju2bq4JhyCzFxiVludZv6shLjYpQ7O4ZDM33KadHeYTnNU81U3X715ZSXqy9H3X/N9CwtoqOFszpT60RHnc7UNvJFEVxutz9IkEEJD+z28mBR5NOm+4UVSwHv+RhAvIi/L/yEi6IwZRQWnlCeacSJwsIMkygu6mxTOc0yWmSkjNZMuWa6BzbFGsUr+mAjNB6MFi/Tkm2wRzOd4QCyfZ1CrT8AHDM0U1nXC61GpVMi3yHa2Aq960Q7lcgz0DwybGR8M5yJFL1UwvvVTqXW/eGin0opA0fUbqQ+MkCp+EuT4LCMkwNJflNjHa/nyRvmvabO6DcVq4d6i4xhqcdjFf+p5MKVABkl4ArkykTSSdVwNVB8Aq9C9aQJpRLaCPfjZFjcfWgMFf/p77OOT5PQSqB0Y7hI+MZSoDJUph3P+qSzZbtm+tt/NwJfh4j5kAvA7QZwHTKLtR3F+fO2mPFpaFodXk1RInPyHCgceXNElg/g81P4G+mvP3sN0Hgg+jI4d5hEJi/blZm5a9lkEdMOF+Bp+RHFf8ekxjQn8DgnRkRMOUBDilmGmf/cAFAzf8rivx5tAfr3G0fSoGKgPMmo7uL3wLOCrSuio5ZsLXgGQMmU/d3wInv9D0B1kJoG18HTtTLiF/9zMEo/dE4/4T1cCekG6qZ604Db8OWvDDJa0OYSJwpnyWY3/H+xB775Alh1GOB2gJIehMpAg5r6mHNg25+izCI1sPIoj+u3pT7qIH8FPIf/DKVz+3gUbBifSjqEqL8sYy/SGicS3UhpLGx/RN/cwfQCxBt00yJY+RFUiVSDbQVUxMMFg4S5KTbop22QsxRyiy99CmsOg0uKcYfJTkjwkz6Ajun59EMvRSEdUC8J8E8poiPAT5rggJtTDr0E14dBn0PrHySggyJ5yE2Dn1Qiaoa2KWjZH4Pn34WvporITR5KL3fT3+4GHBg54rHX1to9QEX6oLv0Cu9NynhPZWLwRwbN/duitb/71/Oe7N9sSUqPEpGhbGLpLaBtnsic74AK4zukKQAsErEC8PeJp8GVt7LL6A4QMfdQ8fGdml9ONFXMaLkug260h4niHVJZvEEG/cUqvvRnP6Bo1oCvJe8AAAAASUVORK5CYII=);
  }
  .im-4 .im-img {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAANCAMAAAAJ3xm2AAABa1BMVEUAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeYAkeZx0eQTAAAAeHRSTlMAAQIDBQYHCAoODxASExUWFxgZHB0fICEiIyUmKi0uMTI0NT0+QkNFRkdISUpLTVVWV1haW1xfYGFjZ2hpbG1vcHF1dnd4eXp7gYmKi4yQl5iboaKlqaqutrm6vL7LzM3Oz9HS09fY2dzd3t/g4eLn6+/z9vv8/f6+OUw7AAABvElEQVR4AVXQe1dSQRQF8K2iWJbhI8qyRAqjMjNLSKJMstQIQwI11CIjBJV8CLI/fnc6M2vu7H9m/fa668ydA8lsFE66sq7xKO4a2S7X0Rd+9dZ34eQlnzjurvzqdorHfOUYu41enxbJZz6i74j7zoB5ct65YJ9Hff5imly0unJKVnussUQy6b/gmDwOWiNBcsnnnip5ehUq4ZmVUoNeqt8y8WGgf3JhfefC83k5l4gEgdGny8WaZ9aKy9OjQDCSyJXPPV/srC9M9gPD8Uyh6pmN0spMGKu0ac8BQwfWrAwA6Y51Jw0MVKx5MATMta25CqzZz1/Dy0jdmNVBVbzXMq8c/G3I+ogqkvbKNeUvZl5KCbjZFLMWkuKjNj+Jb/zR/huWImUm5sR7ok3oxMSMmKIsLhtHxIyZYlO8p3lI9/vnYk6Z4of4p/GUmLOm+C4+FAXals4TU6Y4E58Zp+wKnF9qB/7rDlvF+w+2Oy0hsMHmu1DmhFnt67zcika3LnlNF5958iH0tskN7UCrs/3wXrHFu7Ky/Jg6Jkq3IfmaVKODb3LakcK4OsYLZqm5dFCNSea1b5Um1DGWjwH/ABOFwxrSs7+DAAAAAElFTkSuQmCC);
  }
  .im-5 .im-img {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAABHCAMAAACQ0v+IAAABwlBMVEUA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QBs/lYrAAAAlXRSTlMAAQIDBAUGBwkKCwwNDg8QERMUFxkaGx0eHyAiJCUmKCkqKywtLi8zNTY7PD5AQkRGSEpLTlBRUlNWV1laW19kZmdrbnF0dnd4eXp7fH5/gYKEiI2Sk5SWmJmbnZ6hpKWqra+xsrO1tre6u7zBwsPGx8vMz9DR19na29zd3uLj5ebo6ers7e7w8fLz9PX2+Pn6+/z9/lQKBHkAAAIfSURBVHgB7dPpdwtRHMbxn6ZGkqKlatFaSghKY1e0jBZtqguxSC3UvpSKVEuVoiEhSs3I8/+ak8m5uXN7Te7kHPGm35cz5zNzznPPpY40SjTbS/MSkaTcShIDkEq69B5ASKLmasml6rdylSHXRv+hqmnXHU0Cg7qjo9o8VTWGkt3l1IHnSatxlM4sqip2csaA7tJlAEW1aAaFEuRalle0+95TqwQw6q4yTBULVUQ1dMesrntUr2DnSfnmBLX1ZZrry7N1MkVR06kewNkVqaJAndUupoYENaC0Ye3FYb4LfrnaGLY65nHDa2VtaAgq2D/Ed2axTNGIoC7BWVSqAm261SBTDwUVV9ow/AZcufEmJVXRm7Ilwtekpk7lwGceUlJP4OxGOf8yDiop2hzhayx/wwW1oP6LqukcSSHzoq/eizo8A7sfp9VVNAfWTZ+i6gBfTE0tS4HP2MQrY/1fVA+c3eYVzDTX16IaE1RWY+oDhJjSTAhtZ6o1OeVomqnVENvLlFiIqSDEdioo+gyhVW4qQXZ3BDRB+b7J1a+zulUztQqqi6qt5zFI1AYUekT0GHxTS6gd+X6TmO81CkWoYZpDszvI/459UGxFZ7fdcaLGCYZSLUTb7Bcng+Re4Hwmb37G68lL/n09sf4jdZ5Ms0Z2S3uD6urqp/iJlvAe/VYWyz0osCqjPpahsl1V+ye9qvtriEg7992L6msju7XDvPoDW5beSOq3LU0AAAAASUVORK5CYII=);
  }
  .im-6 .im-img {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAABPCAMAAACJf/ZVAAACdlBMVEUA1QD///8A1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QBZVchQAAAA0XRSTlMAAAECAwQGBwgJCgsMDg8QERMUFRYXGBkaGxwdHh8gISIjJCUmJygpKiwtMDEyNTc4Ozw+QkNERUdISUtMTU5PVFdYWVpbXF5fYGFiY2RlZmlrbG1ub3BxcnR1dnh5e3x9fn+AgYKDhIWGh4iJiouMjY6PkJKUlZeYmpucnZ6hoqSlpqeoqausra6vsLGys7S3uLm6u72+v8DBwsPEx8jJysvMzs/Q0dPU1dbX2Nna29zd3t/g4eLj5OXn6Orr7O3u7/Dx8vP09fb3+Pn6+/z9/jnRFscAAASrSURBVHgBldTrW1RVG4DxZ4/zoiLgiwQmoSZiOgpoZJSWeAhJIg0V0UolHSsPdLAyDwoheSjQ0jTCyMQQMw+CJUgqAoOFwOh4/0fN7Bk2azb7wj33x7Wu31pfnuuRgdZ3dW9yypPTQkmoQoBT4yKG83xcq4VbcyKErvvcS3WWgrcoIpjUQn+WiCz0wKEY+zD6PORKoCmNcHmGXej4Bt6TYKPL4OFjhlQzzgKWQoVDBiroxaqW1CFwBdRFyWCukhX5pooqoC3VBOc+5Hq8PKlCQxqwiY40EVsyJQx6OeIUe7I5WYXVcDjKtlRg3Bk4FSNDyoi1lgaUUVVQnyCmltDnUWs9nhWUg1Cc++Fqigkux5zvjTAp/hxboS0tHEatcoe1s4Pep1UpemugfaYM23Qfq0XWGlKC5flozxxetrFNRNYPSAm11Edf/nAu/TFviiJloJweqEwUpZTs3KJivbXuD8q6YYL400JSefIGdLlDdHLhsXuYq4kOQF0mKVBi9wL9J7YUb6hsIlivx1+f13PnZuOB8qDUdHkxRtQyT2J0oXRR2hhRcuzWpRaUOyS8aSU1fz/oaNif+5QMyVERkFqgo7RKBDkPDsgCEOuSVn66YfEz4m/8gpXrXhxhkjvptHY5/xCouerrZgI1JA/KnzPGFngpt3RTezD12/8Mqdc10RLuhV2u54u/7YD26rfnLWiAxRLMUdIDXMrQLGErbfoPYyf9XwJNh0oJpcXOz5s9QrOEDjgmYd3lrAFDWUOqJKzb/GoHym0aRS3ax3Fb8DS+eFHKhq224EZYJkq74CVb0AU1MtjIu3SOtAXlHLjEqAC+EHswDz4So7M8nmoTToaPxaiBm2ITzgK3SPz22sZ8h0gtnRHBxL8A9gSgxy7MhHfkIHiBefKDfTgLNic84s+xOXBCaiOC7tdgnUg9j2Lq7MNpsO1LcIlsguxG7tiF42FfLX1OkflQdIXLduFI+K6diyIyCfZ4+NESOmYveyXOJNtogUOBy/tcgkormPEH8GCjQ9R+AigRf78AbLSAE7vQO+hU4RaAF8Tf5wBZFvArvPlxGXUmOaUfmvQDlw9+H2EBO/lERKJrTPLVc6efE73F579PFQsIBWKW1plgK0dkQJY7ZEiJr+8719F394x7mgnugPWG3B0mx6QtKr2A0cnMMBhzUZXlBxpv3vF4+z3+egnWVLmheMuJfmBvrAJlfLMizbVXF04WvUR3F9xIV6AkGzIZusved68t1ivKzU4RpcRK6MkxoCrfwpcuw5Tfh2+pAg25nVYZtsx2fHkK1OVKkdX4pg8vZ7bDGgXqslAm9NLxmTusVVHhMq0NPnToUJUFPswtl/BSrsJ+pw5VmXW81aPWxxIT1BLqoWqUJiZpKi5dzFCLOQVn4sQk7Qx51GGolkil5s95BK+oPdtmLc0wrYPrElaqtTTB+Ot458pQWVGUb2pFiUuBUXWwXBOzbMGq3gIDOiqg1GIhJ9QwJN9DKBsdgpvhqCMA7TTjCjROkUC5UB+t2YUScxi6FopIVj8tSZp9KFLkhVJn6j26XVpEUObcgtpr+F7WIoQy7jRAoRYxFGdJ97/vaqH+A7TVHBGblCXTAAAAAElFTkSuQmCC);
  }
  .im-7 .im-img {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAA+CAMAAAC8/6OBAAACYVBMVEUA1QD///8A1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QA3rDgFAAAAynRSTlMAAAECAwQFBgcICQsMDQ4PEBESExQVFhcYGRscHR4gISIjJScpKywuMDEyMzQ1Nzg5Oz0+P0BBQkNERUZHSElKS0xNT1BRU1RVWlxdXmJjZGVmaGlqa2xtbm9wcXJzdHV3eHl7fH1+gIGChIWGiIyOj5CRkpOXmJmam5yeoKKkpaaoqaqrra+xsrS1tri5uru8vb6/wMHCw8TGx8nLzM3Oz9DR0tXY2drb3N3e3+Dh4uPl5ufo6err7O3u7/Dx8vP09fb4+fr7/P3+HA4pagAAA4NJREFUeAHN1ftfU2UcwPGvg0DJmKSxMiEdVlSUXSRaBUlZVIYalhJeDIzMyyrIssjyUhZZloQKQ0XtQslK7SLBweFANrbPX1VsZ9t5zs5Z7oderz4/7vV6v/ac5/I8MuOfxNz8Fe9+e0EjeOnEx+vKxaJ0df0aH8b8O279V1XQMoy58IclmVWNHyDU3VpbVpQ3Z8HD6z4NAExsyrVXeW9FgV+biiXVzLpjAMdcdmr2YUB7KU9Meb4DLt5urQr7gC+LJb28bRH46y4rld8FbHOIZTVXYGihhWoDXhG7llyGM7PS1JNR2Cn2VU1Cu1nNPg+HHJKhRohUmNRWGJ4nmXJ8Az5VOUfhRUlWr8Xy+9ofkGTuEDyiqEbwXyfJ1pDscGop3odORfVDoyjqqNfr7TgVhYHkwBdD2GVQpTA5V1XN8Qk/Dx9JIh+sMqiV0CVWSiqihJyi1wwHDKoDXrNWchYqRe8+8BtUD9TYqC/gqdhe9Hg8tZo2Uu3xLNXVRXDbqB5YmuB6bboKwE3Wau4E4SKZriyko6E5ugKclipnH3wi8d7U1SrJ/F83PHoELifGXvgHAGdyxf67RgZ/0wACVZJoJUD0QUmo3rQ51AvvuU2S5ZwE9ivrtUXSdtQbTbVO9WhGGS9JqQbbvaG2l1ZJtUjZh4XaOExoseqUIzb/hwIx1A9rJZGTVM9JqsUbpMh8vEdPBRg7uXOR/X+9F7hZlFxX0Qu/nW/zXe4QH4gx5wlS9TotleMr6FF+6ARgtLMvBPC5w0q9DJH7xdAK4m2XebsAnl/i9VZa3Ie7xNgA0PJO/O5tAc45rO9eZdrvBM7m6Pe84zRwtxk9G4ShUjEPcKP+phwq3gzUqyZvexSGy0VpE/D09MH4GhjZjXkqKmPv1x2i1gwsS72Vqpr1gg/g+C1ip0Se+AWAc7F32bngobX7NYCJV3Mlg5KCLWOYC+8pEbFTes+g9mOrYhS13OW+Zzq3azlwYHf3hVGu/tm/d0O5JSmuWn0EtVCwc3WVSzLUNIV1kfUywy4JYlcwg8K+/1r9VN4wlbU6fqPI5izU74/viLBvpoh0XLsKlYk89rpDRLZy7SpSllg/slD8HH+J6qNZKb53ikjdFNkpuvKlepJsFQcbxjH2P9lRg9g1mEHde3Qcq650V2RQIjkLl21s/6xvYEiDsUuDp3sPtq2vLnWI2Ku/AX0SZTfsW7/QAAAAAElFTkSuQmCC);
  }
  .im-8 .im-img {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADsAAAA2CAMAAABOZRFfAAACIlBMVEUA1QD///8A1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAA1QAkPEDPAAAAtXRSTlMAAAECAwQFBgcICQoLDA4PEBEUFRYXGRobHh8gJCYoKSorLi8zNDc4Ozw9P0FDREZHSUtMTU9SVVZYWVtfYGFiZGZnaGlrbG5wcnN1d3l6e3x9fn+AgoOEhoeIiYyNjo+RlJWWl5manZ+io6SlpqeoqaqrrK2ur7CxsrS1t7i7vb/AwcLDxMXGx8jJysvMz9HS1dbY2drb3N3e3+Dh4+Tl5ufo6uvs7e7v8PHy8/f4+fr7/P3+cPZ1TgAAAqhJREFUeAGV0vtfU3Ucx/G3cySKztl0dtEu2T2alaXdM7ILll3skthFKsLul3JKWmtlWUPRilZQLAgiItYYxOv/8/DgXMbOd3wPz99fP3wen7dWLEGBzY9kf55i8qcP2zbKF6nd9uksnurh9DLa5pdnqFV+Mh613dhLvVwiWpvqJ6ywPkq76js8pfsz3bi+iEVoD+CZ2ybpPVzt9vbyKp4hOe7GVd5sbT/AN71O0tN4Om3tphkC76/RtRN4ppot7cPUmvp1jsB2S5slUNy/e/8fBF7T0n7H99lqSRf/h69X867oPJHzHX/pUnni/+MprUvK8T2+v+S4vcIi5Va51uM7eTovx2l8VUlrx6l8lfOdqjK5NdxClxx/46tIug0yqnHLNL+kDG27pAsJjEpqg5hqPQSFlnC7Q9L1BL6VtAe0WAf0rAy1WyTdR+CgsY29C69c7biJQLVJUgeBG4ytVhUI6Zcji280bm6VKlLvhBzn8mdwPacGrZI3Zxx3EOiRI5Eus2As2bAN/+jftKRkHtddsreBwafaDo7gel3zmrrg4waO0sCRuBwt37B8XU3eDn7ra+QsJkO7tKDEsZjs9waGH18j1xyPqqHExJ8DrmEoFfuyL7TG5RvhgKLYBWnV6eUdRdHOdEwrFtEnfK0oDjGg+vZVBhXFEfKh9jGqKxXBGd4OtTvhIkUwyouh9hq4TnbN8GCo3QR3ym4L3BpqVWGv7FrhynBbpFN290Ii3H7JUdk9wz8Kt2/RJ7tuzhna5xmT3eccN7S7YbWsfuQNQ7sdtsqqzD5DexlkZLMB7jG0a+EB2VwFNxpajfOsbHbAJab2LIdls4fZC0xtDznZdFCSqT1EKSaLU5w0tjvh2L4nlvQR7DW28QJ2P7QYW214c8RSjnWnFG7PAyhDxkTSy9eDAAAAAElFTkSuQmCC);
  }
  
  .preim-kp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  
  .preim-kp .item {
    width: 100%;
    max-width: 200px;
    margin: 15px;
  }
  
  .preim-kp .im-img {
    width: 80%;
    height: 0;
    padding-bottom: 80%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 10%;
    border: 2px #0091e6 solid;
    border-radius: 100%;
  }
  
  .preim-gz {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  
  .preim-gz .row {
    width: 100%;
    max-width: 460px;
  }
  
  .preim-gz .item {
    margin: 30px 0;
    display: flex;
  }
  
  .preim-gz .im-img {
    width: 100%;
    max-width: 70px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 10px;
  }
  
  .slider-klin-item {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  
  .slider-klin-item img {
    width: 100%;
  }
  
  .slider-klin {
    margin-bottom: 50px;
  }
  
  .p__old {
    margin-bottom: 4px;
    color: #c1c1c2;
    text-decoration: line-through;
  }
  
  .container-middle.dpsl-block .item {
    width: 100%;
    max-width: 300px;
  }
  
  .dpsl-block .item {
    display: block !important;
  }
  
  .sl-dscr {
    font-size: 15px;
    margin: 10px;
  }
  
  .slick-dotted.slick-slider {
    margin-bottom: 80px;
  }
  
  .dpsl-block .item img {
    width: 90%;
    margin: 5%;
  }
  
  @media screen and (max-width: 992px) {
    .sub .arrrz {
      width: 20px;
      height: 20px;
      display: inline-block;
      background: url(/local/templates/dentalux/assets/css/../img/arr-sub-mob.svg)
        no-repeat center;
      transform: translate(0, 5px);
      margin-left: 8px;
      transition: 0.5s;
    }
  
    .active-sub > .arrrz {
      transform: translate(0, 5px) rotate(180deg);
    }
  
    .top-menu li.sub a:after {
      content: none;
    }
  
    .top-menu li.sub > .sub-menu li.sub > a:after {
      content: none;
    }
  
    .sub-menu li a {
      display: inline-block;
    }
  }
  
  @media screen and (min-width: 1009px) {
    .slider-rewiew .slick-list.draggable {
      min-height: 306px;
    }
  }
  
  .rewiew {
    background: url(/local/templates/dentalux/assets/css/../img/bg-rew.png)
        no-repeat center top,
      linear-gradient(90deg, #0492d8, #20b5ff);
    background-size: 200%;
  }
  
  .kbs-cent {
    align-items: flex-end;
  }
  /*.kbs-right {
    position: sticky;
    bottom: 0;
    min-height: 100vh;
  }*/
  
  .kbs-right {
    align-self: flex-start;
  }
  
  .sidebar__inner {
    width: 0px;
    height: calc(100vh - 100px);
    position: sticky;
    bottom: 0;
    display: block;
  }
  
  .kbs-right {
    transform: translate(0, 0);
  }
  
  .container-middle.dpsl-block .item {
    min-width: 300px;
  }
  /*
  .slick-track, .slick-list.draggable {
  min-width:100%!important;
    max-height: 380px!important;
  }
  */
  .vn-header-slider .slick-track,
  .vn-header-slider .slick-list.draggable {
    max-height: 100vw !important;
  }
  
  .kbs-left {
    align-self: flex-start;
  }
  
  .slick-prev {
    left: 5px;
    z-index: 1;
  }
  
  .slick-next {
    right: 5px;
  }
  
  @media screen and (max-width: 500px) {
    .slick-track,
    .slick-list.draggable {
      max-height: 1000px !important;
    }
  
    .service__items a {
      width: 100%;
    }
  }
  
  .bg1:after,
  .bg2:after,
  .vn-doc:after,
  .content-video:after {
    background: none !important;
  }
  
  .img-gts {
    width: 300px;
    height: 300px;
    position: relative;
  }
  
  .img-gts img {
    position: absolute;
    width: 90%;
    height: 90%;
    object-fit: cover;
  }
  
  .vn-def-header .header {
    z-index: auto;
  }
  
  @media screen and (max-width: 500px) {
    .img-contain {
      padding-bottom: 55%;
      margin-bottom: 20px;
      margin-top: 15px;
    }
  
    .main ul,
    .content ul,
    .vn-about ul {
      clear: both;
    }
  
    .content-contacts__left {
      margin-right: 0px;
      width: 100%;
    }
  
    .tex-sk {
      flex-wrap: wrap;
      justify-content: center;
    }
  
    .price-block {
      margin: 20px 0;
    }
  
    .img-spec {
      width: 100vw;
      max-width: 100vw;
      padding-bottom: 55vw;
      order: -1;
    }
  }
  
  @media screen and (max-width: 820px) {
    .img-gts {
      width: 100%;
    }
  }
  
  .bg2 h2 + p {
    margin: 5px 0;
  }
  
  h2,
  .h2 {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  
  .bg1 p {
    margin-bottom: 10px;
  }
  
  .bg2 p {
    margin-bottom: 15px;
  }
  
  .content a {
    color: #0085ce;
  }
  .container-middle a.btn-green,
  .slider__btn a {
    color: #fff;
  }
  #btn_submit {
    color: #0085ce;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    line-height: 28px;
    padding: 7px 0 6px 0;
    background-color: white;
    border: 1px solid #005bab;
    border-radius: 22px;
    box-shadow: 0 12px 24px rgba(15, 37, 50, 0.36);
  }
  
  .promo-box {
    position: relative;
  }
  .promo-box a.fon {
    background-size: cover !important;
    display: block;
    margin: 15px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  }
  
  .promo-box .in {
    margin: 0px;
    border: 1px #ccc solid;
    padding: 20px 30px;
    height: 300px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0);
    transition: all 0.3s linear;
    position: relative;
    border-radius: 10px;
  }
  .promo-box .in .hover-line {
    display: inline-block;
    width: 0;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s linear;
    background: #f34e8e;
  }
  .promo-box .title h3 {
    font-size: 24px;
    color: #0084d0;
    line-height: 26px;
    letter-spacing: 0.03em;
    padding: 0 0 20px;
    margin: 0;
    width: 60%;
    float: left;
  }
  .clear {
    clear: both;
  }
  .promo-box .text {
    font-size: 14px;
    clear: both;
    color: #0a0a0a;
  }
  .promo-box .text p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
  }
  .promo-box .pri {
    font-size: 17px;
    color: #313131;
    font-family: "PT Sans Caption", sans-serif;
    font-weight: 700;
    text-align: right;
    position: absolute;
    top: 0;
    right: 2px;
    width: 155px;
    height: 70px;
    line-height: 18px;
    background: #ffd90a;
    padding: 5px 5px 5px 5px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  }
  .promo-box .pri span.seichtsen {
    font-size: 15px;
  }
  .promo-box .pri .old {
    display: block;
    color: #857105;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    text-decoration: line-through;
    font-family: "GothamProRegular";
  }
  .promo-box .pri span.rub {
    font-family: "Roboto", Arial, sans-serif;
  }
  .promo-box .pri span.ugol {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(/local/templates/dentalux/assets/css/../img/ugol.png) no-repeat center center;
    position: absolute;
    bottom: -13px;
    right: 0;
  }
  .breadcrumbs a {
    color: #ffffff;
  }
  .page-header__wallpaper-wrapper {
    position: absolute;
    border-radius: 300px;
    width: 500px;
    height: 500px;
    top: -110px;
    right: -40px;
  }
  .progressive-image-wrapper {
    display: inline-block;
    position: relative;
    overflow: hidden;
    outline: none;
    margin: 0;
  }
  .page-header__wallpaper-wrapper > .progressive-image-wrapper {
    border-radius: 300px;
  }
  .progressive-image {
    display: inline-block;
    max-width: none;
    border: 0;
    height: auto;
    width: 100%;
  }
  .page-header__title {
    padding-bottom: 80px;
    margin-top: 20px;
    max-width: 580px;
  }
  .h1_supplement {
    font-family: Fregat, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: inline;
    line-height: 51px;
    font-size: 42px;
    color: #333638;
  }
  .h1 > span:not(.h1_supplement__bold) {
    font-family: Fregat, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .page-header__title__description {
    line-height: 28px;
    max-width: 445px;
    margin-top: 45px;
    font-size: 18px;
    color: #a5a5a5;
  }
  .page-header__title__allure-phone {
    position: relative;
    max-width: 455px;
    margin-top: 65px;
    padding-top: 9px;
  }
  .link-with-icon .circle-icon_big {
    position: absolute;
    margin-top: -41px;
    left: 0;
    top: 50%;
  }
  .link-with-icon .link-with-icon__title {
    font-family: Rubik, sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    text-transform: uppercase;
    font-size: 16px;
    color: #333638;
  }
  .link-with-icon .link-with-icon__text {
    font-family: Rubik, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #5f6877;
  }
  .reletive {
    position: relative;
  }
  .link-with-icon .circle-icon_big {
    position: static;
    margin-top: 30px;
    float: left;
  }
  .button_orange {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#d46f00),
      to(#ffba00)
    );
    background-image: linear-gradient(90deg, #d46f00 0, #ffba00);
    box-shadow: 0 10px 36px 4px rgba(70, 81, 86, 0.17);
    background-color: #d46f00;
    position: relative;
    overflow: hidden;
  }
  .circle-icon:after {
    content: "";
    min-height: inherit;
    font-size: 0;
  }
  .circle-icon_big {
    width: 82px;
    height: 82px;
  }
  .circle-icon:before {
    content: "";
    background-size: 20px 20px;
    position: relative;
    margin-left: -1px;
    display: block;
    width: 20px;
    height: 20px;
    z-index: 1;
  }
  .circle-icon_phone:before {
    background-image: url(/local/templates/dentalux/assets/css/../img/telef.svg);
  }
  .circle-icon_big:before {
    background-size: 28px 28px;
    margin-left: 10px;
    width: 28px;
    height: 28px;
  }
  .circle-icon {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border: none;
  }
  .link-with-icon__title {
    position: static;
    margin-top: 38px;
    padding-left: 85px;
  }
  .link-with-icon__text {
    padding-left: 85px;
  }
  .link-with-icon:hover {
    text-decoration: none;
  }
  .promo-box a:hover .in {
    background: rgb(221, 245, 251);
  }
  .promo-box a.fon:hover .in .hover-line {
    width: 100%;
  }
  .promo-box .in .hover-line {
    display: inline-block;
    width: 0;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s linear;
    background: #0084d0;
  }
  .promo-box .title h3 {
    font-family: "Museo Sans Cyrl", "Roboto", sans-serif;
    font-weight: 900;
    line-height: 1.2;
  }
  .promo-box .text ul {
    padding: 0;
    margin: 0;
    line-height: 22px;
    list-style: none;
    max-height: 110px;
    overflow: hidden;
  }
  .promo-box .text ul li {
    background: url(/local/templates/dentalux/assets/css/../img/li-promo.png) no-repeat 0 4px;
    padding: 0 0 0 26px;
    font-family: "GothamProRegular";
  }
  
  .btn-green:hover {
    color: white;
  }
  .nons {
    width: 0;
    height: 0;
  }
  .contacts .phone {
    color: #113c57;
    font-size: 15px;
    font-weight: bold;
    font-family: "PT Sans Caption", sans-serif;
    text-decoration: none;
    background-image: url(/local/templates/dentalux/assets/css/../img/h_call.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 16px;
  }
  .contacts .place {
    font-family: "PT Sans Caption", sans-serif;
    font-size: 13px;
    color: #6b727e;
  }
  .contacts .time {
    font-family: "PT Sans", sans-serif;
    font-style: italic;
    font-size: 12px;
    color: #6b727e;
    background-image: url(/local/templates/dentalux/assets/css/../img/h_time.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 16px;
  }
  
  .mb-25 {
    margin-bottom: 25px;
  }
  .mt-15 {
    margin-top: 15px;
  }
  .contacts .metros {
    font-family: "PT Sans", sans-serif;
    font-style: italic;
    font-size: 12px;
    color: #6b727e;
    background-image: url(/local/templates/dentalux/assets/css/../img/h_metro.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 16px;
  }
  .contacts .adrs {
    font-family: "PT Sans", sans-serif;
    font-style: italic;
    font-size: 12px;
    color: #6b727e;
    background-image: url(/local/templates/dentalux/assets/css/../img/h_adrs.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 16px;
  }
  #sxema {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .sxema-img {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .close-img {
    background-image: url(/local/templates/dentalux/assets/css/../img/closesWhite.png);
    width: 38px;
    height: 38px;
    position: absolute;
    top: 15%;
    right: 30%;
    cursor: pointer;
  }
  .float__contacts {
    position: absolute;
    background-color: #fff;
    z-index: 9999;
    width: 100%;
    max-width: 400px;
    padding: 0px 50px;
    top: 100px;
    left: 200px;
  }
  .contacts .social .fb {
    background-image: url(/local/templates/dentalux/assets/css/../img/fb.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 18px;
    height: 18px;
    display: inline-block;
  }
  .karta {
    position: relative;
    width: 100%;
    height: 630px;
    display: grid;
    margin-top: 0px;
    z-index: 1;
  }
  
  .vn-def-header .header {
    z-index: 9999;
  }
  .vn .header:after {
    content: "";
    display: block;
    width: 100%;
    height: 93px;
    background: none;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  h1.h2,
  .float__contacts .h2,
  .gdenuzhno {
    font-family: "Sansation";
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    color: #223a52;
    padding: 0px;
    margin: 0px;
    line-height: 37px;
    padding-bottom: 20px;
  }
  
  .butn.blue {
    color: #fff;
    background-color: #3d6598;
    padding: 0px 15px 1px 15px;
    border-radius: 40px;
  }
  .mail_sob {
    color: #113c57;
    font-size: 15px;
    font-weight: bold;
    font-family: "PT Sans Caption", sans-serif;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 16px;
  }
  .float__contacts_back {
    left: 50px;
  }
  .contacts .social .vk {
    background-image: url(/local/templates/dentalux/assets/css/../img/vk.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 5px;
  }
  .contacts .social .inst {
    background-image: url(/local/templates/dentalux/assets/css/../img/inst.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 18px;
    height: 18px;
    display: inline-block;
  }
  
  .doctor-item-lk {
    text-decoration: none;
    display: block;
  }
  .doctor-photo {
    width: 220px;
    height: 220px;
    margin: 0 auto;
  }
  .doctor-item .doctor-photo {
    overflow: hidden;
    border-radius: 50%;
    margin: -6px;
    margin-top: 14px;
  }
  .doctor-photo img {
    max-width: 100%;
    display: block;
    height: auto;
  }
  .doctor-item .doctor-descr {
    font-weight: bold;
    width: 200px;
    margin: 20px auto 0;
    line-height: 24px;
    text-decoration: none;
  }
  .doctor-item .doctor-photo,
  .doctor-item .doctor-descr {
    text-align: center;
    margin: 0 auto;
  }
  .doctor-item .doctor-descr {
    text-align: center;
    margin: 0 auto;
    width: 95%;
  }
  .doctor-item .lastname {
    color: #3c3c3c;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 3px;
    line-height: 1.2;
    padding-top: 15px;
  }
  .doctor-item:hover .lastname {
    color: #00918c;
  }
  .doctor-item .position {
    color: #a5a5a5;
    font-size: 12px;
    line-height: 1;
    min-height: 25px;
  }
  .doctor-item .lastname span {
    width: 100%;
    display: block;
  }
  .doctor-item {
    margin-top: 20px;
    margin-bottom: 50px;
    cursor: pointer;
  }
  .person_email i {
    padding-right: 10px;
  }
  .doctor-item:hover .doctor-photo {
    border: 5px #00918c solid;
  }
  .person_email {
    padding-bottom: 20px;
  }
  
  .doctor-item:hover a {
    text-decoration: none;
  }
  
  .doctor-item:hover .person_email a {
    color: #00918c;
  }
  .form.nonots {
    padding: 0px;
    max-width: 620px;
  }
  .form .nonots {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  
  .form .messages .alert {
    position: absolute;
    z-index: 99;
    top: 57px;
    line-height: 1;
    margin: 0 auto;
    width: 88%;
    left: 5%;
  }
  
  #button-up {
    display: none;
    left: 25px;
    margin: 0;
    position: fixed;
    bottom: 25px;
    outline: none;
    height: 50px;
    width: 50px;
    text-decoration: none;
    padding: 0px 0 0 28px;
    background: url(/local/templates/dentalux/assets/css/../img/up_coming.png)
      no-repeat;
    cursor: pointer;
  }
  #button-up span {
    width: 50px;
    height: 50px;
  }
  
  @media screen and (max-width: 1100px) {
    .float__contacts {
      left: 115px;
    }
    .float__contacts_back {
      left: 15px;
    }
  }
  @media screen and (max-width: 992px) {
    .karta {
      height: 650px;
    }
    .float__contacts {
      top: 55px;
      left: 70px;
    }
    .float__contacts_back {
      left: 15px;
    }
  }
  
  @media (max-width: 650px) {
    .karta {
      height: 526px;
    }
  
    .float__contacts {
      position: static;
      background-color: #fff;
      z-index: 2;
      width: 100%;
      max-width: 400px;
      padding: 0px 50px;
      top: 100px;
    }
  }
  
  @media (max-width: 400px) {
    .karta {
      height: 560px;
    }
  }
  
  @media screen and (max-width: 1024px) {
    .close-img {
      top: 30%;
    }
  }
  @media screen and (max-width: 768px) {
    .close-img {
      top: 25%;
      right: 20%;
    }
  }
  @media screen and (max-width: 1199px) {
    .page-header__wallpaper-wrapper {
      position: absolute;
      width: 400px;
      height: 300px;
      top: -10px;
      right: -20px;
    }
    .page-header__title__description {
      line-height: 28px;
      max-width: 445px;
      margin-top: 45px;
      font-size: 18px;
      color: #a5a5a5;
    }
    .page-header__title__allure-phone {
      position: relative;
      max-width: 455px;
      margin-top: 65px;
      padding-top: 9px;
    }
  }
  @media screen and (max-width: 992px) {
    .page-header__wallpaper-wrapper {
      display: none;
    }
    .page-header__title {
      padding-bottom: 54px;
      margin-top: 0;
      max-width: 100%;
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  section,
  summary {
    display: block;
  }
  section h1 {
    font-family: "Sansation", sans-serif;
    text-transform: uppercase;
    color: #0077b9;
    font-size: 52px;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1;
    margin-top: 55px;
  }
  .kartas h1 {
    text-transform: unset;
  }
  section h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 20px;
    color: #1e1e1e;
    font-family: "Sansation", sans-serif;
    font-size: 44px;
    font-weight: 600;
  }
  .old-price .li {
    margin-bottom: 25px;
  }
  .old-price .li:before {
    content: "";
    width: 3px;
    height: 71px;
    background-color: #00a1c0;
    display: inline-block;
    vertical-align: top;
  }
  .old-price .li p {
    display: inline-block;
    vertical-align: top;
    margin-left: 12px;
    margin-bottom: 0;
    max-width: 90%;
  }
  
  .old-price .li p span {
    color: #1e1e1e;
    font-family: "PFDinReqular", sans-serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    display: block;
  }
  .old-price .li p span .fa-rub {
    font-size: 42px;
  }
  section .button,
  .form .btn {
    background-color: #00a1c0;
    color: #fff;
    width: auto;
    padding: 12px 27px;
    font-family: "PFDinReqular", sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 5px;
  }
  section .button {
    background-color: #0077b9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .screen-1-hint {
    font-size: 11px;
    margin-top: 20px;
  }
  .opales__top {
    background-color: #0077b9;
    color: #fff;
    padding: 20px 0px;
  }
  .opales__header {
    font-family: "Sansation", sans-serif;
    letter-spacing: 2px;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
  }
  .opales_block {
    padding: 40px 0 30px 0;
  }
  .opales_block p img {
    display: inline-block;
    vertical-align: top;
  }
  .opales_block p span {
    color: #1e1e1e;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 87px);
    margin-left: 10px;
    padding-right: 10px;
  }
  .writeNow {
    margin: auto 0;
    width: 100%;
    min-width: 100%;
    background-color: #0077b9;
    color: #fff;
    padding: 44px 0;
    position: relative;
    text-align: center;
    overflow: hidden;
  }
  
  .writeNow-title,
  .writeNow-title-light {
    color: #fff;
    line-height: 1;
    font-family: "Sansation", sans-serif;
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 7px;
  }
  .writeNow-btn {
    margin-top: 10px;
  }
  .writeNow-btn a {
    padding: 14px 25px;
    font-family: "PFDinReqular", sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    color: #fff;
    border: 1px solid #f16366;
    text-transform: uppercase;
    background-color: #ed262b;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 20px;
  }
  
  .airflow__block {
    padding: 30px 0 50px;
  }
  .airflow__block__text > * {
    margin-left: 60px;
  }
  .airflow__block__price {
    font-family: "Sansation", sans-serif;
    text-transform: uppercase;
    color: #000;
    font-size: 23px;
    font-weight: 600;
  }
  .airflow__block__inner {
    line-height: 28px;
    color: #5c5c5c;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
  }
  .airflow__block__inner p {
    margin: 0;
    font-family: "PT Sans", sans-serif;
  }
  .old-price .li {
    margin-bottom: 25px;
  }
  .old-price .li:before {
    content: "";
    width: 3px;
    height: 71px;
    background-color: #00a1c0;
    display: inline-block;
    vertical-align: top;
  }
  .old-price .li p {
    display: inline-block;
    vertical-align: top;
    margin-left: 12px;
    margin-bottom: 0;
    max-width: 90%;
  }
  .old-price .li p strong {
    margin-bottom: 5px;
    display: block;
    color: #1e1e1e;
    font-family: "PT Sans", sans-serif;
    font-size: 19px;
    line-height: 1;
    font-weight: normal;
  }
  .old-price .li p span {
    color: #1e1e1e;
    font-family: "PFDinReqular", sans-serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    display: block;
  }
  .old-price .li p span .fa-rub {
    font-size: 42px;
  }
  
  .airflow .button {
    width: 242px;
    height: 51px;
    background-color: #0077b9;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-family: "PFDinReqular", sans-serif;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
  }
  .airflow__block {
    padding: 30px 0 50px;
  }
  .airflow2 .fadeInRight {
    width: 46%;
    margin-top: 30px;
  }
  .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .airflow2 .fadeIn {
    width: 54%;
    margin-top: 20px;
  }
  
  .airflow2 .airflow__block__text > * {
    margin-left: 0;
    padding-right: 60px;
  }
  
  .old-price .li {
    margin-bottom: 25px;
  }
  .old-price .li:before {
    content: "";
    width: 3px;
    height: 71px;
    background-color: #00a1c0;
    display: inline-block;
    vertical-align: top;
  }
  .old-price .li p {
    display: inline-block;
    vertical-align: top;
    margin-left: 12px;
    margin-bottom: 0;
    max-width: 90%;
  }
  .old-price .li.starprice p span .fa-rub,
  .old-price .li.starprice p span {
    font-size: 20px;
    text-decoration: line-through;
    text-decoration-color: red;
  }
  .old-price .li.newprice p strong,
  .old-price .li.newprice p span .fa-rub,
  .old-price .li.newprice p span {
    color: #ff0000;
  }
  .old-price .li.starprice:before {
    height: 44px;
  }
  
  #block1 .containers {
    min-height: 485px;
    padding: 50px 0 60px;
  }
  .text-center {
    text-align: center;
  }
  .airflow2 {
    background-color: rgba(235, 235, 235, 0.7);
  }
  .types__header {
    font-family: "Sansation", sans-serif;
    text-transform: uppercase;
    font-size: 44px;
    font-weight: bold;
    letter-spacing: 2px;
  }
  section .bx-wrapper {
    border: 0;
    box-shadow: none;
    padding: 0 70px;
  }
  section .bx-wrapper img {
    max-width: 100%;
    display: block;
  }
  .screen-2 .bxslider-title {
    font-family: "Sansation", sans-serif;
    font-size: 30px;
    font-weight: 100;
    text-transform: uppercase;
    margin-left: -10px;
  }
  
  section .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
  }
  section .bx-wrapper .bx-prev {
    background: url(/local/templates/dentalux/assets/css/../img/slide-arrows.png) no-repeat 0 0;
  }
  section .bx-wrapper .bx-next {
    right: 10px;
  }
  section .bx-wrapper .bx-next {
    background: url(/local/templates/dentalux/assets/css/../img/slide-arrows.png) no-repeat 100% 0;
  }
  section .bx-wrapper .bx-controls-direction a {
    width: 25px;
    height: 47px;
    z-index: 9990;
    top: 100px;
  }
  #etap {
    padding: 70px 0;
  }
  #etap .types__header {
    margin-bottom: 40px;
    line-height: 1;
  }
  #etap #bx-pager {
    padding: 0 100px;
  }
  #etap #bx-pager a {
    width: 190px;
  }
  #bx-pager a {
    float: left;
    width: 150px;
    text-align: center;
    position: relative;
  }
  #bx-pager a.active .num {
    background-color: #00b6ad;
    border-color: #00b6ad;
    color: #fff;
  }
  
  #bx-pager a .num {
    font-size: 30px;
    border-radius: 50%;
    font-family: "PT Sans", sans-serif;
    font-weight: lighter;
    color: #000;
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #00a1c0;
    text-align: center;
  }
  #bx-pager a .desc {
    font-size: 13px;
    color: #000;
    font-weight: lighter;
  }
  #bx-pager a:before {
    content: "";
    display: block;
    height: 1px;
    width: 90px;
    background-color: #00a1c0;
    position: absolute;
    left: -45px;
    top: 20px;
  }
  #bx-pager a:first-child:before {
    display: none;
  }
  #bx-pager a:hover {
    text-decoration: none;
  }
  section .bx-wrapper img {
    max-width: 100%;
    display: block;
  }
  @media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
      float: left;
    }
  }
  #spec {
    padding: 70px 0;
  }
  #spec .types__header {
    margin-bottom: 40px;
    line-height: 1;
  }
  .screen-3 .bx-wrapper .name {
    font-family: "Sansation", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    margin: 20px auto;
    display: block;
  }
  .screen-3 .bx-wrapper .spec {
    font-size: 12px;
    font-weight: lighter;
    color: #8e8e8e;
    margin-bottom: 20px;
  }
  .screen-3 .bx-wrapper .text {
    color: #292929;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
  }
  .karts {
    padding: 0;
  }
  .kartas {
    top: 25px;
  }
  .kartas .h2 {
    font-size: 26px;
  }
  .gm-style-iw-d {
    color: #00a1c0;
  }
  .ckidka .old-price .li p span {
    font-size: 80px;
  }
  section.otzovy h2 {
    text-align: center;
  }
  .kartas #gotosxema,
  .kartas #btn_submit,
  .kartas #gotosxema:hover,
  .kartas #btn_submit:hover,
  .kartas #gotosxema:focus,
  .kartas #btn_submit:focus,
  .kartas #gotosxema:active,
  .kartas #btn_submit:active {
    color: #fff;
    background-color: #3d6598;
    padding: 0px 15px 1px 15px;
    border-radius: 40px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    box-shadow: none;
    border: 1px solid #005bab;
  }
  .zapkart {
    padding: 20px 10px 20px 10px;
  }
  .zapkart input.formkart {
    text-transform: capitalize;
  }
  .zapkart .input-ico {
    left: 15px;
    top: 8px;
  }
  .zapkart input.formkart {
    display: block;
    width: 100%;
    padding: 0 20px 0 40px;
    margin-bottom: 10px;
    line-height: 40px;
    border: 1px solid #168bb6;
    border-radius: 20px;
    font-family: "Roboto", sans-serif;
  }
  .zapkart .agree {
    text-align: left;
  }
  .karts .karta {
    height: 630px;
  }
  
  .mb-45 {
    margin-bottom: 45px;
  }
  img {
    vertical-align: middle;
  }
  .f-w {
    width: 100%;
  }
  .d-b {
    display: block;
  }
  .mb-10 {
    margin-bottom: 10px;
  }
  .h2 {
    font-family: "Sansation";
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    color: #223a52;
    padding: 0px;
    margin: 0px;
    line-height: 40px;
  }
  .position {
    color: #6b727e;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "PT Sans Caption", sans-serif;
    margin-bottom: 20px;
  }
  .title_Blocki {
    position: relative;
    height: 12px;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .title_Blocki:before {
    content: "";
    position: absolute;
    background-color: #d8d8d8;
    height: 1px;
    width: 100%;
    left: 0px;
    z-index: 1;
  }
  .title_Blocki span {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    color: #6b727e;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "PT Sans Caption", sans-serif;
    background-color: #fff;
    padding-right: 10px;
  }
  div.support {
    display: inline-block;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 5px;
  }
  .current-control-label {
    display: none;
    position: absolute;
    z-index: 9998;
    bottom: 101%;
    left: 0%;
    text-align: left;
    cursor: default;
    padding-bottom: 3px 3px 3px 15px;
    margin: 0 0 1px 0px;
    height: auto;
    font-family: "PT Sans Caption", sans-serif;
    font-size: 11px;
    border: 1px solid #333;
    background: #fff;
  }
  .ml-20 {
    margin-left: 20px;
  }
  .title_Blocki {
    position: relative;
    height: 12px;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .certs-img {
    display: inline-block;
  }
  .certs-img a {
    display: block;
    width: 90px;
    height: 90px;
    overflow: hidden;
    float: left;
    margin: 5px;
    background-position: center;
    background-size: cover;
  }
  .video-review {
    background-color: rgba(235, 235, 235, 0.7);
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  .video-review__content {
    max-width: 540px;
    position: relative;
  }
  .video-review__title,
  .video-review__title span {
    font-family: "Sansation", sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.2;
    margin-top: 55px;
    text-align: inherit;
  }
  .video-review__title span {
    line-height: 1.5;
    color: #00b6ad;
    font-size: 28px;
    padding-bottom: 15px;
  }
  .video-review__subtitle {
    margin-bottom: 5px;
    margin-top: 15px;
    display: block;
    color: #1e1e1e;
    font-family: "PT Sans", sans-serif;
    font-size: 17px;
    line-height: 1.4;
    font-weight: normal;
  }
  
  .recommendations__play {
    position: absolute;
    width: 100px;
    height: 100px;
    right: -140px;
    top: 11px;
  }
  .recommendations__play .circle-icon_big {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
  }
  .recommendations__play .circle-icon_big:before {
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    margin-left: 0;
  }
  .button_orange[data-js-active-button]:after,
  .button_orange[data-js="active-button"]:after {
    --size: 0;
    content: "";
    background: radial-gradient(
      circle 79px at center,
      #d46f00 0,
      #ffba00 56%,
      rgba(255, 186, 0, 0.9) 100%
    );
    -webkit-transition: width 0.2s ease-out, height 0.2s ease-out;
    transition: width 0.2s ease-out, height 0.2s ease-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 50%;
    left: var(--x);
    top: var(--y);
    width: var(--size);
    height: var(--size);
    z-index: 0;
  }
  
  .progressive-image-wrapper {
    display: inline-block;
    position: relative;
    overflow: hidden;
    outline: none;
    margin: 0;
  }
  .progressive-image {
    display: inline-block;
    max-width: none;
    border: 0;
    height: auto;
    width: 100%;
  }
  @media screen and (max-width: 1359px) {
    .guest-book {
      padding-bottom: 235px;
    }
  }
  .about-employee,
  .answers-videos__grid,
  .answers-videos__grid__grid,
  .best-flex__price-grid,
  .calc__option__counts-grid,
  .calc__option__crowns-grid,
  .calc__option__systems-grid,
  .cards-with-text__grid,
  .choice-of-two__grid,
  .contact-us__form__button,
  .contact-us__grid,
  .director-quote__grid,
  .double-grid,
  .employee-specialization__grid,
  .fair-prices__items,
  .footer-top__booster,
  .guest-book__content,
  .half-block__grid,
  .header-menu-wrapper_with-search .header-search,
  .header-menu__dropdown__menu__row,
  .header-menu__dropdown__menu_half,
  .header-menu__dropdowns_mobile__tabs,
  .imaged-block__grid,
  .info-quote__grid,
  .ir-implantation__grid,
  .ir-implantation__right,
  .lead-write__grid,
  .mass-media__grid,
  .memo__grid,
  .minus-list_flex,
  .offers__grid,
  .plus-list_flex,
  .prices-slider__item__list,
  .rating-of-implants__grid,
  .service-mini,
  .service-mini__addresses,
  .service-mini__items,
  .service-work__result,
  .steps__block,
  .text-with-booster__grid,
  .two-visits-slider,
  .types-of-crowns-for-implants__grid,
  .video-holder,
  .warranty-triple .warranty__quote-block,
  .warranty__grid,
  .warranty__text__grid,
  .what-is-included-points__blocks,
  .what-is-included-points__info,
  .why-choose-us__text__grid,
  .with-image-slider,
  .work-about__grid,
  .work-about__grid > :first-child > div {
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
    display: -webkit-box;
    display: flex;
  }
  .about-employee > *,
  .answers-videos__grid > *,
  .answers-videos__grid__grid > *,
  .best-flex__price-grid > *,
  .calc__option__counts-grid > *,
  .calc__option__crowns-grid > *,
  .calc__option__systems-grid > *,
  .cards-with-text__grid > *,
  .choice-of-two__grid > *,
  .contact-us__form__button > *,
  .contact-us__grid > *,
  .director-quote__grid > *,
  .double-grid > *,
  .employee-specialization__grid > *,
  .fair-prices__items > *,
  .footer-top__booster > *,
  .guest-book__content > *,
  .half-block__grid > *,
  .header-menu-wrapper_with-search .header-search > *,
  .header-menu__dropdown__menu__row > *,
  .header-menu__dropdown__menu_half > *,
  .header-menu__dropdowns_mobile__tabs > *,
  .imaged-block__grid > *,
  .info-quote__grid > *,
  .ir-implantation__grid > *,
  .ir-implantation__right > *,
  .lead-write__grid > *,
  .mass-media__grid > *,
  .memo__grid > *,
  .minus-list_flex > *,
  .offers__grid > *,
  .plus-list_flex > *,
  .prices-slider__item__list > *,
  .rating-of-implants__grid > *,
  .service-mini > *,
  .service-mini__addresses > *,
  .service-mini__items > *,
  .service-work__result > *,
  .steps__block > *,
  .text-with-booster__grid > *,
  .two-visits-slider > *,
  .types-of-crowns-for-implants__grid > *,
  .video-holder > *,
  .warranty-triple .warranty__quote-block > *,
  .warranty__grid > *,
  .warranty__text__grid > *,
  .what-is-included-points__blocks > *,
  .what-is-included-points__info > *,
  .why-choose-us__text__grid > *,
  .with-image-slider > *,
  .work-about__grid > *,
  .work-about__grid > :first-child > div > * {
    -webkit-box-flex: 1;
    flex: 1 0 50%;
  }
  .guest-book__title {
    text-align: left;
    font-family: "Sansation";
    font-style: normal;
    font-weight: bold;
  }
  @media screen and (max-width: 1359px) {
    .guest-book__sub-title {
      max-width: 405px;
    }
  }
  @media screen and (max-width: 1359px) {
    .guest-book__image {
      width: 447px;
      height: 298px;
    }
  }
  .guest-book__image > .progressive-image {
    border-radius: 10px;
  }
  .progressive-image-bg {
    background-position: 50%;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .progressive-image {
    display: inline-block;
    max-width: none;
    border: 0;
    height: auto;
    width: 100%;
  }
  @media screen and (max-width: 1359px) {
    .guest-book-slider,
    .slider-wrapper-guest-book {
    }
  }
  
  .guest-book {
    position: relative;
    padding-bottom: 0px;
  }
  .guest-book__sub-title {
    text-align: left;
    max-width: 510px;
    margin-left: 0;
  }
  .guest-book__image {
    background-size: cover;
    position: relative;
    display: block;
    width: 600px;
    height: 400px;
    background: url(/local/templates/dentalux/assets/img/stomatologiya.jpg);
  }
  
  .slider-wrapper-guest-book {
    position: absolute;
    top: 200px;
  }
  .guest-book-slider__navigator {
    font-family: Rubik, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    margin-top: 4px;
    font-size: 14px;
  }
  .guest-book-slider__navigator > div > div {
    position: relative;
    width: 100px;
    height: 46px;
  }
  .guest-book-slider__navigator__button.prev {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    left: 0;
  }
  .guest-book-slider__navigator__button svg {
    -webkit-transition: fill 0.2s ease-in;
    transition: fill 0.2s ease-in;
    width: 24px;
    height: 16px;
  }
  .circle-icon:after,
  .double-grid_calculate > :first-child:after,
  .employee-certificates-slider__navigator__button:after,
  .guest-book-slider__navigator__button:after,
  .header-menu__dropdown_mobile__bottom > div:after,
  .header-menu__dropdowns_mobile__tabs > :after,
  .header-menu_mobile__sections > :after,
  .html-slider__navigator__button:after,
  .html-slider__pager-wrapper > :first-child:after,
  .html-slider__pager .slider__item:after,
  .ir-implantation__right__icon:after,
  .map-addresses__close:after,
  .metro-map__grid > :after,
  .mfp-inline-holder .mfp-close:after,
  .mfp_image-popup .mfp-close:after,
  .mfp_video-popup .mfp-close:after,
  .page-header__wallpaper:after,
  .price-table__links:after,
  .prices-slider__navigator__button:after,
  .scrolls > .row > :after,
  .scrolls > .row_short > :after,
  .slider-employee__slide__feature:after,
  .therapist__block__feature:after,
  .video-slider__navigator__button:after {
    content: "";
    min-height: inherit;
    font-size: 0;
  }
  .guest-book-slider__navigator__button.next {
    right: 0;
  }
  .guest-book-slider__navigator__button {
    background-color: transparent;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    border-radius: 50%;
    position: absolute;
    width: 46px;
    height: 46px;
    z-index: 1;
    top: 0;
  }
  
  .guest-book-slider {
    box-shadow: 0 10px 29px rgba(70, 81, 86, 0.18);
    border-radius: 10px;
    background-color: #fff;
    min-height: 288px;
    width: 700px;
  }
  section .guest-book-slider {
    width: 800px;
  }
  section .row.zapisuslug .telzapisicon.newzvon {
    height: 54px;
  }
  section .row.zapisuslug .telzapisicon.newzvon .knopkaklass {
    padding-top: 0px;
    left: 15px;
  }
  
  section .row.zapisuslug .telzapisicon.newzvon .knopkaklass a,
  section .row.zapisuslug .telzapisicon.newzvon .knopkaklass a:hover {
    color: #fff;
    text-decoration: none;
    line-height: 38px;
    font-size: 13px;
  }
  .guest-book-slider__slide {
    padding: 50px 60px 50px 245px;
    position: relative;
    min-height: 288px;
  }
  
  .guest-book-slider__scan img {
    max-width: 150px;
    max-height: 150px;
    height: 100%;
  }
  
  .guest-book-slider__scan {
    background-color: #fff;
    position: absolute;
    border-radius: 5px;
  }
  .guest-book-slider__scan {
    box-shadow: 0 10px 29px rgba(70, 81, 86, 0.12);
    cursor: pointer;
    width: 150px;
    height: 150px;
    left: 65px;
    top: 54px;
  }
  .guest-book-slider__fio {
    font-family: "Sansation";
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    line-height: 26px;
    margin-top: 5px;
    color: #00b6ad;
    font-size: 22px;
  }
  .guest-book-slider__text {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-top: 14px;
    line-height: 1.3;
    color: #5f6877;
    font-size: 14px;
  }
  
  .guest-book-slider__scan div {
    padding-left: 24px;
    position: absolute;
    font-size: 14px;
    color: #00beb4;
    bottom: -25px;
  }
  .otzyv.slick-arrow {
    position: absolute;
    top: 0;
  }
  
  .otzyv.slick-next {
    display: block;
    left: 50px;
  }
  .otzyv.slick-prev {
    display: block;
    left: 15px;
  }
  .otzivdob {
    text-align: right;
  }
  .otzivdob a {
    margin-top: 25px;
    color: #fff;
    background-color: #3d6598;
    padding: 0px 15px 1px 15px;
    border-radius: 40px;
  }
  div.support {
    display: inline-block;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 5px;
  }
  
  .containers {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
  }
  
  @media screen and (max-width: 991px) {
    .slider-wrapper-guest-book {
      position: relative;
      top: 0px;
      width: 100%;
    }
    h1.h2,
    .float__contacts .h2,
    .gdenuzhno {
      margin-top: 15px;
    }
    #block1 .containers {
      min-height: auto;
      padding: 10px 0;
    }
  }
  
  @media screen and (max-width: 767px) {
    .guest-book-slider {
      width: 100%;
      min-height: auto;
    }
    .guest-book-slider__scan img {
      max-width: 100px;
      max-height: 100px;
      height: 100%;
    }
    .guest-book-slider__scan {
      box-shadow: 0 10px 29px rgba(70, 81, 86, 0.12);
      cursor: pointer;
      width: 100px;
      height: 100px;
      left: 24px;
      top: 17px;
    }
    .guest-book-slider__slide {
      padding: 20px 20px 20px 180px;
      position: relative;
      min-height: auto;
    }
  }
  
  @media screen and (max-width: 500px) {
    .video-review__title,
    .video-review__title span {
      font-size: 18px;
    }
    .video-review__title span {
      line-height: 1.3;
      font-size: 22px;
    }
  
    .promo-box .title h3 {
      font-size: 20px;
      line-height: 1;
    }
  }
  
  @media (max-width: 1200px) and (min-width: 768px) {
    #bx-pager a.active {
      display: block;
    }
    #bx-pager a {
      display: none;
      margin: 0 auto;
      float: none;
    }
  
    #bx-pager a.active:before,
    #bx-pager a.active:after {
      background-color: #e9e9e9;
      width: 48px;
      height: 1px;
      left: -20px;
      top: 20px;
      content: "";
      display: block;
      position: absolute;
    }
    #bx-pager a.active:after {
      left: auto;
      right: -20px;
    }
    #bx-pager a:first-child:before {
      display: none !important;
    }
    #bx-pager a:last-child:after {
      display: none !important;
    }
  }
  
  @media (max-width: 767px) {
    section h1 {
      font-size: 36px;
    }
    section h2 {
      font-size: 36px;
    }
    .writeNow-title,
    .writeNow-title-light {
      margin-bottom: 15px;
    }
  }
  
  @media (max-width: 768px) {
    #etap #bx-pager {
      display: none;
    }
  }
  @media (max-width: 600px) {
    section h1 {
      font-size: 25px;
      letter-spacing: 1px;
      margin-top: 5px;
    }
    section h2 {
      font-size: 23px;
      letter-spacing: 1px;
    }
    .opales__header {
      font-size: 27px;
      line-height: 1;
    }
    .writeNow {
      padding: 7px 0 25px 0;
    }
    .airflow__block__text > * {
      margin-left: 0px;
    }
    .types__header {
      font-size: 27px;
    }
    section .bx-wrapper {
      padding: 0px;
      text-align: center;
      margin: 0 auto;
    }
    section .bx-wrapper img {
      max-width: 100%;
      display: block;
      margin: 0 auto;
    }
    .screen-2 .bxslider-title {
      font-size: 22px;
      margin-left: 0px;
    }
    section .bx-wrapper .bx-controls-direction a {
      width: 13px;
    }
    #etap {
      padding: 20px 0;
    }
    .karts {
      background: none;
    }
    #block1 .containers {
      min-height: auto;
      padding: 10px 15px;
    }
  }
  .sliderss .slider-wrapper-guest-book {
    position: relative;
    top: 0px;
  }
  .sliderss .slider-wrapper-guest-book {
    margin-bottom: 25px;
  }
  .sliderss .guest-book-slider__scan {
    overflow: hidden;
    text-align: center;
  }
  
  .sliderss .guest-book-slider__scan img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .gdenuzhno.otzivh2 {
    margin-top: 100px;
  }
  .otzivopis {
    position: absolute;
    box-shadow: 0 10px 29px rgba(70, 81, 86, 0.18);
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
    font-size: 22px;
    right: -150px;
    z-index: 11;
    width: 700px;
    bottom: 35px;
  }
  .otzivdobs a {
    margin-top: 50px;
    color: #fff;
    background-color: #3d6598;
    padding: 0px 15px 1px 15px;
    border-radius: 40px;
    margin-right: 100px;
  }
  .otzivtop {
    position: relative;
    top: -70px;
  }
  .thumbnail__wrap {
    position: relative;
    overflow: hidden;
    background-color: #000;
    height: 255px;
  }
  .thumbnail__wrap img.thumbnail {
    min-width: 100%;
    opacity: 0.5;
  }
  .thumbnail__wrap .plays {
    position: absolute;
    display: block;
    width: 153px;
    height: 153px;
    top: 50%;
    margin-top: -76.5px;
    left: 50%;
    margin-left: -76.5px;
  }
  .thumbnail__wrap .namess {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  
  .thumbnail__wrap .namess a {
    font-family: "Sansation";
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    line-height: 26px;
    margin-top: 5px;
    color: #fff;
    font-size: 22px;
  }
  .block-text {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    border: 2px solid #ccc;
    position: relative;
    padding: 7px 7px;
  }
  .otdo {
    padding-bottom: 40px;
  }
  .otdon {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .type-videos__items {
    font-family: Roboto, sans-serif;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 25px;
    color: #555;
    padding: 3px 15px 4px 15px;
    border-radius: 40px;
  }
  a:hover.type-videos__items,
  .type-videos__items.active {
    background-color: #3d6598;
    color: #fff;
    text-decoration: none;
  }
  .foto .img-box {
    width: 100%;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .foto .img-box img {
    max-width: 100%;
    height: 100%;
    position: relative;
  }
  .dktr.slider-wrapper-guest-book {
    position: absolute;
    top: 150px;
  }
  
  div.bx-prev,
  div.bx-next {
    width: 25px;
    height: 47px;
    z-index: 9990;
    top: 33%;
    position: absolute;
    outline: 0;
    text-indent: -9999px;
  }
  
  div.bx-prev {
    background: url(/local/templates/dentalux/assets/css/../img/slide-arrows.png) no-repeat 0 0;
    left: -30px;
  }
  div.bx-next {
    background: url(/local/templates/dentalux/assets/css/../img/slide-arrows.png) no-repeat 100% 0;
    right: -30px;
  }
  .slaider-actions .fon {
    width: 100%;
  }
  
  @media screen and (max-width: 1200px) {
    .dktr.slider-wrapper-guest-book {
      position: static;
      top: 0px;
    }
  }
  
  @media screen and (max-width: 992px) {
    .otzivopis {
      position: static;
      width: 100%;
      max-width: 100%;
      margin-bottom: 25px;
    }
    .guest-book__content {
      width: 100%;
      text-align: center;
    }
    .otzivdob {
      text-align: center;
    }
  
    .otzivdobs a {
      text-align: center;
      margin: 0 auto;
      width: 200px;
      margin-top: 20px;
      position: static;
      margin-bottom: 105px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .sliderss .guest-book-slider__scan {
      position: static;
    }
  
    .guest-book-slider__slide.standart {
      padding: 20px 20px 20px 20px;
      position: relative;
      min-height: auto;
    }
    .link.dashed {
      display: none;
    }
    .ocen {
      display: none;
    }
    .slider-wrapper-guest-books {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px;
    }
  }
  
  @media screen and (max-width: 500px) {
    h1.gdenuzhno {
      font-size: 23px;
    }
  }
  
  section.kartglav {
    position: relative;
    margin-bottom: 0px;
  }
  .kartglav .float__contacts {
    top: 110px;
  }
  
  section a.klassknopka {
    color: #fff;
    background-color: #3d6598;
    padding: 3px 15px 4px 15px;
    border-radius: 40px;
    text-decoration: none;
  }
  section a.klassknopka:hover {
    text-decoration: none;
  }
  section.block-doc {
    background: url(/local/templates/dentalux/assets/css/../img/background-dentalux-m4.png) no-repeat center bottom;
  }
  section.slovodir h2,
  section.rassrochka h2,
  section.uslugklin h2 {
    text-align: center;
    margin: 50px 0;
    color: #113c57;
  }
  section.uslugklin .imgicons {
    height: 70px;
    border: 2px solid #4a83cc;
    border-radius: 15px;
    width: 100%;
    max-width: 70px;
  }
  section.uslugklin p {
    float: left;
    height: 70px;
  }
  section.uslugklin p span {
    padding-left: 15px;
    color: #6b727e;
  
    font-size: 14px;
    text-transform: uppercase;
    font-family: "PT Sans Caption", sans-serif;
  }
  section.uslugklin img {
    padding: 10px;
  }
  section.uslugklin .icughov:hover .imgicons {
    border: 4px solid #6b727e;
  }
  section.uslugklin .icughov:hover p span {
    font-weight: bolder;
  }
  section.rassrochka .say {
    text-align: left;
  }
  .regular img {
    height: 100%;
    margin: 0 auto;
  }
  .regular a {
    height: 100%;
    min-height: 240px;
    text-align: center;
  }
  div.videoclass div,
  div.doctor-item {
    margin: 0 auto;
    text-align: center;
  }
  div.actcentr .promo-box {
    margin: 0 auto;
    max-width: 520px;
    width: 100%;
  }
  div.videoclass {
    display: block;
    width: 100%;
  }
  .regularst div.videoclass img {
    height: 100%;
    max-height: 150px;
    margin: 0 auto;
    border-radius: 20px;
  }
  div.videoclass a {
    padding-left: 15px;
    color: #6b727e;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "PT Sans Caption", sans-serif;
    padding-bottom: 10px;
  }
  .regularst div.newss img {
    height: unset;
    width: 80%;
    margin: 0 auto;
    border-radius: 20px;
  }
  .regularst div.newss div {
    text-align: left;
  }
  div.newss {
    display: block;
    width: 100%;
    height: 350px;
    padding: 10px;
  }
  
  div.videoclass:hover {
    background: #0085d1;
    border-radius: 15px;
    color: #fff;
  }
  
  div.newss:hover {
    border-radius: 10px 20px;
  }
  div.videoclass:hover a {
    color: #fff;
  }
  div.videoclass:hover img {
    border-radius: 0px;
  }
  .all-spec {
    margin: 0 auto;
  }
  section .col-12 h2 {
    text-align: center;
    margin-bottom: 70px;
    margin-top: 70px;
  }
  section {
    margin: 20px 0;
  }
  section.kartglav .karta {
    margin-top: 30px;
  }
  .slovodir img {
    width: 100%;
  }
  
  .dent {
    background: url(/local/templates/dentalux/assets/css/../img/background-dentalux-m4.png) no-repeat center center;
    background-size: 100%;
    width: 100%;
    min-height: 160px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  @media (min-width: 992px) {
    .pt-90-lg {
      padding-top: 50px;
    }
  }
  @media (min-width: 992px) {
    .mb-40-lg {
      padding-bottom: 0px;
    }
  }
  .uppercase {
    text-transform: uppercase !important;
    font-size: 32px;
  }
  .bread__crumbs-list {
    list-style: none;
    padding: 0;
  }
  .crumbs__list-item {
    float: left;
    margin: 0 5px;
    list-style: none;
  }
  .crumbs__dotted {
    font-size: 8px;
    line-height: 3;
  }
  .bread__crumbs-link {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.78;
    color: #858585;
    padding: 5px 0;
  }
  .krohi .xlebkrox {
    padding-left: 50px;
    padding-bottom: 50px;
  }
  header menu.top a.actions {
    display: block;
    margin: 0px;
    padding: 4px 4px;
    border: 1px solid transparent;
    font-family: "PT Sans Caption", sans-serif;
    font-size: 12px;
    font-weight: bolder;
    color: #dc3545;
  }
  .socset img {
    max-height: 50px;
  }
  .mail_sob_socset {
    width: 100%;
    position: static;
    display: block;
    margin-bottom: 65px;
  }
  .socset li {
    float: left;
    margin-right: 10px;
    list-style-type: none; /* Убираем маркеры */
  }
  .otzivdob a,
  .otzivdob a:link,
  .otzivdob a:visited,
  .ssilkaotziv a,
  .ssilkaotziv a:link,
  .ssilkaotziv a:visited {
    color: #ffffff;
  }
  
  .boxvideo {
    position: relative;
  }
  .boxvideo .boxvideo-img {
    position: relative;
    z-index: 1;
  }
  .boxvideo .boxvideo-img img {
    width: 100%;
    height: auto;
  }
  .boxvideo .boxvideo-img:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(99, 111, 123, 0.63);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
  }
  .boxvideo:hover .boxvideo-img:before {
    opacity: 1;
  }
  .boxvideo .link {
    position: absolute;
    top: 25%;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .boxvideo .link a {
    width: 40px;
    height: 40px;
    background: #3d6598;
    color: #fff;
    position: relative;
    top: 45%;
    left: 40%;
    opacity: 0;
    font-size: 16px;
    line-height: 40px;
    margin-right: 5px;
    display: inline-block;
    transition: all 0.3s ease 0s;
    border: 1px solid #254a79;
  }
  .boxvideo .link .names a {
    width: 100%;
    left: 0;
    margin-top: 40px;
  }
  .boxvideo .link a:before {
    font-family: "FontAwesome";
  }
  .boxvideo .link a:hover {
    text-decoration: none;
    color: #fff;
    background: #254a79;
  }
  .boxvideo:hover .link a {
    opacity: 1;
    text-align: center;
  }
  @media only screen and (max-width: 990px) {
    .boxvideo {
      margin-bottom: 20px;
    }
  }
  .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  }
  
  .newsuslug .relat,
  .newsnew .relat {
    width: 100%;
  }
  
  .newsuslug .item,
  .newsnew .item {
    border: none;
    margin: 0 15px;
    padding: 0;
    padding-bottom: 74%;
    height: 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
  }
  .item .dark_block_animate {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    height: 100%;
    z-index: 2;
  }
  .item .dark_block_animate,
  .item.wline:after {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    position: absolute;
    width: 100%;
  }
  .scale_block_animate {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .newsuslug .item .img_block,
  .newsnew .item .img_block {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
  }
  .newsuslug .item:hover .img_block,
  .newsnew .item:hover .img_block {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
  .newsuslug .item .info,
  .newsnew .item .info {
    color: #555;
    line-height: 18px;
  }
  .newsuslug .item .info,
  .newsnew .item .info {
    line-height: 18px;
    padding-left: 115px;
  }
  .newsuslug .item .info,
  .newsnew .item .info {
    padding: 0;
    position: absolute;
    bottom: 0;
    z-index: 4;
    margin: 0 23px 17px;
  }
  .newsuslug .item .title,
  .newsnew .item .title {
    line-height: 18px;
  }
  .newsuslug .item .title,
  .newsnew .item .title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 9px;
  }
  .newsuslug .item .info > div,
  .newsnew .item .info > div {
    -webkit-transition: -webkit-transform 0.333s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.333s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .title .wrap_outer {
    position: relative;
    left: -3px;
    padding: 3px 0 5px;
    font-size: 20px;
    line-height: 20px;
    background: #d4d4d4;
    color: #fff;
    display: inline;
    font-weight: 600;
  }
  .title .wrap_outer .inner_text {
    position: relative;
    display: block;
    padding: 10px;
    color: #fff;
    font-style: normal;
    background: #d4d4d4;
    z-index: 1;
  }
  .newsnew .title .wrap_outer .inner_text {
    font-size: 15px;
  }
  .title .wrap_outer,
  .title .wrap_outer .inner_text {
    background-color: #5493e4;
  }
  .newsuslug .item .info .text,
  .newsnew .item .info .text {
    padding: 0 !important;
  }
  .newsuslug .item .text,
  .newsnew .item .text {
    line-height: 18px;
    transition: all ease 0.3s !important;
  }
  .newsuslug .item .info > div,
  .newsnew .item .info > div {
    -webkit-transition: -webkit-transform 0.333s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.333s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .newsuslug .item .info .text,
  .newsnew .item .info .text {
    opacity: 0;
    visibility: hidden;
    height: 0;
    color: #fff;
    font-size: 12px;
    max-height: 54px;
    overflow: hidden;
  }
  .newsuslug .item:hover,
  .newsnew .item:hover {
    border-color: #dadde1;
  }
  section h4.csop {
    text-align: center;
    padding: 15px;
    font-weight: bolder;
    font-size: 27px;
    text-transform: uppercase;
  }
  .newsuslug .item:hover .dark_block_animate,
  .newsnew .item:hover .dark_block_animate {
    opacity: 1;
  }
  .newsuslug .item:hover .info .text,
  .newsnew .item:hover .info .text {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    height: auto;
    opacity: 1;
    visibility: visible;
    display: block;
    margin: 18px 5px 0 0;
  }
  .form input.knopkasiniya {
    background: #0077b9;
    color: #fff;
    width: auto;
    margin: 15px;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .shapka {
    background: #0077b9;
  }
  .shapkaagree {
    background: #0077b9;
    width: 100%;
    text-align: center;
  }
  .shapkaagree .agree {
    color: #fff;
    padding: 15px 0;
    font-size: 12px;
    font-weight: bold;
  }
  .shapka h2 {
    color: #fff;
    padding-bottom: 25px;
    padding-top: 25px;
    margin-bottom: 0px;
  }
  .telopisma {
    margin-top: 20px;
  }
  .telopisma .input-group-text {
    background: #0077b9;
    color: #fff;
  }
  .fancybox-close-small svg {
    color: #fff;
    background: #0077b9;
  }
  .telopisma input.form-control {
    padding-bottom: 0;
    font-size: 18px;
  }
  
  .banner_uslug,
  .hero-slide {
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .hero-content {
    height: 400px;
    display: table-cell;
    vertical-align: middle;
  }
  .slide-message {
    margin-bottom: 20px;
  }
  @media (min-width: 992px) {
    .hero-content {
      height: 540px;
    }
  }
  .bigslaider div.bx-prev {
    left: 30px;
    top: 45%;
  }
  .bigslaider div.bx-next {
    right: 30px;
    top: 45%;
  }
  section.bigslaider h2 {
    background: #0077b9;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0;
  }
  section.bigslaider h3 {
    color: #ffffff;
    margin: 0 auto;
    margin-top: 5px;
    font-size: 37px;
    margin-bottom: 20px;
    background: #ed262b;
    width: max-content;
    padding: 6px 25px;
  }
  section.bigslaider div.imgflex {
  }
  section.bigslaider a.da-link {
    position: relative;
    top: 20px;
    width: 100%;
  }
  section.bigslaider a.da-link.right {
    left: 28%;
  }
  section.bigslaider a.da-link.left {
    bottom: 0;
  }
  section.bigslaider .posrel {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 220px;
  }
  .btnd {
    padding: 0 !important;
    position: relative;
  }
  .btnd > span > span {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  
  .btnd > span > span span {
    position: absolute;
    width: auto;
    display: block;
    opacity: 1;
    font-size: 16px;
    font-weight: bold;
    font-family: "Sansation";
    top: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 12px 12px;
    text-align: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background: #ed262b;
    color: #fff;
    -webkit-transition: -webkit-transform 0.2s linear, background 0.2s linear;
    transition: transform 0.2s linear, background 0.2s linear;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    line-height: 16px;
  }
  
  .left .btnd > span > span span {
    left: 0;
  }
  .center .btnd > span > span span,
  .right .btnd > span > span span {
    right: 0;
  }
  
  .btnd:hover > span > span span:first-of-type {
    background: #ed262b;
  }
  .btnd > span > span span:nth-of-type(2) {
    -webkit-transform: rotateX(-90deg) translateZ(52px);
    transform: rotateX(-90deg) translateZ(52px);
    background: #3c3c3c;
  }
  
  .btnd:hover > span > span span:nth-of-type(2) {
    background: #0077b9;
    /*color: #fff;*/
  }
  .btnd:active > span > span span:nth-of-type(2) {
    background: #a11006;
    /*color: #fff;*/
  }
  .btnd:hover > span > span {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
  .cross_img {
    width: 11px;
    height: 11px;
    display: inline-block;
    background: url(/local/templates/dentalux/assets/css/../img/cross.svg);
    margin-right: 10px;
    margin-bottom: -2px;
  }
  @media (max-width: 1200px) {
    .hero-content {
      height: 500px;
    }
    section.bigslaider h2 {
      font-size: 37px;
    }
    section.bigslaider h3 {
      font-size: 30px;
    }
    .btnd > span > span span {
      font-size: 14px;
    }
  }
  @media (max-width: 992px) {
    section.bigslaider h2 {
      font-size: 28px;
    }
    section.bigslaider h3 {
      padding: 0px 15px;
      font-size: 24px;
    }
    .btnd > span > span span {
      font-size: 12px;
    }
  }
  @media (max-width: 800px) {
    .hero-content {
      height: 350px;
    }
  }
  
  section.video_uslug {
    background-color: #5cd2f6;
    position: relative;
    background-image: url(/local/templates/dentalux/assets/css/../img/fonvid.svg);
    background-size: 21px 26px;
    background-repeat: repeat;
  }
  section.video_uslug img {
    margin: 0 auto;
    margin-top: 50px;
  }
  section.video_uslug .title {
    font-family: "Sansation", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 25px;
    font-size: 36px;
    color: #fff;
    text-align: center;
  }
  section.video_uslug .opismal {
    margin-bottom: 50px;
    color: #fff;
    text-align: center;
  }
  section.doctor_uslug {
    background-color: #cecece3d;
    position: relative;
    background-image: url(/local/templates/dentalux/assets/css/../img/fonvid.svg);
    background-size: 21px 26px;
    background-repeat: repeat;
  }
  section .row.zapisuslug {
    border-radius: 10px;
    border: 10px solid #e9ecee;
    position: relative;
  }
  
  section .row.zapisuslug .imgzakaz {
    float: left;
    margin: 15px;
    display: block;
  }
  section .row.zapisuslug .imgzakaz .borders {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
  }
  section .row.zapisuslug .imgzakaz img {
    max-width: 100%;
    display: block;
    max-height: max-content;
  }
  section .row.zapisuslug .nazzakaz {
    margin: 15px 0;
  }
  section .row.zapisuslug .nazzakaz {
    color: #a5a5a5;
    font-size: 14px;
    line-height: 1;
    font-weight: bolder;
  }
  section .row.zapisuslug .nazzakaz .namevrach {
    color: #0082ce;
    margin-left: 170px;
    padding-top: 10px;
  }
  section .row.zapisuslug .nazzakaz .specvrach {
    padding-top: 40px;
    margin-left: 170px;
  }
  section .row.zapisuslug .telzapis {
    margin: 15px;
    padding-top: 35px;
  }
  section .row.zapisuslug .telzapisicon {
    background-image: url(/local/templates/dentalux/assets/css/../img/tel24.svg);
    background-position-y: 0px;
    padding-left: 70px;
    background-repeat: no-repeat;
  }
  section .row.zapisuslug .telzapisicon a {
    line-height: 24px;
    font-size: 20px;
    color: #0082ce;
    font-weight: bold;
  }
  
  section .row.zapisuslug .knopkaklass {
    width: 100%;
    text-align: left;
    margin: 0px;
    padding-top: 54px;
    position: relative;
    left: -40px;
  }
  section.banner_uslug div {
    text-align: center;
  }
  section.banner_uslug img {
    max-height: 360px;
    text-align: center;
    margin: auto;
  }
  section.banner_uslug h2 {
    color: #ffffff;
    margin: 0 auto;
    margin-top: 82px;
    font-size: 37px;
    margin-bottom: 20px;
    background: #ed262b;
    width: max-content;
    padding: 6px 25px;
  }
  
  section.banner_uslug p.txtbanner {
    background: #0077b9;
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 0;
  }
  
  section.banner_uslug button.buttoneffect {
    margin-top: 15px;
    font-size: 15px;
    padding: 2px 10px 5px 10px;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
  }
  
  button.buttoneffect {
    font-family: "PFDinReqular", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    padding: 7px 20px;
    left: 50%;
    width: auto;
    border-radius: 10px;
    color: white;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.8);
    border: 5px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.35);
    background: #ec861f;
    cursor: pointer;
    outline: 0 !important;
    animation: pulse 2s infinite alternate;
    transition: background 0.8s, border 0.4s, margin 0.4s;
  }
  button.buttoneffect:hover {
    background: #de770f;
    margin-top: -1px;
  
    animation: none;
  }
  button.buttoneffect:active {
    border-bottom-width: 0;
    margin-top: 5px;
  }
  @keyframes pulse {
    0% {
      margin-top: 0px;
    }
    100% {
      margin-top: 6px;
    }
  }
  
  section.blockobsch {
    margin: 30px 0;
  }
  
  section.blockobsch h2 {
    margin-top: 20px;
    text-align: left;
    font-size: 35px;
    margin-bottom: 20px;
  }
  section.blockobsch p.samtext {
    text-align: left;
    font-size: 17px;
    font-weight: 400;
  }
  section.blockobsch div.samtext ul {
    text-align: left;
    font-size: 17px;
    font-weight: 400;
  }
  section.blockobsch div.samtext ul li {
    margin-bottom: 10px;
    position: relative;
    list-style-type: none;
  }
  section.blockobsch div.samtext ul li:before {
    content: "";
    background-image: url(/local/templates/dentalux/assets/css/../img/plusik.svg);
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    left: -24px;
    top: 5px;
  }
  section.blockobsch img {
    border: 1px solid #138bd2;
    border-radius: 10px;
  }
  section.blockobsch img.karttri {
    border: none;
    margin: 0 auto;
  }
  section.blockobsch .texttricolon {
    font-size: 14px;
    color: #5f6877;
    text-align: center;
    line-height: 1;
    font-weight: 500;
  }
  section.zapuslugfon {
    position: relative;
    background-image: url(/local/templates/dentalux/assets/css/../img/fonvid.svg);
    background-size: 21px 26px;
    background-repeat: repeat;
    padding: 40px 0;
  }
  section.backbelfon {
    position: relative;
    background-image: url(/local/templates/dentalux/assets/css/../img/fonvid.svg);
    background-size: 21px 26px;
    background-repeat: repeat;
    padding: 40px 0;
  }
  section.backbelfon .classvverh {
    margin-bottom: 25px;
  }
  section.backbelfon img {
    text-align: center;
    margin: 15px auto;
    float: right;
  }
  section.tabysec {
    position: relative;
    background-image: url(/local/templates/dentalux/assets/css/../img/fonvid.svg);
    background-size: 21px 26px;
    background-repeat: repeat;
    padding: 40px 0;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  div.knopik {
    width: max-content;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
  }
  section.tabysec .tab-content {
    width: 100%;
  }
  section.tabysec .maxcenter {
    width: max-content;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
  }
  section.tabysec .maxcenter .nav-tabs {
    border-bottom: none;
  }
  section.tabysec .maxcenter .nav-tabs .nav-item {
    margin-right: 15px;
    text-align: center;
    margin-bottom: 10px;
  }
  section.tabysec .maxcenter .nav-tabs .nav-link {
    color: #ffffff;
    margin: 0 auto;
    background: #0077b9;
    width: max-content;
    padding: 6px 25px;
  }
  section.tabysec .maxcenter .nav-tabs .nav-link.active {
    background: #ed262b;
  }
  section .otstups {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  section .row.otstups .imgzakaz .borders {
    width: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  section .row.otstups .imgzakaz img {
    max-width: 100%;
    display: block;
    max-height: max-content;
  }
  
  section.otdo {
  }
  section.otdo h3 {
    margin-top: 70px;
    text-align: left;
    font-size: 35px;
    margin-bottom: 50px;
  }
  section.otdo div.otdofoto {
    position: relative;
    float: left;
    width: 50%;
    padding: 25px;
    padding-top: 0;
  }
  section.otdo div.opisaniepodfoto {
    position: absolute;
    padding: 2px 12px;
    line-height: 22px;
    font-size: 14px;
    z-index: 1;
    bottom: 30px;
    left: 30px;
    background-color: #f2f0d6;
  }
  section.otdo div.otdofoto:nth-child(1) {
    padding-right: 12px;
  }
  section.otdo div.otdofoto:nth-child(1) div.opisaniepodfoto {
    bottom: 24px;
    left: 24px;
  }
  section.otdo div.otdofoto:nth-child(2) {
    padding-left: 12px;
  }
  section.otdo div.otdofoto:nth-child(2) div.opisaniepodfoto {
    bottom: 24px;
    left: 12px;
  }
  section.otdo img.osnovnoe {
    width: 100%;
    padding: 20px;
  }
  section.tritopolya .shapkatritopolya {
    background-color: #f2f6f8;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 25px;
    padding-bottom: 5px;
    text-align: center;
  }
  section.tritopolya .shapkatritopolya p {
    margin-bottom: 5px;
    padding-bottom: 0px;
  }
  section.tritopolya .shapkatritopolya p b {
    font-size: 22px;
  }
  section.tritopolya .imgtritop {
    position: relative;
    margin-bottom: 20px;
  }
  section.tritopolya .imgtritop img {
    margin: 0 auto;
    width: 100%;
  }
  section.tritopolya .imgtritop div.buttn {
    position: absolute;
    display: block;
    bottom: 0;
    left: 45%;
    width: 50px;
    height: 25px;
    background: #f2f6f8;
  }
  
  section.tritopolya .imgtritop div.buttn:before {
    content: "";
    position: absolute;
    background-image: url(/local/templates/dentalux/assets/css/../img/strtop.svg);
    margin-left: -6px;
    margin-top: 10px;
    display: block;
    width: 14px;
    height: 8px;
    left: 46%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  section.tritopolya .imgtritop div.buttn.collapsed:before {
    content: "";
    position: absolute;
    background-image: url(/local/templates/dentalux/assets/css/../img/strtop.svg);
    margin-left: -6px;
    margin-top: 10px;
    display: block;
    width: 14px;
    height: 8px;
    left: 46%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  section.tritopolya .imgtritop div.skryttritop {
    box-shadow: 0 25px 20px 3px rgba(0, 0, 0, 0.08);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #fff;
    width: 100%;
    z-index: 3;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  section.tritopolya .imgtritop div.skryttritop p {
    padding-left: 25px;
    padding-right: 25px;
  }
  section.tritopolya .imgtritop div.skryttritop p.tsentoptri {
    font-size: 20px;
    font-weight: bolder;
    margin-left: 20px;
  }
  section.tcenik {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  section.tcenik .tabletcen {
    border-top: 1px solid #d8dfe1;
  }
  section.tcenik .tabletcencol {
    border-bottom: 1px solid #d8dfe1;
  }
  section.tcenik .tabletcencol p {
    margin-top: 0;
    margin-bottom: 0;
  }
  section.tcenik .tabletcencol p.perecherk {
    text-decoration: line-through;
    margin-top: 15px;
  }
  section.tcenik .tabletcencol p.aktiondeistv {
    font-size: 13px;
    color: #ffffff;
    background: #ed262b;
    width: max-content;
    padding: 3px 16px;
    margin-top: 5px;
    position: absolute;
    top: -20px;
  }
  section.tcenik .tabletcencol p.tcenact {
    font-size: 20px;
    color: #ffffff;
    background: #0077b9;
    width: max-content;
    padding: 6px 25px;
    margin-top: 15px;
  }
  section.tcenik .tabletcencol p.namestsen {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  section.tcenik p.vstup {
    margin-bottom: 50px;
  }
  .justify-content-center img {
    margin: 0 auto;
  }
  @media (max-width: 1199px) {
    button.buttoneffect {
      padding: 7px 10px;
    }
  }
  @media (max-width: 991px) {
    section.banner_uslug div {
      padding-bottom: 20px;
    }
    section .row.zapisuslug .knopkaklass {
      text-align: center;
      padding-top: 5px;
    }
  }
  
  .btn-one-section {
    position: relative;
    float: left;
    width: 265px;
    height: 44px;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    line-height: 47px;
    letter-spacing: 0.3px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    animation: pulse 2s infinite alternate;
  }
  
  .btn-one-section:before {
    cursor: pointer;
    position: absolute;
    content: "";
    border-radius: 100px;
    top: 3px;
    left: 3px;
    width: 259px;
    height: 38px;
    background: #ed262b;
    font-weight: bold;
    font-family: "Sansation", sans-serif;
    -webkit-box-shadow: inset 3px 3px 5px -1px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 3px 3px 5px -1px rgba(0, 0, 0, 0);
    box-shadow: inset 3px 3px 5px -1px rgba(0, 0, 0, 0);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
  }
  .btn-one-section span {
    cursor: pointer;
    position: relative;
    z-index: 2;
    font-weight: 700;
  }
  .btn-one-section:hover:before {
    -webkit-box-shadow: inset 3px 3px 5px -1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 3px 3px 5px -1px rgba(0, 0, 0, 0.5);
    box-shadow: inset 3px 3px 5px -1px rgba(0, 0, 0, 0.5);
  }
  
  .slaider-actions div.bx-prev,
  .slaider-actions div.bx-next,
  .regular-first div.bx-prev,
  .regular-first div.bx-next {
    width: 38px;
    height: 55px;
    z-index: 9990;
    top: 35%;
    position: absolute;
    outline: 0;
    text-indent: -9999px;
  }
  .slaider-actions div.bx-prev.slick-disabled,
  .regular-first div.bx-prev.slick-disabled {
    background: url(/local/templates/dentalux/assets/css/../img/left-slide.png) no-repeat;
    opacity: 1;
    left: -20px;
    top: 45%;
  }
  .slaider-actions div.bx-prev,
  .regular-first div.bx-prev {
    float: left;
    opacity: 0.7;
    background: url(/local/templates/dentalux/assets/css/../img/left-slide-h.png) no-repeat;
    left: -20px;
    top: 45%;
  }
  .slaider-actions div.bx-next.slick-disabled,
  .regular-first div.bx-next.slick-disabled {
    background: url(/local/templates/dentalux/assets/css/../img/right-slide.png) no-repeat;
    opacity: 1;
    right: -20px;
    top: 45%;
  }
  .slaider-actions div.bx-next,
  .regular-first div.bx-next {
    float: right;
    opacity: 0.7;
    background: url(/local/templates/dentalux/assets/css/../img/right-slide-h.png) no-repeat;
    right: -20px;
    top: 45%;
  }
  div.ot-do-div {
    padding-top: 5px;
    text-align: center;
  }
  
  div.ot-do-div .ot-dp-txt {
    font-family: "Sansation", sans-serif;
    font-size: 25px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
  }
  section.blockobsch .regular-first img {
    border: 3px solid #fff;
    border-radius: 10px;
  }
  ul.regularst {
    margin: 0 auto;
    padding: inherit;
  }
  section.blockobsch .centerh2 h2 {
    text-align: center;
    margin-top: 50px;
    font-family: "Sansation", sans-serif;
    font-weight: 400;
    text-transform: unset;
    font-style: normal;
    font-size: 50px;
    color: #fff;
    text-align: center;
  }
  section.blockobsch .textrabot p.samtext {
    text-align: center;
    font-family: "Sansation", sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    padding-top: 90px;
  }
  div.formrabot {
    padding-bottom: 50px;
  }
  section.razdely .podkategor {
    padding-bottom: 50px;
    padding-top: 20px;
  }
  section.razdely .podkategor li {
    text-align: left;
    padding-left: 0px;
    padding-right: 25px;
  }
  section.razdely .podkategor li {
    color: #ed262b;
    font-size: 18px;
  }
  section.razdely .podkategor li span {
    color: #0077b9;
    font-family: "PT Sans Caption", sans-serif;
  }
  section.razdely .glavsect {
    padding-bottom: 7px;
    text-align: left;
    color: #97467e;
    border-bottom: 1px solid #d00202;
    text-decoration: none;
  }
  section.razdely .glavsect a {
    text-decoration: none;
  }
  section.razdely .glavsect .imgrazd {
    float: left;
  }
  section.razdely .glavsect .imgrazd img {
    max-height: 32px;
  }
  section.razdely .glavsect .titlerazd h2 {
    font-family: "PT Sans Caption", sans-serif;
    padding-left: 50px;
    padding-top: 4px;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: unset;
    font-size: 30px;
    color: #0077b9;
    text-align: left;
  }
  .content-more-descrep {
    position: relative;
    z-index: 2;
  }
  .content-more-descrep:after {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    bottom: 0;
    left: 0;
    display: block;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.65), #fff);
  }
  .content-more-descrep.toggle:after {
    opacity: 0;
    z-index: -1;
  }
  .info_content--hidden {
    display: none;
  }
  .container a.slide-more {
    text-decoration: none;
  }
  .slide-more span.plus {
    font-size: 20px;
    padding-right: 10px;
  }
  .slide-more span.info_more_text {
    font-size: 18px;
  }
  .col-12.podrobnee {
    padding-left: 25px;
    padding-right: 25px;
  }
  .navbar-nav > li > .dropdown-menu {
    margin-top: -15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .txtdoposle {
    line-height: 1;
    text-align: center;
    padding: 5px 10px;
    color: #fff;
    font-weight: 600;
  }
  .navbar-default .navbar-nav > li > a {
    width: 200px;
    font-weight: bold;
  }
  .mega-dropdown {
    position: static !important;
    width: 100%;
  }
  .mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  /*  .mega-dropdown-menu:before {
  content: "";
  border-bottom: 15px solid #fff;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  position: absolute;
  top: -15px;
  left: 123px;
  z-index: 10;
  }
  .mega-dropdown-menu:after {
  content: "";
  border-bottom: 17px solid #ccc;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  position: absolute;
  top: -17px;
  left: 121px;
  z-index: 8;
  } */
  
  .mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
  }
  .mega-dropdown-menu > li > ul > li {
    list-style: none;
  }
  .mega-dropdown-menu > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #999;
    white-space: normal;
  }
  .mega-dropdown-menu > li ul > li > a:hover,
  .mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    color: #444;
    background-color: #f5f5f5;
  }
  .mega-dropdown-menu .dropdown-header {
    color: #428bca;
    font-size: 18px;
    font-weight: bold;
  }
  .mega-dropdown-menu form {
    margin: 3px 20px;
  }
  .mega-dropdown-menu .form-group {
    margin-bottom: 3px;
  }
  .boxskid .promo-box.skidka .title h3 {
    font-size: 56px;
    color: #ff2626;
    line-height: 0.8;
    letter-spacing: 0.03em;
    padding: 0 0px;
    margin: 0;
    width: 100%;
    float: left;
    text-shadow: -0 -3px 0 #ffffff, 0 -3px 0 #ffffff, -0 3px 0 #ffffff,
      0 3px 0 #ffffff, -3px -0 0 #ffffff, 3px -0 0 #ffffff, -3px 0 0 #ffffff,
      3px 0 0 #ffffff, -1px -3px 0 #ffffff, 1px -3px 0 #ffffff, -1px 3px 0 #ffffff,
      1px 3px 0 #ffffff, -3px -1px 0 #ffffff, 3px -1px 0 #ffffff,
      -3px 1px 0 #ffffff, 3px 1px 0 #ffffff, -2px -3px 0 #ffffff,
      2px -3px 0 #ffffff, -2px 3px 0 #ffffff, 2px 3px 0 #ffffff,
      -3px -2px 0 #ffffff, 3px -2px 0 #ffffff, -3px 2px 0 #ffffff,
      3px 2px 0 #ffffff, -3px -3px 0 #ffffff, 3px -3px 0 #ffffff,
      -3px 3px 0 #ffffff, 3px 3px 0 #ffffff, -3px -3px 0 #ffffff,
      3px -3px 0 #ffffff, -3px 3px 0 #ffffff, 3px 3px 0 #ffffff;
  }
  ul.second-nav li a.btn-one-section {
    margin-left: 15px;
    padding: 1px;
  }
  section.vsyashirina div.bx-prev {
    left: 3px;
  }
  section.vsyashirina div.bx-next {
    right: 3px;
  }
  @media (max-width: 800px) {
    .boxskid .promo-box.skidka .title h3 {
      font-size: 48px;
    }
    .boxskid .otstups {
      margin-bottom: 3px;
    }
  }
  .blockuslug {
    float: left;
    text-align: left;
    position: relative;
  }
  .navbar-nav .dropdown-menu.menuha {
    position: absolute;
    z-index: 5;
  }
  .prokrutka {
    max-height: 400px;
    overflow: auto;
  }
  .actionsmenu {
    padding-left: 0;
  }
  
  .actionsmenu .promo-box .in {
    margin: 1px;
    padding: 5px 5px;
    height: auto;
  }
  .actionsmenu a.fon {
    padding: 4px 4px;
  }
  .actionsmenu .promo-box .in .title p {
    line-height: 1;
    background: #0077b9;
    color: #fff;
    padding: 10px;
    text-align: right;
    font-weight: bolder;
  }
  .promo-box .text.oldtsen {
    font-weight: bold;
    font-size: 12px;
    text-decoration: line-through;
    text-decoration-color: #ed262b;
    text-align: right;
  }
  .seichtsen {
    font-weight: bold;
    font-size: 13px;
  }
  .actiontsen {
    font-size: 18px;
    font-weight: 800;
    background: #ed262b;
    padding: 2px 10px;
    color: #fff;
  }
  .newtscenact {
    text-align: right;
  }
  .otstupilniz {
    margin-bottom: 20px;
  }
  .mega-dropdown-menu .blockuslug .imgrazd img {
    max-width: 25px;
    float: left;
  }
  .mega-dropdown-menu .blockuslug .titlerazd {
    padding-left: 35px;
    font-size: 14px;
    font-weight: bolder;
  }
  .mega-dropdown-menu .blockuslug ul {
    margin-bottom: 20px;
  }
  .mega-dropdown-menu .blockuslug ul li {
    width: 100%;
  }
  .mega-dropdown-menu .blockuslug ul li .titlerazd {
    padding-left: 10px;
    font-size: 12px;
    font-weight: 300;
  }
  .mega-dropdown-menu .blockuslug ul li a {
    line-height: 1;
    padding: 0;
    margin: 0;
  }
  .mega-dropdown-menu > .prokrutka::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
  }
  .mega-dropdown-menu > .prokrutka::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  }
  .mega-dropdown-menu .blockuslug ul li.dropdown-header {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 20px;
    color: #ffffff;
    background: #ed262b;
  }
  .mega-dropdown:hover .mega-dropdown-menu.menuha {
    display: block;
  }
  .promo-box .text.oldtsen {
    margin-bottom: 10px;
  }
  .newlist div.img_block {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
  }
  .newlist a div.fon {
    background-image: linear-gradient(
      to top,
      rgba(32, 32, 32, 1) 0%,
      rgba(32, 32, 32, 0.63) 40%,
      rgba(32, 32, 32, 0.22) 60%,
      rgba(32, 32, 32, 0.05) 100%
    );
  }
  .newlist a:hover div.fon {
    background-image: linear-gradient(
      to top,
      rgb(27, 25, 25) 0%,
      rgba(12, 11, 11, 0.71) 40%,
      rgba(16, 16, 16, 0.52) 60%,
      rgba(32, 32, 32, 0.45) 100%
    );
  }
  .newlistblock {
    position: sticky;
    min-height: 250px;
    margin: 9px -6px;
  }
  .postname {
    position: absolute;
    z-index: 1;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    line-height: 22px;
    color: #fff;
    bottom: 92px;
    font-weight: 600;
    left: 15px;
  }
  
  .newsprev {
    position: absolute;
    z-index: 1;
    color: #bbbab8;
    font-size: 0.875em;
    line-height: 1.43em;
    bottom: 0;
    margin-bottom: 11px;
    height: 79px;
    left: 20px;
    margin-right: 20px;
    /*overflow: scroll;*/
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .newsprev::-webkit-scrollbar {
    width: 0px;
    background: transparent;
  }
  .newsprev::-webkit-scrollbar-thumb {
    background: #ff0000;
  }
  
  @media (max-width: 1199px) {
    section .row.zapisuslug .knopkaklass {
      left: -30px;
    }
    .btn-one-section {
      width: 240px;
      height: 30px;
      font-size: 12px;
      line-height: 37px;
    }
    .btn-one-section:before {
      width: 234px;
      height: 30px;
    }
  }
  
  @media (max-width: 991px) {
    .btn-one-section {
      position: static;
    }
    section .row.zapisuslug .knopkaklass {
      position: static;
      width: max-content;
      margin: 0 auto;
    }
    section .row.zapisuslug {
      padding-bottom: 12px;
    }
    section.blockobsch h2 {
      text-align: center;
    }
    div.xlebkrox h1.uppercase {
      text-align: center;
      font-size: 25px;
    }
    .dent {
      min-height: 110px;
    }
  }
  @media (max-width: 767px) {
    section.tabysec .maxcenter {
      width: 100%;
    }
    .dent {
      min-height: 220px;
    }
    section.tabysec .maxcenter .nav-tabs .nav-item {
      display: table;
      padding-top: 5px;
      margin: 0 auto;
    }
    div.xlebkrox h1.uppercase {
      margin-top: 15px;
    }
    .dent {
      top: -56px;
    }
    section.otdo h3 {
      line-height: 0.9;
    }
    section.tcenik .tabletcencol {
      border-bottom: none;
    }
    section.tcenik .tabletcencol.posled {
      border-bottom: 1px solid #d8dfe1;
    }
    section.tcenik .tabletcencol p.tcenact {
      margin: 0 auto;
      margin-bottom: 15px;
    }
    section.tcenik .tabletcencol p.perecherk,
    section.tcenik .tabletcencol p.namestsen {
      text-align: center;
    }
    section.tcenik .tabletcencol p.aktiondeistv {
      position: static;
      margin: 0 auto;
      margin-top: 10px;
    }
  }
  @media (max-width: 600px) {
    div.bx-prev {
      left: 3px;
      top: 37%;
    }
    div.bx-next {
      right: 3px;
      top: 37%;
    }
  }
  @media (max-width: 500px) {
    .news-detail {
      padding: 0 25px;
    }
    section .col-12 h2 {
      text-align: center;
      margin-bottom: 0px;
      margin-top: 0px;
    }
    section.banner_uslug h2 {
      font-size: 20px;
    }
    section.banner_uslug p.txtbanner {
      font-size: 13px;
    }
    .krohi .xlebkrox {
      padding-left: 17px;
      padding-right: 17px;
    }
    div.xlebkrox h1.uppercase {
      font-size: 18px;
      line-height: 1.2;
    }
    section.blockobsch .regular-first img {
      max-height: 145px;
    }
    section.blockobsch h2 {
      margin-top: 10px;
      font-size: 20px;
      margin-bottom: 10px;
    }
    section.blockobsch {
      margin: 10px 0;
    }
    section .row.zapisuslug .telzapisicon.newzvon {
      height: 35px;
    }
    section .row.zapisuslug .telzapis {
      margin: 5px;
      padding-top: 10px;
    }
    section .row.zapisuslug .telzapisicon {
      padding-left: 60px;
    }
    .btn-one-section:before {
      width: 200px;
      height: 30px;
    }
    .btn-one-section {
      width: 210px;
    }
    section.zapuslugfon {
      padding: 0px;
    }
    section.backbelfon {
      padding: 0px;
    }
    section .col-12 h2 {
      text-align: center;
      margin-bottom: 15px;
      margin-top: 5px;
    }
    section.tabysec {
      padding: 0px;
      margin: 0px;
    }
    section .otstups {
      padding: 0px;
    }
    section.blockobsch .centerh2 h2 {
      margin-top: 19px;
      font-size: 26px;
    }
    section.blockobsch .textrabot p.samtext {
      font-size: 17px;
      padding-top: 5px;
    }
    #spec {
      padding: 0px;
    }
    h1.h2,
    .float__contacts .h2,
    .gdenuzhno {
      font-size: 20px;
      padding: 0px;
      margin: 0px;
      line-height: 1.1;
    }
    .otzivdob a {
      margin-top: 5px;
    }
  }
  .wrappers {
    position: relative;
    width: 80%;
    margin: 0 auto;
  }
  #sidebar {
    position: absolute;
    position: sticky;
    top: 20px;
    left: 0;
    float: left;
    padding: 20px 0px;
  }
  #content {
    margin: 0 0 0 230px;
    text-align: justify;
    min-height: 330px;
  }
  
  #sidebar ul {
    list-style-type: circle;
    list-style-position: inside;
    padding: 0 10px;
    margin: 0;
  }
  
  #sidebar ul li a {
    font-size: 16px;
    color: #000;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol";
  }
  @media (max-width: 900px) {
    .wrappers {
      position: relative;
      width: 100%;
      margin: 0 auto;
    }
    #sidebar {
      position: static;
      top: 0px;
      width: 100%;
      left: 0;
      float: none;
      padding: 20px 20px;
    }
    #content {
      margin: 0px;
      width: 100%;
      text-align: justify;
    }
    #sidebar ul li {
      width: 100%;
    }
  }
  @media (max-width: 800px) {
    .float__tax {
      position: relative;
      width: 220px;
      right: 0px;
      bottom: none;
      top: 0;
      z-index: 99;
    }
  }
  
  /*07.10.2020*/
  
  @media screen and (max-width: 767px) {
    section .guest-book-slider {
      width: 400px !important;
    }
  }
  
  .float__contacts .h2 {
    margin-top: 15px;
  }
  
  /*10.12.2020*/
  
  section.razdely h1 {
    margin-top: -8px;
  }
  
  .newsuslug .item .info,
  .newsnew .item .info {
    width: 230px;
  }
  
  .newsnew .item .info .text p {
    color: #fff;
    font-size: 12px;
  }
  
  section {
    width: 100%;
  }


        /* Общие стили для всех колонок */
        .column {
            box-sizing: border-box;
            padding: 15px;
            border: 0px solid #ddd;
            background-color: #f9f9f9;
            width: 33.33%; /* Устанавливаем ширину столбца в 33.33% */
            float: left; /* Делаем их блочными и выстраиваем в линию */
        }

        /* Очистка плавающих элементов для избежания проблем с высотой контейнера */
        .row::after {
            content: "";
            display: table;
            clear: both;
        }

        /* Медиа-запрос для изменения стилей на мобильных устройствах */
        @media screen and (max-width: 600px) {
            .column {
                width: 100%;
                float: none;
            }
        }
/* End */


/* Start:/local/templates/dentalux/assets/css/bootstrap.min.css?1600068126144877*/
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014 \00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#212529}.table-dark td,.table-dark th,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:not([size]):not([multiple]){height:calc(2.25rem + 2px)}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-append>.form-control-plaintext.btn,.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-append>.form-control-plaintext.btn,.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text{padding-right:0;padding-left:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]){height:calc(1.8125rem + 2px)}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]){height:calc(2.875rem + 2px)}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(40,167,69,.8);border-radius:.2rem}.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid{border-color:#28a745}.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{background-color:#71dd8a}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label::before,.was-validated .custom-file-input:valid~.custom-file-label::before{border-color:inherit}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(220,53,69,.8);border-radius:.2rem}.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid{border-color:#dc3545}.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{background-color:#efa2a9}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label::before,.was-validated .custom-file-input:invalid~.custom-file-label::before{border-color:inherit}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{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-bottom:0}.form-inline .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group{width:auto}.form-inline .form-check{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:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.btn:focus,.btn:hover{text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active{background-image:none}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;background-color:transparent;background-image:none;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;background-color:transparent}.btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent;border-color:transparent}.btn-link.focus,.btn-link:focus{text-decoration:underline;border-color:transparent;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;transition:opacity .15s linear}.fade.show{opacity:1}.collapse{display:none}.collapse.show{display:block}tr.collapse.show{display:table-row}tbody.collapse.show{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}.dropdown,.dropup{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropup .dropdown-menu{margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.btn-group,.btn-group-vertical{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after{margin-left:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-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;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file:focus,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control{margin-left:-1px}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::before{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:first-child) .custom-file-label::before{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-webkit-box;display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:active~.custom-control-label::before{color:#fff;background-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{margin-bottom:0}.custom-control-label::before{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.custom-control-label::after{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(128,189,255,.5)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.custom-select-lg{height:calc(2.875rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:125%}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-control{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:focus~.custom-file-control::before{border-color:#80bdff}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 2px);padding:.375rem .75rem;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(calc(2.25rem + 2px) - 1px * 2);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:1px solid #ced4da;border-radius:0 .25rem .25rem 0}.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .dropup .dropdown-menu{top:auto;bottom:100%}}.navbar-expand{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .dropup .dropdown-menu{top:auto;bottom:100%}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{border-top-right-radius:0}.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{border-top-left-radius:0}.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:.25rem}.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem}.card-columns .card{display:inline-block;width:100%}}.breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;padding-left:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}.badge-primary[href]:focus,.badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#0062cc}.badge-secondary{color:#fff;background-color:#6c757d}.badge-secondary[href]:focus,.badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#545b62}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:focus,.badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:focus,.badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}.badge-warning[href]:focus,.badge-warning[href]:hover{color:#212529;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:focus,.badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#212529;background-color:#f8f9fa}.badge-light[href]:focus,.badge-light[href]:hover{color:#212529;text-decoration:none;background-color:#dae0e5}.badge-dark{color:#fff;background-color:#343a40}.badge-dark[href]:focus,.badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#1d2124}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-webkit-box;display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{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;color:#fff;text-align:center;background-color:#007bff;transition:width .6s ease}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-body{-webkit-box-flex:1;-ms-flex:1;flex:1}.list-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:focus,.list-group-item:hover{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:focus,.close:hover{color:#000;text-decoration:none;opacity:.75}.close:not(:disabled):not(.disabled){cursor:pointer}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.show .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}.modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-top .arrow::before{border-width:.5rem .5rem 0}.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::before{bottom:0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-top .arrow::after{bottom:1px;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-right .arrow::before{border-width:.5rem .5rem .5rem 0}.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::before{left:0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-right .arrow::after{left:1px;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-bottom .arrow::before{border-width:0 .5rem .5rem .5rem}.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::before{top:0;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-bottom .arrow::after{top:1px;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-left .arrow::before{border-width:.5rem 0 .5rem .5rem}.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::before{right:0;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-left .arrow::after{right:1px;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.active.carousel-item-right,.carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-right,.carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;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:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;background-color:rgba(255,255,255,.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;-webkit-clip-path:none;clip-path:none}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0062cc!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#545b62!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#1e7e34!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#117a8b!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#d39e00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#bd2130!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#dae0e5!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#1d2124!important}.text-muted{color:#6c757d!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}
/*# sourceMappingURL=bootstrap.min.css.map */
/* End */


/* Start:/local/templates/dentalux/assets/css/animate.css?161769729857095*/
@charset "UTF-8";


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

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

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

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

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

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

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

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

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

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

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

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

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

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

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

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

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(80px);
    -ms-transform: translateX(80px);
    transform: translateX(80px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

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

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

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

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

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

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

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

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

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

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

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

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

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

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

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

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

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

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

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

/* End */


/* Start:/local/templates/dentalux/assets/css/jquery.bxslider.min.css?16000681263108*/
/**
 * bxSlider v4.2.5
 * Copyright 2013-2015 Steven Wanderski
 * Written while drinking Belgian ales and listening to jazz

 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */


.bx-wrapper{position:relative;margin:0 auto 60px;padding:0;*zoom:1;-ms-touch-action:pan-y;touch-action:pan-y}.bx-wrapper img{max-width:100%;display:block}.bxslider{margin:0;padding:0}ul.bxslider{list-style:none}.bx-viewport{-webkit-transform:translatez(0)}.bx-wrapper{-moz-box-shadow:0 0 5px #ccc;-webkit-box-shadow:0 0 5px #ccc;box-shadow:0 0 5px #ccc;border:5px solid #fff;background:#fff}.bx-wrapper .bx-controls-auto,.bx-wrapper .bx-pager{position:absolute;bottom:-30px;width:100%}.bx-wrapper .bx-loading{min-height:50px;background:url(/local/templates/dentalux/assets/css/images/bx_loader.gif) center center no-repeat #fff;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2000}.bx-wrapper .bx-pager{text-align:center;font-size:.85em;font-family:Arial;font-weight:700;color:#666;padding-top:20px}.bx-wrapper .bx-pager.bx-default-pager a{background:#666;text-indent:-9999px;display:block;width:10px;height:10px;margin:0 5px;outline:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:focus,.bx-wrapper .bx-pager.bx-default-pager a:hover{background:#000}.bx-wrapper .bx-controls-auto .bx-controls-auto-item,.bx-wrapper .bx-pager-item{display:inline-block;*zoom:1;*display:inline}.bx-wrapper .bx-pager-item{font-size:0;line-height:0}.bx-wrapper .bx-prev{left:10px;background:url(/local/templates/dentalux/assets/css/images/controls.png) no-repeat 0 -32px}.bx-wrapper .bx-prev:focus,.bx-wrapper .bx-prev:hover{background-position:0 0}.bx-wrapper .bx-next{right:10px;background:url(/local/templates/dentalux/assets/css/images/controls.png) no-repeat -43px -32px}.bx-wrapper .bx-controls-direction a{position:absolute;top:50%;margin-top:-16px;outline:0;width:32px;height:32px;text-indent:-9999px;z-index:9999}.bx-wrapper .bx-controls-direction a.disabled{display:none}.bx-wrapper .bx-controls-auto{text-align:center}.bx-wrapper .bx-controls-auto .bx-start{display:block;text-indent:-9999px;width:10px;height:11px;outline:0;background:url(/local/templates/dentalux/assets/css/images/controls.png) -86px -11px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-start.active,.bx-wrapper .bx-controls-auto .bx-start:focus,.bx-wrapper .bx-controls-auto .bx-start:hover{background-position:-86px 0}.bx-wrapper .bx-controls-auto .bx-stop{display:block;text-indent:-9999px;width:9px;height:11px;outline:0;background:url(/local/templates/dentalux/assets/css/images/controls.png) -86px -44px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-stop.active,.bx-wrapper .bx-controls-auto .bx-stop:focus,.bx-wrapper .bx-controls-auto .bx-stop:hover{background-position:-86px -33px}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px}.bx-wrapper .bx-caption{position:absolute;bottom:0;left:0;background:#666;background:rgba(80,80,80,.75);width:100%}.bx-wrapper .bx-caption span{color:#fff;font-family:Arial;display:block;font-size:.85em;padding:10px}
/* End */


/* Start:/local/templates/dentalux/assets/css/mobmenu.css?16000681268872*/
html.hc-nav-yscroll {
	overflow-y: scroll
}
body.hc-nav-open {
	position: static;
}

.hc-offcanvas-nav {
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 9999
}

.hc-offcanvas-nav.is-ios * {
	cursor: pointer !important
}

.hc-offcanvas-nav .nav-container {
	position: fixed;
	z-index: 9998;
	top: 0;
	width: 240px;
	max-width: 100%;
	height: 100%;
	transition: transform .4s ease
}

.hc-offcanvas-nav .nav-wrapper {
	width: 100%;
	overscroll-behavior: none
}

.hc-offcanvas-nav .nav-wrapper.nav-wrapper-1 {
	position: static;
	height: 100%;
	overflow: scroll;
	overflow-x: visible;
	overflow-y: auto
}

.hc-offcanvas-nav ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.hc-offcanvas-nav li {
	position: relative;
	display: block
}

.hc-offcanvas-nav li.level-open>.nav-wrapper {
	visibility: visible
}

.hc-offcanvas-nav input[type="checkbox"] {
	display: none
}

.hc-offcanvas-nav label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	cursor: pointer
}

.hc-offcanvas-nav a {
	position: relative;
	display: block;
	box-sizing: border-box;
	cursor: pointer
}

.hc-offcanvas-nav a,
.hc-offcanvas-nav a:hover {
	text-decoration: none
}

.hc-offcanvas-nav.disable-body::after,
.hc-offcanvas-nav .nav-wrapper::after {
	content: '';
	position: fixed;
	z-index: 9990;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overscroll-behavior: none;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s ease .4s, opacity .4s ease
}

.hc-offcanvas-nav.disable-body.nav-open::after,
.hc-offcanvas-nav .sub-level-open::after {
	visibility: visible;
	opacity: 1;
	transition-delay: .05s
}

.hc-offcanvas-nav:not(.nav-open)::after {
	pointer-events: none
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after {
	display: none
}

.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper {
	min-width: 0;
	max-height: 0;
	overflow: hidden;
	transition: height 0s ease .4s
}

.hc-offcanvas-nav.nav-levels-expand .level-open>.nav-wrapper {
	max-height: none
}

.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {
	position: absolute;
	z-index: 9999;
	top: 0;
	height: 100%;
	visibility: hidden;
	transition: visibility 0s ease .4s, transform .4s ease
}

.hc-offcanvas-nav.nav-levels-overlap ul ul {
	height: 100%;
	overflow: scroll;
	overflow-x: visible;
	overflow-y: auto
}

.hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent {
	position: static
}

.hc-offcanvas-nav.nav-levels-overlap ul li.level-open>.nav-wrapper {
	visibility: visible;
	transition: transform .4s ease
}

.hc-offcanvas-nav.side-left {
	left: 0
}

.hc-offcanvas-nav.side-left .nav-container {
	left: 0;
	transform: translate3d(-240px, 0, 0)
}

.hc-offcanvas-nav.side-left.nav-levels-overlap li.level-open>.nav-wrapper {
	transform: translate3d(-40px, 0, 0)
}

.hc-offcanvas-nav.side-left.nav-levels-overlap li .nav-wrapper {
	left: 0;
	transform: translate3d(-100%, 0, 0)
}

.hc-offcanvas-nav.side-right {
	right: 0
}

.hc-offcanvas-nav.side-right .nav-container {
	right: 0;
	transform: translate3d(240px, 0, 0)
}

.hc-offcanvas-nav.side-right.nav-levels-overlap li.level-open>.nav-wrapper {
	transform: translate3d(40px, 0, 0)
}

.hc-offcanvas-nav.side-right.nav-levels-overlap li .nav-wrapper {
	right: 0;
	transform: translate3d(100%, 0, 0)
}

.hc-offcanvas-nav.nav-open .nav-container {
	transform: translate3d(0, 0, 0)
}

.hc-nav-trigger {
	position: absolute;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: none;
	top: 5px;
	z-index: 9980;
	width: 30px;
	min-height: 24px
}

.hc-nav-trigger span {
	width: 30px;
	top: 50%;
	transform: translateY(-50%);
	transform-origin: 50% 50%
}

.hc-nav-trigger span,
.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
	display: block;
	position: absolute;
	left: 0;
	height: 4px;
	background: #34495E;
	transition: all .2s ease
}

.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
	content: '';
	width: 100%
}

.hc-nav-trigger span::before {
	top: -10px
}

.hc-nav-trigger span::after {
	bottom: -10px
}

.hc-nav-trigger.toggle-open span {
	background: rgba(0, 0, 0, 0);
	transform: rotate(45deg)
}

.hc-nav-trigger.toggle-open span::before {
	transform: translate3d(0, 10px, 0)
}

.hc-nav-trigger.toggle-open span::after {
	transform: rotate(-90deg) translate3d(10px, 0, 0)
}

.hc-offcanvas-nav::after,
.hc-offcanvas-nav .nav-wrapper::after {
	background: rgba(0, 0, 0, 0.3)
}

.hc-offcanvas-nav .nav-wrapper {
	background: #0077b9
}

.hc-offcanvas-nav h2 {
	font-size: 19px;
	font-weight: normal;
	text-align: left;
	padding: 20px 17px;
	font-weight: bolder;
	color: #fff
}

.hc-offcanvas-nav a {
	padding: 14px 17px;
	font-size: 15px;
	color: #fff;
	z-index: 1;
	background: rgba(0, 0, 0, 0);
	border-bottom: 1px solid #2c5d8f
}
.hc-offcanvas-nav a.actions {
	background: #ed262b;
}

.hc-offcanvas-nav:not(.touch-device) a:hover {
	background: #31679e
}

.hc-offcanvas-nav .nav-wrapper-1>ul:first-of-type:not(:first-child)>li:first-child:not(.nav-back):not(.nav-close)>a {
	border-top: 1px solid #2c5d8f
}

.hc-offcanvas-nav li {
	text-align: left
}

.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav li.nav-back a {
	background: #0167a0;
	border-top: 1px solid #295887;
	border-bottom: 1px solid #295887
}
.hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav li.nav-back a
.hc-offcanvas-nav li.nav-close a:hover,
.hc-offcanvas-nav li.nav-back a:hover {
	background: #0167a0
}

.hc-offcanvas-nav li.nav-parent a {
	padding-right: 58px
}

.hc-offcanvas-nav li.nav-close span,
.hc-offcanvas-nav li.nav-parent span.nav-next,
.hc-offcanvas-nav li.nav-back span {
	width: 45px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	cursor: pointer;
	transition: background .2s ease
}

.hc-offcanvas-nav li.nav-close span::before,
.hc-offcanvas-nav li.nav-close span::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff
}

.hc-offcanvas-nav li.nav-close span::before {
	margin-left: -9px;
	transform: rotate(135deg)
}

.hc-offcanvas-nav li.nav-close span::after {
	transform: rotate(-45deg)
}

.hc-offcanvas-nav a[href]:not([href="#"])>span.nav-next {
	border-left: 1px solid #2c5d8f
}

.hc-offcanvas-nav span.nav-next::before,
.hc-offcanvas-nav li.nav-back span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin-left: -2px;
	box-sizing: border-box;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform-origin: center
}

.hc-offcanvas-nav span.nav-next::before {
	transform: translate(-50%, -50%) rotate(135deg)
}

.hc-offcanvas-nav li.nav-back span::before {
	transform: translate(-50%, -50%) rotate(-45deg)
}

.hc-offcanvas-nav.side-left.nav-open .nav-wrapper {
	box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2)
}

.hc-offcanvas-nav.side-right.nav-open .nav-wrapper {
	box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2)
}

.hc-offcanvas-nav.side-right span.nav-next::before {
	margin-left: 0;
	margin-right: -2px;
	transform: translate(-50%, -50%) rotate(-45deg)
}

.hc-offcanvas-nav.side-right li.nav-back span::before {
	margin-left: 0;
	margin-right: -2px;
	transform: translate(-50%, -50%) rotate(135deg)
}

.hc-offcanvas-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-offcanvas-nav.nav-levels-none .nav-container ul .nav-wrapper {
	box-shadow: none;
	background: transparent
}

.hc-offcanvas-nav.nav-levels-expand .nav-container ul h2,
.hc-offcanvas-nav.nav-levels-none .nav-container ul h2 {
	display: none
}

.hc-offcanvas-nav.nav-levels-expand .nav-container ul ul a,
.hc-offcanvas-nav.nav-levels-none .nav-container ul ul a {
	font-size: 14px
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li,
.hc-offcanvas-nav.nav-levels-none .nav-container li {
	transition: background .3s ease
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open {
	background: #2e6296
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a {
	border-bottom: 1px solid #295887
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a:hover,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a:hover {
	background: #2f649a
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open>a .nav-next::before,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open>a .nav-next::before {
	margin-top: 2px;
	transform: translate(-50%, -50%) rotate(45deg)
}

.hc-offcanvas-nav.nav-levels-expand .nav-container span.nav-next::before,
.hc-offcanvas-nav.nav-levels-none .nav-container span.nav-next::before {
	margin-top: -2px;
	transform: translate(-50%, -50%) rotate(225deg)
}



#main-nav {
	display: none
}

/* End */


/* Start:/local/templates/dentalux/assets/css/index.css?164796056468917*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
header {
    min-height: 130px;
}
.main_page header {
    position: absolute;
    width: 100%;
    z-index: 2;
}
.main_page header {
    position: relative;
}
.main_page header {
    z-index: 100;
}
.header-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
header .logo {
    display: block;
    margin-top: -5px;
    margin-left: -5px;
    width: 100%;
    max-width: 375px;
}
header .header-top__logo {
    width: auto;
    padding-right: 20px;
    position: relative;
}
header .logo img {
    display: block;
    max-width: 375px;
    height: 67px;
}
header .header-top .logo img {
    max-width: 254px;
    height: auto;
    max-height: 67px;
}
header .header-top .logo img.blue {
    margin-top: -30px;
}

.header-top__contacts {
    display: flex;
}
.header-top__contacts-col {

}

.header-top .header-top__contacts:nth-child(2) .header-top__contacts-col {
    margin-left: 20px;
    margin-top: 20px;
}

.header-top .header-top__contacts:nth-child(3) .header-top__contacts-col {
    margin-left: -10px;
    margin-top: 31px;
}


.header-top__contacts-col {
    font-size: 12px;
}
.header-top__metro {
    font-weight: bold;
    color: red;
}
.header-top__adress {
    margin-bottom: 3px;
}
.header-top__adress a {
    text-decoration: underline;
    font-size: 12px;
    color: #113c57;
}
header .phone {
    font-family: 'PT Sans Caption', sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #113c57;
    text-decoration: none;
    display: block;
    text-align: center;
}
header .header-top__contacts .phone {
    font-size: 22px;
}
.header-top__action {
    margin-top: 8px;
    margin-left: 22px;
    text-align: center;
}
header .h_time {
    font-family: 'PT Sans', sans-serif;
    font-style: italic;
    font-size: 13px;
    color: #6b727e;
}
.butn.blue {
    background-color: transparent;
	border: none;
}
.butn.blue {
    color: #fff;
}
main_page1 header .butn:before {
    background-color: #3d6598 !important;
}
.butn.blue:after, .button.popup::after, .itemFooter .button::after, .block__footer .button::after, .form__item .button::after, .subscribe-form .button::after {
    content: '';
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    left: -100%;
    top: 0px;
    transition: all 0.5s;
    background: #5a9acb;
    background: -moz-linear-gradient(left, #5a9acb 0%, #406799 100%);
    background: -webkit-linear-gradient(left, #5a9acb 0%,#406799 100%);
    background: linear-gradient(to right, #5a9acb 0%,#406799 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a9acb', endColorstr='#406799',GradientType=1 );
}
.review-header {
    left: 169px;
    top: 35px;
    color: #6b727e;
    font-size: 14px;
}
.header-top__widget-flamp {
    height: 101px;
    width: 168px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.c-blue {
    color: #396195 !important;
}
header .burger-box {
    background-color: #328fc0;
    padding: 5px;
    margin: 10px -15px 0;
    text-align: center;
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
    display: none;
    cursor: pointer;
}
header .burger {
    margin: 12px auto;
    width: 30px;
    height: 22px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
header menu.top {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
    display: block;
    margin-top: 10px;
    margin-bottom: 17px;
    position: relative;
}
header menu.top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
header menu.top li {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    margin-left: 22px;
}

@media screen and (min-width: 769px){
.menu-separator {
    background: #d1d1d0;
    display: block;
    height: 30px;
    position: relative;
    top: -2px;
    width: 1px;
}
}
header menu.top li a.has-children {
    position: relative;
    padding: 4px 30px 4px 19px;
}

.dropdown-icon {
    width: 10px;
    height: 8px;
    background: url(/bitrix/templates/sky/css/../images/down-arrow.svg) no-repeat center center;
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -4px;
}
.dropdown-icon {
    width: 10px;
    height: 8px;
    background: url(/bitrix/templates/sky/css/../images/down-arrow.svg) no-repeat center center;
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -4px;
}
header menu.top ul.sub-menu li {
    width: 100%;
}
@media (min-width: 768px){
.m-header-new {
    display: none;
}
}
.m-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 0px;
    position: relative;
}
header .m-phone {
    padding-top: 5px;
}
header .m-logo .logo {
    margin: 0;
    text-align: initial;
}
header .m-logo .logo img {
    width: 100px;
    max-width: 100px;
    height: 32px;
    margin: 0;
    margin-right: 5px;
}
header .m-phone .phone {
    font-size: 15px;
}
header .m-contacts a {
    display: block;
    line-height: 1;
    margin-top: 3px;
}
header .m-header .burger-box {
    background-color: #fff;
    padding: 0px;
    margin: 0px 0px 0;
    text-align: center;
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
}
header .m-header .burger {
    margin: 0 auto;
    width: 25px;
    height: 18px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
header .m-header .burger span {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: #3d6598;
    transition: all 0.5s;
    transform-origin: center;
}
header .m-header .burger span:nth-child(2) {
    top: 7px;
}
header .m-header .burger span:nth-child(3) {
    animation: mymove21new 0.5s linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
header .m-header menu.top {
    max-height: 85vh;
    overflow: scroll;
}



















.lazy {
    opacity: 1;
    transition: opacity 0.3s;
}
.lazy[data-src] {
    opacity: 0;
}




blockquote a, p a {
	font-size: inherit!important;
}

h1, .h1 {
    font-family: 'Sansation';
    font-style: normal;
    font-weight: bold;
    font-size: 55px;
    color: #223a52;
    padding: 0px;
    margin: 0px;
    line-height: 55px;
}

h2, .h2 {
    font-family: 'Sansation';
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    color: #223a52;
    padding: 0px;
    margin: 0px;
    line-height: 40px;
}

h3, .h3 {
    font-family: 'Sansation';
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    color: #223a52;
    padding: 0px;
    margin: 0px;
    line-height: 30px;
}

.subtitle h1{
    font-family:Sansation;
    font-size:30px;
    color:#223a52;
    font-weight:700;
    line-height:30px;
    margin-bottom:10px;
}
@media (max-width:767px) {
    h1, .h1 {
        font-family: 'Sansation';
        font-style: normal;
        font-weight: bold;
        font-size: 36px;
        color: #223a52;
        padding: 0px;
        margin: 0px;
        line-height: 40px;
    }

    h2, .h2 {
        font-family: 'Sansation';
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        color: #223a52;
        padding: 0px;
        margin: 0px;
        line-height: 30px;
    }

	h3, .h3 {
		font-family: 'Sansation';
		font-style: normal;
		font-weight: bold;
		font-size: 20px;
		color: #223a52;
		padding: 0px;
		margin: 0px;
		line-height: 20px;
	}
}

.breadcrambs {

}

.breadcrambs  ol{
	list-style-type: none;
	display: flex;
	padding-left:0px;
}

.breadcrambs a, .breadcrambs  span:first-child{
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 12px;
    color: #4a7bba;
}
.breadcrambs a:after {
    content: '·';
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 12px;
    color: #6b727e;
    display: inline-block;
    margin-left: 6px;
    margin-right: 5px;
	text-decoration:none;
}
.breadcrambs span {
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 12px;
    color: #6b727e;
}
.breadcrumbs li {
    display: inline;
    list-style: none;
}
.breadcrumbs li span{
    font-size: 12px;
}
.name-services{
    color: #6b727e;
}


blockquote {
    color: #6b727e;
    font-size: 18px;
    font-family: 'PT Sans Caption', sans-serif;
    border-left:4px solid #3d6598;
    padding: 5px 55px 5px 18px;
    margin: 0;
}
@media (max-width:767px) {
	blockquote {
    	padding: 5px 18px 5px 18px;
	}
}

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

ul.circ li {
	margin-bottom:5px;
	padding-left:20px;
	position:relative;
}

ul.circ li:before {
    content: '•';
    color: #4a7bba;
    margin-right: 10px;
	position:absolute;
	left:3px;
	top:0px;
}

ul.circ.greens li:before {
    content: '•';
    color: #95ad2f;
    margin-right: 10px;
}

ul.circ.reds li:before {
    content: '•';
    color: #c13131;
    margin-right: 10px;
}

ul.num {
    margin: 0px;
    padding:0px;
    list-style: none;
    counter-reset: item;
}

ul.num li {

}

ul.num li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #4a7bba;
    margin-right: 5px;
}


.sublink, a.sublink {
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 12px;
    color: #6b727e;
    border-bottom: 1px dotted #6b727e;
}
.sublink:hover, a.sublink:hover {
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 12px;
    color: #6b727e;
    /*border-bottom: none;*/
    text-decoration: none;
}


.ilink, a.ilink {
    font-family: 'PT Sans', sans-serif;
    font-style: italic;
    font-size: 12px;
    color: #6b727e;
}
.ilink:before, a.ilink:before {
    content: '';
    display: inline-block;
    margin-right: 5px;
    width: 11px;
    height:8px;
    background-image: url(/images/ilink.png);
}
.ilink:hover, a.ilink:hover {
    font-family: 'PT Sans', sans-serif;
    font-style: italic;
    font-size: 12px;
    color: #4a505a;
    text-decoration: none;
}


.mlink, a.mlink {
    font-family: 'PT Sans', sans-serif;
    font-style: italic;
    font-size: 12px;
    color: #6b727e;
    display: inline-block;
}
.mlink:before, a.mlink:before {
    content: '';
    display: inline-block;
    margin-right: 5px;
    width: 11px;
    height:11px;
    background-image: url(/images/mlink.png);
}
.mlink:hover, a.mlink:hover {
    font-family: 'PT Sans', sans-serif;
    font-style: italic;
    font-size: 12px;
    color: #4a505a;
    text-decoration: none;
}


/****************************************BTN************************************/
.butn {
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    z-index: 1;
    outline: none !important;
}

.butn.blue {
    background-color: transparent;
}

.review-header {
    left:169px;
    top:35px;
    color: #6b727e;
    font-size: 14px;
}

.review-header:hover {
    color: #6b727e!important;
}

.butn.blue:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 60px;
    z-index: -1;
    left:0%;
    top:0px;
    transition: all 0.5s;
    background-color: #3d6598;
}

.butn.blue:after {
    content: '';
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 60px;
    left:-100%;
    top:0px;
    transition: all 0.5s;
    background: #5a9acb;
    background: -moz-linear-gradient(left, #5a9acb 0%, #406799 100%);
    background: -webkit-linear-gradient(left, #5a9acb 0%,#406799 100%);
    background: linear-gradient(to right, #5a9acb 0%,#406799 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a9acb', endColorstr='#406799',GradientType=1 );
}

.butn.blue:hover:after {
    left:0%;
}

.butn.blue:hover:active:after {
    background: #4a7bba;
}


.butn.green {
    background-color: transparent;
}

.butn.green:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 28px;
    z-index: -1;
    left:0%;
    top:0px;
    transition: all 0.5s;
    background-color: #7cb03f;
}

.butn.green:after {
    content: '';
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 28px;
    left:-100%;
    top:0px;
    transition: all 0.5s;
    background: #aadd6e;
    background: -moz-linear-gradient(left, #aadd6e 0%, #7cb03f 100%);
    background: -webkit-linear-gradient(left, #aadd6e 0%,#7cb03f 100%);
    background: linear-gradient(to right, #aadd6e 0%,#7cb03f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aadd6e', endColorstr='#7cb03f',GradientType=1 );
}

.butn.green:hover:after {
    left:0%;
}

.butn.green:hover:active:after {
    background: #34512c;
}

.list_items:after {
		content: '';
		display: block;
		width: 1px;
		clear: both;
	}
	.list_items + .list_items {
		margin-top: 30px;
	}
	.list_items:last-child {
		margin-bottom: 80px;
	}
	
	.list_items_img {
		float: left;
	}
	.list_items_text {
		margin-left: 280px;
	}
	.list_li {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.list_items strong,
	.list_li b {
		font-size: 18px;
		display: block;
	}
	.list_li span {
		font-family: 'Sansation';
		font-size:30px; 
		display: inline-block;
		min-width: 55px;
	}
	.list_li_block {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.list_li_block_in {
		width: 50%;
	}
	.list_li_block_in + .list_li_block_in {
		padding-left: 10px;
	}


.butn.red {
    background-color: transparent;
}

.butn.red:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 28px;
    z-index: -1;
    left:0%;
    top:0px;
    transition: all 0.5s;
    background-color: #c13131;
}

.butn.red:after {
    content: '';
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 28px;
    left:-100%;
    top:0px;
    transition: all 0.5s;
    background: #f25454;
    background: -moz-linear-gradient(left, #f25454 0%, #c13131 100%);
    background: -webkit-linear-gradient(left, #f25454 0%,#c13131 100%);
    background: linear-gradient(to right, #f25454 0%,#c13131 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f25454', endColorstr='#c13131',GradientType=1 );
}

.butn.red:hover:after {
    left:0%;
}

.butn.red:hover:active:after {
    background: #f25454;
}

.butn.white {
    color: #000;
}

.butn.white:before {
    background-color: #fff;
}

.butn.white:after {
}

.butn:hover {
    color: #fff;
}


.butn.white:hover {
    color: #000;
}


/****************************************BTN************************************/

/*#bx-panel {
    position: fixed !important;
    bottom: 0px;
    width: 100% !important;
}*/

header {
    min-height: 130px;
}

header .logo {
    display: block;
    margin-left: -5px;
    width: 100%;
    max-width: 375px;
}

header .logo img {
    display: block;
    max-width: 375px;
	height:67px;
}

@media (max-width:767px) {
	header .logo img {
		max-width:100%;
		height:53px;
		margin:auto;
	}
}

header .logo img.ihide {
	display:none;
}

.skyblock {
    position: relative;
}

.skyblock:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    background-image: url(/images/skyblock.jpg);
    background-position: 0 0;
    background-repeat: repeat-x;
    transition:all 0.5s;
    -webkit-animation: shadow  50s infinite linear normal;
    animation: shadow  50s infinite linear normal;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
}

@-webkit-keyframes shadow {
from {background-position: 0 0;}
to {background-position: -622px 0;}
}

@keyframes shadow {
from {background-position: 0 0;}
to {background-position: -622px 0;}
}





header .phone {
    font-family: 'PT Sans Caption', sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #113c57;
    text-decoration: none;
    display: block;
    text-align: center;
}

header .perf {
    font-family: 'PT Sans Caption', sans-serif;
    font-weight: bold;
    font-size: 7px;
    color: #b0b8c5;
}

header .h_call {
    font-family: 'PT Sans', sans-serif;
    font-style: italic;
    font-size: 12px;
    color: #6b727e;
    background-image: url(/images/h_call.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 12px;
}

header .h_time {
    font-family: 'PT Sans', sans-serif;
    font-style: italic;
    font-size: 13px;
    color: #6b727e;
}
.v-info .title{
   font-family: Sansation;
    color:  #1a2b42;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: left; 
}
.v-info .time{
    font-family: 'PT Sans', sans-serif;
    color:  #585e6c;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
}
header menu.top {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
    display: block;
    margin-top: 10px;
    margin-bottom: 17px;
	position: relative;
}

header menu.top li {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    /*margin-left: 22px;*/
}

header menu.top a {
    display: block;
    margin: 0px;
    padding: 4px 4px;
	border: 1px solid transparent;
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 12px;
    color: #6b727e;
}

/* dropdown-menu start */

header menu.top li a.has-children {
	position: relative;
	padding: 4px 30px 4px 19px;
}

header menu.top li:hover a.has-children {
	font-weight: bold;
	text-decoration: none;
	color: #3d6598;
	background: #eeeeee;
	border: 1px solid #cccccc;

	border-radius: 18px;

}
 


 
header menu.top ul.sub-menu { 
	padding: 25px 0 0 0;
	width: 296px;

	border-radius: 4px;
	position:absolute; /* (!) */
	top: 35px; /* (!) */
	left:-9999px; /* (!) */
	z-index:5;
	display:none;
}

header menu.top ul.sub-menu li {
	width: 100%;
}

header menu.top ul.sub-menu a{
	background: #fff;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	display: block;
	text-align: left;
	padding: 12px 29px;
	font-size: 14px;
}

header menu.top ul.sub-menu a:hover { 
	background: #eeeeee;
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #ccc;
	border-right: 1px solid #eeeeee;
	color: #3d6598;
	font-weight: bold;
	text-decoration: none;
}

header menu.top ul.sub-menu li:first-child a {
	border-radius: 5px 5px 0 0;
}

header menu.top ul.sub-menu li:first-child a:hover {
	border-top: 1px solid #eeeeee;
}

header menu.top ul.sub-menu li:last-child a {
	border-radius: 0 0 5px 5px;
	border-bottom: 1px solid #ccc;
}

header menu.top ul.sub-menu li:last-child a:hover {
	border-bottom: 1px solid #eeeeee;
}

header menu.top li:hover ul.sub-menu {
	left:auto;
	display:block;
	opacity: 1;
}

.dropdown-icon {
	width: 10px;
	height: 8px;
	background: url(/bitrix/templates/sky/css/../images/down-arrow.svg) no-repeat center center;
	position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -4px;
}

 




header .burger-box {
	background-color:#328fc0;
	padding:5px;
	margin:10px -15px 0;
	text-align:center;
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 15px;
    color: #fff;
	text-transform:uppercase;
	vertical-align:middle;
	display:none;
	cursor:pointer;
}

header .burger {
	margin: 12px auto;
	width:30px;
	height:22px;
	position:relative;
	display:inline-block;
	vertical-align:middle;
}

header .burger span {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:2px;
	background-color:#fff;
	transition:all 0.5s;
	transform-origin: center;
}

header .burger span:nth-child(1) {
	animation: mymove2 0.5s linear;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

header .burger span:nth-child(2) {
	top:10px;
}

header .burger span:nth-child(3) {
	animation: mymove21 0.5s linear;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

header .burger.act span:nth-child(1) {
	animation: mymove 0.5s linear;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

header .burger.act span:nth-child(3) {
	animation: mymove1 0.5s linear;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

header .burger.act span:nth-child(2) {
	opacity:0;
}


@keyframes mymove {
    0% {top: 0px;transform: rotateZ(0deg);}
	50% {top: 10px;transform: rotateZ(0deg);}
    100% {top: 10px;transform: rotateZ(45deg);}
}
@keyframes mymove1 {
    0% {top: 20px;transform: rotateZ(0deg);}
	50% {top: 10px;transform: rotateZ(0deg);}
    100% {top: 10px;transform: rotateZ(135deg);}
}


@keyframes mymove2 {
    0% {top: 10px;transform: rotateZ(45deg);}
	50% {top: 10px;transform: rotateZ(0deg);}
    100% {top: 0px;transform: rotateZ(0deg);}
}
@keyframes mymove21 {
    0% {top: 10px;transform: rotateZ(135deg);}
	50% {top: 10px;transform: rotateZ(0deg);}
    100% {top: 20px;transform: rotateZ(0deg);}
}

@keyframes mymove2new {
    0% {top: 10px;transform: rotateZ(0deg);}
	50% {top: 10px;transform: rotateZ(0deg);}
    100% {top: 10px;transform: rotateZ(135deg);}
}

@keyframes mymove21new {
    0% {top: 10px;transform: rotateZ(135deg);}
	50% {top: 10px;transform: rotateZ(0deg);}
    100% {top: 15px;transform: rotateZ(0deg);}
}

@media (max-width:767px) {
	header .burger-box {
		display:block;
	}
	header menu.top {
		display:none;
		position:absolute;
		background-color:#fff;
		padding:15px;
		width:100%;
		margin-left:-15px;
		z-index:5;
		margin-top: -10px;
	}
	header menu.top li {
		display:block;
		float:none;
		text-align:center;
	}
	header menu.top li a {
		text-transform:uppercase;
		padding:10px;
	}
	header menu.top.act {
		display:block;
	}
	header .logo  {
		margin:auto;
		text-align:center;
	}
	
	header menu.top ul.sub-menu { 
		padding: 0 0 0 0;
		width: 100%;
		border-radius: 4px;
		position:relative;
		top: 5px;
		left:initial;
		display: none;
		z-index:3;
	}
	
	header menu.top ul.sub-menu a{
		background: #fff;
		border-left: 1px solid #ccc;
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		display: block;
		text-align: center;
		padding: 12px 29px;
		font-size: 14px;
	}
	.dropdown-icon {
		width: 20px;
		height: 20px;
		background: url(/bitrix/templates/sky/css/../images/down-arrow.svg) no-repeat center center;
		position: absolute;
		right: 13px;
		top: 50%;
		margin-top: -10px;
	}
	
	
	
}

@media (max-width: 991px) {
	header .logo  {
		margin:15px auto 0;
		text-align:center;
	}

}

.site-headline {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 15px;
    margin-top: 20px;
}


.main_page {
    background-position: top center;
    background-repeat: no-repeat;
    transition:all 0.5s;
}

.main_page1 {
	overflow-x:hidden;
}


.main_page header {
	position:absolute;
	width:100%;
	z-index:2;
}

.hs_color {
    position: relative;
	padding-top:130px;
}

.hs_colored_image {
	position:absolute;
	z-index:-1;
	bottom:-130px;
	right:50%;
	margin-right:-960px;
}

@media (max-width:1199px) {
	.hs_colored_image {
		right:50%;
		margin-right:-860px;
	}
}

@media (max-width:991px) {
	.hs_color {
		padding-top:190px;
	}
	.hs_colored_image {
		right:50%;
		margin-right:-780px;
	}
}

@media (max-width:767px) {
	.main_page header {
		position:static;
	}
	.hs_color {
		padding-top:10px;
	}
	.hs_colored_image {
		right:50%;
		margin-right:-960px;
	}
}

.hs_info {
	padding-left:60px;
}

.hs-title {
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 16px;
    color: #313c47;
    font-weight: bold;
    margin-top: -5px;
    line-height: 19px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.hs-text {
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 12px;
    color: #6b727e;
}

.hs_line {
    height: 4px;
    width: 100%;
    background-color: #328fc0;
    position: relative;
    padding-right: 0;
}

.hs_line:before {
    content: '';
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: #328fc0;
    left: -100%;
}

.hs_colored {
    display: none;
}


.hs_colored_blue {
    display: block;
}

.hs_controls {
    position: absolute;
    bottom: 0;
    right: 0;
}

.hs_controls .hs_prev {
    width: 27px;
    height: 28px;
    position: absolute;
    right: 14px;
    bottom: 5px;
    background-color: #6b727e;
    border-radius: 3px;
    background-image: url(/images/hs_prev.png);
    background-repeat: no-repeat;
    background-position: 10px 8px;
}

.hs_controls .hs_next {
    width: 27px;
    height: 33px;
    position: absolute;
    right: -15px;
    bottom: 0px;
    background-color: #328fc0;
    border-radius: 3px;
    background-image: url(/images/hs_prev.png);
    background-repeat: no-repeat;
    background-position: -45px 8px;
}


.hs_pages {	
    margin-bottom: 20px;
}

@media (max-width:767px) {
	.hs_pages {
		text-align:center;
	}
}

.hs_pages .hs_elem {
    vertical-align: middle;
    text-align: center;
    width: 160px;
    height: 58px;
    display: inline-block;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    transition:all 0.5s;
    position: relative;
    cursor: pointer;
	margin:10px;
}

.hs_pages .hs_elem img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}


.hs_pages .hs_elem.active {
    border:1px solid #b6bbc5;
    border-radius: 3px;
	background-color:#fff;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
    cursor: default;
}



.sitemap {
    background-color: #486a97;
}

.sm_icons {
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
    line-height: 42px;
}


.sm_icons .icon {
    width: 10px;
    height: 10px;
    background-image: url(/images/arrows.png);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    transition: all 0.5s;
    margin-right: 10px;
}


.sitemap .sm_icons.active .icon {
    transform:rotate(90deg);
}

.sitemap .sm_box {
    border-top: 1px solid #2e4768;
    padding: 15px 0px;
	display:none;
}


.sitemap .sm_icons.active+.sm_box {
	display:block;
}

.sitemap {
	transition:all 0.2s;
}








footer {
    background-color: #2e4768;
    padding: 25px 0px;
	transition:all 0.5s;
}

.ffix {
	position:fixed;
	width:100%;
	bottom:0px;
}

footer .phone {
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 12px;
    color: #adcadf;
}

footer .phone a {
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    margin-right: 20px;
}

footer .copyright {
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 12px;
    color: #adcadf;
    text-align: center;
}

.copyright a.button {
	background: #ffffff;
	color: #396195;
	font-weight: normal;
    cursor: pointer;
	width: 170px;
}

footer .pro100 {
    text-align: right;
}

footer .pro100 a.prshka {
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 12px;
    color: #adcadf;
    border-bottom: 1px solid #6998d5;
    text-decoration: none;
    cursor: pointer;
}

footer .social {
    width: 18px;
    height: 18px;
    background-image: url(/images/social.png);
    display: inline-block;
    vertical-align: middle;
}

footer .social.vk {
    background-position: 0 0;
}

footer .social.fb {
    background-image: url(/images/fb.png);	
}

footer .social.inst {
    background-image: url(/images/inst.png);
	
}

footer .social.search {
    background-image: url(/images/search-icon2.png);
	background-color:#4b99d8;
    border-radius: 3px;
      background-position: -1px -1px;
}
footer .foremail {
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    margin-right: 20px;
}
/*
.sb-search {
   position: relative;
    margin-top: 10px;
	left:0px;
    width: 0%;
    min-width: 18px;
    height: 18px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

.sb-search-input {
	position: absolute;
	top: 0px;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width: 150px;
	height: 18px;
	margin: 0;
	z-index: 10;
	font-family: inherit;
	color: #2c3e50;
}

.sb-search-input::-webkit-input-placeholder {
	color: #efb480;
}

.sb-search-input:-moz-placeholder {
	color: #efb480;
}

.sb-search-input::-moz-placeholder {
	color: #efb480;
}

.sb-search-input:-ms-input-placeholder {
	color: #efb480;
}

.sb-icon-search,
.sb-search-submit  {
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 18px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background-color: #fff; /* для IE */
/*	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
/*    filter: alpha(opacity=0); /* IE 5-7 */
/*    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	background: url(/images/search-icon1.png) no-repeat center center;
	background-color:#72a9ef; 
	z-index: 90;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
	/*content: "\e000"; */
/*}

.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
} */

.prost{
    margin-top: -8px;
}

@media (min-width:768px) and (max-width:991px){
    .cont-phone{
        display: inline-block;
        margin: 5px 0;
    }
	
}

@media (min-width:768px) and (max-width:991px){
    .prost {
        margin-top: 10px;
    }
}
@media (max-width:990px) {
#fb-blox{margin-left:0px;}
}
@media (min-width:991px) {
#fb-blox{margin-left:35px;}
}
.promo {
    background-position:center center;
    background-size: cover;
    height: 580px;
    padding-top: 70px;
}

.promo-mini{
    background-position:center center;
    background-size: cover;
    height: 400px;
    margin-bottom: 45px;
}

@media (max-width:767px) {
	.promo {
		height: auto;
	}
	.sb{right:50px;}
}

 .promo .promo_text {
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 14px;
    color: #113c57;
    max-width: 470px;
    width: 100%;
}

.promoX {
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: center top ;
}

.subtitle {
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 10px;
    color: #6b727e;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 18px;
}


.blue_line {
    display: block;
    width: 35px;
    height: 3px;
    background-color: #3d6598;
}

.promoY {
    background-position: top center;
    padding-top: 50px;
    background-repeat: no-repeat;
    background-size: cover;
}

.promoY.plls {
}

.promoY.proson {
}



.promoY.pllszz {
    height: 740px;
}

@media (max-width:767px) {
	.promoY.pllszz {
		height: auto;
	}
	.skyblock.indexpromo {
		padding-top:0px !important;
	}
     .indexpromo .info h1.subtitle { 
        font-size: 20px;
    }
    .indexpromo .info div.subtitle h1 { 
        font-size: 20px;
    }
}

.promoY.prosonzz {
    height: 520px;
}

.promoY.proson .promSonImg {
    position: absolute;
    bottom: 0;
    right: 0;
}

.promoY .white_block {
    background-color: #fff;
}

.promoY .white_block.promoson {
    padding: 35px 60px 35px;
    margin-bottom: 0px;
}

.promoY .white_block.promosonRED {
    padding: 35px 60px 35px;
    background-color: #851f20;
    position: relative;
}

.promoY .white_block.border {
    background-position: bottom left;
    background-repeat: no-repeat;
    min-height: 815px;
    border-bottom: 4px solid #c13131;
}

.bigNum {
    counter-reset: item;
    list-style: none;
    padding-left: 0px;
}

.bigNum>li {
    padding-left: 65px;
}

.bigNum>li:before {
    content: "0" counter(item);
    counter-increment: item;
    font-family: Sansation;
    font-size: 30px;
    color: #6b727e;
    font-weight: lighter;
    position: absolute;
    margin-left: -50px;
    line-height: 30px;
}

.bigNum .title {
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 16px;
    color: #223a52;
    font-weight: bold;
}


@media (max-width:992px) {
    .promoY .white_block {
        background-image: none !important;
    }
}


.miniPromo {
    background-color: #a70e10;
    background-image: url(/images/promo/implantatsiya-vo-sne/mbg.png);
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    padding: 225px 30px 30px;
}

.miniPromo img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -50px;
    transform: translateX(-50px);
}

.msubtitle {
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    color: #dfadad;
    font-style: italic;
}

.mtitle {
    font-family: 'Sansation', sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.mtext {
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 12px;
    color: #fcd8d8;
    line-height: 20px;
}


.big_number {

}

.big_number .num {
    font-family: 'Sansation', sans-serif;
    font-size: 30px;
    color: #c13131;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 22px;
}

.big_number .name {
    font-family: 'Sansation', sans-serif;
    font-size: 30px;
    color: #223a52;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 26px;
}

.big_number .text {
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 14px;
    color: #113c57;
    line-height: 20px;
    margin-bottom: 25px;
}

.promvc {
    border: none;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 25px 0px 10px;
    margin: 0 2px;
}

.promvc legend {
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #6b727e;
    line-height: 12px;
    letter-spacing: 1px;
    border: none;
    text-align: left;
    width: auto;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}

ul.biggest {
    counter-reset: item;
    list-style: none;
    padding: 0;
}

ul.biggest li {
    padding-left: 50px;
    position: relative;
    min-height: 30px;
    margin-bottom: 15px;
    line-height: 18px;
    font-size: 16px;
    color: #223a52;
}

ul.biggest li:before {
    content: '0' counter(item);
    counter-increment: item;
    font-family: 'Sansation', sans-serif;
    font-size: 30px;
    line-height: 30px;
    color: #6b727e;
    font-weight: lighter;
    position: absolute;
    top: 0;
    left: 0;
}

hr.greys {
    background-color: #d8d8d8;
    border-bottom-color: #d8d8d8;
    border-width: 1px;
}

.promiX {
    background-image: url(/images/promo/viniry-i-ultratonkie-viniry/bg3.png);
    background-position: top center;
    padding-top: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
}

.promiX .white_block {
    background-color: #fff;
    position: relative;
}

.promiX .white_block .girl {
    position: absolute;
    bottom: -74px;
    left: -50px;
}

.promiX .white_block.border {
    border-bottom: solid 3px #4a7bba;
}

.fancybox-overlay {
    background-image: none;
    background-color: #fff;
}
.fancybox-skin {
    box-shadow: none;
    background-color: #fff;
}

.fancybox-inner {
    padding: 20px;
}

.fancybox-close {
    background-image: url(/images/closes.png);
	background-size:auto;
    right: -85px;
    top: 0px;
}

.fancybox-inner h2.h2 {
    font-size: 55px;
    text-align: center;
    margin-bottom: 35px;
}

@media (max-width:850px) {
	.fancybox-close {
		right: 0px;
		top: 0px;
	}
	
	.fancybox-inner h2.h2 {
		font-size:35px;
		margin-top:30px;
	}
	fancybox-outer, .fancybox-inner {
		overflow-x:hidden;
	}
	.fancybox-inner {
		padding: 0px;
	}
	.content-wrapper {
		padding:20px;
	}
}
label[for="48"] a,
label[for="49"] a,
label[for="50"] a,
label[for="51"] a,
label[for="52"] a {
    color: #333;
    font-size: 1.1vh;
    font-weight: 300;
    text-decoration: none;
}
.fancybox-inner label[for="48"],
.fancybox-inner label[for="49"],
.fancybox-inner label[for="50"],
.fancybox-inner label[for="51"],
.fancybox-inner label[for="52"] {
    display: block;
    margin: 0 0 0 5px;
    padding: 0;
}
.checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
    display: block;
}
input[type=checkbox] {
    margin: 0;
} 
.fancybox-inner label {
    display: none;
}
@media(min-width: 768px) {
    .min-margin {
        margin-top: -50px;
    }
}
.fancybox-inner input[type=text], .fancybox-inner input[type=tel], .fancybox-inner textarea, .fancybox-inner select {
    background-color: #f3f3f4;
    border: 1px solid #cad3df !important;
    color: #223a52;
    font-size: 13px;
    font-family: 'PT Sans Caption', sans-serif;
    outline: none !important;
    box-shadow: none !important;
}

.forma h2.h2 {
    font-size: 55px;
    text-align: center;
    margin-bottom: 35px;
}

.forma label {
    display: none;
}

.forma input[type=text], .forma input[type=tel], .forma textarea, .forma select {
    background-color: #f3f3f4;
    border: 1px solid #cad3df !important;
    color: #223a52;
    font-size: 13px;
    font-family: 'PT Sans Caption', sans-serif;
    outline: none !important;
    box-shadow: none !important;
}

.map {
    height:370px;
    width:100%;
}

.contacts {
    margin-bottom: 50px;
}

.contacts .phone {
    color: #113c57;
    font-size: 15px;
    font-weight: bold;
    font-family: 'PT Sans Caption', sans-serif;
    text-decoration: none;
    background-image: url(/images/h_call.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 16px;
}

.contacts .time {
    font-family: 'PT Sans', sans-serif;
    font-style: italic;
    font-size: 12px;
    color: #6b727e;
    background-image: url(/images/h_time.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 16px;
}

.contacts .place {
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 13px;
    color: #6b727e;
}

.contacts .social .vk {
    background-image: url(/images/vk.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 18px;
    height:18px;
    display: inline-block;
    margin-right: 5px;
}

.contacts .social .fb {
    background-image: url(/images/fb.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 18px;
    height:18px;
    display: inline-block;
}

.contacts .social .inst {
    background-image: url(/images/inst.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 18px;
    height:18px;
    display: inline-block;
}

.license-block {
    background: #fff;
    padding: 30px;
    margin-bottom: 50px;
	border-left: 1px solid #d5dce6;
	border-right: 1px solid #d5dce6;
	border-top: 1px solid #d5dce6;
    border-bottom: 3px solid #4a7bba;
}
.license-h3{
	margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 2px solid #d5dce6;
	text-transform: uppercase;
	color: #6b727e;
    font-size: 18px;
    font-family: 'PT Sans Caption', sans-serif;
}
.license-block .license-item {
    text-align: center;
    padding: 0 5px;
}

.license-block .license-item a {
    display: block;
    background: #fff;
}

.license-block .license-item img {
    max-height: 180px;
}

.license-block_slider.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}
.license-block .license-block_slider .license-item {
  width: 100%;
}
.license-block_slider .owl-nav > div {
    width: 22px;
    height: 22px;
    background-size: 10px;
    position: absolute;
    top: 40%;
    text-indent: -99999px;
    background-position: center center;
    background-repeat: no-repeat;
}
.license-block_slider .owl-next {
    background-image: url(/images/sliderNext.svg);
    right: 0;
}
.license-block_slider .owl-prev {
    background-image: url(/images/sliderPrev.svg);
    left: 0;
}

.rounded-box{left:2500px}

.submit_search{width:1200px;}

@media (min-width: 768px) and (max-width: 997px) {
    .license-block .license-item img {
        max-height: 100px;
    }
}

@media (max-width: 580px) {
    .license-block {
        padding: 20px 10px;
    }
    .license-block .license-item a {
        padding: 5px;
    }
    .license-block .license-item img {
        max-height: 100px;
    }
}
.clean{
    margin-top: 30px;
}

@media (min-width:320px) and (max-width:991px){
    .clean{
        margin-top:0;
	
    }
}

.bg{
		background-size:cover; 
		background-position:center center;
		height:auto;
		padding-bottom:45px;
		margin-bottom:0;
	}
	.bq{width:50%;}
	.isp1{height:103px;}
	.isp2{height:132px;}
	@media (max-width:1199px) {
		.isp1{height:132px;}
		.isp2{height:176px;}
	}
	@media (max-width:991px) {
		.isp1{height:176px;}
		.isp2{height:286px;}
		.bq{width:auto;}
		#badblock{margin-bottom:0px;padding-bottom:0px;}
		.skyblock{margin-bottom:0px;padding-bottom:0px !important;}
	}
	@media (max-width:767px) {
		.isp1{height:auto;}
		.isp2{height:auto;}
		.bq{width:auto;}
		#badblock{margin-bottom:0px !important;padding-bottom:0px !important;}
		.skyblock{margin-bottom:0px !important;padding-bottom:0px !important;}
		
	}

.sky{
    background-image: url(/images/promo/implantatsiya/izi.png); 
    background-size: cover; 
    background-position: center right;
    padding: 20px 30px 20px 30px;
    margin-bottom: 30px;
}
.fancybox-overlay {
    background: rgba(0,0,0,0.5);
}
.fancybox-inner {
    width:auto!important;
}
.fancybox-close {
    background-image: url(/images/closesWhite.png);
}
@media screen and (max-width: 768px) {
    .fancybox-close {
        background-image: url(/images/closes.png);
    }
}
/* соц кнопки в шапке */
.btnGo {
    position: fixed;
    top: 0;
    right: 0;
    height: 29px;
    width: auto;
    z-index: 701;
    color: #fff;
    line-height: 2;
    cursor: pointer;
  }
  .btnGo .social.vk {
      background-position: 0 0;
  }
  .btnGo .social {
    width: 18px;
    height: 18px;
    background-image: url(/images/social2.png);
    display: inline-block;
    vertical-align: middle;
  }
  .btnGo  .social.inst {
     background-position: -56px 0;
  }
  .btnGo .social.fb {
      background-position: 46px 0;
  }
  .HB-Bar {
    position: fixed!important;
    z-index: 700!important;
  }
  @media (max-width: 700px) {
    .btnGo {
      height: 30px;
      text-align: center;
      background: #63b6e1;
      width: 100%;
      z-index: 701;
      top: auto;
    }
    .main_page1 {
      margin-top:15px;
    }
	  
  }


@media (max-width: 767px) {
	#vk_community_messages {
		display: none!important;
	}
} 
@media (max-width: 500px) {
    .inner_page1 .promo.wow.fadeInDown, .inner_page1 .promo.wow, .inner_page1 .promo-mini.wow.fadeInDown, .promo-up.wow {
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: top!important;
        height: auto!important;
        min-height: 75px;
    }
    .inner_page1 .promo.wow.fadeInDown .container {
        padding-top: 30px;
    }
    .promo.wow.fadeInRight.pt-40 {
        padding-top: 0;
    }
}
.fix-p {
    margin: 0;
}
@media (max-width: 1199px) {
    .row-vidget {
        text-align: center;
    }
    .row-vidget > div {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
}
@media (max-width: 991px) {
    .skyblock .container.mb-35 {
        margin-bottom: 0!important;
    }
}
@media (max-width: 767px) {
    .fix-p {
        margin: 0 -15px;
    }
    .skyblock .service img.mlogo {
        margin-left: 0;
    }
    .row-vidget .col-lg-5.col-md-4.col-sm-5.col-xs-5 {
        width: 290px;
    }
    .row-vidget .col-lg-5.col-md-3.col-sm-4.col-xs-5 {
        width: 260px;
    }
}
@media (max-width: 584px) {
   .row-vidget .col-lg-5.col-md-3.col-sm-4.col-xs-5 {
        margin-top: 15px;
    } 
}

.blockquote.green {
    border-left: 4px solid #aadd6e;
}
.blockquote.green a {
    color: #aadd6e;
}
@media (max-width: 992px) {

    #slide-164 {
        background-position: right bottom;
        background-size: 72%;
        background-image: url(/images/pn1.png) !important;
    }
    #slide-166 {
        background-image: url(/images/bfff.jpg) !important;
        background-size: 60%;
        background-position: right 70%;
    }
}
@media (max-width: 767px) {

    #slide-164, #slide-166 {
        background-image: none !important;
    }
}



/*---------------------Банер на детской---------------------------*/
	

		#go_to_actn {
			position: relative;
			width: 100%;
			height: 0px;
			z-index: 500;
			background-image: url(/images/kids_banner/banner_kids.jpg);
			background-position: 30%;
			overflow: hidden;
			background-size: cover;
			transition: all 0.3s;
		}

		#go_to_actn a {
			width: 100%;
			height: 100%;
			display: block;
		}

		#go_to_actn.active {
			height: 155px;
			padding-bottom: 15px;
		}
		#go_to_actn .kids_logo {
			position: absolute;
			top: 50%;
			right: 5%;
			transform: translate(0%, -50%);
			height: 60px;
			width: auto;
		}
		.close_baner {
			height: 40px;
			width: 40px;
			position: absolute;
			z-index: 510;
			top: 5%;
			right: 1%;
		}

		.close_baner:hover {
			cursor: pointer;
		}
		.close_baner:after {
			content: " ";
			 display: block;
				width: 20px;
				height: 2px;
				position: absolute;
				top: 50%;
				left: 50%;
				background: #333;
			transform: translate(-50%, -50%) rotate(45deg);
			}
		.close_baner:before {
			content: " ";
			 display: block;
				width: 20px;
				height: 2px;
				position: absolute;
				top: 50%;
				left: 50%;
				background: #333;
			transform: translate(-50%, -50%) rotate(-45deg);
		}
	@media (max-width:991px) {
		#go_to_actn.active {
				height: 100px;
			background-image: url(/images/kids_banner/banner_kids_mob.jpg);
				transition: all 0.3s;
			}
		}
#go_to_actn a {
	text-decoration: none;
}

#go_to_actn .for_mob {
	display: none;
	padding: 15px;
	padding-right: 35px;
	color: #328fc0;
	text-decoration: none;
	/*text-shadow: 1px 1px 9px rgba(106, 156, 188, 1);*/
}
@media (max-width:1400px) {
	#go_to_actn .kids_logo {
		right: 2%;
		bottom: 5px;
		top: inherit;
		transform: inherit;
		height: 50px;
	}
}
	@media (max-width:768px) {
		#go_to_actn.active {
				height: auto;
				min-height: 60px;
				background-image: url(/images/kids_banner/sky.jpg);
				transition: all 0.3s;
			}
		#go_to_actn .for_mob {
			display: block;
		}
		#go_to_actn .kids_logo {
			height: 30px;
			bottom: 5px;
			right: 5px;
			top: inherit;
			transform: none;
		}
	}

/*------------------------------*/

.block.specialistsRow .block__title a{
font-size:36px;
color: #396195;
text-decoration:none;
}
.block.specialistsRow .block__title a:hover{
color: #4a7bba;
}
		.bg-schit {
			    background-image: url(/images/bg-list/schit.png);
		}
		.bg-galochki {
			    background-image: url(/images/bg-list/galochki.png);
		}
		.bg-klyuch {
			    background-image: url(/images/bg-list/klyuch.png);
		}
		.bg-zamok {
			    background-image: url(/images/bg-list/zamok.png);
		}
		.bg-klass {
			    background-image: url(/images/bg-list/klass.png);
		}
		.bg-lico {
			    background-image: url(/images/bg-list/lico.png);
		}
		.bg-puzzle {
			    background-image: url(/images/bg-list/puzzle.png);
		}
		.bg-molotok {
			    background-image: url(/images/bg-list/molotok.png);
		}
		.bg-velosiped {
			    background-image: url(/images/bg-list/velosiped.png);
		}
		.bg-pyatna {
			    background-image: url(/images/bg-list/pyatna.png);
		}
		.bg-lupa {
			    background-image: url(/images/bg-list/lupa.png);
		}
		.bg-samolet {
			    background-image: url(/images/bg-list/samolet.png);
		}
		.bg-vopros {
			    background-image: url(/images/bg-list/vopros.png);
		}
		.bg-raduga {
			    background-image: url(/images/bg-list/raduga.png);
		}
		.bg-tsep {
			    background-image: url(/images/bg-list/tsep.png);
		}
		.bg-almaz {
			    background-image: url(/images/bg-list/almaz.png);
		}
		.bg-klyuchik {
			    background-image: url(/images/bg-list/klyuchik.png);
		}
		.bg-zamok-otkryt {
			    background-image: url(/images/bg-list/zamok-otkryt.png);
		}
		.bg-galochka {
			    background-image: url(/images/bg-list/galochka.png);
		}
		.bg-gory {
			    background-image: url(/images/bg-list/gory.png);
		}
		.bg-smeschenie {
			    background-image: url(/images/bg-list/smeschenie.png);
		}
		.bg-strelki {
			    background-image: url(/images/bg-list/strelki.png);
		}
		.bg-smile {
			    background-image: url(/images/bg-list/smile.png);
		}
		.bg-infinity {
			    background-image: url(/images/bg-list/infinity.png);
		}
		.left-icon {		
			background-size: 35px;
			background-repeat: no-repeat;
			background-position: 0 50%;
			padding-left: 55px;
			vertical-align: middle;
		}
		.float-right {
		float:right;
		}
		.container-table {
			display:table;
		}
		.container-table .row {
			display:table-row;
		}
		.container-table .row .col-md-6, .container-table .row .col-xs-6 {
			display:table-cell;
			float:none;
			vertical-align:middle;
		}
		.container-table .row .col-md-6.image-md-6, .container-table .row .col-xs-6.image-md-6 {
		background-position:center;
		background-repeat: no-repeat;
		background-size:100%;
		}

.pic-block .big_flex {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-wrap: wrap;
	}
	.pic-block .big_flex_item { 
		width: 50%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 25px;
	}
   .pic-block  .big_flex_item_img {
		margin-right: 50px;
	}
   .pic-block  .big_flex_item_text {
		padding-right: 25px;
	}
	
    .center {
        text-align: center;
    }
    .buttons_form.container{
        width:900px;
    }
    .promo2{
        background-position: center;
        /* background-size: cover; */
        height: 400px;
        margin-top: 90px;
        background-repeat: no-repeat;
    }
    .buttons_form .text-center {
        margin-top: 30px;
    }
    .actions.text-center{
        font-size: 13px;
        margin-top: 10px;
    }
    .buttons_form span{
        font-size: 16px;
        margin-left: 50px;
        font-weight: bold;
    }
    .font-italic {
    font-style:italic;
    }
.buttons_form.container{
    margin-bottom: 20px;
}
.list-full-width li {
	background-size: 45px;
	background-repeat: no-repeat;
	list-style-type: none;
	font-size: 20px;
	padding-left: 80px;
	display: inline-block;
	width: 100%;
	min-height: 45px;
	vertical-align:top;
	line-height:25px;
	padding-right: 40px;
	margin-bottom:10px;
}

.list-4-block.short-list li {
height:70px;

}

.subs-title {
	color: #fff;
	text-align: left;
}

.subs p {
	color: #adcadf;
	font-size: 12px;
	text-align: left;
}

.subs {
	margin-bottom: 45px;
}

.subs .input {
	height: 30px;
    margin-bottom: 10px;
}

.subs .button {
	background: #4b99d8;
	color: #fff;
	font-weight: normal;
	margin-left: 14px;
	-webkit-appearance: button;
    cursor: pointer;
	width: 185px;
}

.intelsib-copyright {
	color: #adcadf;
	font-size: 11px;
	text-align: left;
    display: flex;
	margin-bottom: 20px;
}

.pro100-copyright {
	color: #adcadf;
	text-align: left;
}

.intelsib-copyright img {
	margin-right: 10px;
}
.intelsib-copyright a {
font-size: 11px;
padding-left:5px;
}
.block__secondtitle h1 {
    font-size: 36px;
    font-weight: 700;
    color: #396195;
}
/*@media (min-width: 768px) {
    .row .col-xs-12.block-top {
        width:750px;
        float:none;
        margin:0 auto;
    }
}

@media (min-width: 992px) {
    .row .col-xs-12.block-top {
        width:970px;
        float:none;
        margin:0 auto;
    }
}

@media (min-width: 1200px) {
    .row .col-xs-12.block-top {
        width: 1170px;
        float:none;
        margin:0 auto;
    }
}
*/
.services__block_title a {
    font-family: 'Sansation', sans-serif;
    font-size: 20px;
    color: #223a52;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    text-decoration:none;
}
.services__block_title a:hover {	
    color: #223a52;
}

@media (min-width:1400px){
    .index-slider_parent.implantatsiya .index-slider_parent_slider .index-slider_parent_slider_slide {
		background-size: contain !important;
	}
	.block-top {
		background-size: contain !important;
	}
}





/* new mobile header start*/

.m-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 11px 0px;
	position: relative;
}

.m-header .col {}

.m-logo {
	
}

header .m-logo .logo{
	margin: 0;
    text-align: initial;
}

header .m-logo .logo img {
    width: 100px;
    max-width: 100px;
    height: 32px;
    margin: 0;
	margin-right: 5px;
}

header .m-phone{
	padding-top: 5px;
}

header .m-phone .phone {
    font-size: 15px;
}

header .m-contacts{

}

header .m-contacts a {
	display: block;
    line-height: 1;
    margin-top: 3px;
}



header .m-header .burger-box {
    background-color: #fff;
    padding: 0px;
    margin: 0px 0px 0;
    text-align: center;
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
}

header .m-header .burger {
    margin: 0 auto;
    width: 25px;
    height: 18px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

header .m-header .burger span {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: #3d6598;
    transition: all 0.5s;
    transform-origin: center;
}

header .m-header .burger span:nth-child(2) {
    top: 7px;
}

header .m-header .burger span:nth-child(3) {
	animation: mymove21new 0.5s linear;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

header .burger.act span:nth-child(3) {
    animation: mymove2new 0.5s linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.m-menu {
	
}

@media (max-width:767px){

	.page-content {
		padding-top: 55px;
	}

	.m-header-new {
		padding-right: 10px;
		padding-left: 10px;
		position: fixed !important;
		width: 100%;
		background: #fff;
		z-index: 9999;
	}

	.m-header-old {
		display:none;
	}
	
	header .m-header menu.top {
		top: 100%;
		left: 0;
		right: 0;
		width: initial;
		margin-left: -10px;
		margin-right: -10px;
	}
	header {
		min-height: initial;
	}
	
}

@media (min-width:768px){
.m-header-new {
		display:none;
	}

}

.sitemap_text {
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 10px;
    display: block;
}

/* new mobile header end*/

.butn.review-header::before, .main_page1 header .butn.review-header::before, .butn.review-header::after, .main_page1 header .butn.review-header::after{
background:none !important;
}

.site-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.site-col_right {
    -webkit-box-flex: 70%;
    -webkit-flex: 70%;
        -ms-flex: 70%;
            flex: 70%;
    padding-right: 3%;
    border-right: 1px solid #f1f1f1;
    margin-right: 2%;
    margin-bottom: 30px;
}
.site-col_left {
    -webkit-box-flex: 25%;
    -webkit-flex: 25%;
        -ms-flex: 25%;
            flex: 25%;
}
.sidebar__headline {
    font-size: 18px;
}

.text-bold {
	font-weight: bold;
}
.lid {
    font-size: 22px;
    font-weight: bold;
}

.table-loyal {
    width: 50%;
}
.table-loyal td {
    border: 1px solid #ddd;
    padding: 10px;
}
.video-wrap_center {
    text-align: center;
}
@media (max-width: 991px) {
    .video-wrap iframe {
        width: 100%;
    }
    .site-col_right {
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
            -ms-flex: 100%;
                flex: 100%;
        padding-right: 0;
        border-right: 0;
        margin-right: 0;
    }
    .site-col_left {
        margin-bottom: 30px;
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
            -ms-flex: 100%;
                flex: 100%;
    }    
}
@media (max-width: 768px) {
    .video-wrap iframe {
        height: 300px;
    }
}
@media (max-width: 460px) {
    .video-wrap iframe {
        height: 200px;
    }
}

/*/services/programma-gos-garantiy/*/
.prologenie__item {
    font-weight: bold;
    padding-bottom: 4px;
    margin-bottom: 14px;
    border-bottom: 1px solid #f1f1f1;
}
.prologenie__item a {
    display: inline-block;
    padding-left: 48px;
    position: relative;
}
.prologenie__item a:before {
    content: '';
    background-image: url(/services/programma-gos-garantiy/pdf.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 4px;
    left: 0;
}
@media (max-width: 991px) {
    .prologenie__item:last-child {
        border-bottom: 0;
    }
}

/*Баннер бонусной программы*/
.bonus-banner {
    background-image: url(/images/loyati-bg.jpg);
    min-height: 292px;
    color: #fff;
    padding: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    background-position: center right;
    background-repeat: no-repeat;
    background-color: #64e1eb;
    background-size: cover;
}
.bonus-banner__headline {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    margin-bottom: 15px;
}
.bonus-banner__text {
    font-size: 24px;
    padding-right: 30%;
    margin-bottom: 30px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    font-weight: bold;
}
.bonus-banner__link-more {
    position: relative;
    top: 4px;
}
@media (max-width: 768px) {
    .bonus-banner__headline {
        font-size: 26px;
    }
    .bonus-banner__text {
        font-size: 18px;
        padding-right: 0;
    }
    .bonus-banner {
        text-align: center;
        min-height: 100%;
        padding: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background-image: none;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .bonus-banner__action button {
        margin-bottom: 10px;
    }
    .bonus-banner__link-more {
        top: 0px;
    }
}


/*Страница Брекеты*/
.link-video-bracets {
    position: absolute;
    right: 0;
    background-color: #fff;
    padding: 10px 15px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    bottom: 10px;
    width: 45%;
}
a.link-video-bracets__link-wrap {
    display: inline-block;
    color: #333;
    text-decoration: none;
    padding-left: 46px;
    background-image: url(/services/brekety/img/play.png);
    background-repeat: no-repeat;
    background-position: center left;
}
.link-video-bracets__headline {
    font-weight: bold;
}
.link-video-bracets__text {
    font-size: 13px;
}
@media (max-width: 1024px) {
    .link-video-bracets {
        background: #cef2fd;
        background: linear-gradient(to right,  #cef2fd 49%,#cef2fd 49%,#f9fdff 100%);
    }
    a.link-video-bracets__link-wrap {
        background-image: url(/services/brekety/img/play2.png);
    }
}
@media (max-width: 991px) {
    .link-video-bracets {
        bottom: 20px;
    }
}
@media (max-width: 767px) {
    .link-video-bracets {
        position: static;
        width: 100%;
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0;
        -webkit-box-sizing: content-box;
                box-sizing: content-box;
        padding: 7px 14px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    a.link-video-bracets__link-wrap {
        margin: 0 auto;
    }
}
 .sliderlink{
 font-size:13px!important;
 font-family: Arial!important;
    color: #fff!important;
}
.sliderlink:hover{
 font-size:13px;
 font-family: Arial;
 text-decoration:none;
 color: #fff!important;
}


/*Новая шапка*/
.header-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
header .header-top__logo {
    width: auto;
    padding-right: 20px;
    position: relative;
}

.header-top__contacts {
    display: flex;
}

.header-top__adress {
    margin-bottom: 3px;
}
.header-top__adress a {
    text-decoration: underline;
    font-size: 12px;
    color: #113c57;
}
header .header-top__contacts .phone {
    font-size: 22px;
}
.header-top__action {
    text-align: center;
}
.header-top .rach_calc {
    display: block;
}
header .header-top .logo img {
    max-width: 254px;
    height: auto;
    max-height: 67px;
}
.header-top__metro {
    font-weight: bold;
    color: red;
}
header .header-top .logo img.blue {
    margin-top: -30px;
}
.header-top__slogan {
    color: #777;
    font-size: 11px;
    position: absolute;
    left: 0px;
    bottom: -18px;
    line-height: 1.1;
    font-style: italic;
}
.header-top__contacts_mobile,
.site-headline_mobile,
.action-buttons_mobile {
    display: none;
}
.header-top__widget-flamp {
    height: 101px;
    width: 168px;
}
form[action='/include/callback.ajax.php'] .row > .form-group:first-child {
    width: 100%;
}
@media (max-width: 1200px) {
    .header-top__widget-flamp {
        display: none;
    }
    .header-top {
        margin-bottom: 25px;
        margin-top: -15px;
    }
    header menu.top a {
        font-size: 13px;
    }
    .header-top__action {
        margin-top: -10px;
    }
    a.popup.review-header.calltouch_callback div {
        /* margin-top: -10px; */
    }

}
@media (max-width: 1000px) {
    .header-top__contacts {
        display: none;
    }
    .site-headline {
        font-size: 26px;
    }
    .header-top__action.center_pos_lup > div {
        display: block !important;
    }
    header .header-top .logo img.blue {
        margin-top: -22px;
    }
    header .header-top .logo {
        margin: 0px;
        text-align: left;
    }
    header .header-top__contacts_mobile .phone {
        font-size: 12px;
        text-align: left;
    }
}
@media (max-width: 767px){
    .header-top__contacts_mobile,
    .site-headline_mobile,
    .action-buttons_mobile {
        display: block;
    }
    .header-top__contacts_mobile {
        display: flex;
        padding-top: 54px;
    }
    .header-top__contacts-col {
        padding: 2px 0 0 10px;
        flex: 1;
    }
    .header-top__contacts-col_worktime {
        flex: 1;
    }
    .header-top {
        margin-bottom: 50px;
    }
    .site-headline_mobile {
        margin-top: 12px;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
    }
    .action-buttons_mobile {
        text-align: center;
    }
    .order-call_mobile {
        font-size: 12px;
        border-bottom: 1px dashed;
        display: inline-block;
    }
    .butn-popup_big {
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        padding: 0px 42px;
    }
	ul.header__socials {
		margin: 0px;
	}
	header .h_time {
		padding-left: 50px;
	}

}

/*Блок отзывов на главной*/
.header-reviews {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-reviews__subheader {
    font-size: 28px;
    margin-bottom: 25px;
    margin-top: 50px;
}
@media (max-width: 990px){
    .header-reviews {
        flex-wrap: wrap;
    }
    .header-reviews__subheader {
        font-size: 22px;
        margin-bottom: 10px;
        margin-top: 0px;
        width: 100%;
    }
}
@media (max-width: 767px){
    #flamp-iframe {
        margin-bottom: 25px;
    }
}

/*XV Форма записи на прием на главной мобильной*/
.form__mobile .block__escription {
    color: #fff;
    position: relative;
    top: -20px;
}
.form__mobile label[for='form_textarea_35'] {
    color: #fff;
    margin-top: 10px;
}
.form__mobile .form__item,
.form__mobile .form-group.checkbox {
    padding: 0 15px;
}
.form__mobile textarea[for='form_textarea_58'] {
    padding-left: 20px;
}
.form__mobile label[for="48"] a {
    font-size: 13px;
}
@media screen and (max-width: 480px) {
    .appointment .form__mobile .button {
        font-size: 18px;
    }
}

/*Видеоотзывы на странице отзывов*/
.video-reviews {
    padding: 0 30px;
    margin-bottom: 40px;
    max-height: 220px;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.2s;
}
.video-reviews.slick-initialized {
    opacity: 1;
    overflow: visible;
    max-height: 220px;
}
.video-reviews__review {
    margin: 0 20px;
    background-color: #d8eff7;
}
img.video-reviews__thumb {
    max-width: 100%;
}
.video-reviews__description {
    padding: 10px;
}
.video-reviews__video iframe {
    width: 100% !important;
    height: 190px !important;;
}
.video-reviews__video {
    position: relative;
}
.video-reviews__video:before {
    content: '';
    cursor: pointer;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 32%;
    left: calc(50% - 32px);
    border-radius: 50%;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 64px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 142.448 142.448'%3E%3Cg fill='%23fff'%3E%3Cpath d='M142.411 68.9C141.216 31.48 110.968 1.233 73.549.038c-20.361-.646-39.41 7.104-53.488 21.639C6.527 35.65-.584 54.071.038 73.549c1.194 37.419 31.442 67.667 68.861 68.861.779.025 1.551.037 2.325.037 19.454 0 37.624-7.698 51.163-21.676 13.534-13.972 20.646-32.394 20.024-51.871zm-30.798 41.436c-10.688 11.035-25.032 17.112-40.389 17.112-.614 0-1.228-.01-1.847-.029-29.532-.943-53.404-24.815-54.348-54.348-.491-15.382 5.122-29.928 15.806-40.958 10.688-11.035 25.032-17.112 40.389-17.112.614 0 1.228.01 1.847.029 29.532.943 53.404 24.815 54.348 54.348.491 15.382-5.123 29.928-15.806 40.958z'/%3E%3Cpath d='M94.585 67.086L63.001 44.44c-3.369-2.416-8.059-.008-8.059 4.138v45.293c0 4.146 4.69 6.554 8.059 4.138l31.583-22.647c2.834-2.031 2.834-6.244.001-8.276z'/%3E%3C/g%3E%3C/svg%3E");
}
.video-reviews .slick-arrow {
    background-image: url(//skydent.ru/images/sliderNext.svg);
    padding: 15px;
    background-repeat: no-repeat;
    text-indent: -9999px;
    background-position: center;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 35%;
    z-index: 10;
}
.video-reviews .slick-next {
    background-image: url(//skydent.ru/images/sliderNext.svg);
    right: 0px;
}
.video-reviews .slick-prev {
    background-image: url(//skydent.ru/images/sliderPrev.svg);
    left: 0px;
}
@media (max-width: 1024px) {
    .video-reviews__review {
        margin: 0 10px;
    }
}

a.popup.review-header.calltouch_callback div {
    /* margin-left: -13px; */
}

.butn.blue {
    margin: 8px 1px 12px 0px;
}

ul.header__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    list-style-type: none;
	padding: 0px 10px;
}

.footer-one__soc ul.header__socials {
    justify-content: flex-start;
}

.header__socials li {
    margin: 7px 6px;
}

header menu.top li {
    height: 25px;
}

.header-top__contacts_mobile .header-top__adress {
    width: 120px;
}

.header-top__contacts-col div:nth-child(4) {
    margin-top: 3px;
}

.header__socials svg:hover path {
    stroke:#D2D2D2;
    stroke-width:inherit;
    fill:#D2D2D2;
}

.header__socials svg:hover {
    stroke: #D2D2D2;
    fill: #D2D2D2;
    /* fill: red!important; */
    /* filter: brightness(56%); */
}    



@media (min-width: 766px) {
.header-top__contacts.md {
    display: block;
}
}


/* End */


/* Start:/local/templates/dentalux/components/bitrix/catalog.section.list/menuuslugimob/style.min.css?16171110066236*/
.bx_catalog_line{margin-bottom:30px}.bx_catalog_line .bx_catalog_line_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_line .bx_catalog_line_category_title a{color:#000;text-decoration:none}.bx_catalog_line .bx_catalog_line_ul{padding:0}.bx_catalog_line .bx_catalog_line_ul li{margin-bottom:20px;list-style:none}.bx_catalog_line .bx_catalog_line_ul li:before{content:''!important}.bx_catalog_line .bx_catalog_line_img{position:relative;display:block;float:left;overflow:hidden;margin-right:40px;width:125px;height:125px;border:1px solid #ccc;border-radius:2px;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_line .bx_catalog_line_title{margin-bottom:10px;padding:0;vertical-align:top;line-height:18px}.bx_catalog_line .bx_catalog_line_title a{color:#4c7da6;font-size:18px}.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration:none}.bx_catalog_line .bx_catalog_line_title span{font-size:16px}.bx_catalog_line .bx_catalog_line_description{color:#3f3f3f;font-size:13px;line-height:16px}@media(max-width:639px){.bx-touch .bx_catalog_line .bx_catalog_line_img{margin-right:10px;width:50px;height:50px}.bx-touch .bx_catalog_line .bx_catalog_line_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size:14px}.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size:11px}}.bx_catalog_line .bx_catalog_line_img,.bx_catalog_line .bx_catalog_line_title,.bx_catalog_line .bx_catalog_line_title a,.bx_catalog_line .bx_catalog_line_description{transition:all .3s ease}.bx_catalog_text{margin-bottom:30px}.bx_catalog_text .bx_catalog_text_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_text .bx_catalog_text_category_title a{color:#000;text-decoration:none}.bx_catalog_text .bx_catalog_text_ul{padding:0}.bx_catalog_text .bx_catalog_text_ul li{float:left;margin:0 10px 10px;list-style:none}.bx_catalog_text .bx_catalog_text_ul li:before{content:''!important}.bx_catalog_text .bx_catalog_text_title{margin:0;padding:0;vertical-align:top;font-size:14px;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{display:inline-block;overflow:hidden;max-width:100%;color:#4c7da6;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px}.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration:none}.bx_catalog_text .bx_catalog_text_title span{font-size:12px}@media(max-width:639px){.bx-touch .bx_catalog_text .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size:12px}}.bx_catalog_text .bx_catalog_line_title,.bx_catalog_text .bx_catalog_line_title a{transition:all .3s ease}.bx_catalog_tile{margin-bottom:30px}.bx_catalog_tile .bx_catalog_tile_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_tile .bx_catalog_tile_category_title a{color:#000;text-decoration:none}.bx_catalog_tile .bx_catalog_tile_ul{padding:0}.bx_catalog_tile .bx_catalog_tile_ul li{float:left;box-sizing:border-box;margin-bottom:20px;padding:0 10px;width:12.5%;list-style:none;text-align:center}.bx_catalog_tile .bx_catalog_tile_ul li:before{content:''!important}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:both}.bx_catalog_tile .bx_catalog_tile_img{position:relative;display:block;overflow:hidden;margin:0 auto;width:78px;height:78px;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_tile .bx_catalog_tile_title{margin-top:5px;margin-bottom:10px;padding:0;vertical-align:top;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{color:#4c7da6;font-size:14px}.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration:none}.bx_catalog_tile .bx_catalog_tile_title span{font-size:12px}@media(max-width:980px){.bx_catalog_tile .bx_catalog_tile_ul li{width:20%}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:both}}@media(max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title{line-height:10px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size:11px}}@media(min-width:480px) and (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear:both}}@media(max-width:479px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%}.bx-touch .bx_catalog_tile .bx_catalog_tile_img{width:100%;height:80px}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear:both}}.bx_catalog_tile .bx_catalog_tile_title,.bx_catalog_tile .bx_catalog_tile_title a,.bx_catalog_tile .bx_catalog_tile_ul li,.bx_catalog_tile .bx_catalog_tile_img{transition:all .3s ease}.bx_sitemap{margin-bottom:30px}.bx_sitemap .bx_sitemap_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_sitemap .bx_sitemap_title a{color:#000;text-decoration:none}.bx_sitemap .bx_sitemap_ul li{padding:0;line-height:14px}.bx_sitemap .bx_sitemap_ul li:before{content:''!important}.bx_sitemap .bx_sitemap_li_title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;line-height:13px}.bx_sitemap .bx_sitemap_li_title a{color:#4c7da6;white-space:nowrap;font-size:13px}.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration:none}.bx_sitemap .bx_sitemap_li_title span{font-size:11px}@media(max-width:639px){.bx-touch .bx_sitemap .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size:12px}}.bx_sitemap .bx_catalog_line_title,.bx_sitemap .bx_catalog_line_title a{transition:all .3s ease}
/* End */


/* Start:/local/templates/dentalux/components/bitrix/news.list/usluglistmenu/style.css?1600068126150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/dentalux/components/bitrix/catalog.section.list/razdlymenu/style.min.css?16000681266236*/
.bx_catalog_line{margin-bottom:30px}.bx_catalog_line .bx_catalog_line_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_line .bx_catalog_line_category_title a{color:#000;text-decoration:none}.bx_catalog_line .bx_catalog_line_ul{padding:0}.bx_catalog_line .bx_catalog_line_ul li{margin-bottom:20px;list-style:none}.bx_catalog_line .bx_catalog_line_ul li:before{content:''!important}.bx_catalog_line .bx_catalog_line_img{position:relative;display:block;float:left;overflow:hidden;margin-right:40px;width:125px;height:125px;border:1px solid #ccc;border-radius:2px;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_line .bx_catalog_line_title{margin-bottom:10px;padding:0;vertical-align:top;line-height:18px}.bx_catalog_line .bx_catalog_line_title a{color:#4c7da6;font-size:18px}.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration:none}.bx_catalog_line .bx_catalog_line_title span{font-size:16px}.bx_catalog_line .bx_catalog_line_description{color:#3f3f3f;font-size:13px;line-height:16px}@media(max-width:639px){.bx-touch .bx_catalog_line .bx_catalog_line_img{margin-right:10px;width:50px;height:50px}.bx-touch .bx_catalog_line .bx_catalog_line_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size:14px}.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size:11px}}.bx_catalog_line .bx_catalog_line_img,.bx_catalog_line .bx_catalog_line_title,.bx_catalog_line .bx_catalog_line_title a,.bx_catalog_line .bx_catalog_line_description{transition:all .3s ease}.bx_catalog_text{margin-bottom:30px}.bx_catalog_text .bx_catalog_text_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_text .bx_catalog_text_category_title a{color:#000;text-decoration:none}.bx_catalog_text .bx_catalog_text_ul{padding:0}.bx_catalog_text .bx_catalog_text_ul li{float:left;margin:0 10px 10px;list-style:none}.bx_catalog_text .bx_catalog_text_ul li:before{content:''!important}.bx_catalog_text .bx_catalog_text_title{margin:0;padding:0;vertical-align:top;font-size:14px;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{display:inline-block;overflow:hidden;max-width:100%;color:#4c7da6;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px}.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration:none}.bx_catalog_text .bx_catalog_text_title span{font-size:12px}@media(max-width:639px){.bx-touch .bx_catalog_text .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size:12px}}.bx_catalog_text .bx_catalog_line_title,.bx_catalog_text .bx_catalog_line_title a{transition:all .3s ease}.bx_catalog_tile{margin-bottom:30px}.bx_catalog_tile .bx_catalog_tile_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_tile .bx_catalog_tile_category_title a{color:#000;text-decoration:none}.bx_catalog_tile .bx_catalog_tile_ul{padding:0}.bx_catalog_tile .bx_catalog_tile_ul li{float:left;box-sizing:border-box;margin-bottom:20px;padding:0 10px;width:12.5%;list-style:none;text-align:center}.bx_catalog_tile .bx_catalog_tile_ul li:before{content:''!important}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:both}.bx_catalog_tile .bx_catalog_tile_img{position:relative;display:block;overflow:hidden;margin:0 auto;width:78px;height:78px;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_tile .bx_catalog_tile_title{margin-top:5px;margin-bottom:10px;padding:0;vertical-align:top;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{color:#4c7da6;font-size:14px}.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration:none}.bx_catalog_tile .bx_catalog_tile_title span{font-size:12px}@media(max-width:980px){.bx_catalog_tile .bx_catalog_tile_ul li{width:20%}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:both}}@media(max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title{line-height:10px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size:11px}}@media(min-width:480px) and (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear:both}}@media(max-width:479px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%}.bx-touch .bx_catalog_tile .bx_catalog_tile_img{width:100%;height:80px}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear:both}}.bx_catalog_tile .bx_catalog_tile_title,.bx_catalog_tile .bx_catalog_tile_title a,.bx_catalog_tile .bx_catalog_tile_ul li,.bx_catalog_tile .bx_catalog_tile_img{transition:all .3s ease}.bx_sitemap{margin-bottom:30px}.bx_sitemap .bx_sitemap_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_sitemap .bx_sitemap_title a{color:#000;text-decoration:none}.bx_sitemap .bx_sitemap_ul li{padding:0;line-height:14px}.bx_sitemap .bx_sitemap_ul li:before{content:''!important}.bx_sitemap .bx_sitemap_li_title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;line-height:13px}.bx_sitemap .bx_sitemap_li_title a{color:#4c7da6;white-space:nowrap;font-size:13px}.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration:none}.bx_sitemap .bx_sitemap_li_title span{font-size:11px}@media(max-width:639px){.bx-touch .bx_sitemap .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size:12px}}.bx_sitemap .bx_catalog_line_title,.bx_sitemap .bx_catalog_line_title a{transition:all .3s ease}
/* End */


/* Start:/local/templates/dentalux/components/bitrix/breadcrumb/template1/style.min.css?1600068126467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/components/sweb/forms/templates/zapis.na.priem/style.css?17452328599499*/
@charset "UTF-8";
#zapis-na-priem {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
}
#zapis-na-priem .modal-content {
  opacity: 0;
}
#zapis-na-priem .modal-content.show {
  opacity: 1;
}

#zapis-na-priem.ui-modal {
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
}
#zapis-na-priem.ui-modal .form {
  padding: 0;
  display: flex;
  flex-flow: wrap column;
}
#zapis-na-priem.ui-modal .form .form-header {
  padding-top: 16px;
  position: relative;
  margin-bottom: 16px;
  display: flex;
}
#zapis-na-priem.ui-modal .form .form-header .close {
  position: absolute;
  left: initial;
  top: 0;
  right: 0 !important;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  justify-content: center;
}
#zapis-na-priem.ui-modal .form .form-header .close:before, #zapis-na-priem.ui-modal .form .form-header .close:after {
  content: none;
}
#zapis-na-priem.ui-modal .form .form-header .close svg {
  width: 24px;
  height: 24px;
}
#zapis-na-priem.ui-modal .form .form-header h4 {
  font-size: 22px;
}
#zapis-na-priem.ui-modal .modal-content {
  height: max-content;
  min-height: 400px;
  min-width: 500px;
  width: max-content;
  max-width: 900px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 16px;
  padding: 16px;
  gap: 20px;
}
#zapis-na-priem.ui-modal .modal-content .side {
  display: flex;
  align-items: center;
  flex-flow: wrap row;
  height: 100%;
}
#zapis-na-priem.ui-modal .modal-content .side img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#zapis-na-priem .form {
  font-family: Raleway;
  display: flex;
  flex-flow: nowrap column;
  overflow: hidden;
}
#zapis-na-priem .form .form-header h4 {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
}
#zapis-na-priem .form .screens {
  position: relative;
  flex-grow: 1;
}
#zapis-na-priem .form .screens .screen {
  display: none;
}
#zapis-na-priem .form .screens input[name=screen] {
  display: none;
}
#zapis-na-priem .form .screens #screen1:checked ~ [data-screen="1"],
#zapis-na-priem .form .screens #screen2:checked ~ [data-screen="2"],
#zapis-na-priem .form .screens #screen3:checked ~ [data-screen="3"] {
  display: flex;
}
#zapis-na-priem .form .screens .screen {
  height: 100%;
  flex-flow: nowrap column;
}
#zapis-na-priem .form .screens .screen .subheader {
  background: linear-gradient(180deg, #e9f4fe 0%, #bce3ff 100%);
  font-family: Raleway;
  font-style: normal;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #2f80ed;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 10px;
  margin-bottom: 50px;
}
#zapis-na-priem .form .screens .screen .subheader b {
  font-weight: 800;
  font-size: 12px;
  margin-right: 12px;
}
#zapis-na-priem .form .screens .screen .form-group-bottom {
  margin-top: auto;
}
#zapis-na-priem .form .screens .screen .form-group {
  margin-top: 24px;
  width: 100%;
}
#zapis-na-priem .form .screens .screen .form-group label {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0;
}
#zapis-na-priem .form .screens .screen .form-group label .icon {
  position: absolute;
  left: 8px;
  display: flex;
}
#zapis-na-priem .form .screens .screen .form-group label .icon svg {
  width: 20px;
  height: 20px;
}
#zapis-na-priem .form .screens .screen .form-group label .placeholder {
  position: absolute;
  font-size: 14px;
  left: 40px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.4);
}
#zapis-na-priem .form .screens .screen .form-group label input {
  border: 1px solid #e1e1e1;
  box-shadow: none;
  min-height: 40px;
  border-radius: 6px;
  max-width: initial;
  width: 100%;
}
#zapis-na-priem .form .screens .screen .form-group label input.invalid-length {
  border: 1px solid rgba(221, 0, 0, 0.3333333333);
}

#zapis-na-priem .form .screens {
  width: 100%;
}
#zapis-na-priem .form .screens .screen {
  max-width: 100%;
  overflow: hidden;
}
#zapis-na-priem .form .screens .screen .form-group-bottom {
  display: flex;
  width: 100%;
  align-items: center;
}
#zapis-na-priem .form .screens .screen .form-group-bottom label {
  cursor: pointer;
  font-family: Raleway;
  border-radius: 18px;
  width: max-content;
  display: flex;
  flex-flow: wrap row;
  line-height: 32px;
  align-items: center;
  justify-content: center;
  color: #2f80ed;
  padding: 4px 26px;
  border: 1px solid #2f80ed;
  margin-bottom: 24px;
  min-height: 32px;
  transition: 0.15s ease-in-out;
}
#zapis-na-priem .form .screens .screen .form-group-bottom label:disabled {
  opacity: 0.5;
}
#zapis-na-priem .form .screens .screen .form-group-bottom label.forward {
  transition: 0.15s ease-in-out;
  margin-left: auto;
  background: rgba(47, 128, 237, 0.2);
}
#zapis-na-priem .form .screens .screen .form-group-bottom label.forward:not(.disabled):hover {
  background: #2f80ed;
  color: #fff;
}
#zapis-na-priem .form .screens .screen .form-group-bottom label.forward:not(.disabled):hover .icon svg {
  fill: #fff;
}
#zapis-na-priem .form .screens .screen .form-group-bottom label.forward .icon svg {
  transition: 0.15s ease-in-out;
  fill: #2f80ed;
}
#zapis-na-priem .form .screens .screen .form-group-bottom label .icon {
  margin-left: 8px;
  display: flex;
  align-items: center;
}
#zapis-na-priem .form .screens .screen .form-group-bottom label .icon svg {
  transition: 0.15s ease-in-out;
  width: 20px;
  height: 20px;
  fill: #2f80ed;
}
#zapis-na-priem .form .screens .screen .form-group label .icon svg {
  width: 20px;
  height: 20px;
}
#zapis-na-priem .form .screens .screen .form-group label .placeholder {
  top: 10px;
  padding: 0 4px;
  transition: 0.15s ease-in-out;
}
#zapis-na-priem .form .screens .screen .form-group label input {
  font-family: Raleway;
  padding: 8px 12px 8px 40px;
}
#zapis-na-priem .form .screens .screen .form-group label input ~ .placeholder {
  font-size: 10px;
  top: -10px;
  background: #fff;
}
#zapis-na-priem .form .screens .screen .form-group label input:focus {
  color: #000;
}
#zapis-na-priem .form .screens .screen .form-group label input:focus ~ .placeholder {
  top: -10px;
  font-size: 10px;
  background: #fff;
}
#zapis-na-priem .form .screens .screen .form-group label input:not([value=""]):not(:focus):valid ~ .placeholder {
  font-size: 10px;
  top: -10px;
  background: #fff;
}

.form {
  min-width: 320px;
  min-height: 500px;
}

.side {
  position: relative;
}
.side picture {
  width: 100%;
  height: 100%;
  position: absolute;
}

.subheader {
  max-width: 300px;
  padding: 4px 12px;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  display: flex;
  flex-flow: wrap column !important;
}

#zapis-na-priem .form .screens .screen .subheader {
  background: none;
  padding: 0;
  margin-bottom: 22px;
}
#zapis-na-priem .form .screens .screen .subheader b {
  margin-bottom: 8px;
}
#zapis-na-priem .form .screens .screen .subheader span {
  min-height: 48px;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 8px;
  display: flex;
  width: 100%;
  align-items: center;
  background: linear-gradient(180deg, #e9f4fe 0%, #bce3ff 100%);
}

.send {
  /*&:hover {
    svg {
      fill: #fff
    }
  }*/
}
.send svg {
  transition: 0.15s ease-in-out;
  margin-right: 8px;
  /*fill: #2f80ed !important;*/
}

@media (max-width: 600px) {
  #zapis-na-priem.ui-modal .modal-content {
    max-width: 100vw;
    box-sizing: border-box;
    padding: 24px;
    min-width: 100%;
    grid-template-rows: 1fr 2fr;
    grid-template-columns: 1fr;
    width: 100%;
    border-radius: 0;
    height: 100%;
  }
  #zapis-na-priem.ui-modal .modal-content .side {
    /* max-height: 200px;*/
    width: 100%;
    height: 100%;
    max-height: 100% !important;
  }
  #zapis-na-priem.ui-modal .modal-content .side picture {
    width: 100%;
    height: 100%;
    display: flex;
  }
  #zapis-na-priem.ui-modal .modal-content .form .form-header {
    padding-top: 0;
  }
  #zapis-na-priem.ui-modal .modal-content .form .screens .screen .subheader {
    min-width: 100%;
  }
}
.show-zapis iframe[title="Calltouch Widget"] {
  z-index: -1 !important;
}

#zapis-na-priem .form .screens .screen .loader {
  display: none;
}
#zapis-na-priem .form .screens .screen.busy .loader {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-flow: wrap column;
}
#zapis-na-priem .form .screens .screen.busy .loader:after {
  margin-top: 1rem;
  content: "Отправка данных...";
}
#zapis-na-priem .form .screens .screen.busy .loader svg {
  width: 60px;
  height: 60px;
  margin-top: -60px;
}
#zapis-na-priem .form .screens .screen.busy .subheader {
  display: none;
}
#zapis-na-priem .form .screens .screen.busy .subheader ~ * {
  display: none;
}

#zapis-na-priem .form .screens .screen .success {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: Wrap column;
  width: 100%;
  overflow: hidden;
}
#zapis-na-priem .form .screens .screen .success .success-picture picture img {
  max-width: 200px;
}
#zapis-na-priem .form .screens .screen .success .success-msg {
  max-width: 100%;
  overflow: hidden;
  text-align: center;
}

.show-zapis {
  scrollbar-gutter: stable;
  overflow-y: hidden !important;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/dentalux/styles.css?172381637935342*/
h1 {
    font-family: Sansation;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 36px;
	text-transform: uppercase;
	color: #223A52;
}

h2 {
    font-family: Sansation;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #1E1E1E;
}

p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    color: rgba(30, 30, 30, 0.8);
}

.slaider-actions {
    margin-top: 10px;
    margin-bottom: 5px;
}

.vsyashirina {
    margin-bottom: 50px;
}

#spec {
    padding: 30px 0;
}

.slaider-actions div.bx-prev {
    left: -38px!important;
}

.slaider-actions div.bx-next {
    right: -16px!important;
}

.regulars .slick-list.draggable {
    margin-left: 10px;
}

p.formtext {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #5F6877;
    text-align: center;
}

.dev-prop h2 {
	font-family: 'Sansation', sans-serif;
    text-transform: uppercase;
    color: #0077b9;
    font-size: 52px;
    font-weight: 600;
    letter-spacing: .03em;
    line-height: 1;
    margin-top: 55px;
}

.dev-prop h3 {
	text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 20px;
    color: #1E1E1E;
    font-family: 'Sansation', sans-serif;
    font-size: 44px;
    font-weight: 600;
}

.elem-gr-sk .img-button {
    background-size: contain!important;
}

.slider-guest-book {
    box-shadow: 0 10px 29px rgb(70 81 86 / 18%);
    border-radius: 10px;
    background-color: #fff;
    min-height: 288px;
	margin-bottom: 25px;
}

.slider-guest-book__standart {
    padding: 50px 60px 50px 245px;
    position: relative;
    min-height: 288px;
}

.slider-guest-book__scan {
    text-align: center;
    box-shadow: 0 10px 29px rgb(70 81 86 / 12%);
    cursor: pointer;
    width: 150px;
    height: 150px;
    left: 65px;
    top: 54px;
    background-color: #fff;
    position: absolute;
    border-radius: 5px;
}

.slider-guest-book__scan div {
    padding-left: 24px;
    position: absolute;
    font-size: 14px;
    color: #00beb4;
    left: 10px;
    bottom: -35px;
}

.link.zoom {
    position: absolute;
    width: 55px;
    height: 55px;
    top: -30px;
    left: 15px;
}

.slider-guest-book__scan img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

h1.title  {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 52px;
    font-feature-settings: "pnum"on, "lnum"on;
    color: #252525;
    text-transform: unset;
    margin-top: 80px;
}

.wrapper.opales__top,
.writeNow .wrapper {
    background-color: #0077b9;
    overflow: visible;
}

.airflow .button {
    font-size: 15px;
    padding: 15px;
}

.bx-wrapper {
    background: inherit;
}

section#block1 .wrapper {
    background-color: #ffffff;
}
.guest-book-position {
    position: absolute;
    top: 200px;
}

.reviews__guest-book-wrapper .doctor-item .lastname,
.reviews__guest-book-wrapper .doctor-item .position {
    text-align: center;
}

.reviews__guest-book-wrapper .guest-book-position {
    top: 200px;
}

.reviews__guest-book-wrapper .news .guest-book-position {
    top: 230px;
}

.reviews__guest-book-wrapper .results .guest-book-position {
    top: 130px;
}

.reviews__guest-book-wrapper .news h2 {
	margin-top: 50px;
    margin-bottom: 0px;
}

.foto.results {
	height: 350px;
}


/* Banner top*/

.banner-top {
    height: 76px;
}

p.banner-top__text, p.banner-top__textmob {
    font-family: Roboto;
    font-style: normal;
    font-size: 15px;
    height: 76px;
    padding: 27px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    margin: 0px;
}

p.banner-top__text span, p.banner-top__textmob span {
    font-weight: bold;
}

p.banner-top__textmob {
    display: none;
}

.col-6.id-254 {
    display: none;
}

section.doctor_uslug:after,
section.doctor_uslug:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #cecece3d;
    background-image: url(/local/templates/dentalux/assets/css/../img/fonvid.svg);
    background-size: 21px 26px;
    background-repeat: repeat;
}

section.doctor_uslug:after {
    left: 100%;
}

section.doctor_uslug:before {
    right: 100%;
}

.vstup {
    margin-bottom: 25px;
}

.podrobnee section {
    margin: 80px 0px;
}

.podrobnee section.blockobsch .justify-content-center ul {
    display: inline-block;
    text-align: left;
}

.podrobnee section.blockobsch .text-center ul {
    text-align: left;
}


section.tcenik .vstup {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    color: rgba(30, 30, 30, 0.8);
}

section.tabysec .vstup {
    margin: 20px 0px 24px;
}

section.tabysec h2 {
    margin: 20px 0px;
}




/* patient histories */

select:active {
    color: #2F80ED;
}

select.select {
    display: none;
}

.nav.navtabs {
    margin: 40px 0px;
}

.navlink.active {
    background: #FFFFFF;
    border: 1px solid #2F80ED;
    box-sizing: border-box;
    box-shadow: 0px 20px 50px rgb(0 0 0 / 5%);
    border-radius: 4px;
	color: #2F80ED;
	font-weight: 600;
}

.navlink {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 20px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    box-shadow: 0px 20px 50px rgb(0 0 0 / 5%);
    border-radius: 4px;
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #252525;
    margin-right: 12px;
	margin-bottom: 12px;
}

.navlink:hover {
    background: #FFFFFF;
    border: 1px solid #2F80ED;
    box-sizing: border-box;
    box-shadow: 0px 20px 50px rgb(0 0 0 / 5%);
    border-radius: 4px;
    color: #2F80ED;
    text-decoration: none;
}

/* Custom Select */
.custom-select-wrapper {
	position: relative;
	display: inline-block;
	user-select: none;
	margin: 40px 0px;
    height: 57px;
}
.custom-select-wrapper select {
	display: none;
}
.select {
	position: absolute;
    display: inline-block;
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    width: 340px;
	height: 57px;
    line-height: 57px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #252525;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: 0px 20px 50px rgb(0 0 0 / 5%);
    z-index: 1;
}
.custom-select-trigger {
	position: relative;
    display: block;
    padding: 0px 20px;
    opacity: 0.8;
}
.custom-select-trigger:after {
	position: absolute;
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    top: 50%;
    right: 20px;
    margin-top: 0px;
    border-bottom: 1.2px solid #2F80ED;
    border-right: 1.2px solid #2F80ED;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease;
    transform-origin: 50% 0;
}
.select.opened .custom-select-trigger:after {
	top: 50%;
	transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
	background: #FFFFFF;
    transition: all .4s ease;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    /*transform: translateY(-15px);*/
}
.select.opened .custom-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	padding-bottom: 15px;
	/*transform: translateY(0);*/
}
.select.opened {
    border-radius: 4px;
    height: auto;
}
.option-hover:before {
	color: #2F80ED;
}
.custom-option {
	position: relative;
    display: block;
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    padding: 0px 20px;
    transition: all .4s ease;
}
a.custom-option {
    text-decoration: none;
    color: #252525;
    opacity: 0.8;
}
.custom-option:hover,
.custom-option.selection {
	color: #2F80ED;
}

section.patient-histories {
    min-height: 500px;
}

.patient-histories-list {
    display: flex;
    flex-wrap: wrap;
	width: 100%;
}

.patient-histories-wrap {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 20px;
	transition: 1s ease;
}

.patient-histories-list .tab-pane {
    width: 100%;
}

.patient-histories-wrap.hover, .patient-histories-wrap.hover2 {
    box-shadow: -40px 50px 80px rgb(0 0 0 / 7%);
}

.patient-histories-title a:hover {
    color: #2F80ED;
}

.patient-histories-wrap.hover2 .patient-histories-title a {
    text-decoration: underline;
}

.patient-histories-section a:hover {
    text-decoration-line: underline;
}

.patient-histories-item .patient-histories-wrap {
    margin: 0px 0px 35px 0px;
}



.patient-histories-item .patient-histories-wrap {
    margin: 0px 0px 35px 0px;
}


.patient-histories-img {
    display: flex;
}

.img-do, .img-po {
    width: 50%;
	position: relative;
    margin: 20px 10px 20px 20px;
    border-radius: 20px;
    height: 200px;
    border: 1px solid transparent;
    overflow: hidden;
}

.img-do {
    margin: 20px 10px 20px 20px;
}

.img-po {
    margin: 20px 20px 20px 10px;
}

.img-do img, .img-po img {
    width: 100%;
    height: 200px;
}

.patient-histories-title a {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #252525;
}

.patient-histories-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 20px 20px 20px;
}

.patient-histories-title {
    padding-top: 12px;
}

.patient-histories-title a {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #2F80ED;
}

.patient-histories-section {
    /*width: 50%;
    text-align: right;*/
}

.patient-histories-section a {
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #2F80ED;
	text-decoration: none;
}

span.text-po {
    background: #47D7AC;
}

span.text-do {
    background: #2F80ED;
}

span.text-do, span.text-po {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 8px 32px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
	border-radius: 0px 40px 0px 0px;
}

.image-doc {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0px 10px;
    overflow: hidden;
    border-radius: 50%;
	z-index: 1;
}

.image-doc img {
    position: absolute;
    top: 5px;
    left: 1px;
    max-width: 100%;
    max-height: 141%;
    width: 100%;
    height: auto;
    z-index: 1;
}


.image-doc:after {
    content: "";
    position: absolute;
    display: block;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 0;
}

.doctor-desc-wrap .patient-histories-item {
    padding-right: 250px!important;
	position: relative;
    z-index: 0;
}

.patient-histories-wrap .patient-histories-doc {
    display: flex;
    align-items: center;
    padding: 5px 20px;
    background: #EFF7FF;
    border-radius: 4px;
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #252525;
    margin-top: 20px;
}

.patient-histories-wrap .patient-histories-doc a {
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #2F80ED;
    display: inherit;
    height: 40px;
    line-height: 40px;
}

.tab-content>.active {
    display: flex;
    flex-flow: wrap;
    align-content: space-between;
}



.doctor-description .patient-histories-img {
    margin: 20px -20px;
}

.doctor-desc-wrap .spec {
    /*margin-top: -130px;*/
    padding: 70px 0px 0px 50px;
}

section.infoblock {
    margin: 0px;
}

section.infoblock h2 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #252525;
    text-transform: unset;
    margin-top: 80px;
}

section.infoblock h3 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #252525;
    padding-bottom: 20px;
}

.infoblock_subtitle {
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #252525;
    opacity: 0.8;
    margin-bottom: 60px;
}

.infoblock__img {
    margin-bottom: 40px;
    justify-content: center;
}

.infoblock__img img {
    border-radius: 20px;
}

.infoblock__desc {
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #252525;
    opacity: 0.8;
    margin-bottom: 40px;
}

.infoblock__img.last, .infoblock__desc.last {
    margin: 0px;
}

.infoblock__img img:first-child {
    margin-right: 40px;
}

table {
    width: 100%;
}

.footer-two__copyright a {
    color: #252525;
    opacity: 0.8;
}

p.br {
    width: 100%;
}

.navbar-nav .dropdown-menu.menuha {
    z-index: 21;
}

.frisbuy-sr-widget.frisbuy-sr-inline {
    padding-top: 50px;
}

li.sub:hover .sub-menu {
    z-index: 11;
}


section.advantage,
section.bigslaider
/*,section.video */
{
    overflow: hidden!important;
}

.new-promo-box .promo-item {
    padding: 0px;
    float: left;
    margin-bottom: 0px;
}


.banner-top {
    background-color: #bce3ff;
}

.banner-top__desc {
	display: flex;
    height: 76px;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #2f80ed;
}

p.banner-top__desc span {
    font-weight: 600;
    color: red;
    padding: 0px 10px;
}

menu.top ul.navbar li:nth-child(7) a {
    color: #ff6565;
}

.slick-arrow.slick-disabled svg {
    opacity: 0.3;
    cursor: no-drop;
}


/* banner-top-new  */

.top {
	position: relative;
    height: 72px;
    background: #FFA16C;
}

.top-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 72px;
}

.top-desc {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
}

.top-desc img {
    padding-right: 8px;
}

.top-desc span {
    color: #FF3838;
    padding: 0px 8px;
    font-family: 'Raleway';
    font-weight: 600;
    font-style: italic;
    text-decoration: underline;
}

a.top-link {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    width: 234px;
    height: 48px;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 50px;
    margin-left: 32px;
}

.top-left, .top-right  {
    position: relative;
    width: 76px;
    height: 28px;
    overflow: hidden;
}

.top-left span {
    position: absolute;
	animation-name: animateright;
	animation-duration: 4s;
	animation-timing-function: cubic-bezier( .1, .7, 1, .1);
	animation-iteration-count: infinite;
}

.top-right  span {
    position: absolute;
	animation-name: animateleft;
	animation-duration: 4s;
	animation-timing-function: cubic-bezier( .1, .7, 1, .1);
	animation-iteration-count: infinite;
}


.top-left span:nth-child(1) {
    left: -50px;
}

.top-left span:nth-child(2) {
    left: -70px;
}

.top-left span:nth-child(3) {
    left: -90px;
}

.top-right span:nth-child(1) {
    right: -50px;
}

.top-right span:nth-child(2) {
    right: -70px;
}

.top-right span:nth-child(3) {
    right: -90px;
}
.top-left span:nth-child(1),
.top-right span:nth-child(1) {
	animation-delay: .5s;

}
.top-left span:nth-child(2),
.top-right span:nth-child(2) {
	animation-delay: .7s;
}
.top-left span:nth-child(3),
.top-right span:nth-child(3) {
	animation-delay: .9s;
}

.top-right {

}

@keyframes animateleft {

    0% {
        transform: translateX(0);
        opacity: .8;
    }

    50% {
        transform: translateX(-70px);
        opacity: 1;
    }

    100% {
        transform: translateX(-140px);
        opacity: .8;
    }

}

@keyframes animateright {

    0% {
        transform: translateX(0);
        opacity: .8;
    }

    50% {
        transform: translateX(70px);
        opacity: 1;
    }

    100% {
        transform: translateX(140px);
        opacity: .8;
    }

}

section.text {
    margin: 15px 20px 80px;
}

.text p.main {
    position: relative;
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #252525;
    padding: 0px 0px 0px 30px;
    width: 80%;
    opacity: 1;
}

.text p.main:before {
    content: '';
    position: absolute;
    left: 0px;
    width: 2px;
    height: 100%;
    background-color: #2F80ED;
}

section.block-faq, section.block-important {
    margin: 0px;
}

.question {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 40px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #252525;
}

.answer {
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #252525;
    opacity: 0.8;
    padding: 20px 40px 34px 40px;
}

div.important {
    position: relative;
    background: #EFF7FF;
    border-radius: 20px;
    padding: 60px 55px 60px 190px;
    margin: 50px 0px 0px 0px;
	font-family: 'Raleway';
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #252525;
}

div.important:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    top: 60px;
    bottom: 0;
    left: 60px;
    background: url(/upload/icon_warning.png) no-repeat;
}

div.important span {
    display: block;
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #252525;
    padding-bottom: 20px;
}

body .news-detail-text section.tabysec {
    position: relative;
	padding: 0px 0px 80px!important;
}

body .news-detail-text section.tabysec:before, body .news-detail-text section.doctor_uslug:before {
    content: "";
    position: absolute;
    top: 0px;
    left: -50%;
    background-color: #fff;
    width: 200%;
    height: 100%;
}

body .news-detail-text section.video_uslug:before {
    content: "";
    position: absolute;
    top: 0px;
    left: -50%;
    background-color: #fff;
    width: 200%;
    background: url(/upload/video-image.jpg) center center no-repeat;
    background-size: cover;
    height: 520px;
    margin: 0px;
}

body .news-detail-text section.blockobsch h2 {
    padding-top: 0px;
}

body .news-detail-text section.blockobsch p.samtext.w50 {
    float: left;
    width: 45%;
}

body .news-detail-text section.blockobsch p.samtext.w100 {
    float: left;
    width: 100%;
}

body .news-detail-text section.doctor_uslug:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -47vw;
    background: #eff7ff;
    border-radius: 0px 160px 0px 0px;
    z-index: 0;
}

body .news-detail-text section .row.otstups .imgzakaz img {
    position: relative;
    z-index: 111;
}

body .news-detail-text section.doctor_uslug div.col-xl-4:after {
    z-index: 11;
}

body .news-detail-text section.blockobsch p.samtext.no-h {
    margin: 0px;
    padding-top: 0px;
}

body .news-detail-text .blockobsch .wrap-white {
    margin: 0px;
    padding: 80px 40px;
}

body .news-detail-text section.blockobsch img {
    padding-right: 30px;
}

body .news-detail-text section.blockobsch img.float-right {
    padding-right: 0px;
}

section.tcenik .tabletcencol p.tcenact.red b {
    color: #ff6565;
}

body .news-detail-text section.blockobsch img + h2 {
    margin-top: 0px;
}

section.block-faq.faq-usluga {
    background-color: #f8f8f8;
    padding: 80px 0px 50px;
}

/* advantages */

.advantages {
    margin-bottom: 80px;
}

.advantages-item {
    border-radius: 20px;
    background-color: white;
    margin-right: 20px;
}

.advantages-item__top {
    background: #2f80ed;
    border-radius: 20px 20px 0px 0px;
    height: 62px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
}

.advantages-item__top h3 {
    color: white;
    font-family: Raleway;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 0px;
}

.advantages-item__bottom {
    display: flex;
    align-items: center;
    background: #eff7ff;
    box-sizing: border-box;
    border-radius: 0px 0px 0px 20px;
}

.advantages-item__bottom ul {
    margin: 0px;
    padding: 8px 17px 20px 33px;
}

.advantages-item__bottom ul li, .advantages-item__text p {
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    font-feature-settings: "pnum"on, "lnum"on;
    color: #252525;
    opacity: 0.8;
}

.advantages-item__text p {
    padding-left: 10px;
}

.advantages-item__bottom ul li::marker {
    font-size: 20px;
    color: #2f80ed;
}

.advantages-item__text {
    padding: 20px;
    width: 350px;
}

.advantages-item__text a {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    font-feature-settings: "pnum"on, "lnum"on;
    color: #2f80ed;
    background: unset;
    margin: 12px;
    text-transform: unset;
    letter-spacing: 0;
	opacity: 1;
}

.advantages-item__text a span {
    position: absolute;
    margin: 4px 8px;
}

.advantages-item__bottom .img-button {
    background-size: cover !important;
    top: 0px;
    left: 0px;
    border: unset;
    border-radius: 0px 0px 20px 0px;
    vertical-align: bottom;
    overflow: hidden;
}

.advantages-item__text div  {
    float: left;
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    font-feature-settings: "pnum"on, "lnum"on;
    color: #252525;
    width: 100%;
    padding: 0px 0px 15px 10px;
    margin: 0px;
}

.advantages-detail {
    width: 100%;
}

.advantages-detail img {
    border-radius: 20px;
    width: 100%;
    margin: 32px 0px;
}

.advantages-detail-text {
    margin-bottom: 30px;
}

.advantages-detail-text p {
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #252525;
    opacity: 0.8;
    margin-bottom: 0px;
    padding: 12px 0px;
}









/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 769px) {
.podrobnee section.blockobsch .justify-content-center ul {
    width: 48%;
}
.patient-histories-item:nth-child(2n-1) .patient-histories-wrap {
    margin-bottom: 0px;
}
.d-flex.infoblock__img img {
    /*width: calc(50% - 20px);*/
}
.whatsapp {
    display: none;
}
.patient-histories-item:nth-child(2n-1) {
    padding-left: 0px;
}

.patient-histories-item:nth-child(2n) {
    padding-right: 0px;
}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
.slider-guest-book-wrapper {
    width: 700px;
}
section.frisbuy {
    margin: 0px;
	background: rgb(255, 255, 255);
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 1240px) {

section.frisbuy {
    margin: 0px;
	background: url("/local/templates/dentalux/assets/img/bg-header.png") no-repeat rgb(255, 255, 255) scroll 5% 0% ;
	background-size: cover;
}

section.frisbuy .container {
    padding: 0px;
}
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1441px) {
section.frisbuy {
    background-position-x: -15px;
}
.main-menu ul.navbar>li {
    margin-right: 10px;
}

}


/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
p.banner-top__text {
    width: 66%;
    margin: 0px auto;
    height: 86px;
    padding: 20px 0px;
}
.custom-select-wrapper {
    padding: 0px 12px;
}

.title {
    margin-left: 12px;
}
.container.krohi {
    padding: 10px 15px!important;
}

}

 /* Large Devices, Wide Screens */
@media only screen and (max-width : 1024px) {
.container.krohi {
    padding: 10px 30px!important;
}
.patient-histories-item {
    padding: 0px 15px;
}
.spec .specialist li .doctor-item:after {
    top: 11px;
    left: 13px;
}
.spec .specialist li .doctor-item:before {
    width: 196px;
    height: 196px;
}
.doctor-description .spec .specialist .doctor-item {
    padding: 20px 60px;
}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.doctor-desc-wrap .patient-histories-item {
    padding-right: 0px!important;
    background: #FFFFFF;
    border-radius: 0px 0px 100px 0px;
}
.title h1 {
    margin-top: 50px;
}
.doctor-description .patient-histories-img {
    width: 80vw;
}
section.doctor-description .container {
    max-width: 100%;
    padding: 0px 15px;
}
.doctor-description .doctor-desc-wrap {
    margin-bottom: 0px;
}
.doctor-description .doctor-desc-wrap .spec {
    padding: 60px 0px 60px 0px;
    background: #EFF7FF;
    border-radius: 0px 0px 100px 0px;
    float: left;
}
.doctor-description .spec .specialist li {
    width: 98vw !important;
	height: auto !important;
}
.doctor-description .spec .specialist {
    margin: 0px -10px;
}

.doctor-description .doctor-item .lastname, 
.doctor-description .doctor-item .position {
    text-align: left;
}
.infoblock__desc.text-center {
    text-align: left!important;
}
section.infoblock {
    margin-bottom: 80px;
}
.doctor-description .spec span.doctor-item__angle {
    display: none;
}
.patient-histories-item {
	min-height: 545px;
	margin-bottom: 40px;
}
.patient-histories-doc a {
    font-size: 14px;
}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.doctor-description .spec .specialist .doctor-item {
    width: 95vw;
    height: 375px;
    padding: 10px 15px;
}
.regulars .slick-list.draggable {
    margin-left: 0px;
}
p.banner-top__text {
    display: none;
}
p.banner-top__textmob {
	display: block;
    height: 76px;
    padding: 7px 0px;
}
.banner-top {
    height: 76px;
    background-position: 30% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

h1.title {
    font-size: 36px!important;
    line-height: 48px!important;
    margin: 30px 0px 10px!important;
}
.title h1  {
    font-size: 36px!important;
    line-height: 48px!important;
    margin: 30px 15px 10px!important;
}
.gdenuzhno.otzivh2 {
    margin: 30px 0px;
}
.slider-guest-book {
    min-height: auto;
}
.slider-guest-book-wrapper {
    width: 100vw;
}
.slider-guest-book__scan {
    left: 15px;
    top: 35px;
}
.slider-guest-book__standart {
    padding: 25px 15px 50px 170px;
}
.ssilkaotziv img.img-responsiv {
    margin: 0px auto;
}
.ssilkaotziv a.read.text-center {
    display: block;
}
.writeNow-btn a {
    font-size: 15px;
}
.containers.adaptiv {
    background-position: center bottom;
    background-repeat: no-repeat;
}
.guest-book-position {
    position: relative;
    top: 0px;
    width: 100%;
}
.reviews__guest-book-wrapper .guest-book-position {
    position: relative;
    top: 0px;
    width: 100%;
}
.slider-guest-book__standart {
    min-height: auto;
}
.guest-book-slider__review {
    height: auto!important;
}
.foto .img-box {
    height: auto!important
}
.foto .img-box img {
    height: 215px!important
}

div#map_new {
    position: relative;
    height: 550px;
}

.float__contacts {
    position: absolute;
    max-width: 350px;
    padding: 15px;
	top: 50px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
}
.float__contacts button.calltouch_callback {
    height: 25px;
}
.reviews__guest-book-wrapper .news .guest-book-position, .reviews__guest-book-wrapper .results .guest-book-position {
    top: 50px;
}
.patient-histories-text {
    flex-direction: column;
}
.patient-histories-title {
    width: 100%;
}
.patient-histories-section {
    width: 100%;
    text-align: left;
    margin-top: 20px;
}
.patient-histories-section a {
    float: left;
}
.d-flex.infoblock__img {
    flex-direction: column;
}
.infoblock__img img:first-child {
    margin-right: 0px;
    margin-bottom: 40px;
}
.patient-histories-item {
    min-height: 445px;
}
.doctor-description .spec span.doctor-item__url {
    bottom: 30px;
    left: 15px;
}

.whatsapp {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 44px;
    background-color: #1DCB77;
    text-align: center;
	z-index: 1;
}
span.whatsapp-button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
}
span.whatsapp-button svg {
    margin-right: 12px;
}
footer.page-footer {
    bottom: 44px;
}

#tab-results li.navitem {
    width: 100%;
    margin: 8px 16px;
}

#tab-results .navlink {
    margin-right: 0px;
    text-align: center;
}
.top-left, .top-right {
    display: none;
}
.top-desc {
    margin: 0px auto;
}
.top-desc img {
    padding-right: 8px;
    display: none;
}
body .news-detail-text section.blockobsch p.samtext.w50,
section.blockobsch ul {
    width: 100%!important;
}
.advantages-item {
    margin-right: 0px;
    margin-bottom: 20px;
}
.advantages-item__top h3 {
    text-align: center;
}
.advantages-item__bottom {
    flex-direction: column;
}
.advantages-item__bottom .img-button {
    border-radius: 0px 0px 20px 20px;
}








}



/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

.patient-histories-img {
    flex-direction: column;
}
.img-do, .img-po {
	width: calc(100% - 40px);
}
.img-do {
    margin: 20px 20px 10px 20px;
}
.img-po {
    margin: 10px 20px 20px 20px;
}
.doctor-description .patient-histories-img {
    width: 100vw;
}
.top, .top-wrap {
    height: 108px;
}
.top-desc {
    font-size: 16px;
    height: 108px;
    display: block;
    text-align: center;
	padding: 12px;
}
a.top-link {
	display: inline-block;
    margin-left: 0px;
    line-height: 40px;
    height: 40px;
	margin-top: 7px;
}




}
/* Custom, iPhone Retina */
@media only screen and (max-width : 390px) {
.image-doc {
    width: 45px;
    height: 40px;
}
.patient-histories-doc a {
	line-height: 20px;
}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
.select {
    width: calc(100vw - 24px);
}
.image-doc {
    width: 65px;
}
.patient-histories-doc a {
    font-size: 13px;
	line-height: 20px;
}
}






/* iPads (вертикальная и горизонтальная) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
p.banner-top__text {
    display: block;
}
.banner-top {
    height: 76px;
}
.doctor-desc-wrap .patient-histories-item:before {
    background: transparent;
}


}

/* iPads (горизонтальная) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
p.banner-top__text {
    display: block;
}
.banner-top {
    height: 76px;
}
}

/* iPads (вертикальная) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
p.banner-top__text {
    display: block;
}
.banner-top {
    height: 76px;
}
}



/* iPad Pro (вертикальная и горизонтальная) ----------- */
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
.title h1 {
    margin-top: 40px;
}
.container.krohi {
    background-color: #fff;
	padding: 10px 30px!important;
    max-width: 100%;
}
section.doctor-desc::before {
    top: 180px;
}
.patient-histories-item {
    padding: 0px 0px 40px 15px;
}
.doctor-desc-wrap .patient-histories-item {
    padding-right: 100px!important;
}
.doctor-desc-wrap .spec {
    padding: 40px 0px 0px 0px;
}
.doctor-description .spec .specialist li:first-child {
    margin-left: 0vw;
    width: 100% !important;
}
section.doctor-desc::before {
    height: 555px;
    top: 340px;
}
section.doctor-description {
    background-color: #fff;
}
section.doctor-desc {
    background-color: #fff;
    height: 530px;
}
}

@media only screen and (max-width: 1366px) and (max-height: 768px)  and (orientation: landscape) {
section.doctor-description::before {
  height: 595px;
    top: 200px;
}

}


@media only screen and (max-width: 1440px) and (max-height: 900px) and (orientation: landscape) {
.doctor-desc-wrap .patient-histories-item {
   padding-right: 110px!important;
}
.doctor-desc-wrap .spec {
    padding: 30px 0px 0px 50px;
}

}


@media only screen and (min-width: 1024px) and (max-width: 1365px) {

section.doctor-description::before {
    background: #EFF7FF;
    border-radius: 0px 0px 100px 0px;
    float: left;
    height: 580px;
    top: 190px;
}

.doctor-desc-wrap .patient-histories-item:before {
    content: "";
    position: absolute;
    height: 580px;
    width: 67vw;
	top: -35px;
    left: -100px;
    background: #fff;
    border-radius: 0px 0px 100px 0px;
}

.title {
    position: relative;
}
.doctor-desc-wrap .spec {
    padding: 30px 0px 0px 0px;
}


}

/* iPads (вертикальная и горизонтальная) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

.doctor-desc-wrap .patient-histories-item:before {
    background: transparent;
}

}


 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1930px) {
.banner-top {
    background-size: cover;
}
}
@media only screen and (max-width : 442px)
{
	span.arrow-link-uslugi
{
    position: unset !important;
    display: flex;
    justify-content: center; 
    width: 100%; 
    height: 80px; 
}
.link-uslugi h4
{
    margin-bottom: 0;
    padding: 0 !important; 
    text-align: center !important; 
}

.telzapisicon
{
background-size: 50px 50px !important;

	}
.telzapisicon div, .telzapisicon a
{

margin-left: 30px; 

	}

.telzapisicon a
{
	font-size: 18px !important; 
} 


}
@media only screen and (max-width: 1279px) {
    .detail-name{width:100%;}
    .detail-name h1,
    section.razdely h1,
    .title{
        width: 100%;
        text-align: center;
    }
    ul.main-nav li a.actions {
        color: #ff6565
    }
}

/* End */


/* Start:/local/templates/dentalux/template_styles.css?1723816379192864*/
/* /local/templates/dentalux/components/bitrix/news/uslug/bitrix/news.detail/.default/style.css?16051845254834 */

.promo-item {
  margin-bottom: 40px;
}

.promo-box-new {
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  min-height: 330px !important;
}

.text-new {
  position: relative;
  display: table-cell;
  width: 330px;
  height: 270px;
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  border-radius: 10px;
  z-index: 11;
}

.img-button {
  position: relative;
  display: table-cell;
  background-size: cover !important;
  width: 230px;
  height: 270px;
  left: -10px;
  border: 1px solid #F2F2F2;
  border-radius: 0px 10px 10px 0px;
  vertical-align: bottom;
  overflow: hidden;
}

.img-button:after {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.02);
  width: 100%;
  height: 330px;
  top: 0px;
  left: 0px;
}

.img-button .button {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 160px;
  height: 38px;
  line-height: 38px;
  background: #0084D0;
  border-radius: 30px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 25px 33px;
  padding: 0px;
  z-index: 11;
}

.slaider-actions div.bx-next {
  background: url(/local/templates/dentalux/assets/css/../img/slide-arrows.png) no-repeat 100% 0 !important;
  right: 0px !important;
  width: 24px !important;
  height: 49px !important;
}

.slaider-actions div.bx-prev {
  background: url(/local/templates/dentalux/assets/css/../img/slide-arrows.png) no-repeat 0 0 !important;
  left: -30px !important;
  width: 25px !important;
  height: 47px !important;
}

.price-new {
  background: #FF6565;
  border-radius: 10px 10px 10px 0px;
  height: 60px;
  width: 100%;
  display: inline-block;
  margin-bottom: 25px;
}


p.label {
  position: relative;
  float: left;
  margin-left: 20px;
  width: 0px;
  height: 0px;
  border-width: 63px 30px 11px;
  border-style: solid;
  border-color: #0084D0 #0084D0 transparent;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #FFFFFF;
}

p.label span {
  position: absolute;
  top: -45px;
  left: -20px;
}

p.new {
  float: left;
  height: 60px;
  padding-left: 19px;
  line-height: 60px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
}

p.old {
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  height: 60px;
  line-height: 60px;
  padding-left: 11px;
  font-size: 15px;
  text-decoration-line: line-through;
  color: #FFFFFF;
}

.title h3 {
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  color: #0084D0;
  margin: 0px 20px;
}

.text {
  margin: 15px 20px;
}

.text p {
  margin-bottom: 0px;
}

.text p b {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #1E1E1E;
}

.text ul {
  padding-left: 30px;
}

.text ul li {
  position: relative;
  list-style-type: none;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #1E1E1E;
}

.text ul li:before {
  content: " ";
  border: solid 9px rgba(0, 132, 208, 0.2);
  border-radius: 9px;
  position: absolute;
  left: -30px;
  top: 2px;
}

.text ul li:after {
  content: " ";
  width: 8px;
  height: 15px;
  border: solid #0084D0;
  border-width: 0 2px 2px 0;
  position: absolute;
  left: -22px;
  top: 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}


/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .text-new {
    display: block;
    width: 100%;
  }

  .img-button {
    display: block;
    width: 100%;
    height: 250px;
  }

  .img-button .button {
    margin: 100px 25% 15px;
  }

  .img-button .button {
    width: 50%;
  }

  .slaider-actions .promo-box-new {
    display: block !important;
  }

  .img-button {
    left: 0px;
  }

  .slaider-actions div.bx-prev,
  .regular-first div.bx-prev {
    left: 0px !important;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {}


div.news-detail {
  word-wrap: break-word;
}

div.news-detail img.detail_picture {
  float: left;
  margin: 0 8px 6px 1px;
}

.news-date-time {
  color: #486DAA;
}

/* End */

/* Start:/local/templates/dentalux/components/bitrix/news.list/otzivy-serv/style.css?1600068126150*/
div.news-list {
  word-wrap: break-word;
}

div.news-list img.preview_picture {
  float: left;
  margin: 0 4px 6px 0;
}

.news-date-time {
  color: #486DAA;
}

/* End */

/* Start:/local/templates/dentalux/components/bitrix/news.list/sliderslick-news-uslug/style.css?1600068126150*/
div.news-list {
  word-wrap: break-word;
}

div.news-list img.preview_picture {
  float: left;
  margin: 0 4px 6px 0;
}

.news-date-time {
  color: #486DAA;
}

/* End */

/* New desing 2021*/

.wrapper.main {
  background-color: #f7f7f7;
  overflow: hidden;
}

.wrapper {
  overflow: hidden;
}

/* header */

.page-header-main .container {
  padding: 0px;
}

header {
  min-height: 96px;
}

.header-top {
  height: 96px;
  justify-content: flex-start;
  align-items: unset;
}

header .logo {
  margin-top: 6px;
  margin-left: 0px;
}

header .header-top__logo {
  width: 15%;
  padding-right: 0px;
  position: unset;
}

.logo.header-top__logo a:hover {
  text-decoration: none;
}

header .header-top .logo img {
  width: 172px;
  height: 60px;
  max-width: 172px;
  max-height: 60px;
}

.header-top__slogan {
  position: unset;
  opacity: 0.5;
  color: #252525;
  font-size: 11.5px;
  font-style: unset;
}

.header-top__adress {
  width: 35%;
}

.header-top__adress .adress {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  font-feature-settings: "pnum"on, "lnum"on;
  padding: 20px 0px 0px 27px;
}

.adress-metro img {
  display: inline-block;
  margin-top: -2px;
  margin-left: -2px;
  padding-right: 3px;
}

.adress-metro {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  padding: 0px 0px 0px 31px;
}

.adress-metro div {
  position: relative;
  display: inline-block;
}

.adress-metro div>span:first-child {
  display: inline-block;
  border-bottom: 1.2px dashed #d6d6d6;
  color: #252525;
  opacity: 0.5;
  cursor: pointer;
  /* background-image: linear-gradient(to right, #252525 25%, transparent 50%);
  background-position: 0 23px;
  background-repeat: repeat-x;
  background-size: 5px 1.2px;*/
  margin-right: 7px;
  /* opacity: 0.5; */
}

.adress-metro div span:last-child {
  display: none;
}

.adress-metro div>span:hover {
  border-bottom: 1.2px dashed #488fed;
}

.adress-metro div span:hover {
  color: #488fed;
  opacity: 1;
}

.adress-metro div:hover span:last-child {
  display: block;
  position: absolute;
  background: #ffffff;
  box-shadow: 0px 20px 50px rgb(0 0 0 / 10%);
  border-radius: 10px;
  padding: 12px 20px;
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #a8a8a8;
  top: 25px;
  width: 115px;
  z-index: 1;
}

.header-top__contact {
  width: 15%;
}

.header-top__contact .tel {
  padding: 20px 0px 0px 0px;
}

.header-top__contact .popupform {
  padding: 0px;
  line-height: 18px;
}

header .header-top__contact .tel .phone {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  display: inline-block;
}

a.popup.review-header {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.043em;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #2f80ed;
  display: inline-block;
  border-bottom: 1.2px dashed #2f80ed;
  /* background-image: linear-gradient(to right, #2F80ED 25%, transparent 50%); */
  background-position: 0 23px;
  background-repeat: repeat-x;
  background-size: 5px 1.5px;
  margin-right: 7px;
  cursor: pointer;
}

.header-top__time {
  width: 20%;
}

header .h_time {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  opacity: 0.5;
  padding: 29px 0px 0px 48px;
}

.header-top__action {
  margin-top: 0px;
  margin-left: 0px;
  height: 75px;
}

button.btn.blue,
button.btn.blue:active {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #2f80ed;
  background: linear-gradient(180deg, #e9f4fe 0%, #bce3ff 100%);
  border-radius: 30px;
  border: 0px solid #bce3ff;
  padding: 14px 27px;
  margin: 25px 0px 0px 11px;
  position: relative;
  overflow: hidden;
  z-index: 9;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.6s;
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  background: linear-gradient(180deg, #e9f4fe 0%, #bce3ff 100%);
}

/*
button.btn.blue:before {
    content: '';
    display: inline-block;
    position: absolute;
    transition-property: inherit;
    transition-duration: inherit;
    transition-timing-function: inherit;
    z-index: -2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #5e9dce;
    transform: translateX(-101%);
}

button.btn.blue:hover {
    text-shadow: 0 0 0 #fff, 50px 0 0 transparent;
    color: #fff;
}
*/
.shadow-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
}

span.shadow {
  position: absolute;
  border-radius: 50%;
  top: -50%;
  left: 25%;
  width: 60%;
  height: 100%;
  /*box-shadow: 0px 15px 15px 0px rgb(188 227 255 / 50%);*/
  transition: 1s ease;
  filter: blur(20px);
  background: #bce3ff;
  opacity: 0.5;
}

.header-top__action:hover .shadow {
  /*box-shadow: 0px 15px 15px 0px rgb(188 227 255 / 80%);*/
  opacity: 0.7;
}

button.btn.blue:active+.shadow {
  box-shadow: 0px 15px 15px 0px rgb(188 227 255 / 0%);
}

.header-top__action:hover button.btn.blue {
  background: linear-gradient(180deg, #ebf5ff 0%, #abdbff 100%);
}

button.btn.blue:hover:before {
  transform: translateX(0);
}

button.btn.blue:focus {
  outline: none;
  box-shadow: none;
}

.header-top__action button .circle {
  position: absolute;
  border-radius: 50%;
  background-color: #bce3ff;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%) scale(0);
  animation: scale 0.5s ease-out;
}

@keyframes scale {
  to {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}

.title h1 {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  /*font-size: 48px;
  line-height: 52px;*/
  font-size: 34px;
  line-height: 1.4;

  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  text-transform: unset;
  margin-top: 30px;
}


/* menu */

menu.top {
  height: 44px;
  margin: 0px;
  padding: 0px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

menu.top a:hover {
  text-decoration: none;
}

menu.top .container {
  padding: 0px;
}

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

menu.top a {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #252525;
}

.menu-uslug a {
  display: block;
  margin-right: 10px;
  /* border: 1px solid red;*/
}

/* arrow */

[class^="arr-"] {
  border: solid #2f80ed;
  border-width: 0 1.5px 1.5px 0;
  display: inline-block;
  padding: 3px;
  margin: 5px 12px;
}

.arr-right {
  transform: rotate(-45deg);
}

.arr-left {
  transform: rotate(135deg);
}

.arr-up {
  transform: rotate(-135deg);
}

.arr-down {
  transform: rotate(45deg);
}

.dropdown-toggle::after {
  display: none;
}

.main-menu {
  display: inline-block;
  width: 78%;
}

.soc-menu {
  display: inline-block;
  float: right;
  width: 18%;
  height: 42px;
}

.navbar {
  justify-content: flex-start;
}

ul.navbar {
  height: 44px;
}

ul.navbar>li {
  margin-right: 17px;
}

ul.header__socials {
  padding: 0px 5px;
  height: 47px;
  margin: 0px;
  overflow: hidden;
}

.header__socials li {
  margin: 10px 7px;
}

.header__socials li:nth-child(2) {
  margin: 10px 10px;
}

.header__socials li:nth-child(3) {
  margin: 10px 6px;
}

.header__socials li:nth-child(4) {
  margin: 10px 10px;
}

.header__socials li:nth-child(5) {
  margin: 10px 7px;
}

.nav.navbar-nav .subsect {
  display: none;
}

.glavsect .title {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #252525;
  margin: 0px;
}

.navbar-nav>li>.dropdown-menu {
  margin-top: -15px;
  left: 70px;
  background-color: transparent;
  border-color: transparent;
}

.menu-uslug {
  position: relative;
}

.menu-uslug .wrap {
  width: 260px;
  background: #ffffff;
  box-shadow: 0px 20px 80px 20px rgb(0 0 0 / 10%);
  border-radius: 12px;
  padding: 12px 0px;
}

.glavsect {
  display: block;
  padding: 8px 20px;
}

.glavsect:hover {
  background: #f7f7f7;
}

.glavsect:hover .title {
  color: #2f80ed;
}

.glavsect a:hover {
  text-decoration: none;
}

.close {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  top: -17px;
  left: 5px;
  overflow: hidden;
  transition: transform 1s;
}

.close::before,
.close::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  /*margin-top: -1px;*/
  background: #252525;
}

.close::before {
  transform: rotate(0deg);
}

.close::after {
  transform: rotate(90deg);
}

.glavsect .close.active {
  transform: rotate(-135deg);
}

.glavsect .close.active::before,
.glavsect .close.active::after {
  background: #2f80ed;
}

.glavsect .subsect.active {
  position: absolute;
  width: 520px;
  min-height: 435px;
  display: block;
  top: 0px;
  left: 260px;
  background: #ffffff;
  box-shadow: 0px 20px 80px 20px rgb(0 0 0 / 10%);
  border-radius: 12px;
  padding: 0px 0px 20px 0px;
}

.subsect-head {
  background: #eff7ff;
  border-radius: 12px 12px 0px 0px;
  padding: 20px 30px 15px 10px;
}

.glavsect .subsect ul {
  list-style-type: none;
  padding: 20px;
  columns: 2;
}

.subsect ul li {
  padding: 10px 0px 0px 0px;
}

a:hover span.titlerazd {
  color: #2f80ed;
}

span.titlerazd {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  opacity: 0.8;
}

.glavsect.id-254 {
  display: none;
}

span.subsect-head__img img {
  display: inline-block;
  width: 65px;
  height: auto;
}

span.subsect-head__img {
  display: inline-block;
}

menu.top .subsect-head__title,
menu.top .subsect-head__title a {
  display: inline-block;
  margin-left: 5px;
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #2f80ed;
}

li.sub:hover .sub-menu,
.sub-menu:hover {
  left: auto;
  top: 35px;
  display: block;
  opacity: 1;
  padding: 12px 0px;
}

li.sub:hover .sub-menu {
  box-shadow: rgb(0 0 0 / 10%) 0px 20px 80px 20px;
  background: rgb(255, 255, 255);
  border-radius: 12px;
  padding: 12px 0px;
}

.sub-menu li a:hover {
  background: #f7f7f7;
  text-decoration: none;
  color: #2f80ed;
}

/* slider */

/*.wrapper.main {
    background: url(/local/templates/dentalux/assets/img/bg-header.png) no-repeat;
    background-size: contain;
}*/

header.page-header-main,
menu.top {
  /*background: url(/local/templates/dentalux/assets/img/bg-header.png) no-repeat;*/
  background-size: 100% !important;
  background-color: #fff;
}

section.bigslaider {
  background: url(/local/templates/dentalux/assets/img/bg-header.png) no-repeat;
  background-position: 0% 100%;
  background-size: cover;
}

section.bigslaider {
  position: relative;
  margin: 0px;
  height: 641px;
  overflow: visible;
}

section.bigslaider .hero-slide:focus {
  outline: none;
}

section.bigslaider .slick-track,
section.bigslaider .slick-list.draggable {
  min-width: 100% !important;
  max-height: 670px !important;
}

section.bigslaider .slick-list.draggable {
  min-width: 100% !important;
  max-height: 560px !important;
  padding-top: 80px;
  overflow: visible;
}

section.bigslaider .slick-track {
  height: 640px;
}

section.bigslaider .hero-content>div {
  padding: 0px;
}

section.bigslaider .imgflex {
  height: 700px;
  /*background-size: 106%;
  background-repeat: no-repeat;
  margin-top: -30px;
  margin-left: -100px;*/
}

section.bigslaider .imgflex {
  filter: drop-shadow(-40px 50px 80px rgba(0, 0, 0, 0.07));
  border-radius: 200px 0px 0px 0px;
  overflow: hidden;
}

section.bigslaider .slick-list.draggable::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 80px;
  right: -82%;
  border-top: 1px solid #eff7ff;
}

section.bigslaider h2 {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  text-align: left;
  background: none;
  margin-top: 56px;
  margin-left: 107px;
  margin-bottom: 0;
  text-transform: none;
  letter-spacing: unset;
}

section.bigslaider .detail {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  opacity: 0.8;
  text-align: left;
  margin: 20px 20px 0px 107px;
}

.main .btn-link {
  position: relative;
  display: inline-block;
  width: 38%;
  margin: 32px 0px 0px 108px;
  float: left;
  text-align: left;
}

.btn-link:hover,
a.slide__link:hover,
a.video__link:hover {
  text-decoration: unset;
}

section.bigslaider a.da-link {
  position: absolute;
  top: 20px;
  width: 100%;
  height: 45px;
  z-index: 11;
}

a.slide__link span,
a.video__link span {
  width: 100%;
  height: 49px;
  padding: 15px 35px;
  top: 0px;
  background: linear-gradient(180deg, #6ce4bc 0%, #41c096 100%);
  border-radius: 50px;
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #ffffff;
  cursor: pointer;
}

span.arrowPlace {
  position: absolute;
  bottom: 15px;
  left: 27.5em;
}

.slick-arrow {
  display: inline-block;
}

.arrows-prev.slick-arrow {
  margin-right: 17px;
}

.slick-arrow svg {
  cursor: pointer;
}

svg:hover path {
  /* opacity: 0.2; */
  transition: 0.7s ease;
  stroke: #2f80ed;
}

span.pagingInfo {
  position: absolute;
  bottom: 20px;
  left: 44vw;
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
}

span.pagingInfo svg {
  margin: 5px 6px;
}

.btn-link .shadow-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
}

.btn-link span.shadow {
  position: absolute;
  border-radius: 50%;
  top: 100%;
  left: 20%;
  width: 60%;
  height: 50%;
  /*box-shadow: 0px 35px 35px 15px rgb(71 215 172 / 50%);*/
  transition: 1s ease;
  background: #47d7ac;
  opacity: 0.5;
  filter: blur(20px);
}

.btn-link:hover span.shadow {
  /*box-shadow: 0px 35px 35px 15px rgb(71 215 172 / 80%);*/
  opacity: 0.7;
}

.btn-link:hover a.slide__link span,
.btn-link:hover a.video__link span {
  background: linear-gradient(180deg, #6ce4bc 0%, #0dc889 100%);
}

/* service */

section.uslugi {
  margin: 15px 0px 60px 0px;
}

section.uslugi h2 {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  text-align: left;
  text-transform: unset;
  letter-spacing: unset;
  padding: 80px 0px 40px 0px;
  margin-bottom: 0px;
  margin-left: -15px;
}

.uslugi .row {
  margin: 0px -35px;
}

.uslugi .usluga {
  margin: 0px 0px 40px 0px;
}

.uslugi .usluga a {
  display: block;
  background: #ffffff;
  border-radius: 20px;
  width: 176px;
  height: 176px;
  margin: 0px auto;
  padding: 8px;
}

.usluga .img {
  background: #eff7ff;
  border-radius: 20px;
  height: 80px;
}

.usluga span.name {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  letter-spacing: 0px;
  margin-top: 3px;
}

.usluga:hover span.name {
  color: #2f80ed;
}

.uslugi .usluga a:hover {
  text-decoration: unset;
}

.usluga:hover a {
  filter: drop-shadow(0px 20px 50px rgba(0, 0, 0, 0.1));
}

/* video */

section.video {
  background: url(/local/templates/dentalux/assets/img/bg-video.webp) no-repeat;
  height: 768px;
  padding: 100px 0px 0px 0px;
  margin: 0px 0px 100px 0px;
  background-size: cover;
}

.video .container {
  padding: 0px;
}

.video h2 {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 100px;
  line-height: 100px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #ffffff;
  text-transform: unset;
  letter-spacing: unset;
}

.video-text {
  padding: 18.3vh 110px 0px 15.7vw;
}

.video-text .detail {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #ffffff;
  padding: 24px 11px 50px 45px;
}

.btn-link {
  position: relative;
}

.video-text a.video__link {
  position: absolute;
  z-index: 11;
}

.video-text .btn-link .shadow-wrap {
  position: relative;
  display: block;
  width: 50%;
  height: 40px;
}

.video-text .btn-link span.shadow {
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: #47d7ac;
  opacity: 0.5;
  filter: blur(20px);
  /*box-shadow: 0px 35px 35px 15px rgb(71 215 172 / 50%);*/
}

.video-text .btn-link:hover span.shadow {
  opacity: 0.7;
  /*box-shadow: 0px 35px 35px 15px rgb(71 215 172 / 80%);*/
}

.video-text .btn-link {
  width: 200px;
  margin: 0px 0px 0px 48px;
}

.btn-link:active span.shadow {
  opacity: 0;
}

.video-url {
  position: relative;
  display: flex;
  background: url(/local/templates/dentalux/assets/img/video-url.webp);
  background-position-x: -65px;
  background-repeat: no-repeat;
  height: 725px;
}

/*
.round {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 160px;
    height: 160px;
    margin-top: -50px;
    margin-left: -65px;
    border-radius: 50%;
    border: 5px dotted #fff;
}

span.triangle {
    position: relative;
    margin-top: 15px;
    margin-left: 20px;
    width: 0;
    height: 0;
    border-top: 58px solid transparent;
    border-left: 90px solid #fff;
    border-bottom: 58px solid transparent;
}
*/

.round-triangle {
  position: absolute;
  background: url(/local/templates/dentalux/assets/img/triangle.svg) no-repeat;
  width: 325px;
  height: 325px;
  margin-top: -17px;
  margin-left: -24px;
  transition: all 1.5s;
  opacity: 1;
  top: -17px;
  bottom: 0;
  left: -24px;
  right: 0;
  margin: auto;
}

.round-triangle:hover {
  opacity: 0;
}

.round-triangle.hover {
  background: url(/local/templates/dentalux/assets/img/triangle-hover.svg) no-repeat;
  opacity: 0;
}

.video-url a:hover .round-triangle.hover {
  opacity: 1;
}

.video-url a:hover .round-triangle {
  opacity: 0;
}

/* Sale */

section.sale {
  margin: 180px 0px 50px 0px;
}

.sale .container {
  position: relative;
}

section.sale h2 {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  text-transform: unset;
  letter-spacing: unset;
  margin-left: -15px;
}

.sale .slick-slider {
  margin: 20px 0px 10px 0px;
  padding: 0px;
}

.sale .wrap {
  background: #ffffff;
  border-radius: 80px;
  margin: 0px 100px;
  padding: 80px 0px;
}

.sale .promo-box-new.slick-current.mr20 {
  margin-right: 15px;
}

.sale .promo-box-new {
  border-radius: 20px;
  margin-bottom: 20px;
  width: 623px !important;
  margin-right: 5px;
}

.sale .slick-track,
.sale .slick-list.draggable {
  min-width: 100% !important;
  max-height: 330px !important;
}

.sale .promo-box-new:focus {
  outline: unset;
}

.sale .promo-box-new__wrap:hover {
  box-shadow: 0px 20px 80px 20px rgb(0 0 0 / 10%);
}

.sale .promo-box-new .text-new {
  position: relative;
  display: table-cell;
  width: 392px;
  height: 320px;
  background: #eff7ff;
  border: unset;
  box-sizing: border-box;
  border-radius: 20px 0px 0px 20px;
  z-index: 11;
}

.sale .promo-box-new .price-new {
  background: #2f80ed;
  border-radius: 20px 20px 0px 0px;
  height: 62px;
  width: 100%;
  display: inline-block;
  margin-bottom: 0px;
}

.sale .promo-box-new .new {
  float: left;
  height: 32px;
  padding-left: 23px;
  margin: 16px 0px 16px 16px;
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #ffffff;
  letter-spacing: unset;
}

.sale .promo-box-new span.rub {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
}

.sale .promo-box-new .old {
  float: left;
  height: 20px;
  padding-left: 0;
  margin: 22px 0px 22px 10px;
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: line-through;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #bce3ff;
}

.sale .label-new {
  position: absolute;
  right: 27px;
  background: #47d7ac;
  border-radius: 20px;
  float: left;
  text-align: center;
  margin: 15px 0px 15px 50px;
}

.sale p.label-new span {
  display: block;
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #ffffff;
  padding: 5px 16px;
  letter-spacing: 0;
}

.sale .promo-wrap {
  display: table-cell;
  height: 245px;
  vertical-align: middle;
}

.sale .promo-box-new .title {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  font-feature-settings: 'pnum'on, 'lnum'on;
  color: #252525;
  padding-bottom: 12px;
  margin-bottom: 0px;
  /*display: table-cell;
  vertical-align: middle;
  margin-bottom: 8px;
  height: 69px;
  padding-bottom: 13px;*/
}

.sale .promo-box-new .title h3 {
  float: left;
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  width: 100%;
  padding: 0px 30px 0px 39px;
  margin: 0px;
}

.sale .promo-box-new .desc {
  /*height: 92px;*/
  margin: 0px 40px;
}

.sale .desc p {
  margin: 0px;
}

.sale .promo-box-new .desc p b {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  letter-spacing: 0;
}

.sale .desc ul {
  margin: 0px;
  padding: 8px 17px 20px 17px;
}

.sale .desc ul li {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
}

.sale .desc ul li::marker {
  font-size: 20px;
  color: #2f80ed;
}

.sale .text-new a {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #2f80ed;
  background: unset;
  margin: 12px;
  padding: 0px 27px;
  text-transform: unset;
  letter-spacing: 0;
}

.sale .text-new a:hover {
  /* text-decoration: unset; */
}

.sale .promo-box-new .img-button {
  position: relative;
  display: table-cell;
  background-size: cover !important;
  width: 225px;
  height: 320px;
  left: -10px;
  border: 1px solid #eeeeee;
  border-radius: 0px 20px 20px 0px;
  vertical-align: bottom;
  overflow: hidden;
}

.sale .promo-box-new .img-button:after {
  position: unset;
}

.sale .promo-box-new .text-new a span {
  position: absolute;
  margin: 4px 8px;
}

.sale span.arrow-place {
  position: absolute;
  top: 19px;
  right: 5px;
}

.prevfill .arrows-prev svg g,
.nextfill .arrows-next svg g {
  opacity: 0.3;
}

.prevfill .arrows-prev svg,
.nextfill .arrows-next svg {
  cursor: no-drop;
}

/* Specialist */

.spec {
  padding: 30px 0;
}

.spec h2 {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  text-transform: unset;
  letter-spacing: 0;
  margin-left: -15px;
}

.spec .all-spec {
  position: relative;
  float: right;
  margin-right: -15px;
}

.spec .all-spec a {
  position: absolute;
  width: 200px;
  top: -40px;
  right: -35px;
}

.spec .all-spec a:hover {
  text-decoration: none;
}

.spec .all-spec a span {
  margin-right: 10px;
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #2f80ed;
}

.spec .all-spec svg {
  position: absolute;
  top: 3px;
}

.spec .specialist .doctor-item {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  width: 392px;
  height: 484px;
  padding: 20px 60px;
  cursor: unset;
}

.doctor-item:hover .lastname {
  color: #2f80ed;
}

.spec .specialist {
  margin: 0px -15px;
  padding: 20px 0px;
  list-style-type: none;
}

.spec .specialist li {
  width: 392px !important;
  height: 484px !important;
  margin-right: 40px;
  float: left;
  opacity: 1;
}

.spec .specialist li:focus {
  outline: unset;
}

.spec .specialist .slick-track,
.specialist .slick-list.draggable {
  max-height: 484px !important;
}

.spec .specialist li:last-child {
  margin-right: 0px;
}

.spec span.doctor-item__arrows {
  position: absolute;
  top: 39px;
  right: 36px;
}

.spec .specialist li .doctor-item .doctor-photo {
  position: relative;
  width: 136px;
  height: 136px;
  margin: 20px;
  z-index: 1;
}

.spec .specialist li:hover .doctor-item .doctor-photo {
  /* filter: drop-shadow(-10px 20px 40px rgba(0, 0, 0, 0.15)); */
}

.spec .doctor-item:hover .doctor-photo {
  border: unset;
}

.spec .specialist li .doctor-item:before {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  border-radius: 20px 0px 92px;
  width: 236px;
  height: 196px;
  transition: 0.5s ease-in-out;
}

.spec .specialist li .doctor-item:after {
  content: "";
  position: absolute;
  display: block;
  top: 20px;
  left: 60px;
  background: #eff7ff;
  border-radius: 50%;
  width: 176px;
  height: 176px;
  transition: 0.5s ease-in-out;
  z-index: 0;
}

.spec .specialist li:hover .doctor-item:before {
  background: #eff7ff;
}

.spec span.doctor-item__angle {
  position: absolute;
  bottom: -7px;
  right: 0px;
  transition: 0.5s ease-in-out;
}

.spec .specialist li:hover span.doctor-item__angle {
  display: none;
}

.spec .specialist li:hover span.doctor-item__arrows svg path {
  stroke: #2f80ed;
  fill: #2f80ed;
}

.spec .specialist li:hover .doctor-item {
  box-shadow: 0px 20px 80px 20px rgb(0 0 0 / 10%);
}

.spec .specialist .doctor-item .lastname {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  text-transform: unset;
  margin-bottom: 0px;
  padding-top: 40px;
}

.spec .specialist .doctor-item .doctor-descr {
  text-align: left;
  width: 100%;
}

.spec .doctor-item .position {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  opacity: 0.5;
  min-height: 25px;
  text-transform: unset;
  margin-bottom: 0px;
  padding: 11px 0px;
}

.spec span.doctor-item__url {
  position: absolute;
  bottom: 37px;
  left: 53px;
}

.spec span.doctor-item__url a {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #2f80ed;
}

.spec span.doctor-item__url svg {
  position: absolute;
  top: 3px;
  right: -28px;
}

/* Credit */

section.rassrochka {
  margin: 70px 0px 100px 0px;
}

.rassrochka .container {
  max-width: 100%;
  padding: 0px;
}

.rassrochka .wrap {
  background: #2f80ed;
  border-radius: 50px 40px 40px 50px;
  margin: 0px 100px;
}

section.rassrochka h2 {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #ffffff;
  text-transform: unset;
  text-align: left;
  letter-spacing: 0;
  margin: 50px 0px 40px 0px;
}

.rassrochka-img {
  position: relative;
}

.rassrochka-img:before {
  content: "";
  position: absolute;
  background: url(/local/templates/dentalux/assets/img/rectangle.webp) no-repeat;
  height: 560px;
  width: 751px;
  z-index: 3;
}

.rassrochka-img:after {
  content: "";
  position: absolute;
  top: 0px;
  display: block;
  height: 560px;
  width: 751px;
  background: #47d7ac;
  border-radius: 40px 200px 0px 40px;
  z-index: 1;
}

.rassrochka-img img {
  position: absolute;
  top: 99px;
  left: 523px;
  z-index: 2;
}

.rassrochka-text {
  padding: 30px 11vw 10px 20px;
  height: 560px;
}

.rassrochka-text__desc {
  padding-right: 30px;
}

.desc-one {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #ffffff;
}

.desc-two {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #ffffff;
  opacity: 0.7;
  margin: 20px 10px 20px 0px;
}

a.rassrochka-btn {
  position: absolute;
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #ffffff;
  background: linear-gradient(180deg, #6ce4bc 0%, #41c096 100%);
  border-radius: 50px;
  padding: 13px 35px;
  z-index: 11;
}

.rassrochka-text__desc ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px 25px 0px 21px;
}

.rassrochka-text__desc ul li {
  position: relative;
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #ffffff;
  margin-bottom: 12px;
  letter-spacing: 0.2px;
}

.rassrochka-text__desc ul li:after {
  content: "";
  background: url(/local/templates/dentalux/assets/img/chevrons-right.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0px;
  left: -35px;
}

.rassrochka .btn-link {
  width: 159px;
  margin: 18px 0px 0px 0px;
}

.rassrochka .btn-link .shadow-wrap {
  position: relative;
  display: block;
  width: 50%;
  height: 40px;
}

.rassrochka .btn-link span.shadow {
  position: absolute;
  border-radius: 50%;
  top: 90%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: #47d7ac;
  opacity: 0.5;
  filter: blur(20px);
  /* box-shadow: 0px 35px 35px 15px rgb(71 215 172 / 50%); */
}

.btn-link:hover a.rassrochka-btn {
  background: linear-gradient(180deg, #6ce4bc 0%, #0dc889 100%);
}

.rassrochka .btn-link:hover span.shadow {
  opacity: 0.7;
  /* box-shadow: 0px 35px 35px 15px rgb(71 215 172 / 80%); */
}

a.rassrochka-btn:hover {
  text-decoration: unset;
}

/* Director */

section.word {
  background: #ffffff;
  padding-bottom: 73px;
  overflow: hidden;
  margin: 0px;
}

.word .container {
  padding: 70px 0px;
}

.word-director h2 {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  text-transform: unset;
  padding-top: 90px;
  letter-spacing: 0;
  margin-top: 0px !important;
  margin-bottom: 12px !important;
  text-align: left !important;
}

.word-director:after {
  content: "";
  background: url(/local/templates/dentalux/assets/img/app.svg) no-repeat;
  position: absolute;
  top: 105px;
  left: -88px;
  width: 76px;
  height: 56px;
}

.word-director__position {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  opacity: 0.5;
}

.word-director__text {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  margin: 43px 0px 20px 0px;
}

.word-director .btn-link {
  width: 200px;
  margin: 20px 0px 0px 0px;
}

a.word-btn {
  position: absolute;
  background: linear-gradient(180deg, #6ce4bc 0%, #41c096 100%);
  border-radius: 50px;
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #ffffff;
  padding: 12px 36px;
  z-index: 11;
}

a.word-btn:hover {
  text-decoration: none;
}

.word-director .btn-link span.shadow {
  top: 90%;
  left: 15%;
}

.btn-link:hover a.word-btn {
  background: linear-gradient(180deg, #6ce4bc 0%, #0dc889 100%);
}

.word-director .btn-link:hover span.shadow {
  opacity: 0.7;
  /* box-shadow: 0px 35px 35px 15px rgb(71 215 172 / 80%); */
}

.word-img:before {
  content: "";
  position: absolute;
  background: url(/local/templates/dentalux/assets/img/director.webp) no-repeat;
  top: 60px;
  left: -121px;
  width: 100%;
  height: 115%;
  z-index: 1;
}

.word-text__desc {
  padding: 90px 0px 0px 415px;
}

.word-text__desc p {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  opacity: 0.8;
  padding-left: 20px;
  letter-spacing: 0;
}

.hyphenated {
  white-space: nowrap;
}

.word-img {
  position: relative;
  z-index: 1;
}

.word-img:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 123px;
  width: 150%;
  height: 150%;
  background: #eff7ff;
  border-radius: 0px 0px 0px 200px;
  transform: matrix(1, 0, 0, -1, 0, 0);
  z-index: -1;
}

/* advantage */

section.advantage {
  background: #ffffff;
  margin: 0px;
}

.advantage .container {
  min-width: 100%;
}

.advantage-img {
  padding: 0px;
}

.advantage-img img {
  max-width: max-content;
}

.advantage-text {
  position: relative;
}

.advantage-text__clinic {
  position: absolute;
  display: flex;
  left: -250px;
  width: 150%;
  height: 304px;
  background: #ffffff;
  box-shadow: -20px 50px 80px rgb(0 0 0 / 5%);
  border-radius: 0px 0px 0px 200px;
}

.advantage-text__clinic .year {
  width: 279px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.year div:first-child {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 36px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #2f80ed;
  padding-top: 68px;
}

.year div:first-child span {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  font-size: 36px;
  margin-top: -45px;
  margin-left: 17px;
}

.year div:last-child {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: -35px 0px 0px 101px;
}

.advantage-text__desc {
  position: absolute;
  top: 346px;
}

.member {
  width: 230px;
}

.member div img {
  margin: 61px 45px 20px;
}

.member span {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  display: block;
  padding-left: 47px;
}

.partner {
  width: 210px;
}

.partner div img {
  margin: 61px 34px 20px;
}

.partner span {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  display: block;
  padding-left: 33px;
}

.advantage-text__desc p:first-child {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  padding-left: 75px;
  letter-spacing: 0;
  width: 410px;
  margin-bottom: 19px;
}

.advantage-text__desc p:last-child {
  position: relative;
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #2f80ed;
  padding-left: 74px;
}

.advantage-text__desc p:last-child svg {
  position: absolute;
  top: 4px;
  margin-left: 6px;
}

a.advantage-url {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #2f80ed;
}

a.advantage-url:hover {
  text-decoration: none;
}

/* videoreviews */

section.videoreviews {
  margin: 100px 0px 100px 0px;
}

.reviewsvideo__video:focus {
  outline: unset;
}

.videoreviews .container {
  position: relative;
}

.videoreviews h2 {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  text-transform: unset;
  letter-spacing: 0;
  margin-left: -15px;
}

span.arrow-place__vr {
  position: absolute;
  top: 20px;
  right: 0px;
}

.reviewsvideo {
  padding: 0px;
}

.reviewsvideo__video {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  width: 392px;
  height: 156px;
  overflow: hidden;
}

.reviewsvideo__img:before {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 156px;
  height: 156px;
  transition: 0.5s ease-in-out;
  background: #bce3ff;
  border-radius: 0px 0px 80px 0px;
}

.reviewsvideo__img a {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.reviewsvideo__img {
  position: relative;
  display: inline-block;
  width: 156px;
}

.reviewsvideo__img img {
  position: relative;
  width: 116px;
  height: 116px;
  margin: 19px;
  z-index: 1;
  overflow: hidden;
  border-radius: 50%;
}

.reviewsvideo .slick-track,
.reviewsvideo .slick-list.draggable {
  max-height: 195px !important;
}

.reviewsvideo.slick-initialized .slick-slide {
  /*width: 392px!important;*/
  margin-top: 21px;
  margin-right: 40px;
}

.reviewsvideo__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 156px;
  height: 156px;
  z-index: 2;
}

a.reviewsvideo__play svg:first-child {
  display: table-cell;
  vertical-align: middle;
  margin: 0px auto;
  height: 156px;
}

.reviewsvideo__video:hover .reviewsvideo__link svg:first-child {
  display: none;
}

a.reviewsvideo__play svg:last-child {
  display: none;
  vertical-align: middle;
  margin: 0px auto;
  height: 156px;
  z-index: 3;
}

.reviewsvideo__video:hover .reviewsvideo__link svg:last-child {
  display: table-cell;
}

.reviewsvideo__name {
  position: absolute;
  display: inline-block;
  top: 15px;
  left: 175px;
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  width: 100px;
}

.reviewsvideo__url {
  position: absolute;
  display: inline-block;
  bottom: 15px;
  left: 175px;
}

a.videoreviewsurl {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #2f80ed;
}

span.reviewsvideo__angle {
  position: absolute;
  right: 0px;
  bottom: -7px;
}

a.videoreviewsurl:hover {
  text-decoration: none;
}

a.videoreviewsurl svg {
  position: absolute;
  top: 3px;
  right: -28px;
}

.reviewsvideo__video:hover .reviewsvideo__angle svg {
  display: none;
}

.slick-slide:focus {
  outline: unset;
}

/* Brand */

section.brand .wrap {
  background: #ffffff;
  border-radius: 80px;
  margin: 0px 100px;
  padding-bottom: 80px;
}

section.brand h2 {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  text-transform: unset;
  padding-top: 103px;
  letter-spacing: 0;
}

section.brand .container {
  max-width: 1500px;
}

.brand-wrap {
  padding: 10px 60px;
  text-align: center;
}

.brand-wrap .img-fluid {
  display: inline-block;
  margin: 10px 18px;
  padding: 20px;
  width: 176px;
  height: 96px;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  border-radius: 20px;
}

img.img-fluid:hover {
  box-shadow: 0px 20px 50px 0px rgb(0 0 0 / 10%);
  /* filter: drop-shadow(0px 20px 50px rgba(0, 0, 0, 0.1)); */
}

.classvverh img.img-fluid:hover {
  box-shadow: unset;
}

/* Map */

section.yandexmap {
  margin: 100px 0px 0px 0px;
}

.yandexmap .karta {
  height: 552px;
}

ymaps.ymaps-2-1-79-copyrights-pane,
ymaps.ymaps-2-1-79-controls__toolbar_right {
  display: none;
}

.ymaps-2-1-79-controls__toolbar_left {
  float: right !important;
  margin-right: -30px;
}

.ymaps-2-1-79-controls__control {
  inset: 45px 22px auto auto !important;
}

.ymaps-2-1-79-balloon {
  box-shadow: unset !important;
}

.ymaps-2-1-79-balloon__content {
  background: #2f80ed;
  border-radius: 40px;
}

.ymaps-2-1-79-map ymaps {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #ffffff;
}

.ymaps-2-1-79-balloon__content {
  background: #2f80ed !important;
  border-radius: 40px;
  width: 221px !important;
  height: 50px !important;
  padding: 12px 0px !important;
}

.ymaps-2-1-79-balloon__layout {
  background: unset !important;
}

ymaps.ymaps-2-1-79-balloon__content>ymaps {
  width: 221px !important;
  height: 50px !important;
}

.ymaps-2-1-79-balloon {
  left: -115px !important;
}

.ymaps-2-1-79-balloon__tail {
  left: 100px !important;
  background: #2f80ed !important;
}

.ymaps-2-1-79-balloon__tail:after {
  background-color: #2f80ed !important;
}

.ymaps-2-1-79-placemark-overlay ymaps.ymaps-2-1-79-placemark__content ymaps {
  position: relative;
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  left: 15px;
  text-align: left;
  width: 160px;
  height: 40px;
  margin: 0px;
  white-space: unset;
}

.ymaps-2-1-79-placemark-overlay ymaps.ymaps-2-1-79-placemark__content>ymaps>ymaps:before {
  content: "";
  background: url(/local/templates/dentalux/assets/img/m.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  left: -10px;
  width: 18px;
  height: 12px;
}

ymaps.ymaps-2-1-79-placemark__content {
  background: #ffffff;
  border-radius: 40px;
  height: 40px;
  padding: 10px 15px;
}

.ymaps-2-1-79-placemark_theme_darkorange .ymaps-2-1-79-placemark__r,
.ymaps-2-1-79-placemark_theme_darkorange,
.ymaps-2-1-79-placemark_theme_darkorange .ymaps-2-1-79-placemark__l,
.ymaps-2-1-79-placemark_type_blank.ymaps-2-1-79-placemark_theme_darkorange .ymaps-2-1-79-placemark__r {
  background-image: unset !important;
}

.ymaps-2-1-79-placemark {
  right: -85px !important;
  bottom: 40px !important;
}

.ymaps-2-1-79-ground-pane {
  filter: grayscale(1);
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
}

/* Footer */

footer.page-footer {
  position: relative;
  background-color: #f7f7f7;
  height: 471px;
  padding: 0px;
  /* z-index: 1; */
  overflow: hidden;
}

footer.page-footer .container {
  max-width: 1500px;
}

footer.page-footer:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 34%;
  background: #ffffff;
  width: 100%;
  height: 471px;
  border-radius: 200px 0px 0px 0px;
  /*z-index: -1;*/
}

footer.page-footer:after {
  content: "";
  position: absolute;
  bottom: 100px;
  left: 0px;
  background: #252525;
  opacity: 0.05;
  width: 100%;
  height: 1px;
 /* z-index: -1;*/
}

.footer-one {
  padding: 78px 20px 0px 121px;
}

.footer-one__address {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  opacity: 0.8;
}

.footer-one__phone {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  padding: 6px 0px;
}

.footer-one__time {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  opacity: 0.8;
  padding: 4px 80px 0px 0px;
}

.footer-one__soc {
  padding: 7px 0px;
}

.footer-one .btn-link {
  display: block;
  width: 300px;
  margin: -3px 0px 0px 3px;
}

a.footer-btn {
  position: absolute;
  background: linear-gradient(180deg, #6ce4bc 0%, #41c096 100%);
  border-radius: 50px;
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #ffffff;
  padding: 12px 36px;
  z-index: 11;
}

.footer-one .btn-link span.shadow {
  top: 90%;
  left: 15%;
}

a.footer-btn:hover {
  text-decoration: none;
}

.footer-one__pay {
  padding: 45px 0px 0px 123px;
}

.footer-one__pay span {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  opacity: 0.8;
}

.footer-one .btn-link .shadow-wrap {
  width: 70%;
}

.btn-link:hover a.footer-btn {
  background: linear-gradient(180deg, #6ce4bc 0%, #0dc889 100%);
}

.footer-one__pay img {
  padding-top: 13px;
}

.footer-two {
  padding: 78px 0px 0px 0px;
}

.footer-two ul {
  list-style-type: none;
}

.footer-two ul li {
  padding-bottom: 16px;
}

.footer-two ul li a {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
}

ul.menu-one {
  padding-left: 55px;
}

ul.menu-two {
  padding-left: 13px;
}

ul.menu-three {
  padding-left: 0px;
  margin-left: -30px;
}

ul.menu-four {
  padding-left: 0px;
  margin-left: -5px;
}

.footer-two__copyright {
  padding-top: 50px;
  width: 87.7%;
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  text-align: right;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  opacity: 0.8;
}

button:focus {
  outline: unset;
}

/* uslugi */

.wrapper {
  background-color: #f8f8f8;
}

.container.krohi {
  padding: 10px 20px;
}

.container.krohi svg {
  position: absolute;
  left: -25px;
  top: 2px;
  width: 17px;
}

.bread__crumbs-link {
  /*position: relative;*/
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
}

.crumbs__list-item {
    position: relative;
}

.razdely {
  margin-top: 40px;
}

section.razdely .glavsect {
  padding: 0px;
  border-bottom: unset;
}

.titlerazd h1 {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
/*  font-size: 48px;
  line-height: 52px;*/
  font-size: 34px;
  line-height:1.4;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  text-transform: unset;
}

.imgrazd {
  display: none;
}

section.razdely .podkategor {
  padding: 40px 10px;
}

section.razdely .podkategor li {
  padding-bottom: 12px;
  opacity: 1;
}

section.razdely .podkategor li a:before {
  position: absolute;
  content: url(/upload/chevrons-right.svg);
  left: -37px;
  top: 3px;
}

section.razdely .podkategor li a:hover:before {
  content: url(/upload/chevrons-right-hover.svg);
}

section.razdely .podkategor li::marker {
  color: transparent;
}

section.razdely .podkategor li span {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #2f80ed;
  opacity: 1;
}

section.razdely .podkategor li a:hover {
  color: #2f80ed;
  text-decoration: underline;
}

section.sale.usluga {
  margin: 5px 0px;
}

section.blockobsch h2 {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  margin-bottom: 20px;
  text-transform: none;
  letter-spacing: 0px;
  text-align: center;
}

section.blockobsch h2+ul {
  margin: 0px;
}

.blockobsch .wrap-white h2 {
  align-self: flex-end;
}

section.blockobsch .wrap-white .samtext,
section.blockobsch .wrap-white ul,
section.blockobsch .wrap-white div.samtext ul {
  margin: 0px;
}

.blockobsch .wrap-white ul,
section.blockobsch .wrap-white .samtext,
section.blockobsch .wrap-white ul,
section.blockobsch .wrap-white div.samtext ul {
  opacity: 1;
}

section .wrap-white ul li {
  opacity: 1
}

section.blockobsch img {
  border-radius: 15px;
  border: unset;
}

section.blockobsch img.float-left {
  margin: 0px 40px 40px 0px !important;
}

section.blockobsch img.float-right {
  margin: 0px 0px 40px 40px !important;
}

section.blockobsch .wrap-white img.float-left {
  margin: 0px 40px 0px 0px !important;
}

section.blockobsch .wrap-white img.right-right {
  margin: 0px 0px 0px 40px !important;
}

section.blockobsch .samtext,
section.blockobsch ul,
section.blockobsch div.samtext ul {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  opacity: 0.8;
  text-align: left;
  margin: 20px 0px;
}

section.blockobsch table ul,
section.blockobsch table div.samtext ul {
  opacity: 1;
}


section.blockobsch ul {
  /*float: left;
  width: 45%;*/
  padding-inline-start: 15px;
  padding-block-start: 0px;
  padding-block-end: 0px;
}

section.blockobsch ul li::marker {
  color: #2f80ed;
}

section.blockobsch ul li {
  margin-bottom: 8px;
  opacity: 1;
}

section.blockobsch .col-xl-6.col-lg-6.col-xs-12 {
  display: grid;
}

section.blockobsch .col-xl-6.col-lg-6.col-xs-12 p {
  align-self: center;
  margin-bottom: 0px;
}

section.blockobsch .col-xl-6.col-lg-6.col-xs-12 .samtext p {
  margin-bottom: 1rem;
}

section.blockobsch .wrap-white .col-xl-6.col-lg-6.col-xs-12 p {
  margin-bottom: 12px;
}

section.blockobsch .col-xl-6.col-lg-6.col-xs-12 .samtext {
  align-self: flex-start;
}

section.zapuslugfon {
  background-image: unset;
  padding: 0px;
  margin: 30px 0px;
}

section.zapuslugfon p.formtext {
  color: #ffffff;
}

section .row.zapisuslug {
  background: #2f80ed;
  border-radius: 20px;
  border: unset;
  padding: 10px 45px;
}

section .row.zapisuslug .nazzakaz .namevrach {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #ffffff;
}

section .row.zapisuslug .nazzakaz .specvrach {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #ffffff;
}

section .row.zapisuslug .telzapisicon {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #ffffff;
  background-image: url(/upload/24phone.svg);
  background-size: contain;
}

section .row.zapisuslug .telzapisicon a {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #ffffff;
}

section .row.zapisuslug .nazzakaz {
  display: grid;
  height: 60px;
  margin: 45px 0;
}

section .row.zapisuslug .nazzakaz .specvrach {
  align-self: center;
  margin-left: 0px;
  padding-top: 0px;
}

section .row.zapisuslug .nazzakaz .namevrach {
  align-self: center;
  margin-left: 0px;
}

.btn-one-section {
  border: unset;
}

.btn-one-section:before {
  background: linear-gradient(180deg, #6ce4bc 0%, #41c096 100%);
  border-radius: 50px;
}

.btn-one-section {
  line-height: 44px;
  text-transform: unset;
}

.btn-one-section span {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.blockobsch .wrap {
  background: #ffffff;
  border-radius: 80px;
  margin: 0px 100px;
  padding: 80px 0px;
}

section.blockobsch div.samtext ul li:last-child {
  margin-bottom: 0px;
}

section.blockobsch .wrap-white div.samtext ul li:last-child {
  margin-bottom: 12px;
}

section.blockobsch div.samtext ul li:before {
  content: "";
  background-image: url(/upload/chevrons-right-two.svg);
  width: 24px;
  height: 24px;
  left: -40px;
  top: 2px;
}

section.blockobsch.block1_1 div.samtext ul,
section.blockobsch.block3 div.samtext ul {
  padding-inline-start: 20px;
}

section.blockobsch.block1_1 div.samtext ul li:before,
section.blockobsch.block3 div.samtext ul li:before {
  background: url(/local/templates/dentalux/assets/img/point.svg) no-repeat;
  width: 25px;
  height: 25px;
  left: -18px;
  top: 11px;
}

section.blockobsch.block1_1 div.samtext table ul li:before,
section.blockobsch.block3 div.samtext table ul li:before {
  left: -5px;
}

section.blockobsch.block1_1 div.samtext table ul li,
section.blockobsch.block3 div.samtext table ul li {
  padding-left: 15px;
}

section.blockobsch.block1_1 div.samtext table ul,
section.blockobsch.block3 div.samtext table ul {
  opacity: 1;
}


section.blockobsch div.samtext ul {
  padding-inline-start: 40px;
}

section.video_uslug {
  /* background: url(/upload/video-image.jpg) center center no-repeat;*/
  background-size: cover;
  height: 520px;
  margin: 0px;
}

section.video_uslug img {
  width: 260px;
  height: 260px;
}

section.video_uslug .title {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #ffffff;
}

section.video_uslug .opismal {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #ffffff;
}

section.blockobsch.white {
  background-color: #fff;
  margin: 80px 0px;
  padding: 50px 0px;
}

section.blockobsch.white .blockobschtext {
  display: grid;
}

section.blockobsch.white h2 {
  display: grid;
  align-self: flex-end;
}

.samtext p {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  opacity: 0.8;
}

section.blockobsch img.karttri {
  height: 64px;
  margin: 8px auto;
}

section.blockobsch .texttricolon {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
}

.blockobsch-img {
  margin: 10px 0px;
}

section.backbelfon,
body section.tabysec {
  background-image: unset !important;
}

section.backbelfon {
  padding: 0px;
  margin: 80px 0px 80px 0px;
}

section.backbelfon .classvverh {
  /*display: grid;*/
  margin-bottom: 20px;
}

body section.backbelfon img {
  margin: 5px 0px 5px auto !important;
  align-self: center;
}

body section.tabysec {
  background-color: #fff;
  /*margin: 0px 0px -30px 0px!important;*/
  padding: 30px 0px !important;
}

body section.tabysec h2 {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  text-transform: unset;
  letter-spacing: normal;
  margin-top: 0px;
  margin-bottom: 20px;
}

section.tabysec .pz {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  font-feature-settings: 'pnum'on, 'lnum'on;
  color: #252525;
  opacity: 0.8;
  margin-bottom: 20px;
}

section.tabysec .maxcenter {
  margin-top: 20px;
  margin-bottom: 30px;
}

section.tabysec .maxcenter .nav-tabs .nav-link {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #2f80ed;
  background: #ffffff;
  border: 1px solid #bce3ff;
  box-sizing: border-box;
  border-radius: 30px;
}

section.tabysec .maxcenter .nav-tabs .nav-link.active {
  background: #eff7ff;
  border: 1px solid #bce3ff;
  box-sizing: border-box;
  border-radius: 30px;
}

section.tabysec .maxcenter .nav-tabs .nav-link:hover {
  background: #2f80ed;
  color: #fff;
}

section.tabysec>.maxcenter {
  margin-top: 20px;
}

section.tabysec h4 {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
}

section.tabysec img {
  border-radius: 20px;
}

section.tabysec p {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  opacity: 0.8;
}

section.tabysec ul li::marker {
  color: #2f80ed;
}

section.tabysec ul li {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  opacity: 0.8;
  margin-bottom: 8px;
}

section.tabysec .maxcenter .nav-tabs .nav-item {
  margin-bottom: 0px;
}

section.tabysec ul,
section ul {
  padding-inline-start: 15px;
  padding-block-start: 0px;
  padding-block-end: 0px;
  margin: 0px;
}

section.tritopolya {
  background-color: #fff;
  margin: 0px 0px -30px 0px !important;
  padding: 10px 0px 80px 0px !important;
}

section.tritopolya h2 {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  text-transform: unset;
  margin-bottom: 60px;
}

.tritopolya-item .shapkatritopolya {
  background: #eff7ff !important;
  border-radius: 20px 20px 0px 0px;
}

section.tritopolya .shapkatritopolya p b {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
}

section.tritopolya .shapkatritopolya p {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  margin-bottom: 12px;
}

section.tritopolya .imgtritop div.buttn.collapsed:before,
section.tritopolya .imgtritop div.buttn:before {
  background: url(/upload/chevrons-arrows.svg) no-repeat;
  margin-left: -25px;
  margin-top: -5px;
  display: block;
  width: 56px;
  height: 56px;
  left: 45%;
}

section.tritopolya .imgtritop div.skryttritop ul li {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  opacity: 0.8;
}

section.tritopolya .imgtritop div.skryttritop ul li::marker {
  color: #2f80ed;
}

section.tritopolya .imgtritop div.skryttritop ul li {
  margin-bottom: 8px;
}

section.tritopolya .imgtritop div.skryttritop ul {
  padding-inline-start: 40px;
  padding-block-start: 0px;
  padding-block-end: 0px;
}

section.tritopolya .imgtritop div.skryttritop p.tsentoptri {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
}

section.tritopolya .imgtritop div.skryttritop {
  background: #ffffff;
  box-shadow: 0px 20px 80px 20px rgb(0 0 0 / 10%);
  border-radius: 0px 0px 20px 20px;
}

section.tritopolya .imgtritop div.buttn {
  background: unset;
}

section.tritopolya .imgtritop div.buttn:before {
  transform: unset;
}

.blockobsch .wrap-white {
  background: #ffffff;
  border-radius: 80px;
  margin: 0px 100px;
  padding: 80px 0px;
}

section.doctor_uslug {
  background-image: unset;
  background-color: #fff;
  margin: 80px 0px;
}

section.doctor_uslug h2 {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  text-align: left;
  text-transform: unset;
  letter-spacing: normal;
  margin-bottom: 0px;
  margin-top: 20px;
  align-self: flex-end;
}

section .otstups>div,
section .otstups>div>div {
  display: grid;
}

section .otstups>div>div:only-child {
  align-self: center !important;
}

section.doctor_uslug .col-12.col-sm-12.col-md-12.col-lg-7.col-xl-8>p:only-child {
  align-self: center;
}

section .otstups>div>div>p:only-child {
  margin-bottom: -15px !important;
}


section.doctor_uslug h3 {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  padding-bottom: 0px;
  align-self: flex-end;
}

section.doctor_uslug p {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  opacity: 0.8;
  margin-bottom: 12px !important;
  align-self: center;
}

section .otstups>div>div {
  align-self: flex-start;
}

section.doctor_uslug p:first-child {
  align-self: flex-end;
}

section.doctor_uslug p:last-child {
  align-self: flex-start;
}

section.doctor_uslug p,
section.doctor_uslug p+p:last-child {
  /*align-self: flex-start;*/
}

section .otstups {
  padding-bottom: 90px;
  padding-top: 90px;
}

section .otstups .imgzakaz .borders {
  background: #ffffff;
  box-shadow: -33.5657px 41.9571px 67.1314px rgb(0 0 0 / 7%);
  border-radius: 0px 80px 0px 0px !important;
  width: 252px !important;
  height: 252px !important;
  overflow: hidden !important;
  margin: 0px !important;
}

section.doctor_uslug div.col-xl-5:after,
section.doctor_uslug div.col-xl-4:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  top: 33%;
  bottom: 0;
  right: 21px;
  background: url(/upload/icon_warning.png) no-repeat;
}

section.doctor_uslug:after,
section.doctor_uslug:before {
  background-color: transparent;
  background-image: unset;
}

section.doctor_uslug:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -64vw;
  background: #eff7ff;
  border-radius: 0px 160px 0px 0px;
}

section.backbelfon h2 {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  text-transform: unset;
  margin-top: 0px;
  letter-spacing: 0px;
}

section.backbelfon .mb20 h2 {
  margin-bottom: 20px;
}

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

section.backbelfon .mt-4 {
  margin-top: 20px !important;
}

section.backbelfon .classvverh h2 {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  text-transform: unset;
  margin-top: 0px;
  letter-spacing: 0px;
  margin-bottom: 8px;
}

section.backbelfon .classvverh ul {
  margin-left: 5px;
}

section.backbelfon .classvverh p {
  margin: 5px 0px;
}

.podzag {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  opacity: 0.8;
}

.pod-zag {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  opacity: 1;
}

section.backbelfon .col-10.classvverh {
  padding-right: 100px;
}

section.backbelfon h3 {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  margin-bottom: 8px;
}

section.backbelfon p {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  margin-bottom: 0px;
  align-self: center;
  opacity: 0.8;
}

section.blockobsch.foto_uslug {
  background-color: #ffffff;
  padding: 80px 0px;
}

section.blockobsch.foto_uslug div.formrabot {
  padding-bottom: 0px;
}

section.blockobsch.foto_uslug h2 {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  text-align: left;
}

section.blockobsch.foto_uslug .textrabot p.samtext {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  padding-top: 20px;
  margin-bottom: 10px;
  text-align: left;
}

section.blockobsch.foto_uslug div.knopik {
  margin: 30px 0px 0px 0px;
  text-align: left;
}

section.blockobsch.foto_uslug .regular-first img {
  border-radius: 20px;
  width: 392px;
  height: 320px;
}

section.blockobsch.foto_uslug .slick-track,
section.blockobsch.foto_uslug .slick-list.draggable {
  min-width: 100% !important;
  max-height: 404px !important;
}

section.blockobsch.foto_uslug .slick-slide {
  /*margin-right: 40px;*/
}

section.blockobsch.foto_uslug .slaider-actions div.bx-prev.slick-disabled,
section.blockobsch.foto_uslug .regular-first div.bx-prev.slick-disabled,
section.blockobsch.foto_uslug .slaider-actions div.bx-prev,
.regular-first div.bx-prev {
  background: url(/upload/arrows-left.svg) no-repeat;
  opacity: 1;
  left: -20px;
  top: 40%;
  width: 44px;
  height: 44px;
}

section.blockobsch.foto_uslug .slaider-actions div.bx-next,
section.blockobsch.foto_uslug .regular-first div.bx-next {
  float: right;
  opacity: 1;
  background: url(/upload/arrows-right.svg) no-repeat;
  right: -10px;
  top: 40%;
  width: 44px;
  height: 44px;
}

section.link-otziv {
  margin: 0px;
}

section.tcenik {
  margin: 80px 0px;
}

section.tcenik h2 {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  text-transform: unset;
  margin-bottom: 20px;
  margin-top: 0px;
  letter-spacing: normal;
}

section.tcenik .vstup p {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  opacity: 0.8;
}

section.tcenik .vstup {
  margin-bottom: 60px;
}

section.tcenik .tabletcen:first-child {
  border-top: 1px solid #eeeeee;
}

section.tcenik .tabletcencol {
  display: grid;
  border-bottom: 1px solid #eeeeee;
}

section.tcenik .tabletcen {
  border-top: unset;
}

section.tcenik .tabletcencol p.namestsen,
section.tcenik .tabletcencol p.namestsen b {
  font-family: Raleway;
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
}

section.tcenik .tabletcencol p.tcenact,
section.tcenik .tabletcencol p.tcenact b {
  font-family: Raleway;
  font-style: normal;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  text-align: right;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  background: unset;
  justify-self: center;
  align-self: center;
  margin-top: 0px;
}

section.tcenik .tabletcencol p.perecherk {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  opacity: 0.5;
  text-decoration: line-through;
  justify-self: center;
  align-self: center;
  margin-top: 0px;
}

#spec .types__header {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  text-transform: unset;
  letter-spacing: normal;
}

.id254,
.id4594,
.sect254 {
  display: none;
}

section#spec {
  background-color: #ffffff;
  margin: 0px 0px -30px 0px !important;
  padding: 80px 0px 80px 0px !important;
}

section#spec ul li {
  opacity: 1;
}

section#spec .wrapper {
  background-color: #ffffff;
}

#spec .regularst .doctor-item {
  position: relative;
}

#spec .regularst li .doctor-item:after {
  content: "";
  position: absolute;
  display: block;
  top: 10px;
  left: 0px;
  /*background: #eff7ff;*/
  border: 1px solid #eff7ff;
  border-radius: 50%;
  width: 176px;
  height: 176px;
  transition: 0.5s ease-in-out;
  z-index: 0;
}

#spec .regularst li .doctor-item .doctor-photo {
  position: relative;
  width: 136px;
  height: 136px;
  margin: 30px 20px;
  z-index: 1;
}

.doctor-item:hover .doctor-photo {
  border: unset;
}

.doctor-item .lastname {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  text-transform: unset;
  text-align: left;
}

.doctor-item .position {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  opacity: 0.5;
  text-transform: unset;
  text-align: left;
}

#spec span.doctor-item__url {
  position: absolute;
  left: 0px;
  bottom: 15px;
}

#spec span.doctor-item__url a {
  position: relative;
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #2f80ed;
}

#spec span.doctor-item__url svg {
  position: absolute;
  top: 4px;
  right: 50px;
  left: 95px;
}

#spec .doctor-item .doctor-descr {
  position: relative;
  min-height: 200px;
}

#spec div.videoclass div,
#spec div.doctor-item {
  margin: 0px;
  text-align: left;
}

#spec span.arrow-spec {
  position: absolute;
  top: 20px;
  right: 0px;
}

.guest-book__content {
  width: 100%;
}

.slider-wrapper-guest-book {
  position: unset;
}

section .guest-book-slider {
  width: 100%;
}

section.reviews-guest h2.gdenuzhno {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  text-align: left;
  text-transform: unset;
  margin-bottom: 40px;
  letter-spacing: normal;
}

span.arrow-guest {
  position: absolute;
  top: 80px;
  right: 15px;
}

.guest-book-slider__slide {
  padding: 10px;
  min-height: unset;
}

.guest-book-slider__scan {
  float: left;
  position: unset;
  box-shadow: unset;
  background-color: unset;
  width: 88px;
  height: 88px;
}

.guest-book-slider__scan img:first-child {
  position: relative;
  border-radius: 50%;
  width: 88px;
  height: 88px;
  z-index: 1;
}

.guest-book-slider__scan:after {
  content: "";
  position: absolute;
  display: block;
  top: 10px;
  left: 10px;
  background: #ffffff;
  border-radius: 50%;
  width: 88px;
  height: 88px;
  z-index: 0;
}

.guest-book-slider {
  box-shadow: unset;
  background-color: unset;
  min-height: unset;
  width: 700px;
}

.guest-book-review__text {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  opacity: 0.8;
}

.videoreviews a:hover,
a.advantage-url:hover,
a.doctor-item-lk:hover,
.all-spec a:hover span,
.sale a:hover {
  text-decoration-line: unset !important;
}

.doctor-item__url a.doctor-item-link:hover {
  text-decoration: underline;
  color: #2f80ed;
}

.link.dashed,
.link.arr {
  position: absolute;
  width: 55px;
  height: 55px;
  top: 27px;
  left: 2px;
}

.guest-book-slider__scan:hover .link.dashed img:first-child {
  display: none;
}

.guest-book-slider__scan .link.dashed img:last-child {
  display: none;
}

.guest-book-slider__scan:hover .link.dashed img:last-child {
  display: block;
}

.link.dashed img,
.link.arr img {
  position: relative;
  width: 55px;
  height: 55px;
  z-index: 2;
}

.guest-book-slider__review {
  display: table-cell;
  padding: 5px 15px;
  vertical-align: middle;
  height: 88px;
}

.guest-book-slider__fio {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  text-transform: unset;
}

.guest-book-slider__text {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  opacity: 0.4;
}

.guest-book-review {
  padding: 15px 0px;
}

section.reviews-guest .slick-track,
section.reviews-guest .slick-list.draggable {
  max-height: unset !important;
}

.slick-track,
.slick-list.draggable {
  transition: 1s ease;
  /*max-height: unset!important;*/
}

section.reviews-guest .otzivdob {
  text-align: center;
}

section.reviews-guest .otzivdob a {
  position: relative;
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #2f80ed;
  margin-top: 5px;
  background-color: unset;
  padding: 0px;
  border-radius: 0px;
  box-shadow: none;
}

.otzivdob svg {
  position: absolute;
  top: 5px;
  right: -25px;
}

section.link-otziv .wrap {
  background: #ffffff;
  border-radius: 80px;
  margin: 50px 100px;
  padding: 80px 0px;
}

section.link-otziv h2 {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  text-transform: unset;
  letter-spacing: 0px;
}

section.link-otziv a.btn {
  border: 1px solid #bce3ff;
  box-sizing: border-box;
  border-radius: 30px;
  background: #fff;
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #2f80ed;
  margin: 15px 0px;
  width: 155px;
  height: 44px;
}

section.link-otziv a.btn:hover {
  background: #eff7ff;
}

section.link-otziv img.img-responsiv {
  width: 176px;
  height: 64px;
}

.ssilkaotziv div {
  margin: 50px 0px;
}

section.link-uslugi {
  margin: 30px 0px;
}

section.link-uslugi h4.csop {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  text-align: left;
  margin-bottom: 40px;
  text-transform: unset;
  padding: 0px 0px 0px 30px;
}

section.link-uslugi .newsnew .item .info {
  position: absolute;
  bottom: 0px;
  z-index: 4;
  width: 100%;
  margin: 0px;
  text-align: left;
  background: rgba(47, 128, 237, 0.9);
  border-radius: 20px;
  left: 0px;
  padding: 10px;
}

section.link-uslugi .title .wrap_outer .inner_text {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #ffffff;
}

section.link-uslugi .title .wrap_outer .inner_text {
  left: 0px;
}

section.link-uslugi .newsnew .item .title {
  margin-bottom: 0px;
}

section.link-uslugi .newsnew .item .info .text {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #ffffff;
  height: 0px;
  max-height: 0px;
  margin: 0px;
}

section.link-uslugi .title .wrap_outer,
section.link-uslugi .title .wrap_outer .inner_text {
  background-color: unset;
}

section.link-uslugi .newsnew .item:hover .dark_block_animate {
  opacity: 0;
}

section.link-uslugi .newsuslug .item,
section.link-uslugi .newsnew .item {
  border-radius: 20px;
}

section.link-uslugi a:hover {
  text-decoration: unset;
}

section.link-uslugi .newsuslug .item:hover .info .text,
section.link-uslugi .newsnew .item:hover .info .text {
  opacity: 1;
  visibility: visible;
  display: block;
  height: 55px !important;
  min-height: 55px !important;
  margin: 5px !important;
}

section.link-uslugi .row {
  position: relative;
}

span.arrow-link-uslugi {
  position: absolute;
  right: 30px;
  top: 15px;
}

.bread__crumbs-list a:hover {
  text-decoration: unset;
}

.bread__crumbs-list {
  opacity: 0.5;
}

.detail-name h1 {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 52px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  text-transform: unset;
  margin: 30px 0px 10px;
}

section.blockobsch p {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  opacity: 0.8;
}

section.backbelfon.blockobsch p {
  margin-bottom: 12px;
}

section.backbelfon.blockobsch h2 {
  margin-bottom: 20px;
}

section.blockobsch table p {
  opacity: 1;
  margin: 0px !important;
}

ol li:before {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  align-items: center;
  text-align: center;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #2f80ed;
  width: 28px;
  height: 28px;
  background: #bce3ff;
  position: absolute;
  top: 0px;
  left: -40px;
  border-radius: 50%;
  z-index: unset;
}

section.blockobsch ol {
  /*width: 45%;
float: left;*/
}

section.blockobsch h3 {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  margin: 20px 0px 12px;
  text-align: left;
}

ol li {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  opacity: 0.8;
  padding-left: 0px;
  margin-bottom: 12px;
}

section ul li::marker {
  color: #2f80ed;
}

section ul li {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  opacity: 0.8;
}

section.blockobsch {
  margin: 30px 0px;
}

section#spec .containers {
  padding: 0px;
}

section.tabysec .vstup {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  opacity: 0.8;
}

table tbody tr td p strong {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
}

table tbody tr {
  border: 1px solid #e0e0e0;
}

table tbody tr:first-child {
  background: #ffffff;
}

table tbody tr:not(:first-child) {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
  /*opacity: 0.8;*/
}

table.two tbody tr:first-child {
    background: transparent;
}

table.two tr td:first-child {
    background: #ffffff;
}

table.three tbody tr:not(:first-child),
table.four tbody tr:not(:first-child) {
  opacity: 1;
}

section.blockobsch table ul {
  margin: 0px 0px 0px 20px;
  padding-inline-start: 0px;
  padding-block-start: 0px;
  padding-block-end: 0px;
}

.table-wrap {
  overflow: auto;
  position: relative;
}

table tbody tr td {
  padding: 20px !important;
  width: 50%;
}

table.three tbody tr td:first-child,
table.four tbody tr td:first-child {
  background: #ffffff;
}

table.three tbody tr td:first-child p,
table.three tbody tr td:first-child p strong,
table.four tbody tr td:first-child p,
table.four tbody tr td:first-child p strong {
  float: left;
  text-align: left;
}

table.three tbody tr td:first-child,
table.four tbody tr td:first-child {
  opacity: 1;
}

section.blockobsch table.three p,
section.blockobsch table.four p {
  opacity: 0.8;
}

section.blockobsch table.three tbody tr td:first-child p,
section.blockobsch table.four tbody tr td:first-child p {
  opacity: 1;
}

table.three tbody tr:first-child td:not(:first-child) {
  width: 37.5%;
}


table.four tbody tr:first-child td:not(:first-child) {
  width: 25%;
}

table.three tbody tr:first-child td:first-child,
table.four tbody tr:first-child td:first-child {
  width: 25%;
}

table.three tbody tr td,
table.four tbody tr td {
  width: auto;
}

section.doctor_uslug ul {
  margin-bottom: 12px;
}




/* Custom, iPhone Retina */
@media only screen and (min-width: 1441px) and (max-width: 1855px) {
  section.rassrochka h2 {
    margin: 5px 0px 20px 0px;
  }

  .rassrochka-text {
    padding: 30px 3vw 10px 8vw;
  }

  .rassrochka-img img {
    left: 30vw;
  }

  .word-img:after {
    left: 6vw;
  }
}

/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1441px) {
	.main .btn-link {
		width: 45%;
	}
  header.page-header-main,
  menu.top {
    background: #fff !important;
    background-size: cover !important;
    background-position-x: -15px !important;
  }

  header .logo {
    margin-top: 8px;
  }

  header .header-top .logo img {
    width: 155px;
    height: 53px;
    max-width: 155px;
    max-height: 53px;
  }

  .adress-metro {
    padding: 0px;
  }

  button.btn.blue,
  button.btn.blue:active {
    padding: 14px 26px;
    margin: 25px 0px 0px -2px;
  }

  .header-top__slogan {
    font-size: 10.5px;
  }

  .main-menu {
    margin-left: -10px;
  }

  .main-menu {
    width: 79.5%;
  }

  .soc-menu {
    width: 19.5%;
  }

  section.bigslaider .slick-list.draggable {
    max-height: 513px !important;
  }

  section.bigslaider {
    background: url(/local/templates/dentalux/assets/img/bg-header-1440.png) no-repeat;
    background-position-y: -140px;
  }

  span.arrowPlace {
    left: 15em;
  }

  section.bigslaider h2 {
    margin-top: 12px;
    margin-left: 100px;
    padding-right: 15px;
  }

  section.bigslaider .detail {
    margin: 20px 20px 0px 100px;
  }

  .bigslaider .hero-content {
    height: 525px;
  }

  section.bigslaider .slick-track {
    height: 525px;
  }

  section.bigslaider .imgflex {
    width: 39vw;
    height: auto;
    /*height: 545px;
    background-size: 105%;
    margin-left: -94px;*/
  }

  span.arrowPlace {
    bottom: 63px;
  }

  .main .btn-link {
    margin: 32px 0px 0px 101px;
  }

  span.pagingInfo {
    left: 38.7em;
    bottom: 67px;
  }

  section.uslugi h2 {
    padding: 35px 0px 40px 0px;
  }

  .uslugi .usluga a {
    width: 160px;
  }

  .video h2 {
    font-size: 80px;
    margin-top: -10px;
  }

  .video-text {
    background: url(/local/templates/dentalux/assets/img/triangle3.png) no-repeat;
    background-position-x: 415px;
    background-position-y: 215px;
    padding: 50px 110px 0px 100px;
  }

  .video-text .detail {
    padding: 22px 11px 50px 53px;
  }

  .video .btn-link {
    margin: 0px 0px 0px 55px;
  }

  section.video {
    background: url(/local/templates/dentalux/assets/img/bg-video-1440.webp) no-repeat;
    height: 607px;
  }

  .video-url {
    background: url(/local/templates/dentalux/assets/img/video-url-1440.webp);
    background-position-x: -100px;
    background-position-y: -5px;
    height: 568px;
  }

  .sale .container {
    padding-right: 0px;
  }

  .sale .wrap {
    margin: 0px 60px;
  }

  .sale .promo-box-new {
    width: 573px !important;
    margin-right: 15px;
  }

  .sale .promo-box-new.slick-current.mr20 {
    margin-right: 15px;
  }

  .sale span.arrow-place {
    right: 0px;
  }

  .spec .specialist li {
    width: 365px !important;
    margin-right: 32.5px;
  }

  .spec .specialist .doctor-item {
    width: 360px;
  }

  .spec .all-spec a {
    top: -42px;
    right: -36px;
  }

  .rassrochka .wrap {
    margin: 0px 60px;
  }

  .rassrochka-img:before {
    content: "";
    position: absolute;
    background: url(/local/templates/dentalux/assets/img/rectangle-1440.webp) no-repeat;
    height: 560px;
    width: 751px;
    z-index: 3;
  }

  .rassrochka-img img {
    top: 120px;
    left: 323px;
  }

  .rassrochka-img:after {
    height: 610px;
    width: 560px;
  }

  .rassrochka-text {
    padding: 30px 20px 10px 20px;
    height: 608px;
  }

  .rassrochka-text__desc {
    padding-right: 45px;
  }

  .rassrochka .btn-link {
    margin: 20px 0px 0px 3px;
  }

  .rassrochka-text__desc ul {
    margin-left: -17px;
  }

  section.word {
    padding-bottom: 80px;
  }

  .word .container {
    padding: 70px 0px 5px 0px;
  }

  .word-director__text {
    margin: 43px 5px 20px 0px;
  }

  .word .btn-link {
    margin: 20px 0px 0px 0px;
  }

  .word-img__director img {
    top: 60px;
    left: -111px;
    width: 545px;
    height: 680px;
  }

  .word-img:after {
    top: 10px;
    left: 120px;
    width: 150%;
    height: 125%;
  }

  .word-img:before {
    background: url(/local/templates/dentalux/assets/img/director-1440.webp) no-repeat;
  }

  .word-text__desc {
    padding: 92px 0px 0px 384px;
  }

  .advantage-img img:first-child {
    display: none;
  }

  .advantage-img img {
    height: 532px;
  }

  .advantage-text__clinic {
    top: 0px;
    left: -198px;
    width: 150%;
    height: 297px;
  }

  .year div:first-child {
    padding-top: 62px;
  }

  .advantage-text__clinic .year {
    width: 255px;
  }

  .year div:first-child span {
    margin-top: -42px;
  }

  .year div:last-child {
    margin: -25px 0px 0px 99px;
  }

  .member {
    width: 205px;
  }

  .member div img {
    margin: 60px 45px 20px;
    width: 158px;
  }

  .member span {
    padding-left: 44px;
  }

  .partner div img {
    margin: 61px 40px 20px;
    width: 158px;
  }

  .partner span {
    padding-left: 38px;
  }

  .advantage-text__desc {
    top: 335px;
  }

  .advantage-text__desc p:first-child {
    padding-left: 100px;
    width: 440px;
  }

  .advantage-text__desc p:last-child {
    padding-top: 1px;
    padding-left: 99px;
  }

  .reviewsvideo.slick-initialized .slick-slide {
    /*width: 355px!important;*/
  }

  .reviewsvideo.slick-initialized .slick-slide {
    margin-right: 2vw;
  }

  section.brand {
    margin-top: -5px;
  }

  section.brand .wrap {
    margin: 0px 60px;
  }

  .brand-wrap {
    padding: 10px 40px;
  }

  .brand-wrap .img-fluid {
    margin: 10px 18px;
    width: 160px;
    height: 88px;
  }

  .footer-one {
    padding: 44px 20px 0px 140px;
  }

  .footer-one__time {
    padding: 5px 65px 0px 0px;
  }

  .page-footer .btn-link {
    margin: -3px 0px 0px 0px;
  }

  .footer-one__pay {
    padding: 47px 0px 0px 140px;
  }

  footer.page-footer:before {
    left: 30.5%;
  }

  .footer-two {
    padding: 80px 0px 0px 5px;
  }

  ul.menu-two {
    padding-left: 10px;
  }

  ul.menu-three {
    margin-left: -37px;
  }

  ul.menu-four {
    margin-left: -83px;
  }

  .footer-two__copyright {
    width: 85.5%;
    padding-left: 60px;
  }

  section.doctor_uslug:before {
    left: -67vw;
  }

  section.doctor_uslug div.col-xl-5:after,
  section.doctor_uslug div.col-xl-4:after {
    right: 5px;
  }

  section .otstups>div+div {
    padding: 25px;
  }

  section.tabysec .maxcenter .nav {
    justify-content: center;
  }

  section.tabysec .maxcenter .nav-tabs .nav-item {
    margin-bottom: 15px;
  }

  section.tabysec .maxcenter .nav-tabs .nav-item:last-child {
    margin-right: 0px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 1280px) {
  .page-header-main .container {
    max-width: 1160px;
  }

  header.page-header-main,
  menu.top {
    background: #fff !important;
    background-size: cover !important;
    background-position-x: 0px !important;
  }

  section.bigslaider {
    background-position-x: -80px;
  }

  span.arrowPlace {
    left: 12.5vw;
  }

  span.pagingInfo {
    left: 42.1vw;
  }

  section.video {
    background: url(/local/templates/dentalux/assets/img/bg-video-1280.webp) no-repeat;
    height: 62vh;
  }

  section.bigslaider .imgflex {
    width: 43.5vw;
    height: auto;
  }

  .video h2 {
    padding-left: 6vw;
  }

  .video-text {
    background-position-x: 432px;
    background-position-y: 218px;
    padding: 50px 40px 0px 100px;
  }

  .video-url {
    background: url(/local/templates/dentalux/assets/img/video-url-1280.webp) no-repeat;
    background-position-x: -1vw;
    background-position-y: 1vw;
    height: 55vh;
  }

  .round-triangle {
    left: 6vw;
  }

  section.sale {
    margin: 13.8vh 0px 50px 0px;
  }

  .sale .wrap {
    margin: 0px;
  }

  .rassrochka .wrap {
    margin: 0px;
  }

  .rassrochka-img:before {
    content: "";
    position: absolute;
    background: url(/local/templates/dentalux/assets/img/rectangle-1280.webp) no-repeat;
    height: 610px;
    width: 753px;
    z-index: 3;
  }

  .rassrochka-img img {
    left: 24vw;
  }

  .rassrochka-img:after {
    height: 608px;
    width: 540px;
  }

  .rassrochka-text__desc ul {
    padding: 0px 2vw 0px 2.2vw;
  }

  .advantage-img {
    height: 532px;
  }

  .advantage-img img {
    position: absolute;
    height: 532px;
    right: -3vw;
  }

  .advantage-text__clinic {
    left: -186px;
  }

  .advantage-text__desc p:first-child {
    padding-left: 9vw;
    width: 455px;
  }

  .advantage-text__desc p:last-child {
    padding-left: 112px;
  }

  section.brand .wrap {
    margin: 0px;
  }

  footer.page-footer {
    height: 55vh;
  }

  .footer-one {
    padding: 44px 20px 0px 4.5vw;
  }

  footer.page-footer:before {
    left: 27.5%;
    height: 55vh;
  }

  ul.menu-one {
    padding-left: 2vw;
  }

  ul.menu-two {
    padding-left: 0.5vw;
  }

  ul.menu-three {
    margin-left: -1vw;
    padding-right: 3vw;
  }

  ul.menu-four {
    margin-left: -2.5vw;
    padding-right: 5vw;
  }

  .footer-two__copyright {
    width: 92.5%;
    padding-top: 5vh;
    padding-left: 50px;
  }

  .footer-one__pay {
    padding: 5vh 0px 0px 4.5vw;
  }

  footer.page-footer:after {
    bottom: 110px;
  }

  section.doctor_uslug:before {
    left: -69vw;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 1279px) {
.main .btn-link {
    width: 50%;
}
  .page-header-main .container {
    max-width: 100%;
  }

  .header-top,
  menu.top {
    display: none;
  }

  .mob-header {
    display: block;
  }

  .main-menu__mob,
  .uslugi-menu__mob {
    display: none;
  }

  .mob-header {
    max-width: 100%;
    background: #ffffff;
  }

  button.calltouch_callback {
    float: left;
    width: 50%;
    height: 36px;
    border: 0px;
    background: #eff7ff;
  }

  .order-call_mobile {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    font-feature-settings: "pnum"on, "lnum"on;
    color: #2f80ed;
    border-bottom: unset;
  }

  button.mob-header__popup {
    display: inline-block;
    width: 50%;
    height: 36px;
    border: 0px;
    background: #bce3ff;
  }

  .order-form_mobile {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    font-feature-settings: "pnum"on, "lnum"on;
    color: #2f80ed;
  }

  .header-contacts {
    display: flex;
    justify-content: space-between;
    height: 28px;
    border-bottom: 1px solid #eeeeee;
  }

  .header-contacts__adress {
    display: inline-block;
  }

  .header-contacts__adress a {
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    font-feature-settings: "pnum"on, "lnum"on;
    color: #252525;
    padding-left: 12px;
  }

  .header-contacts__metro {
    display: inline-block;
    /* padding: 0px 0px 0px 50px; */
  }

  .mob-phone {
    display: inline-block;
    float: right;
  }

  .mob-phone a {
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    text-align: right;
    font-feature-settings: "pnum"on, "lnum"on;
    color: #252525;
    padding-right: 12px;
  }

  .mob-menu {
    display: flex;
    justify-content: space-between;
    height: 75px;
    border-bottom: 1.01px solid #eeeeee;
  }

  .burger-main,
  .mob-logo,
  .burger-uslugi {
    display: inline-block;
  }

  .burger-main svg {
    margin-top: 11px;
    margin-left: 12px;
  }

  .burger-uslugi svg {
    margin: 10px 15px;
  }

  .mob-logo .logo {
    margin: 0px auto;
    padding: 0px;
  }

  header .logo img {
    margin: 11px 0px 0px 10px;
    width: 125px;
    height: 43px;
  }

  .header-top__slogan {
    font-size: 8.5px;
  }

  header.page-header-main,
  menu.top {
    background: unset !important;
  }

  /* Menu */
  .main-menu__mob,
  .uslugi-menu__mob {
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    top: 0px;
    background-color: #fff;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    height: 100vh;
    z-index: 11;
  }

  .uslugi-menu__mob {
    background-color: #f7f7f7;
  }

  .mainnav__top {
    height: 68px;
    line-height: 68px;
    padding-left: 12px;
    background-color: #fff;
  }

  span.close-menu {
    float: right;
    padding-right: 25px;
  }

  span.name-menu {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    font-feature-settings: "pnum"on, "lnum"on;
    color: #252525;
  }

  #mainnav ul,
  #usluginav ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
  }

  .sub-nav__open {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    top: 2px;
    right: 0px;
    left: 5px;
    overflow: hidden;
    transition: transform 1s;
  }

  .sub-nav__open::before,
  .sub-nav__open::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
    background: #2f80ed;
  }

  .sub-nav__open::before {
    margin-top: 0px;
  }

  .sub-nav__open::before {
    transform: rotate(0deg);
  }

  .sub-nav__open::after {
    transform: rotate(90deg);
    /* height: 1.5px; */
  }

  .sub-nav .sub-nav__open.active,
  .sub-usluga-level .sub-nav__open.active {
    transform: rotate(-135deg);
  }

  .sub-nav .sub-nav__open.active,
  .sub-nav .sub-nav__open.active {
    /* width: 11px;
    height: 11px;*/
  }

  .sub-nav .sub-nav__open.active::after {
    background: #2f80ed;
    /* height: 1.7px; */
  }

  .sub-nav .sub-nav__open.active::before {
    background: #2f80ed;
    /* height: 1.5px; */
  }

  li.sub-nav ul {
    display: none;
  }

  span.sub-nav__name,
  li a {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    font-feature-settings: "pnum"on, "lnum"on;
    color: #252525;
  }

  span.sub-nav__name {
    padding-left: 10px;
  }

  .sub-nav-level.active {
    background-color: #fff;
  }

  ul.main-nav,
  .main-menu__adress,
  .main-menu__tel,
  .main-menu__time,
  .main-usluga {
    background: #f7f7f7;
  }

  .sub-nav-level,
  .sub-usluga li {
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding: 0px 5px;
    margin: 0px;
  }

  .main-usluga {
    width: 100%;
    padding: 0px;
    margin: 0px;
  }

  .sub-usluga-level {
    padding: 0px 15px;
  }

  .sub-usluga-level.active {
    background-color: #fff;
  }

  .sub-usluga-level {
    height: 44px;
    line-height: 44px;
  }

  ul.sub-usluga.active {
    display: block;
  }

  .sub-nav-level {
    padding: 0px 15px !important;
  }

  span.sub-nav__url {
    position: relative;
    float: right;
    right: 15px;
  }

  span.sub-nav__url a {
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    font-feature-settings: "pnum"on, "lnum"on;
    color: #2f80ed;
  }

  span.sub-nav__url svg {
    position: absolute;
    top: 16px;
    right: -19px;
  }

  #usluginav {
    background: #f7f7f7;
  }

  ul.main-nav li.sub-nav {
    padding: 0px;
  }

  ul.main-nav li {
    position: relative;
    line-height: 44px;
    padding: 0px 18px;
    margin: 0px;
  }

  ul.main-nav>li:before,
  #usluginav .uslugi:before {
    content: "";
    border-top: 1px solid #eeeeee;
    position: absolute;
    left: 15px;
    width: 95%;
  }

  ul.main-nav li:last-child:after,
  #usluginav .uslugi:last-child:after {
    border-bottom: 1px solid #eeeeee;
    bottom: 0px;
    content: "";
    position: absolute;
    left: 15px;
    width: 96%;
  }

  .main-usluga {
    line-height: 44px;
    padding: 0px;
  }

  .uslugi {
    position: relative;
    background: #f7f7f7;
  }

  .uslugi span.titlerazd {
    padding-left: 15px;
  }

  li.sub-nav ul.active {
    display: block;
  }

  li.sub-nav ul.active li {
    border-bottom: none;
    opacity: 0.8;
  }

  .main-menu__adress .adress,
  .main-menu__adress .adress-metro {
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    font-feature-settings: "pnum"on, "lnum"on;
    color: #252525;
    opacity: 0.8;
  }

  .main-menu__mob .main-menu__adress {
    padding: 50px 12px 0px 12px;
  }

  .main-menu__mob .adress-metro {
    padding: 15px 0px;
  }

  .main-menu__mob .main-menu__tel .phone {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    font-feature-settings: "pnum"on, "lnum"on;
    color: #252525;
    text-align: left;
    padding: 0px 12px;
  }

  .main-menu__mob .main-menu__time .h_time {
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    font-feature-settings: "pnum"on, "lnum"on;
    color: #252525;
    opacity: 0.8;
    padding: 15px 12px 45px 12px;
  }

  .main-menu__mob ul.header__socials {
    height: 60px;
    background-color: #fff;
  }

  .id-254 {
    display: none;
  }

  ul.sub-usluga {
    display: none;
  }

  .main-menu__mob button.calltouch_callback,
  .main-menu__mob button.mob-header__popup,
  .uslugi-menu__mob button.calltouch_callback,
  .uslugi-menu__mob button.mob-header__popup {
    height: 40px;
  }

  span.titlerazd {
    font-size: 15px;
    line-height: 24px;
  }

  .main-menu__mob ul.header__socials {
    justify-content: center;
  }
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 770px) and (max-width: 1155px) {
  .container {
    max-width: 100%;
  }

  header .header-top__logo {
    width: 20%;
  }

  header .header-top .logo img {
    margin-top: 15px;
  }

  header .header-top .logo img,
  .header-top__slogan {
    margin-left: 15px;
  }

  .header-top {
    margin-bottom: 0px;
  }

  .header-top__adress {
    width: 40%;
  }

  .header-top__contact {
    width: 20%;
  }

  .header-top__time {
    display: none;
  }

  .main-menu {
    width: 100%;
    margin-left: 15px;
  }

  .soc-menu {
    display: none;
  }

  .uslugi .row {
    margin: 0px -15px;
  }

  .uslugi .usluga a {
    width: 15vw;
  }

  .video-text {
    padding: 5vw 4vw 0px 4vw;
  }

  section.sale {
    margin: 50px 0px 50px 0px;
  }

  .sale .wrap {
    margin: 0px 0px;
    border-radius: 40px;
    padding: 55px 40px;
  }

  section.sale h2 {
    font-size: 36px;
    margin-left: -15px !important;
  }

  .sale span.arrow-place {
    top: 13px;
    right: 6px;
  }

  .sale .slick-track,
  .sale .slick-list.draggable {
    max-height: 560px !important;
  }

  .sale .promo-box-new {
    width: 44vw !important;
    height: 560px !important;
  }

  .sale .promo-box-new {
    display: block;
    margin-right: 30px;
  }

  .sale .promo-box-new.slick-current.mr20 {
    margin-right: 4vw;
  }

  .sale .promo-box-new .text-new {
    display: block;
    width: 100%;
    height: 324px;
    border-radius: 20px 20px 0px 0px;
    border: 0px;
  }

  .sale .promo-box-new .img-button {
    display: block;
    background-size: cover !important;
    width: 100%;
    height: 230px;
    left: 0px;
    border: 1px solid #eeeeee;
    border-radius: 0px 0px 20px 20px;
  }

  .sale .slick-slider {
    margin: 15px 0px 5px 0px;
  }

  .sale .promo-box-new .new {
    display: block;
    width: 100%;
    height: 32px;
    padding-top: 7px;
    padding-left: 23px;
    margin: 0px;
  }

  .sale .promo-box-new .old {
    display: block;
    width: 100%;
    height: 20px;
    padding-top: 6px;
    padding-left: 22px;
    margin: 0px;
  }

  .sale .label-new {
    right: 18px;
  }

  .sale p.label-new span {
    padding: 6px 12px;
    letter-spacing: 0.01px;
  }

  .sale .promo-box-new .title h3 {
    font-size: 18px;
    padding: 1px 10px 0px 22px;
  }

  .sale .promo-box-new .desc {
    margin: 12px 20px;
  }

  .sale .promo-box-new .desc p b {
    letter-spacing: -0.5px;
  }

  .sale .desc ul {
    padding: 5px 20px;
  }

  .sale .text-new a {
    margin: 12px -3px;
  }

  .spec .specialist {
    margin: 0px 15px;
  }

  .spec .specialist li {
    width: 47% !important;
    margin-right: 3%;
  }

  .spec .specialist .doctor-item {
    width: 100%;
  }

  .spec .specialist li:nth-child(3) {
    display: none;
  }

  .spec .all-spec {
    margin-right: 25px;
  }

  span.arrow-place__vr {
    right: 25px;
  }

  section.rassrochka h2 {
    margin: 5px 0px 5px 0px;
  }

  .rassrochka-img img {
    left: 19vw;
  }

  .rassrochka-img:before,
  .rassrochka-img:after {
    left: -5vw;
  }

  .rassrochka-text__desc ul {
    padding: 0px 0px 0px 0px;
  }

  .word-director h2 {
    padding-top: 0px;
  }

  .word-img:after {
    left: 5vw;
  }

  .word-director {
    padding: 0vw 0vw 0vw 5vw;
  }

  .advantage-img {
    height: 475px;
  }

  .advantage-img img {
    width: 100%;
    max-width: unset;
    right: 0vw;
  }

  .advantage-text__clinic {
    left: -20.5vw;
  }

  .advantage-text__desc {
    top: 310px;
  }

  .advantage-text__desc p:first-child {
    padding-left: 5vw;
    width: 455px;
  }

  .reviewsvideo {
    padding: 0px 15px;
  }

  .videoreviews h2,
  .spec h2,
  section.sale h2,
  section.uslugi h2 {
    margin-left: 15px;
  }

  footer.page-footer:before {
    left: 32.5vw;
    height: 800px;
  }

  footer.page-footer {
    height: auto;
  }

  .footer-one__pay {
    padding: 0vh 0px 0px 4.5vw;
  }

  .footer-two__copyright {
    padding-top: 0px;
    width: 95.5%;
    padding-left: 0px;
    line-height: 17px;
  }

  .footer-one {
    padding: 4vw 20px 0px 4.5vw;
  }

  .footer-two {
    padding: 8vw 0px 0px 5px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 770px) and (max-width: 992px) {
  .advantage-img {
    height: 475px;
  }

  .advantage-img img {
    width: 100%;
    height: auto;
    max-width: unset;
    right: 0vw;
  }

  .advantage-text__clinic {
    position: relative;
    left: 250px;
  }

  .advantage-text__desc {
    top: 55px;
  }

  .advantage-text__desc p:first-child {
    padding-left: 5vw;
    width: 255px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 770px) and (max-width: 965px) {
  .uslugi .usluga a {
    width: 22vw;
  }

  section.rassrochka h2 {
    margin: 5px 0px 4px 0px;
  }

  .word-director h2 {
    padding-top: 0px;
  }

  .advantage-img {
    height: 455px;
  }

  .advantage-img img {
    width: 100%;
    height: auto;
    max-width: unset;
    right: 0vw;
  }

  .advantage-text__clinic {
    position: relative;
    left: 23vw;
  }

  .advantage-text__desc {
    top: 55px;
  }

  .advantage-text__desc p:first-child {
    padding-left: 5vw;
    width: 255px;
  }

  footer.page-footer {
    height: auto;
  }

  footer.page-footer:before {
    left: 40.5vw;
    height: 700px;
  }

  .footer-one {
    padding: 3vw;
  }

  .footer-two {
    padding: 2vw;
  }

  .sale .promo-box-new {
    margin-right: 2vw;
  }
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 770px) and (max-width: 865px) {
  header .header-top__logo {
    width: 30%;
  }

  .header-top__adress {
    display: none;
  }

  .header-top__contact {
    width: 40%;
    text-align: center;
  }

  .header-top__action {
    width: 30%;
    text-align: right;
    padding-right: 15px;
  }

  ul.navbar>li {
    margin-right: 1vw;
  }

  menu.top a {
    font-size: 14px;
  }

  section.bigslaider .slick-list.draggable {
    padding-top: 35px;
  }

  span.pagingInfo {
    left: 80.1vw;
  }

  span.arrowPlace {
    left: 15.5vw;
  }

  .video h2 {
    font-size: 70px;
  }

  .video-text {
    padding: 1vw;
  }

  .word-director__text {
    margin: 43px 20px 20px 0px;
  }

  .sale .promo-box-new.slick-current.mr20 {
    margin-right: 2vw;
  }

  .rassrochka-img:before,
  .rassrochka-img:after {
    left: -17vw;
  }

  .rassrochka-img img {
    left: 11vw;
  }

  section.rassrochka h2 {
    font-size: 25px;
  }

  .desc-one {
    font-size: 14px;
  }

  .rassrochka .btn-link {
    margin: 0px 0px 0px 3px;
  }

  .advantage-text__clinic .year {
    width: 205px;
  }

  .year div:last-child {
    margin: -25px 0px 0px 70px;
  }

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 769px) {
  section.bigslaider {
    background: url(/local/templates/dentalux/assets/img/bg-header-768.svg) no-repeat;
    height: 535px;
  }

  .bigslaider .hero-content {
    height: 350px;
  }

  section.bigslaider .slick-list.draggable {
    max-height: 455px !important;
  }

  section.bigslaider .slick-track {
    height: 455px;
  }

  section.bigslaider .container {
    max-width: 100%;
  }

  section.bigslaider h2 {
    margin-top: 1px;
    margin-left: 45px;
    padding-right: 10px;
    font-size: 24px;
    line-height: 32px;
  }

  section.bigslaider .detail {
    margin: 20px 20px 0px 45px;
    font-size: 15px;
    line-height: 24px;
  }

  section.bigslaider .btn-link {
    margin: 13px 0px 0px 45px;
  }

  section.bigslaider .imgflex {
    width: 45vw;
    margin: 0px auto;
    border-radius: 100px 0px 0px 0px;
  }

  span.arrowPlace {
    bottom: 31px;
    left: 235px;
  }

  span.pagingInfo {
    left: 28.2em;
    bottom: 36px;
  }

  section.uslugi {
    margin: 20px 0px 40px 0px;
  }

  section.uslugi h2 {
    font-size: 24px;
    padding: 15px 0px 35px 0px;
    margin-left: 13px;
  }

  .uslugi .row {
    margin: 0px;
  }

  .uslugi .container {
    max-width: 705px;
    padding: 0px;
  }

  .uslugi .usluga a {
    width: 148px;
  }

  .uslugi .usluga {
    margin: 0px 0px 20px 0px;
  }

  section.video {
    background: url(/local/templates/dentalux/assets/img/bg-video-768.webp) no-repeat;
    height: 465px;
    padding: 60px 0px 0px 40px;
    margin: 0px;
  }

  .video h2 {
    font-size: 48px;
    margin-bottom: -15px;
    padding-left: 0vw;
  }

  .video-text {
    background: unset;
    padding: 0px 10px 0px 10px;
  }

  .video-text .detail {
    padding: 28px 75px 20px 10px;
    font-size: 20px;
    line-height: 28px;
  }

  .video .btn-link {
    margin: 13px 0px 0px 9px;
  }

  .main .btn-link {
    margin: 13px 0px 0px 10px;
  }

  .video-url {
    background: url(/local/templates/dentalux/assets/img/video-url-1440.webp) no-repeat;
    background-size: 103%;
    background-position-x: -55px;
    background-position-y: 12px;
    height: 335px;
  }

  .round-triangle {
    background-size: 80% !important;
    background: url(/local/templates/dentalux/assets/img/triangle.svg) no-repeat;
    width: 200px;
    height: 200px;
    top: -12px;
    left: -14px;
  }

  section.sale {
    margin: 50px 0px 50px 0px;
  }

  .sale .wrap {
    margin: 0px 0px;
    border-radius: 40px;
    padding: 55px 40px;
  }

  section.sale h2 {
    font-size: 24px;
  }

  .sale span.arrow-place {
    top: 13px;
    right: 6px;
  }

  .sale .slick-track,
  .sale .slick-list.draggable {
    max-height: 500px !important;
  }

  .sale .promo-box-new {
    width: 320px !important;
    height: 500px;
  }

  .sale .promo-box-new {
    display: block;
    margin-right: 37px;
  }

  .sale .promo-box-new.slick-current.mr20 {
    margin-right: 40px;
  }

  .sale .promo-box-new .text-new {
    display: block;
    width: 320px;
    height: 324px;
    border-radius: 20px 20px 0px 0px;
    border: 0px;
  }

  .sale .promo-box-new .img-button {
    display: block;
    background-size: cover !important;
    width: 320px;
    height: 190px;
    left: 0px;
    border: 1px solid #eeeeee;
    border-radius: 0px 0px 20px 20px;
  }

  .sale .slick-slider {
    margin: 15px 0px 5px 0px;
  }

  .sale .promo-box-new .new {
    display: block;
    width: 100%;
    height: 32px;
    padding-top: 7px;
    padding-left: 23px;
    margin: 0px;
  }

  .sale .promo-box-new .old {
    display: block;
    width: 100%;
    height: 20px;
    padding-top: 6px;
    padding-left: 22px;
    margin: 0px;
  }

  .sale .label-new {
    right: 18px;
  }

  .sale p.label-new span {
    padding: 6px 12px;
    letter-spacing: 0.01px;
  }

  .sale .promo-box-new .title h3 {
    font-size: 18px;
    padding: 1px 10px 0px 22px;
  }

  .sale .promo-box-new .desc {
    margin: 12px 20px;
  }

  .sale .promo-box-new .desc p b {
    letter-spacing: -0.5px;
  }

  .sale .desc ul {
    padding: 5px 20px;
  }

  .sale .text-new a {
    margin: 12px -3px;
  }

  .spec {
    padding: 23px 0;
  }

  section.spec .wrap {
    margin: 0px 40px;
  }

  .spec .all-spec {
    top: -4px;
    right: 2px;
  }

  .spec h2 {
    font-size: 24px;
    margin-left: -10px;
  }

  .spec .specialist li {
    width: 42vw !important;
    margin-right: 0px;
  }

  .spec .specialist li:first-child {
    margin-right: 4vw;
  }

  .spec .specialist li:nth-child(3) {
    display: none;
  }

  .spec .specialist .doctor-item {
    width: 42vw;
    height: 416px;
    padding: 10px 15px;
  }

  .spec .specialist {
    margin: 0px -11px;
    padding: 15px 0px;
  }

  .spec .specialist li .doctor-item .doctor-photo {
    width: 115px;
    height: 115px;
    margin: 25px 20px;
  }

  .spec .specialist li .doctor-item:before {
    width: 166px;
    height: 166px;
  }

  .spec span.doctor-item__arrows {
    top: 18px;
    right: 20px;
  }

  .spec .specialist .doctor-item .lastname {
    font-size: 18px;
    line-height: 28px;
    padding: 32px 0px 0px;
  }

  .spec .specialist li .doctor-item:after {
    top: 18px;
    left: 18px;
    width: 148px;
    height: 148px;
  }

  .spec span.doctor-item__url {
    bottom: 55px;
    left: 20px;
  }

  section.rassrochka {
    margin: -30px 0px 60px 0px;
  }

  .title.pb0 {
    padding-bottom: 0px;
  }

  .rassrochka .wrap {
    margin: 0px 44px;
  }

  .rassrochka-img {
    height: 384px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .rassrochka-img:before {
    background: url(/local/templates/dentalux/assets/img/rectangle-768.webp) no-repeat;
  }

  .rassrochka-img:after {
    height: 384px;
    width: 579px;
    border-radius: 18.3318px 91.6591px 0px 18.3318px;
  }

  .rassrochka-img img {
    top: 63px;
    left: 420px;
    width: 230px;
  }

  .rassrochka-text {
    padding: 30px 20px 10px 75px;
    height: 524px;
  }

  .rassrochka-text__desc ul {
    padding: 0px 30px 0px 21px;
  }

  section.rassrochka h2 {
    position: absolute;
    font-size: 24px;
    line-height: 32px;
    margin: 28px 365px 40px 0px;
  }

  .rassrochka-text .rassrochka-text__desc:first-child {
    top: 146px;
    padding-right: 55px;
  }

  .desc-two {
    margin: 10px 10px 7px 0px;
  }

  .rassrochka .col-md-6.rassrochka-img,
  .rassrochka .col-md-6.rassrochka-text {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .rassrochka .btn-link {
    margin: 14px 0px 0px 0px;
  }

  .rassrochka-text__desc {
    padding-right: 35px;
  }

  .rassrochka-text__desc ul {
    margin-left: -8px;
    margin-top: 28px;
  }

  .rassrochka-text__desc ul li {
    margin-bottom: 10px;
    letter-spacing: -0.3px;
  }

  section.word {
    padding-bottom: 3px;
  }

  .word-img:before {
    content: "";
    position: absolute;
    background: url(/local/templates/dentalux/assets/img/director-414.webp) no-repeat;
    padding: 0px;
    height: 535px;
    width: 100%;
    top: 20px;
    left: 30px;
  }

  .word-director:before {
    content: "";
    position: absolute;
    background: url(/local/templates/dentalux/assets/img/director-768.webp) no-repeat;
    top: -22px;
    left: 275px;
    width: 100%;
    height: 110%;
    z-index: 1;
  }

  .word .container {
    padding: 50px 0px 40px;
  }

  .word-director .word-img__text {
    float: left;
    width: 50%;
  }

  .word .btn-link {
    margin: 12px 0px 0px 20px;
  }

  .word-director h2 {
    font-size: 20px;
    line-height: 22px;
    text-align: left !important;
    padding-top: 0px;
    padding-left: 18px;
    margin-top: 8px !important;
    margin-bottom: 13px !important;
  }

  .word-director__position {
    padding-left: 20px;
  }

  .word-director__text {
    font-size: 16px;
    line-height: 24px;
    margin: 23px 20px 8px 20px;
  }

  .word-director {
    height: 465px;
  }

  .word-img:after {
    border-radius: 0px 0px 0px 100px;
    top: 10px;
    left: 5px;
    width: 110%;
    height: 135%;
  }

  .word-img {
    padding: 0px 30px;
    margin: 0px -15px;
  }

  .word-text__desc {
    padding: 70px 0px 0px 20px;
  }

  .word-text__desc p {
    font-size: 15px;
    line-height: 24px;
    padding-left: 0px;
  }

  .advantage-img img {
    height: 455px;
    right: 0px;
    left: 0px;
  }

  .advantage-text__clinic {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    border-radius: 0px;
    height: 245px;
    box-shadow: unset;
  }

  .advantage-text__clinic .year {
    width: 260px;
    text-align: center;
  }

  .year div:first-child {
    padding-top: 82px;
    padding-left: 15px;
    display: inline-block;
  }

  .year div:first-child span {
    display: inline-block;
    margin-left: -3px;
    width: unset;
  }

  .year div:last-child {
    margin: -32px 0px 0px 28px;
    font-size: 15px;
  }

  .member {
    width: 240px;
    text-align: center;
  }

  .member div img {
    margin: 60px 45px 13px;
    width: 160px;
  }

  .member span {
    font-size: 15px;
    line-height: 24px;
    padding-left: 35px;
    width: 87%;
  }

  .partner {
    width: 240px;
    text-align: center;
  }

  .partner div img {
    margin: 61px 42px 10px;
    width: 161px;
  }

  .partner span {
    font-size: 15px;
    line-height: 24px;
    padding-left: 10px;
  }

  .advantage-text__desc {
    position: relative;
    display: block;
    height: 145px;
    top: 15px;
    margin: auto;
    text-align: center;
  }

  .advantage-text__desc p:first-child {
    font-size: 18px;
    line-height: 28px;
    padding: 0px;
    margin: 0px auto;
    width: 100%;
  }

  .advantage-text__desc p:last-child {
    position: relative;
    padding-top: 21px;
    padding-left: 0px;
    letter-spacing: 0.1px;
  }

  a.advantage-url {
    position: relative;
    margin-left: -25px;
  }

  .advantage-text__desc p:last-child svg {
    top: 0px;
  }

  section.videoreviews {
    margin: 78px 0px 84px 0px;
  }

  .videoreviews h2 {
    font-size: 24px;
    line-height: 32px;
    margin-left: 5px;
  }

  span.arrow-place__vr {
    top: 8px;
    right: 25px;
  }

  .reviewsvideo {
    padding: 0px 20px;
  }

  .reviewsvideo .slick-track,
  .reviewsvideo .slick-list.draggable {
    max-height: 215px !important;
  }

  .reviewsvideo__video {
    width: 320px;
    height: 188px;
  }

  .reviewsvideo__img,
  .reviewsvideo__img:before,
  .reviewsvideo__link {
    width: 140px;
  }

  .reviewsvideo__img img {
    width: 100px;
    height: 100px;
  }

  .reviewsvideo__name {
    top: 20px;
    left: 160px;
    font-size: 15px;
    line-height: 24px;
    width: 100px;
  }

  .reviewsvideo__url {
    bottom: 52px;
    left: 160px;
  }

  section.brand .wrap {
    margin: 0px;
    border-radius: 40px;
  }

  section.brand h2 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 0px;
    padding-top: 80px;
  }

  .brand-wrap {
    padding: 10px;
  }

  .brand-wrap .img-fluid {
    margin: 10px 18px;
    width: 140px;
    height: 76px;
  }

  section.yandexmap {
    margin: 40px 0px 0px 0px;
  }

  footer.page-footer {
    height: auto;
    padding: 0px 0px 20px 0px;
  }

  footer.page-footer .page-footer__down {
    background-color: #f7f7f7;
  }

  .footer-one {
    padding: 63px 0px;
    text-align: center;
  }

  .footer-one__time {
    padding: 0px;
    margin: 3px auto;
    width: 39%;
  }

  ul.header__socials {
    justify-content: center;
  }

  .page-footer .btn-link {
    width: 100%;
    float: none;
    text-align: center;
    margin: 7px auto;
  }

  a.footer-btn {
    position: relative;
    padding: 15px 36px;
  }

  .footer-one .btn-link .shadow-wrap {
    position: absolute;
    width: 200px;
    top: -10px;
    left: 38%;
  }

  footer.page-footer:before {
    top: 340px;
    left: 0px;
    border-radius: 100px 0px 0px 0px;
    height: 600px;
  }

  .footer-one__pay {
    padding: 2px 0px 0px 45px;
  }

  .footer-two {
    padding: 84px 0px 20px 5px;
  }

  ul.menu-one {
    padding-left: 63px;
  }

  .footer-two ul li {
    padding-bottom: 15px;
  }

  .footer-two ul li a {
    font-size: 15px;
    line-height: 24px;
  }

  ul.menu-two {
    padding-left: 33px;
  }

  ul.menu-three {
    margin-left: 3px;
    padding-right: 30px;
  }

  ul.menu-four {
    margin-left: -27px;
    padding-right: 60px;
  }

  .footer-two__copyright {
    padding: 6px 37px 0px 22px;
    text-align: left;
    width: 100%;
  }

  footer.page-footer:after {
    bottom: 160px;
  }

  /* uslugi */

  .bread__crumbs-list {
    padding: 15px;
  }

  .razdely {
    padding: 15px;
    margin-top: 35px;
  }

  section.tabysec ul,
  section ul {
    padding-inline-start: 0px;
    padding-block-start: 0px;
    padding-block-end: 0px;
  }

  section.blockobsch {
    margin: 25px 0;
  }

  .blockobsch .wrap {
    margin: 0px;
  }

  body section.tabysec {
    padding: 80px 0px !important;
  }

  section.blockobsch.foto_uslug .txtdoposle {
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    font-feature-settings: "pnum"on, "lnum"on;
    color: #252525;
  }

  section.blockobsch.foto_uslug div.knopik {
    margin: 30px auto;
  }

  section.blockobsch.foto_uslug .btn-one-section {
    margin: 15px auto;
  }

  section.blockobsch .regular-first img {
    /*max-height: 180px;*/
  }

  section.blockobsch.foto_uslug .slaider-actions div.bx-next,
  section.blockobsch.foto_uslug .regular-first div.bx-next {
    right: 0px;
  }

  .tabletcencol.posled {
    padding: 0px;
  }

  section.tcenik .tabletcencol p.tcenact {
    padding: 0px;
  }

  #spec div.videoclass div,
  #spec div.doctor-item {
    margin: 0px auto;
    text-align: center;
  }

  #spec .regularst li .doctor-item .doctor-photo {
    margin: 30px auto;
  }

  #spec .regularst li .doctor-item:after {
    left: 0;
    right: 0;
    margin: 0px auto;
  }

  .doctor-item .lastname,
  .doctor-item .position {
    text-align: center;
  }

  #spec span.doctor-item__url {
    left: 0px;
    right: 0px;
  }

  #spec span.doctor-item__url svg {
    right: 50px;
    top: 1px;
  }

  #spec span.arrow-spec {
    position: relative;
    display: block;
    text-align: center;
    top: 0px;
    right: 0px;
  }

  #spec .types__header {
    text-align: center;
  }

  section#spec {
    margin: 0px !important;
  }

  .guest-book-slider__review {
    text-align: left;
  }

  section.reviews-guest h2.gdenuzhno {
    text-align: center;
    margin-top: 40px;
  }

  span.arrow-guest {
    position: relative;
    top: 0px;
    right: 0px;
  }

  section.link-otziv .wrap {
    margin: 50px 15px;
  }

  section.link-otziv img.img-responsiv {
    margin: 0px auto;
  }

  section.link-otziv a.btn {
    margin: 15px auto;
    width: 150px;
    display: block;
  }

  section.tabysec .maxcenter .nav-tabs .nav-link {
    padding: 6px 15px;
  }

  .btn-one-section {
    line-height: 40px;
  }

  section.tabysec .vstup {
    margin: 20px;
  }

  section.doctor_uslug {
    background-color: #f8f8f8;
  }

  .doctor_uslug .container,
  .doctor_uslug .row {
    padding: 0px;
    margin: 0px;
    width: 100%;
    max-width: 100%;
  }

  .doctor_uslug .imgzakaz {
    padding: 50px 30px;
  }

  section.doctor_uslug:before {
    height: 65%;
    left: 0;
  }

  section .otstups>div:last-child {
    padding: 40px;
    background-color: #fff;
  }

  section.doctor_uslug h2 {
    margin-bottom: 20px;
    margin-top: 0px;
  }

  section.doctor_uslug:after {
    top: 20%;
  }

  section .otstups {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  section.razdely .podkategor {
    padding: 40px 0px 0px 50px;
  }

  section.razdely .podkategor li {
    padding-right: 40px;
  }

  section.blockobsch img.float-right,
  section.blockobsch img.float-left,
  section.blockobsch .wrap-white img.float-right,
  section.blockobsch .wrap-white img.float-left {
    width: 100% !important;
    margin: 25px 0px !important;
  }

  section .row.zapisuslug {
    padding: 10px 15px;
  }

  section .row.zapisuslug .nazzakaz {
    margin: 25px 0;
  }

  section .row.zapisuslug .telzapis {
    padding-top: 5px;
  }

  section.blockobsch img {
    width: 100%;
    margin-bottom: 25px;
  }

  section.blockobsch.white h2 {
    text-align: center !important;
  }

  section.blockobsch img.karttri {
    width: auto;
  }

  section.blockobsch.foto_uslug .slick-track,
  section.blockobsch.foto_uslug .slick-list.draggable {
    min-width: 100% !important;
    max-height: 505px !important;
  }

  section.tcenik .tabletcencol.posled,
  section.tcenik .tabletcencol+.col-6.tabletcencol {
    border-bottom: 1px solid #eeeeee;
  }

  .blockobsch .wrap-white {
    margin: 50px 15px;
    border-radius: 40px;
    padding: 35px 0px;
  }

  section.tcenik .tabletcencol p.namestsen {
    padding-top: 14px;
    padding-bottom: 6px;
  }

  section.tcenik .tabletcencol p.tcenact {
    padding: 6px 0px;
  }

  section.link-otziv .wrap {
    border-radius: 40px;
    padding: 40px 0px;
  }

  section.tabysec ul,
  section.doctor_uslug ul {
    padding-inline-start: 15px;
  }

  section.backbelfon {
    margin: 30px 0px 30px 0px;
  }

  section.zapuslugfon {
    margin: 30px 0px;
  }

  section.sale.usluga {
    margin: 5px 0px;
  }

  section#spec {
    padding: 40px 0px 40px 0px !important;
  }

  .detail-name {
    width: 100%;
  }

  .detail-name h1 {
    word-wrap: break-word;
  }

  section.tabysec .maxcenter {
    width: 95%;
    margin: 10px auto;
  }

  section.tabysec ul {
    padding-inline-start: 0px;
  }

  section.tabysec .maxcenter .nav-tabs .nav-item {
    width: 100%;
    margin-bottom: 15px;
  }

  section.tabysec .maxcenter .nav-tabs .nav-link {
    width: 100%;
  }

  section.tabysec img {
    margin-bottom: 40px;
  }

  table {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    border: unset;
    -webkit-overflow-scrolling: touch;
  }

  .table-wrap.bg:before {
    content: "";
    position: absolute;
    width: 48px;
    height: 100%;
    right: 0px;
    z-index: 1;
    background: linear-gradient(270deg,
        #f8f8f8 0%,
        rgba(248, 248, 248, 0) 100%);
  }

  .table-wrap.bg,
  .table-wrap {
    padding-bottom: 0px;
    margin-bottom: 45px;
  }

  .sub-nav-level,
  .sub-usluga li:first-child {
    margin-top: 15px;
  }

  .sub-nav-level,
  .sub-usluga li:last-child {
    margin-bottom: 15px;
  }

  .sub-nav-level,
  .sub-usluga li {
    width: 100%;
    height: unset;
    line-height: unset;
    padding: 7px 5px;
    margin: 0px;
  }

  section.doctor_uslug div.col-xl-5:after,
  section.doctor_uslug div.col-xl-4:after {
    top: 37%;
    right: 0px;
    left: 255px;
  }



}

/* Custom */
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .word-director:before {
    background: unset;
  }

  section.bigslaider .imgflex {
    width: 80vw;
    margin: 4vw auto 0px;
    border-radius: 100px 0px 0px 0px;
  }


}

/* Custom */
@media only screen and (min-width: 696px) and (max-width: 767px) {

  ul.menu-one,
  ul.menu-two,
  ul.menu-three,
  ul.menu-four {
    padding-left: 5vw;
    margin-left: 0px;
  }

  footer.page-footer:before {
    height: 63vh;
  }

  footer.page-footer:after {
    opacity: 0;
  }

  .word-director {
    height: 65vh;
  }

  .word-director:before {
    left: 27vw;
  }

  .word-director:after {
    left: -8vw;
  }

  section.rassrochka h2 {
    position: relative;
    margin: 8px 5px 4px 0px;
  }

  .rassrochka-text .rassrochka-text__desc:first-child {
    top: 0px;
  }

  .spec .container {
    max-width: 100%;
  }

  section.spec .wrap {
    margin: 0px 30px;
  }

  .sale .promo-box-new {
    width: 42vw !important;
  }

  .sale .promo-box-new .text-new {
    width: 42vw;
  }

  .sale .promo-box-new .img-button {
    width: 42vw;
  }

  .sale .promo-box-new.slick-current.mr20,
  .sale .promo-box-new {
    margin-right: 3vw;
  }

  .sale .slick-track,
  .sale .slick-list.draggable {
    min-width: 85vw !important;
  }

  .sale .container,
  .spec .container,
  .videoreviews .container {
    max-width: 100%;
  }

  .word-director .word-img__text {
    float: unset;
    width: 100%;
  }

  .word-director__text {
    margin: 22px 13px 8px 13px;
  }
}

/* Custom */
@media only screen and (min-width: 322px) and (max-width: 695px) {
.main .btn-link {
    width: 65%;
}

  .header-contacts__metro {
    display: none;
  }

  section.bigslaider .slick-list.draggable {
    padding-top: 0px;
  }

  section.bigslaider .imgflex {
    margin: 8vw auto 0px;
    /* margin-top: 66px; */
  }

  section.bigslaider h2 {
    margin-top: 35px;
  }

  section.uslugi h2 {
    margin-left: 25px;
  }

  .uslugi .usluga a {
    width: 90%;
  }

  .video-text .detail {
    padding: 28px 25px 20px 10px;
  }

  .sale .promo-box-new {
    width: 42vw !important;
  }

  .sale .promo-box-new .text-new {
    width: 42vw;
    height: 40vh;
  }

  .sale .promo-box-new .img-button {
    width: 42vw;
  }

  .sale .promo-box-new .desc {
    height: auto;
  }

  .sale .promo-box-new.slick-current.mr20,
  .sale .promo-box-new {
    margin-right: 3vw;
  }

  .sale .slick-track,
  .sale .slick-list.draggable {
    min-width: 85vw !important;
  }

  .sale .container,
  .spec .container,
  .videoreviews .container {
    max-width: 100%;
  }

  .spec .specialist li:first-child {
    margin-right: 3vw;
  }

  .spec .specialist li {
    width: 41vw !important;
  }

  .spec .specialist .doctor-item {
    width: 41vw;
  }

  .rassrochka-text {
    padding: 30px 20px 10px 55px;
  }

  section.rassrochka h2 {
    position: relative;
    margin: 0px 55px 5px 0px;
  }

  .rassrochka-text {
    height: 60vh;
  }

  .rassrochka-img {
    height: 39vh;
    overflow: hidden;
  }

  .rassrochka-img:before {
    background-size: 85vw;
    background-position-x: -130px;
  }

  .rassrochka-img img {
    left: 44vw;
  }

  .rassrochka-img:after {
    height: 39vh;
    width: 75vw;
  }

  .rassrochka-text .rassrochka-text__desc:first-child {
    top: 0px;
  }

  .advantage-img {
    height: 48vh;
  }

  .word-director {
    height: 65vh;
  }

  .word-director:before {
    left: 26vw;
  }

  .partner div img {
    margin: 55px 0px 18px 20px;
    width: 161px;
  }

  .reviewsvideo__url {
    bottom: 7vh;
    left: 25vw;
  }

  .reviewsvideo.slick-initialized .slick-slide {
    width: 45vw !important;
  }

  .reviewsvideo__video {
    width: 45vw;
  }

  .reviewsvideo.slick-initialized .slick-slide {
    margin-right: 2.5vw;
  }

  ul.menu-one,
  ul.menu-two,
  ul.menu-three,
  ul.menu-four {
    padding-left: 5vw;
    margin-left: 0px;
  }

  .footer-two {
    padding: 84px 0px 65px 5px;
  }

  footer.page-footer:after {
    opacity: 0;
  }

  .advantage-text__desc {
    padding: 0px 15px;
  }

  .word-director .word-img__text {
    float: unset;
    width: 100%;
  }

  .word-director__text {
    margin: 22px 13px 8px 13px;
  }
}

@media only screen and (min-width: 322px) and (max-width: 595px) {
  section.video {
    height: 85vh;
  }
}

@media only screen and (min-width: 545px) and (max-width: 575px) {
  section.bigslaider {
    background: url(/local/templates/dentalux/assets/img/bg-header-768.svg) no-repeat;
    height: 85vh;
    background-position-y: 27vh;
    background-position-x: -2vh;
  }

  section.bigslaider .slick-list.draggable {
    max-height: 85vh !important;
  }

  section.bigslaider .slick-list.draggable {
    background-color: #fff;
  }

  section.bigslaider .slick-track,
  section.bigslaider .slick-list.draggable {
    height: 70vh;
  }

  section.bigslaider .slick-list.draggable::before {
    border-top: 0px solid #eff7ff;
  }

  .bigslaider .hero-content {
    height: 75vh;
  }

  section.bigslaider .imgflex {
    /* height: 60vh;
    background-size: 90%;
    margin-top: 0px;
    margin-left: 0px; */
  }

  span.arrowPlace {
    bottom: 10px;
    left: 23vw;
  }

  span.pagingInfo {
    left: 70vw;
    bottom: 15px;
  }

  .sale .slick-track,
  .sale .slick-list.draggable {
    max-height: 66vh !important;
  }

  .sale .promo-box-new {
    height: 66vh !important;
  }

  .sale .promo-box-new .text-new {
    height: 44vh;
  }

  .sale .promo-box-new .img-button {
    height: 22vh;
  }

  section.spec .wrap {
    margin: 0px 30px;
  }

  .spec .specialist li:first-child {
    margin-right: 4vw;
  }

  .rassrochka-text {
    padding: 30px 20px 10px 75px;
    height: 67vh;
  }
}

/* Custom */
@media only screen and (min-width: 322px) and (max-width: 545px) {
  .header-contacts__metro {
    display: none;
  }

  section.bigslaider {
    height: 111vh;
    background-position-y: 215px;
  }

  section.bigslaider .slick-list.draggable {
    background-color: #fff;
  }

  .bigslaider .hero-content,
  section.bigslaider .slick-track {
    height: 60vh;
  }

  section.bigslaider .slick-list.draggable::before {
    border-top: 0px solid #eff7ff;
  }

  section.bigslaider h2 {
    margin-top: -7px;
  }

  section.bigslaider .detail {
    margin: 0px 20px 0px 45px;
  }

  section.bigslaider .slick-list.draggable {
    padding-top: 25px;
    max-height: 85vh !important;
  }

  section.bigslaider .imgflex {
    margin: 8vw auto 0px;
    /* height: 59vh;
    background-size: 95%;
    margin-top: 15px;
    margin-left: -30px; */
  }

  span.arrowPlace {
    bottom: 25px;
    left: 23vw;
  }

  span.pagingInfo {
    left: 70vw;
    bottom: 30px;
  }

  section.sale {
    margin: 170px 0px 50px 0px;
  }

  .sale .promo-box-new {
    width: 87vw !important;
  }

  .sale .promo-box-new .text-new {
    width: 87vw;
  }

  .sale .promo-box-new .img-button {
    width: 87vw;
  }

  .sale .promo-box-new.slick-current.mr20,
  .sale .promo-box-new {
    margin-right: 1.1vw;
  }

  .sale .slick-track,
  .sale .slick-list.draggable {
    min-width: 87vw !important;
  }

  section.spec .wrap {
    margin: 0px 30px;
  }

  .spec .specialist li,
  .spec .specialist .doctor-item {
    width: 87vw !important;
  }

  .spec .specialist li:nth-child(2) {
    display: none;
  }

  .reviewsvideo__url {
    bottom: 5px;
    left: 4vw;
  }

  .reviewsvideo.slick-initialized .slick-slide {
    margin-right: 1.5vw;
  }

  .footer-one__pay {
    padding: 15px 0px 0px 25px;
  }

  .rassrochka-text {
    padding: 30px 20px 10px 75px;
    height: 70vh;
  }

  .rassrochka-img {
    height: 39vh;
    overflow: hidden;
  }

  .rassrochka-img:before {
    background-size: 85vw;
    background-position-x: -130px;
  }

  .rassrochka-img img {
    left: 44vw;
  }

  .rassrochka-img:after {
    height: 39vh;
    width: 75vw;
  }

  .rassrochka-text {
    height: auto;
  }

  .reviewsvideo.slick-initialized .slick-slide {
    width: 90vw !important;
  }

  .reviewsvideo__video {
    width: 90vw;
  }

  .reviewsvideo.slick-initialized .slick-slide {
    margin-right: 3vw;
  }

  .reviewsvideo__url {
    bottom: 5vh;
    left: 30vw;
  }

  section.doctor_uslug:after {
    top: 17%;
    left: 60vw;
  }

  section .otstups>div:first-child {
    padding: 0px;
  }

  section .otstups>div:last-child {
    padding: 50px 25px;
    background-color: #fff;
  }
}

/* Custom */
@media only screen and (min-width: 322px) and (max-width: 501px) {
  section.bigslaider .slick-list.draggable {
    background-color: #fff;
  }

  span.pagingInfo {
    left: 70vw;
  }

  span.arrowPlace {
    left: 23vw;
  }

  section.sale {
    margin: 10px 0px 50px 0px;
  }

  .video h2 {
    font-size: 35px;
    padding-left: 0vw;
  }

  .sale .wrap {
    padding: 55px 20px;
  }

  .promo-box-new {
    margin-right: 0vw;
  }

  .sale .slick-track,
  .sale .slick-list.draggable {
    max-height: 75vh !important;
    height: 75vh !important;
  }

  .sale .promo-box-new {
    width: 94vw !important;
  }

  .sale .promo-box-new .text-new {
    width: 90vw;
  }

  .sale .promo-box-new .img-button {
    width: 90vw;
  }

  .sale .promo-box-new {
    height: 75vh;
  }

  .sale .promo-box-new.slick-current.mr20,
  .sale .promo-box-new {
    margin-right: 0.5vw;
  }

  .sale .promo-box-new .text-new {
    height: 50vh;
  }

  .spec .all-spec {
    top: -10px;
    right: 25px;
  }

  section.spec .wrap {
    margin: 0px 15px;
  }

  .spec .specialist li,
  .spec .specialist .doctor-item {
    width: 90vw !important;
  }

  .spec .specialist li:nth-child(2) {
    display: none;
  }

  .rassrochka-img img {
    left: 35vw;
  }

  .rassrochka-img:before {
    background-size: 93vw;
    background-position-x: -145px;
  }

  .word-director {
    height: 80vh;
  }

  .year div:first-child {
    padding-top: 75px;
  }

  .member div img {
    margin: 60px 15px 13px;
  }

  .reviewsvideo.slick-initialized .slick-slide {
    width: 90vw !important;
  }

  .reviewsvideo__video {
    width: 90vw;
  }

  .reviewsvideo.slick-initialized .slick-slide {
    margin-right: 3vw;
  }

  .reviewsvideo__url {
    bottom: 5vh;
    left: 30vw;
  }

  footer.page-footer:before {
    height: 95vh;
  }
}

@media only screen and (min-width: 322px) and (max-width: 435px) {
  section.bigslaider {
    height: 101vh;
  }

  .rassrochka .wrap {
    margin: 0px 15px;
  }

  .rassrochka-img {
    height: 40vh;
  }

  .rassrochka-img:before {
    background-size: 100vw;
    background-position-x: -165px;
  }

  .rassrochka-img img {
    left: 30vw;
    top: 25px;
  }

  .rassrochka-img:after {
    height: 40vh;
    width: 75vw;
  }

  .word-director {
    height: 45vh;
  }

  .word-director:before {
    top: 15px;
    left: 15vw;
  }

  .reviewsvideo.slick-initialized .slick-slide {
    margin-right: 0.7vw;
  }
}

/* Custom */
@media only screen and (min-width: 400px) and (max-width: 415px) {
  .sale .promo-box-new {
    width: 92vw !important;
  }

  .sale .promo-box-new.slick-current.mr20,
  .sale .promo-box-new {
    margin-right: 2vw;
  }

  .sale .promo-box-new .text-new,
  .sale .promo-box-new .img-button {
    width: 90vw;
  }

  section.doctor_uslug div.col-xl-5:after,
  section.doctor_uslug div.col-xl-4:after {
    left: 240px;
  }
}

/* Custom */
@media only screen and (min-width: 415px) and (max-width: 767px) {
  section.bigslaider {
    background-position-y: 260px !important;
  }

  section.bigslaider h2 {
    margin: 0px;
    padding: 15px;
  }

  section.bigslaider .imgflex {
    margin-top: 13vw;
    /* height: 50vh;
    background-size: 100%;
    margin-top: 15px;
    margin-left: -45px; */
  }

  section.bigslaider .detail {
    margin: 0px 15px;
  }

  section.bigslaider .btn-link {
    float: left;
    margin: 13px 0px 0px 15px;
  }

  span.arrowPlace {
    left: 40vw;
  }

  span.pagingInfo {
    display: none;
  }

  .uslugi .usluga a {
    width: 100%;
  }

  section.video {
    background: url(/local/templates/dentalux/assets/img/bg-video-414.webp) no-repeat;
    background-size: 100%;
    padding: 0px;
    margin: 0px;
    height: 80vh;
  }

  .video h2 {
    padding: 30px 0px;
    text-align: center;
  }

  .video-text .detail {
    text-align: center;
    padding: 20px;
  }

  .video-text {
    text-align: center;
    min-height: 25vh;
  }

  .main .btn-link {
    margin: 20px auto;
    float: unset;
  }

  .video-url {
    background-position-x: -20px;
    background-size: 100%;
  }

  .round-triangle {
    top: -20px;
    left: 20px;
  }

  section.sale h2,
  .spec h2 {
    text-align: center;
    margin-left: 0px;
  }

  .sale span.arrow-place,
  .spec .all-spec {
    position: relative;
    text-align: center;
    display: block;
    top: 0px;
    right: 0px;
  }

  .sale .promo-box-new {
    height: 75vh !important;
  }

  .sale .promo-box-new .text-new {
    height: 44vh;
  }

  .sale .promo-box-new .img-button {
    height: 30vh;
  }

  .spec .all-spec {
    float: unset;
    margin-right: 10px;
    margin-bottom: 25px;
  }

  .spec .all-spec a {
    position: relative;
    top: 0px;
    right: 0px;
  }

  .rassrochka-text {
    padding: 30px 15px 25px 30px;
  }

  .rassrochka-text__desc ul {
    margin-left: 10px;
  }

  .rassrochka-img:before {
    background-size: 120vw;
    background-position-x: -260px;
  }

  .rassrochka-img img {
    left: 35vw;
    top: 40px;
  }

  .word-director h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .word-director__text {
    font-size: 18px;
    line-height: 28px;
  }

  .word-img {
    margin: 0px;
  }

  .word-img:before {
    left: 15px;
    height: 70vh;
  }

  .word-text__desc {
    padding: 65vh 15px 10px 15px;
  }

  .word-img:after {
    top: 57vh;
    left: 15px;
    width: 100%;
    height: 100%;
    border-radius: 0px 0px 0px 100px;
  }

  .word .btn-link {
    padding-left: 15px;
  }

  .advantage-img {
    height: 30vh;
  }

  .advantage-img img {
    width: 100%;
    height: 30vh;
    right: 0px;
    left: 0px;
  }

  .advantage-text__clinic {
    height: auto;
    display: block;
  }

  .advantage-text__clinic .year {
    width: 100%;
    height: 150px;
  }

  .year div:first-child {
    padding-top: 75px;
    padding-left: 0px;
    line-height: 48px;
  }

  .year div:last-child {
    margin: 24px 0px 0px 0px;
  }

  .member {
    width: 100%;
  }

  .member div img {
    margin: 65px auto 13px;
    width: 160px;
  }

  .member span {
    padding: 0px 35px;
    width: 100%;
  }

  .partner {
    width: 100%;
  }

  .partner div img {
    margin: 39px auto 11px;
  }

  .partner span {
    padding: 0px 5px;
  }

  .advantage-text__clinic {
    padding-bottom: 45px;
  }

  .advantage-text__desc {
    margin-bottom: 55px;
  }

  .advantage-text__desc p:last-child {
    padding-bottom: 20px;
  }

  .brand-wrap .img-fluid {
    width: 42vw;
    height: 96px;
    margin: 10px 5px;
  }

  a.reviewsvideo__play svg:first-child,
  a.reviewsvideo__play svg:last-child {
    height: 140px;
  }

  .footer-one .btn-link .shadow-wrap {
    top: -15px;
    left: 25%;
  }
}

/* Custom */
@media only screen and (min-width: 319px) and (max-width: 414px) {
  section.bigslaider h2 {
    margin: 0px;
    padding: 15px;
  }

  section.bigslaider .detail {
    margin: 0px 15px;
  }

  section.bigslaider .btn-link {
    float: left;
    margin: 13px 0px 0px 15px;
  }

  span.arrowPlace {
    left: 40vw;
  }

  span.pagingInfo {
    display: none;
  }

  .uslugi .usluga a {
    width: 100%;
  }

  section.video {
    background: url(/local/templates/dentalux/assets/img/bg-video-414.webp) no-repeat;
    background-size: 100%;
    padding: 0px;
    margin: 0px;
    height: 80vh;
  }

  .video h2 {
    padding: 30px 0px;
    text-align: center;
  }

  .video-text .detail {
    text-align: center;
    padding: 20px;
  }

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

  .main .btn-link {
    margin: 20px auto;
    float: unset;
  }

  .video-url {
    background-position-x: -20px;
    background-size: 100%;
  }

  .round-triangle {
    top: -20px;
    left: 20px;
  }

  section.sale h2,
  .spec h2 {
    text-align: center;
    margin-left: 0px;
  }

  .sale span.arrow-place,
  .spec .all-spec {
    position: relative;
    text-align: center;
    display: block;
    top: 0px;
    right: 0px;
  }

  .sale .promo-box-new {
    height: 75vh;
  }

  .sale .promo-box-new .text-new {
    height: 44vh;
  }

  .sale .promo-box-new .img-button {
    height: 30vh;
  }

  .spec .all-spec {
    float: unset;
    margin-right: 10px;
    margin-bottom: 25px;
  }

  .spec .all-spec a {
    position: relative;
    top: 0px;
    right: 0px;
  }

  .rassrochka-text {
    padding: 30px 15px 25px 30px;
  }

  .rassrochka-text__desc ul {
    margin-left: 10px;
  }

  .rassrochka-img:before {
    background-size: 120vw;
    background-position-x: -260px;
  }

  .rassrochka-img img {
    left: 35vw;
    top: 40px;
  }

  .word-director h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .word-director__text {
    font-size: 18px;
    line-height: 28px;
  }

  .word-img {
    margin: 0px;
  }

  .word-img:before {
    left: 15px;
    height: 70vh;
  }

  .word-text__desc {
    padding: 65vh 15px 10px 15px;
  }

  .word-img:after {
    top: 57vh;
    left: 15px;
    width: 100%;
    height: 100%;
    border-radius: 0px 0px 0px 100px;
  }

  .word .btn-link {
    padding-left: 15px;
  }

  .advantage-img {
    height: 30vh;
  }

  .advantage-img img {
    width: 100%;
    height: 30vh;
    right: 0px;
    left: 0px;
  }

  .advantage-text__clinic {
    height: auto;
    display: block;
  }

  .advantage-text__clinic .year {
    width: 100%;
    height: 150px;
  }

  .year div:first-child {
    padding-top: 75px;
    padding-left: 0px;
    line-height: 48px;
  }

  .year div:last-child {
    margin: 24px 0px 0px 0px;
  }

  .member {
    width: 100%;
  }

  .member div img {
    margin: 65px auto 13px;
    width: 160px;
  }

  .member span {
    padding: 0px 35px;
    width: 100%;
  }

  .partner {
    width: 100%;
  }

  .partner div img {
    margin: 39px auto 11px;
  }

  .partner span {
    padding: 0px 5px;
  }

  .advantage-text__clinic {
    padding-bottom: 45px;
  }

  .advantage-text__desc {
    margin-bottom: 55px;
  }

  .advantage-text__desc p:last-child {
    padding-bottom: 20px;
  }

  a.reviewsvideo__play svg:first-child,
  a.reviewsvideo__play svg:last-child {
    height: 140px;
  }

  .brand-wrap .img-fluid {
    width: 42vw;
    height: 96px;
    margin: 10px 5px;
  }

  .footer-one .btn-link .shadow-wrap {
    top: -15px;
    left: 25%;
  }

  section .row.zapisuslug {
    padding: 15px 15px 25px;
    margin: 0px;
  }

  .btn-one-section {
    width: 270px;
    height: 50px;
  }

  .btn-one-section:before {
    width: 250px;
    height: 44px;
  }

  .btn-one-section span {
    line-height: 50px;
  }

  section.video_uslug {
    height: auto;
  }

  section.tcenik .tabletcencol p.perecherk,
  section.tcenik .tabletcencol p.namestsen {
    text-align: left;
  }

  section.tcenik .tabletcencol p.tcenact {
    padding: 15px 0px;
    margin-bottom: 0px;
  }

  section.tcenik .tabletcencol {
    /*border-bottom: 1px solid #eeeeee;*/
    border-bottom: unset;
  }

  section.tcenik .tabletcen>div.tabletcencol:first-child {
    border-bottom: unset;
  }

  section.link-otziv h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 30px 20px 35px;
  }

  section.link-otziv a.btn {
    margin: 0px auto;
  }

  .ssilkaotziv div {
    margin: 30px 0px;
  }

  .detail-name h1 {
    margin: 30px 15px 10px;
  }

  section.tcenik .tabletcencol p.tcenact {
    margin: 0 15px;
  }

  section.tcenik .tabletcencol p.tcenact,
  section.tcenik .tabletcencol p.tcenact b,
  section.tcenik .tabletcencol p.perecherk {
    justify-self: left;
  }

  .podzag {
    margin: 20px 10px 40px;
  }

  section.backbelfon img {
    float: left;
  }

  span.titlerazd {
    display: block;
    line-height: 20px;
  }

  .detail-name h1 {
    font-size: 36px;
    line-height: 48px;
  }

  section.blockobsch ul {
    padding-inline-start: 20px;
  }

  section.tabysec #block532 ul {
    padding-inline-start: 20px;
  }

  section .otstups>div:last-child {
    padding: 40px 15px;
    background-color: #fff;
  }

  section.doctor_uslug h2 {
    margin-bottom: 20px;
    margin-top: 0px;
  }

  section.blockobsch.foto_uslug .centerh2 h2 {
    text-align: center !important;
  }

  section.blockobsch .centerh2 h2 {
    margin-top: 0px;
  }

  section.blockobsch.foto_uslug .textrabot p.samtext {
    padding: 0px;
    margin: 0px;
    text-align: center;
  }

  section.blockobsch.foto_uslug div.knopik {
    margin: 0px auto;
  }

  section.blockobsch.foto_uslug .btn-one-section {
    margin: 20px auto;
  }

  section.blockobsch.foto_uslug div.knopik {
    margin: 0px auto;
  }

  section.blockobsch.foto_uslug .btn-one-section {
    margin: 20px auto;
  }

  .btn-one-section {
    width: 250px;
    height: 49px;
  }

  .btn-one-section:before {
    top: 3px;
    left: 0px;
  }

  section.blockobsch.foto_uslug .regular-first div.bx-prev,
  section.blockobsch.foto_uslug .regular-first div.bx-prev.slick-disabled {
    top: 80% !important;
    left: 35% !important;
    width: 44px;
    height: 44px;
  }

  section.blockobsch.foto_uslug .regular-first div.bx-next,
  section.blockobsch.foto_uslug .regular-first div.bx-next.slick-disabled {
    top: 80% !important;
    right: 35% !important;
    width: 44px;
    height: 44px;
  }

  section.blockobsch.foto_uslug .slick-track,
  section.blockobsch.foto_uslug .slick-list.draggable {
    height: 220px;
  }




}

/* Custom */
@media only screen and (min-width: 322px) and (max-width: 400px) {
  section.bigslaider .slick-list.draggable {
    padding-top: 0px;
  }

  .bigslaider .hero-content,
  section.bigslaider .slick-track {
    padding-top: 15px;
    background-color: #fff;
  }

  section.bigslaider .imgflex {
    /* height: 55vh; */
  }

  footer.page-footer:before {
    height: 115vh;
  }

  .reviewsvideo.slick-initialized .slick-slide {
    width: 88vw !important;
  }

  .reviewsvideo__video {
    width: 88vw;
  }

  .reviewsvideo.slick-initialized .slick-slide {
    margin-right: 2.3vw;
  }

  .reviewsvideo__url {
    bottom: 3vh;
    left: 35vw;
  }

  .year div:first-child {
    padding-top: 70px;
    padding-left: 10px;
  }

  .member span {
    padding-left: 5px;
    width: 100%;
  }

  .partner span {
    padding-left: 0px;
  }

  .word-director {
    height: 55vh;
  }

  .word-director:before {
    left: 12vw;
  }

  .rassrochka .wrap {
    margin: 0px;
  }

  .rassrochka-img:before {
    background-size: 124vw;
    background-position-x: -60vw;
  }

  .rassrochka-img:after {
    width: 80vw;
  }

  .spec .all-spec {
    right: 10px;
  }

  .sale .wrap {
    padding: 55px 15px;
  }

  .sale .container {
    padding-right: 15px;
  }

  .sale .slick-track,
  .sale .slick-list.draggable {
    min-width: 89vw !important;
  }

  .sale .promo-box-new {
    width: 90vw !important;
  }

  .sale .promo-box-new.slick-current.mr20,
  .sale .promo-box-new {
    margin-right: 2.1vw;
  }

  .sale .promo-box-new .text-new,
  .sale .promo-box-new .img-button {
    width: 89vw;
  }

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

  span.pagingInfo {
    left: 60vw;
  }

  section .guest-book-slider {
    width: 100% !important;
  }

  section .row.zapisuslug .imgzakaz {
    margin: 15px 15px 15px 0px;
  }

  section .row.zapisuslug .imgzakaz .borders {
    width: 80px;
    height: 80px;
  }

  section .row.zapisuslug .nazzakaz {
    margin: 15px 0;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 321px) {
.main .btn-link {
    width: 65%;
}
  header .logo img {
    margin: 5px 0px 0px 10px;
  }

  .header-contacts__metro {
    display: none;
  }

  .mob-logo {
    padding: 7px;
  }

  .sub-usluga li {
    height: auto;
    line-height: 30px;
  }

  ul.active li {
    height: 40px;
    line-height: 35px;
  }

  section.bigslaider h2 {
    margin-left: 12px;
  }

  section.bigslaider .detail {
    margin: 20px 10px 0px 10px;
  }

  section.bigslaider .btn-link {
    margin: 13px 0px 0px 12px;
  }

  section.bigslaider .slick-list.draggable {
    max-height: 828px !important;
  }

  section.bigslaider .slick-track {
    height: 828px;
    max-height: 828px !important;
    margin-top: -40px;
  }

  section.bigslaider {
    background: url(/local/templates/dentalux/assets/img/bg-header-320.svg) no-repeat;
    height: 881px;
  }

  section.bigslaider .imgflex {
    margin-top: 40px;
    /* height: 425px;
    background-size: 101%;
    margin-top: 40px;
    margin-left: -40px; */
  }

  span.arrowPlace {
    bottom: 70px;
    left: 105px;
  }

  section.uslugi {
    margin: -20px 0px 40px 0px;
  }

  section.uslugi h2 {
    padding: 20px 0px 35px 0px;
  }

  .uslugi .usluga a {
    width: 136px;
  }

  section.video {
    background: url(/local/templates/dentalux/assets/img/bg-video-320.webp) no-repeat;
    height: 638px;
    padding: 57px 0px 0px 0px;
  }

  .video h2 {
    font-size: 28px;
    margin-bottom: -15px;
  }

  .video-text .detail {
    padding: 20px 12px 20px 10px;
    text-align: center;
  }

  .video .btn-link {
    margin: 13px 0px 0px 0px;
  }

  .video-url {
    background: url(/local/templates/dentalux/assets/img/video-url-320.webp) no-repeat;
    background-size: 90%;
    background-position-x: 20px;
    background-position-y: 30px;
    height: 350px;
  }

  .round-triangle {
    left: 40px;
  }

  .sale .wrap {
    margin: 0px;
    padding: 55px 0px;
  }

  .sale .container {
    padding-right: 15px;
  }

  section.sale h2 {
    margin-left: 0px;
    text-align: center;
  }

  .sale span.arrow-place {
    position: relative;
    text-align: center;
    display: block;
    width: 100%;
    top: -15px;
    right: 0px;
  }

  .sale .slick-slider {
    margin: 20px 0px 5px 10px;
  }

  .sale .promo-box-new {
    width: 300px !important;
  }

  .sale .slick-track,
  .sale .slick-list.draggable {
    max-height: 115vh !important;
    height: 115vh !important;
  }

  .sale .promo-box-new {
    height: 115vh !important;
  }

  .sale .promo-box-new .text-new {
    height: 70vh;
  }

  .sale .promo-box-new .img-button {
    height: 45vh;
  }

  .sale .label-new {
    right: 25px;
  }

  .sale p.label-new span {
    padding: 6px 17px;
  }

  .sale .promo-box-new .img-button,
  .sale .promo-box-new .text-new {
    width: 300px;
  }

  .sale .promo-box-new {
    margin-right: 20px;
  }

  .spec {
    padding: 20px 0;
  }

  .spec h2 {
    margin-left: 0px;
    width: 100%;
    text-align: center;
  }

  .spec .all-spec {
    float: unset;
    top: -14px;
    right: 0px;
    text-align: center;
    margin-right: 18px;
  }

  .spec .all-spec a {
    position: relative;
    width: 200px;
    top: 0px;
    right: 0px;
  }

  section.spec .wrap {
    margin: 0px 12px;
  }

  .spec .specialist li:nth-child(2) {
    display: none;
  }

  .spec .specialist li:first-child {
    margin-right: 0px;
  }

  .spec .specialist {
    display: table;
    margin: 0px -15px;
    padding: 28px 0px;
  }

  .spec .specialist li {
    width: 296px !important;
    height: 416px !important;
  }

  .spec .specialist .doctor-item {
    width: 296px;
    height: 416px;
    padding: 10px 15px;
  }

  section.rassrochka {
    margin: 27px 0px 60px 0px;
  }

  .rassrochka .wrap {
    margin: 0px 10px;
  }

  .rassrochka-img {
    height: 221px;
  }

  .rassrochka-img:before {
    background: url(/local/templates/dentalux/assets/img/rectangle-320.webp) no-repeat;
  }

  .rassrochka-img img {
    top: 41px;
    left: 160px;
    width: 135px;
  }

  .rassrochka-img:after {
    width: 263px;
    height: 221px;
  }

  .rassrochka-text {
    padding: 30px 20px 15px 15px;
    height: auto;
  }

  section.rassrochka h2 {
    position: relative;
    margin: 30px 22px 19px 22px;
  }

  .rassrochka-text .rassrochka-text__desc:first-child {
    top: 0px;
    padding: 0px 37px;
  }

  .desc-two {
    margin: 13px 10px 3px 0px;
  }

  .rassrochka-text__desc {
    padding-right: 0px;
  }

  .rassrochka-text__desc ul {
    margin-left: 37px;
    margin-top: 54px;
    padding: 0px 23px 31px 21px;
  }

  .rassrochka-text__desc ul li {
    letter-spacing: -0.4px;
  }

  .word .container {
    padding: 50px 0px 0px;
  }

  .word-director .word-img__director {
    display: none;
  }

  .word-director .word-img__text {
    width: 100%;
  }

  .word-director h2 {
    padding-left: 14px;
    margin-top: 10px !important;
    margin-bottom: 14px !important;
  }

  .word-director__position {
    padding-left: 12px;
  }

  .word-director__text {
    margin: 22px 13px 8px 13px;
  }

  .word .btn-link {
    margin: 12px 0px 0px 24px;
  }

  .word-img {
    padding: 0px;
  }

  .word-img__director {
    width: 100%;
  }

  .word-img:before {
    content: "";
    position: absolute;
    background: url(/local/templates/dentalux/assets/img/director-320.webp) no-repeat;
    padding: 0px;
    height: 535px;
    width: 100%;
    top: 20px;
    left: 15px;
    z-index: 111;
  }

  .word-text__desc {
    padding: 100vh 35px 10px 35px;
  }

  .word-img:after {
    top: 402px;
    left: 15px;
    width: 100%;
    height: 100%;
    border-radius: 0px 0px 0px 100px;
  }

  .advantage-img {
    height: 35vh;
  }

  .advantage-img img {
    position: relative;
    width: 100%;
    height: 35vh;
  }

  .advantage-text__clinic {
    height: auto;
    display: block;
  }

  .advantage-text__clinic .year {
    width: 100%;
    height: 150px;
  }

  .year div:first-child {
    padding-top: 75px;
    margin-left: -16px;
    padding-left: 0px;
    line-height: 48px;
  }

  .year div:last-child {
    margin: 24px 0px 0px 0px;
  }

  .member {
    width: 100%;
  }

  .member div img {
    margin: 65px auto 13px;
    width: 160px;
  }

  .member span {
    padding: 0px 35px;
    width: 100%;
  }

  .partner {
    width: 100%;
  }

  .partner div img {
    margin: 39px auto 11px;
  }

  .partner span {
    padding: 0px 5px;
  }

  .advantage-text__clinic {
    padding-bottom: 45px;
  }

  .advantage-text__desc {
    margin-bottom: 55px;
  }

  .advantage-text__desc p:last-child {
    padding-bottom: 20px;
  }

  .videoreviews h2 {
    width: 100%;
    text-align: center;
    margin-left: 0px;
  }

  span.arrow-place__vr {
    position: relative;
    display: block;
    text-align: center;
    top: -7px;
    right: 0px;
  }

  .reviewsvideo {
    padding: 0px 10px;
  }

  .reviewsvideo.slick-initialized .slick-slide {
    margin-right: 0px;
    margin-top: 27px;
  }

  .reviewsvideo__video {
    width: 296px;
  }

  .reviewsvideo__img,
  .reviewsvideo__img:before,
  .reviewsvideo__link {
    width: 128px;
  }

  .reviewsvideo__img img {
    width: 88px;
    height: 88px;
    margin: 20px;
  }

  a.reviewsvideo__play svg:first-child {
    margin: -15px auto;
  }

  .reviewsvideo__name {
    left: 150px;
  }

  .reviewsvideo__url {
    bottom: 51px;
    left: 150px;
  }

  a.reviewsvideo__play svg:last-child {
    height: 128px;
  }

  .brand-wrap {
    padding: 10px 0px;
  }

  .brand-wrap .img-fluid {
    margin: 10px 9px;
    width: 136px;
  }

  .footer-one {
    padding: 52px 0px;
  }

  .footer-one__time {
    width: 95%;
  }

  .footer-two {
    padding: 100px 0px 20px 0px;
  }

  footer.page-footer .page-footer__down {
    background-color: #fff;
  }

  ul.menu-one {
    padding: 18px 0px 0px 10px;
  }

  ul.menu-two {
    padding: 18px 0px 0px 5px;
  }

  ul.menu-three {
    padding: 8px 0px 0px 11px;
  }

  ul.menu-four {
    margin-left: 0px;
    padding: 8px 5px 0px 4px;
  }

  footer.page-footer:before {
    height: 950px;
  }

  .footer-one__pay {
    padding: 2px 0px 0px 12px;
  }

  .footer-two__copyright {
    padding: 19px 15px 0px 10px;
  }

  footer.page-footer:after {
    bottom: 262px;
  }

  section.doctor_uslug:after {
    top: 17%;
    left: 65vw;
  }

  .doctor_uslug .imgzakaz {
    padding: 60px 15px;
  }

  section .otstups>div:first-child {
    padding: 0px;
  }

  section .otstups>div:last-child {
    padding: 40px 15px;
    background-color: #fff;
  }

  section.doctor_uslug h2 {
    margin-bottom: 20px;
    margin-top: 0px;
  }

  .detail-name h1,
  section.razdely h1 {
    font-size: 36px;
    line-height: 48px;
  }

  section.sale.usluga {
    margin: 5px 0px;
  }

  section .row.zapisuslug {
    padding: 5px 5px 15px;
  }

  section .row.zapisuslug .imgzakaz {
    margin: 20px 5px 20px 0px;
  }

  section .row.zapisuslug .nazzakaz {
    margin: 15px 0;
    height: 90px;
  }

  section .row.zapisuslug .telzapisicon {
    background-size: 20%;
  }

  section .row.zapisuslug .telzapisicon a {
    font-size: 17px;
    line-height: 32px;
  }

  .btn-one-section {
    width: 245px;
  }

  .btn-one-section:before {
    width: 245px;
  }


  section.blockobsch.foto_uslug .regular-first div.bx-prev,
  section.blockobsch.foto_uslug .regular-first div.bx-prev.slick-disabled {
    left: 30% !important;
  }

  section.blockobsch.foto_uslug .regular-first div.bx-next,
  section.blockobsch.foto_uslug .regular-first div.bx-next.slick-disabled {
    right: 30% !important;
  }

  section .row.zapisuslug .imgzakaz .borders {
    width: 80px;
    height: 80px;
  }

  section .guest-book-slider {
    width: 300px !important;
  }

  section.doctor_uslug div.col-xl-5:after,
  section.doctor_uslug div.col-xl-4:after {
    left: 215px;
  }
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width: 768px) and (max-width: 768px) {
  .word-img:before {
    background: unset;
  }

  footer.page-footer .page-footer__down {
    background-color: #fff;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 321px) {
  .sale .promo-box-new:last-child {
    margin-right: 0vw !important;
  }

  .reviewsvideo .slick-slide:last-child {
    margin-right: 0vw !important;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 769px) {

  .mob-header,
  .main-menu__mob,
  .uslugi-menu__mob {
    /* display: none; */
  }

  .videoreviews a:hover,
  a.advantage-url:hover,
  a.doctor-item-lk:hover,
  .all-spec a:hover span,
  .sale a:hover {
    text-decoration-line: underline;
    color: #2f80ed;
  }

  .videoreviews a:active,
  a.advantage-url:active,
  a.doctor-item-lk:active,
  .all-spec a:active span,
  .sale a:active {
    text-decoration: unset;
    opacity: 0.7;
  }

  .mega-dropdown-menu {
    width: unset;
  }

  .main-menu__mob {
    display: none !important;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 993px) {
  .hero-content {
    height: 640px;
  }

  .page-header-main .container {
    /* max-width: 100%; */
  }

  .container {
    max-width: 1160px;
  }

  .mob-header,
  .main-menu__mob,
  .uslugi-menu__mob {
    /* display: none; */
  }

  .word-director .word-img__director {
    display: none;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1280px) {
  .slick-list {
    /* overflow: visible; */
  }

  .mob-header,
  .main-menu__mob,
  .uslugi-menu__mob {
    display: none;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1441px) {
  .container {
    max-width: 1256px;
  }

  .advantage-img img:last-child {
    display: none;
  }

  .sale .promo-box-new:last-child {
    margin-right: -5px !important;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1920px) {
  section.doctor_uslug:after {
    left: 36vw;
  }
}

/* iPhone 5 ----------- */
@media only screen and (min-width: 320px) and (max-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* стили */
}

@media only screen and (min-width: 320px) and (max-height: 568px) and (orientation: portrait) {
  section.bigslaider {
    height: 130vh;
    background-position-y: -145px;
  }

  .word-director {
    height: auto;
  }

  .word-director:before {
    background: unset;
  }

  .word-text__desc {
    padding: 85vh 35px 10px 35px;
  }

  .sale .slick-track,
  .sale .slick-list.draggable,
  .sale .promo-box-new {
    height: 100vh;
  }

  .sale .promo-box-new .text-new {
    height: 60vh;
  }

  .sale .promo-box-new .img-button {
    height: 40vh;
  }
}

/* iPhone 4 ----------- */
@media only screen and (min-width: 320px) and (max-height: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* стили */
}

@media only screen and (min-width: 320px) and (max-height: 480px) and (orientation: portrait) {
  .word-director {
    height: auto;
  }

  .word-text__desc {
    padding: 99vh 35px 10px 35px;
  }

  .sale .slick-track,
  .sale .slick-list.draggable,
  .sale .promo-box-new {
    height: 110vh !important;
  }

  .sale .promo-box-new .text-new {
    height: 70vh;
  }

  .word-director:before {
    background: unset;
  }

  section.bigslaider {
    height: 151vh;
    background-position-y: -155px;
  }

  section.bigslaider .slick-list.draggable::before {
    border-top: 0px solid #eff7ff;
  }
}

/* iPhone 6 -----------
@media only screen and (min-width: 375px) and (max-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {

}
@media only screen and (min-width: 375px) and (max-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .word-director {
    height: 90vh !important;
  }
  section.bigslaider {
    height: 111vh !important;
  }
}
*/

/* iPhone 11 Pro ----------- */
@media only screen and (min-width: 375px) and (max-height: 812px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* стили */
}

@media only screen and (min-width: 375px) and (max-height: 812px) and (orientation: portrait) {
  section.video {
    height: 80vh;
  }

  section.bigslaider {
    height: 83vh;
    background-position-y: 145px !important;
  }

  section.bigslaider .imgflex {
    margin: 11vw auto 0px;
  }

  .word-img:before {
    left: 0px;
    height: 78vh;
  }

  .word-text__desc {
    padding: 75vh 15px 10px 15px;
  }

  .word-img:after {
    top: 64vh;
  }

  .advantage-text__desc {
    height: 170px;
    top: 25px;
  }

  .reviewsvideo.slick-initialized .slick-slide {
    margin-right: 1.5vw;
  }
}

/* Samsung S20+ ----------- */
@media only screen and (min-width: 412px) and (max-height: 915px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  /* стили */
}

@media only screen and (min-width: 412px) and (max-height: 915px) and (orientation: portrait) {
  section.bigslaider {
    height: 81vh;
  }

  .reviewsvideo.slick-initialized .slick-slide {
    margin-right: 0.3vw;
  }

  .sale .promo-box-new .text-new {
    height: 40vh;
  }

  .sale .promo-box-new .img-button {
    height: 30vh;
  }

  .sale .promo-box-new.slick-current.mr20,
  .sale .promo-box-new {
    margin-right: 2.2vw;
  }
}

/* iPhone 11 ----------- */
@media only screen and (min-width: 414px) and (max-height: 896px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* стили */
}

@media only screen and (min-width: 414px) and (max-height: 896px) and (orientation: portrait) {
  section.bigslaider {
    height: 83vh;
  }

  .sale .promo-box-new .text-new {
    height: 40vh;
  }

  .reviewsvideo.slick-initialized .slick-slide {
    margin-right: 0.35vw;
  }

  .rassrochka-img img {
    top: 55px;
  }

  .word-director {
    height: 44vh;
  }
}

/* Samsung S20 ----------- */
@media only screen and (min-width: 360px) and (max-height: 800px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  /* стили */
}

@media only screen and (min-width: 360px) and (max-height: 800px) and (orientation: portrait) {
  section.bigslaider {
    height: 83vh;
    background-position-y: 140px !important;
  }

  .sale .promo-box-new.slick-current.mr20,
  .sale .promo-box-new {
    margin-right: 1.8vw;
  }

  .reviewsvideo.slick-initialized .slick-slide {
    margin-right: 1vw;
  }

  .word-img:before {
    background-size: 92%;
  }
}

/* iPhone SE ----------- */
@media only screen and (min-width: 375px) and (max-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {}

@media only screen and (min-width: 375px) and (max-height: 667px) and (orientation: portrait) {
  section.bigslaider {
    height: 111vh !important;
    background-position-y: 210px !important;
  }

  section.video {
    height: 100vh !important;
  }

  .sale .promo-box-new.slick-current.mr20,
  .sale .promo-box-new {
    margin-right: 2.2vw !important;
  }

  .word-director {
    height: 65vh;
  }

  .word-img:before {
    background-size: 105% !important;
    left: 5px !important;
    height: 95vh !important;
    width: 91%;
  }

  .rassrochka-img,
  .rassrochka-img:after {
    height: 50vh;
  }

  .sale .slick-track,
  .sale .slick-list.draggable {
    max-height: 85vh !important;
    height: 85vh !important;
  }

  .sale .promo-box-new {
    height: 90vh;
  }

  .sale .promo-box-new .text-new {
    height: 50vh;
  }

  .sale .promo-box-new .img-button {
    height: 35vh;
  }

  .word-img:after {
    top: 78vh !important;
  }

  .word-text__desc {
    padding: 90vh 15px 10px 15px;
  }

  .reviewsvideo.slick-initialized .slick-slide {
    margin-right: 1.33vw !important;
  }
}

/* iPhone 12 mini----------- */
@media only screen and (min-width: 360px) and (max-height: 780px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* стили */
}

@media only screen and (min-width: 360px) and (max-height: 780px) and (orientation: portrait) {
  section.bigslaider {
    height: 85vh;
  }

  section.bigslaider .imgflex {
    margin: 11vw auto 0px;
  }

  .sale .promo-box-new.slick-current.mr20,
  .sale .promo-box-new {
    margin-right: 1.8vw;
  }

  .word-director {
    height: 55vh;
  }
}

/* Samsung S20+ ----------- */
@media only screen and (min-width: 384px) and (max-height: 854px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  /* стили */
}

@media only screen and (min-width: 384px) and (max-height: 854px) and (orientation: portrait) {
  section.bigslaider {
    height: 87vh;
  }

  section.bigslaider .imgflex {
    margin: 14vw auto 0px;
  }

  .reviewsvideo.slick-initialized .slick-slide {
    margin-right: 1.7vw;
  }

  .sale .promo-box-new .text-new {
    height: 44vh;
  }

  .sale .promo-box-new .img-button {
    height: 30vh;
  }

  .sale .promo-box-new.slick-current.mr20,
  .sale .promo-box-new {
    margin-right: 2.2vw;
  }

  .word-img:before {
    left: 5px;
    height: 75vh;
  }

  .word-text__desc {
    padding: 70vh 15px 10px 15px !important;
  }

  .reviewsvideo.slick-initialized .slick-slide {
    margin-right: 1.7vw;
  }
}

/* iPhone 8+ ----------- */
@media only screen and (min-width: 414px) and (max-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* стили */
}

@media only screen and (min-width: 414px) and (max-height: 736px) and (orientation: portrait) {
  section.bigslaider {
    height: 101vh !important;
    background-position-y: 215px !important;
  }

  .sale .promo-box-new.slick-current.mr20,
  .sale .promo-box-new {
    margin-right: 2.2vw !important;
  }

  section.video {
    height: 100vh !important;
  }

  .word-director {
    height: 55vh;
  }

  .word-img:before {
    left: 15px !important;
    height: 80vh !important;
  }

  .word-text__desc {
    padding: 80vh 15px 10px 15px !important;
  }

  .reviewsvideo.slick-initialized .slick-slide {
    margin-right: 0.34vw !important;
  }

  .word-img:after {
    top: 71vh !important;
  }
}

/* iPhone 12 pro----------- */
@media only screen and (min-width: 390px) and (max-height: 844px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* стили */
}

@media only screen and (min-width: 390px) and (max-height: 844px) and (orientation: portrait) {
  section.bigslaider {
    height: 83vh;
    background-position-y: 170px;
  }

  section.video {
    height: 75vh;
  }

  .word-director {
    height: 50vh;
  }

  .sale .promo-box-new.slick-current.mr20,
  .sale .promo-box-new {
    margin-right: 2.6vw;
  }

  .reviewsvideo.slick-initialized .slick-slide {
    margin-right: 1.8vw;
  }
}

/* iPhone 8+ ----------- */
@media only screen and (min-width: 414px) and (max-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* стили */
}

@media only screen and (min-width: 414px) and (max-height: 736px) and (orientation: portrait) {
  section.bigslaider {
    height: 101vh !important;
    background-position-y: 215px !important;
  }

  .sale .promo-box-new.slick-current.mr20,
  .sale .promo-box-new {
    margin-right: 2.2vw !important;
  }

  section.video {
    height: 100vh !important;
  }

  .word-img:before {
    left: 15px !important;
    height: 80vh !important;
  }

  .word-text__desc {
    padding: 80vh 15px 10px 15px !important;
  }

  .reviewsvideo.slick-initialized .slick-slide {
    margin-right: 0.34vw !important;
  }

  .word-img:after {
    top: 71vh !important;
  }
}

/* iPhone 12 pro max----------- */
@media only screen and (min-width: 428px) and (max-height: 926px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* стили */
}

@media only screen and (min-width: 428px) and (max-height: 926px) and (orientation: portrait) {
  section.bigslaider {
    height: 85vh;
  }

  .sale .promo-box-new {
    width: 92vw !important;
  }

  .sale .promo-box-new.slick-current.mr20,
  .sale .promo-box-new {
    margin-right: 2.2vw;
  }

  .sale .promo-box-new .text-new {
    height: 40vh;
  }

  .sale .promo-box-new .img-button {
    height: 30vh;
  }

  .word-director {
    height: 43vh;
  }

  .rassrochka-img:before {
    background-size: 118vw;
    background-position-x: -260px;
  }
}

/* Samsung Note 3 ----------- */
@media only screen and (min-width: 360px) and (max-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* стили */
}

@media only screen and (min-width: 360px) and (max-height: 640px) and (orientation: portrait) {
  section.bigslaider {
    height: 125vh;
  }

  section.video {
    height: 100vh;
  }

  .sale .promo-box-new.slick-current.mr20,
  .sale .promo-box-new {
    margin-right: 1.9vw;
  }

  .rassrochka-img:after {
    height: 50vh;
  }

  .rassrochka-img {
    height: 50vh;
  }

  .sale .slick-track,
  .sale .slick-list.draggable,
  .sale .promo-box-new {
    max-height: 95vh !important;
    height: 95vh !important;
  }

  .word-img:before {
    left: 15px;
    height: 100vh;
    width: 100%;
  }

  .sale .promo-box-new .text-new {
    height: 50vh;
  }

  .sale .promo-box-new .img-button {
    height: 40vh;
  }

  .word-text__desc {
    padding: 92vh 15px 10px 15px;
  }

  .word-img:after {
    top: 71vh;
  }
}

@media only screen and (min-width: 360px) and (max-height: 562px) and (orientation: portrait) {
  section.bigslaider {
    height: 121vh;
    background-position-y: 150px !important;
  }

  section.bigslaider .imgflex {
    /* height: 65vh;
    background-size: 100%;
    margin-left: -45px; */
  }

  section.video {
    height: 115vh;
  }

  .sale .promo-box-new.slick-current.mr20,
  .sale .promo-box-new {
    margin-right: 1.9vw;
  }

  .rassrochka-img:after {
    height: 50vh;
  }

  .rassrochka-img {
    height: 50vh;
  }

  .sale .slick-track,
  .sale .slick-list.draggable,
  .sale .promo-box-new {
    max-height: 105vh !important;
    height: 105vh !important;
  }

  .word-director {
    height: 75vh;
  }

  .word-img:before {
    left: 15px;
    height: 100vh;
    width: 100%;
  }

  .advantage-img,
  .advantage-img img {
    height: 40vh;
  }

  .sale .promo-box-new .text-new {
    height: 60vh;
  }

  .sale .promo-box-new .img-button {
    height: 45vh;
  }

  .word-text__desc {
    padding: 92vh 15px 10px 15px;
  }

  .word-img:after {
    top: 81vh;
  }

  footer.page-footer:before {
    height: 135vh;
  }
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-width: 384px) and (max-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  /* стили */
}

@media only screen and (min-width: 384px) and (max-height: 640px) and (orientation: portrait) {
  .word-text__desc {
    padding: 91vh 15px 10px 15px !important;
  }

  .word-img:before {
    left: 15px !important;
    height: 100vh !important;
  }

  .word-img:after {
    top: 81vh !important;
  }
}

@media only screen and (min-width: 414px) and (max-height: 622px) and (orientation: portrait) {
  section.bigslaider {
    height: 115vh !important;
    background-position-y: 190px !important;
  }

  section.bigslaider .imgflex {
    margin: 11vw auto 0px;
    /* height: 65vh;
    background-size: 100%;
    margin-top: 15px;
    margin-left: -45px; */
  }

  .sale .promo-box-new.slick-current.mr20,
  .sale .promo-box-new {
    margin-right: 2.2vw !important;
  }

  section.video {
    height: 115vh !important;
  }

  .word-director {
    height: 65vh;
  }

  .word-img:before {
    background-size: 95% !important;
    left: 15px !important;
    height: 111vh !important;
  }

  .word-text__desc {
    padding: 100vh 15px 10px 15px !important;
  }

  .reviewsvideo.slick-initialized .slick-slide {
    margin-right: 0.34vw !important;
  }

  .word-img:after {
    top: 85vh !important;
  }

  .advantage-img,
  .advantage-img img {
    height: 40vh;
  }

  footer.page-footer:before {
    height: 115vh;
  }
}

@media only screen and (min-width: 360px) and (max-height: 531px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  section.bigslaider {
    height: 140vh;
  }

  section.bigslaider .imgflex {
    /* height: 65vh; */
  }

  section.video {
    height: 90vh;
  }

  .sale .slick-track,
  .sale .slick-list.draggable {
    max-height: 90vh !important;
    height: 90vh !important;
  }

  .sale .promo-box-new {
    width: 89vw !important;
  }

  .sale .promo-box-new {
    height: 90vh !important;
  }

  .sale .promo-box-new .text-new {
    height: 60vh;
  }

  .sale .promo-box-new .img-button {
    height: 44vw;
  }

  .sale .promo-box-new.slick-current.mr20,
  .sale .promo-box-new {
    margin-right: 3vw;
  }

  .word-director {
    height: 120vh;
  }

  .rassrochka-img {
    height: 50vh;
  }

  .rassrochka-img:after {
    height: 50vh;
  }

  .advantage-text__desc {
    height: 33vh;
    top: 33px;
  }

  .reviewsvideo.slick-initialized .slick-slide {
    margin-right: 1vw;
  }

  footer.page-footer:before {
    height: 145vh;
  }
}

/* iPads (вертикальная и горизонтальная) ----------- */
@media only screen and (min-width: 1024px) and (max-width: 1025px) {
  section.video {
    height: 50vh;
  }
}

/* iPads (горизонтальная) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {}

/* iPads (вертикальная) ----------- */
@media only screen and (min-width: 768px) and (max-height: 1024px) and (orientation: portrait) {
  .advantage-img {
    height: 44vh;
  }

  footer.page-footer .page-footer__down {
    background-color: #fff;
  }

  .advantage-img img {
    width: 100%;
  }

  ul.header__socials {
    justify-content: center;
  }
}

/* iPads (вертикальная) ----------- */
@media only screen and (min-width: 810px) and (max-height: 1080px) and (orientation: portrait) {
  .reviewsvideo.slick-initialized .slick-slide {
    width: 47vw !important;
  }

  .reviewsvideo__video {
    width: 47vw;
  }

  .reviewsvideo.slick-initialized .slick-slide {
    margin-right: 1.5vw;
  }

  section.video {
    height: 55vh;
  }
}

/* iPads (вертикальная) ----------- */
@media only screen and (min-width: 820px) and (max-height: 1180px) and (orientation: portrait) {
  .reviewsvideo.slick-initialized .slick-slide {
    width: 47vw !important;
  }

  .reviewsvideo__video {
    width: 47vw;
  }

  .reviewsvideo.slick-initialized .slick-slide {
    margin-right: 1.5vw;
  }

  section.video {
    height: 55vh;
  }
}

/* iPads (вертикальная) ----------- */
@media only screen and (min-width: 834px) and (max-height: 1194px) and (orientation: portrait) {
  .reviewsvideo.slick-initialized .slick-slide {
    width: 47vw !important;
  }

  .reviewsvideo__video {
    width: 47vw;
  }

  .reviewsvideo.slick-initialized .slick-slide {
    margin-right: 1.5vw;
  }

  section.video {
    height: 55vh;
  }
}

/* iPad 3**********/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* стили */
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* стили */
}

body .content-more-descrep:after {
  display: none !important;
}

body .content-more-descrep p {
  margin-bottom: 10px;
}

body .podrobnee .info_more {
  display: none;
}

body .podrobnee .info_content--hidden {
  display: block;
}


/* Start:/local/templates/dentalux/components/bitrix/news.list/slider_prime/style.css?1600068126150*/
#hero-slider div.news-list {
  word-wrap: break-word;
}

#hero-slider div.news-list img.preview_picture {
  float: left;
  margin: 0 4px 6px 0;
}

#hero-slider .news-date-time {
  color: #486DAA;
}

/* Start:/local/templates/dentalux/components/bitrix/news.list/sliderslick-sale/style.css?16051842584351
.promo-item {
  margin-bottom: 40px;
}

.promo-box-new {
  box-sizing: border-box;
  border-radius: 10px;
overflow: hidden;
min-height: 310px!important;
}

div.bx-prev, div.bx-next {
  top: 45%!important;
}

.text-new {
position: relative;
  display: table-cell;
  width: 310px;
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  border-radius: 10px;
z-index: 11;
}

.img-button {
position: relative;
  display: table-cell;
  background-size: cover !important;
  width: 230px;
  left: -10px;
border: 1px solid #F2F2F2;
  border-radius: 0px 10px 10px 0px;
vertical-align: bottom;
  overflow: hidden;
}

.img-button:after {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.02);
  width: 100%;
  height: 330px;
  top: 0px;
  left: 0px;
}

.img-button .button {
position: absolute;
  bottom: 0px;
  display: block;
  width: 160px;
  height: 38px;
  line-height: 38px;
  background: #0084D0;
  border-radius: 30px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 25px 33px;
padding: 0px;
  z-index: 11;
}

.price-new {
  background: #FF6565;
  border-radius: 10px 10px 10px 0px;
height: 60px;
  width: 100%;
  display: inline-block;
  margin-bottom: 25px;
}


p.label {
  position: relative;
float: left;
  margin-left: 20px;
  width: 0px;
  height: 0px;
  border-width: 63px 30px 11px;
  border-style: solid;
  border-color: #0084D0 #0084D0 transparent;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #FFFFFF;
}

p.label span {
  position: absolute;
  top: -45px;
  left: -20px;
}

p.new {
  float: left;
  height: 60px;
  padding-left: 19px;
  line-height: 60px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
}

p.old {
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  height: 60px;
  line-height: 60px;
  padding-left: 11px;
  font-size: 15px;
  text-decoration-line: line-through;
  color: #FFFFFF;
}

.title h3 {
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  color: #0084D0;
  margin: 0px 20px;
}

.text {
  margin: 15px 20px;
}

.text p {
  margin-bottom: 0px;
}

.text p b {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #1E1E1E;
}

.text ul {
  padding-left: 30px;
}

.text ul li{
  position: relative;
  list-style-type: none;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #1E1E1E;
}

.text ul li:before{
content: " ";
  border: solid 9px rgba(0, 132, 208, 0.2);
  border-radius: 9px;
  position: absolute;
  left: -30px;
  top: 2px;
}

.text ul li:after {
content: " ";
  width: 8px;
  height: 15px;
  border: solid #0084D0;
  border-width: 0 2px 2px 0;
  position: absolute;
  left: -22px;
  top: 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
*/
/* кнопки слайдера на главной */
a.slide__link span {
  white-space: nowrap;
}
span.arrowPlace {
  bottom: 78px;
}
span.pagingInfo {
  bottom: 94px;
  left: 42vw;
}
@media only screen and (max-width: 1441px){
  span.arrowPlace {
    bottom: 126px;
  }
  span.pagingInfo {
    bottom: 141px;
    left: calc(50% - 140px);
  }
}
@media only screen and (max-width: 767px){
  span.arrowPlace {
    bottom: 97px;
    left: calc(50% - 55px);
  }

  #hero-slider .hero-content {
    flex-direction: column;
    height: auto;
    padding-bottom: 160px;
    border-radius: 0 0 0 120px;
    background-color: #fff0;
  }
  #hero-slider .hero-content .col-sm-6:first-of-type{
    order: 2;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #hero-slider .hero-content .col-sm-6.d-lg-block{
    order: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .slick-slide img {
    margin: 0 auto;
  }
  section.bigslaider h2,
  section.bigslaider .detail{
    text-align: center;
  }
  section.bigslaider .btn-link {
    float: none;
    margin: 0;
    text-align: center;
  }
  section.bigslaider a.da-link {
    position: relative;
  }
  section.bigslaider {
    height: auto !important;
    background-position-y: bottom !important;
    background-position-x: left;
  }
  section.bigslaider .slick-list.draggable {
    max-height: none !important;
    padding-top: 0;
    background-color: #fff;
  }
  section.bigslaider .imgflex {
    width: max-content;
    max-width: 440px;
    margin: 40px auto 0px;
    border-radius: 100px 0px 0px 0px;
  }
}
.slick-arrow {
  width: 48px;
  height: 48px;
  background: #D3EAFC;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.slick-arrow:hover{
  box-shadow: 1px 4px 6px 0px rgb(221 221 221);
}
.slick-arrow:active{
  box-shadow: 1px 3px 4px 0px rgb(221 221 221);
}
.slick-arrow:before {
  content: url('/upload/webp/arrow36.svg');
  position: absolute;
}
.arrows-next.slick-arrow:before {
  top: 16px;
  left: 20px;
}
.arrows-prev.slick-arrow:before {
  transform: rotate(180deg);
  top: 11px;
  left: 17px;
}
.slick-arrow svg {
  display: none;
}




/* Рейтинг */
.rating__wrap{
  border: 1px solid #DADADA;
  border-radius: 20px;
  margin-bottom: 98px;
  padding: 71px 0;
  display: flex;
  justify-content: space-evenly;
}
.rating-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
}
a.rating-item:hover{
  text-decoration: none;
}
.rating-item__num{
  font:700 28px/34px 'Raleway';
  font-feature-settings: "pnum"on, "lnum"on;
  color: #252525;
}
@media only screen and (max-width: 769px) {
  .rating-item__img img {
    width: 140px;
  }
  .rating-item__stars img {
    width: 132px;
  }
  .rating__wrap {
    gap: 30px;
    flex-wrap: wrap;
    padding: 71px 10px;
  }
  .rating-item {
    width: 100%;
  }
}
/* звёзды */
.rating-result {
  width: 265px;
  margin: 0 auto;
  text-align: center;
}
.rating-result span {
  padding: 0;
  font-size: 33px;
  margin: 0px 0px;
  line-height: 1;
  color: lightgrey;
}
.rating-result > span:before {
  content: '★';
}
.rating-result > span.active {
  color: #ffc639;
}
.rating-result > span.active-10,
.rating-result > span.active-20,
.rating-result > span.active-30,
.rating-result > span.active-40,
.rating-result > span.active-50,
.rating-result > span.active-60,
.rating-result > span.active-70,
.rating-result > span.active-80,
.rating-result > span.active-90
{
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ffc639;
}
.rating-result > span.active-10 {
  background-image: linear-gradient(to right, #ffc639 10%, #DBDBDB 10%);
}
.rating-result > span.active-20 {
  background-image: linear-gradient(to right, #ffc639 20%, #DBDBDB 20%);
}
.rating-result > span.active-30 {
  background-image: linear-gradient(to right, #ffc639 30%, #DBDBDB 30%);
}
.rating-result > span.active-40 {
  background-image: linear-gradient(to right, #ffc639 40%, #DBDBDB 40%);
}
.rating-result > span.active-50 {
  background-image: linear-gradient(to right, #ffc639 50%, #DBDBDB 50%);
}
.rating-result > span.active-60 {
  background-image: linear-gradient(to right, #ffc639 60%, #DBDBDB 60%);
}
.rating-result > span.active-70 {
  background-image: linear-gradient(to right, #ffc639 70%, #DBDBDB 70%);
}
.rating-result > span.active-80 {
  background-image: linear-gradient(to right, #ffc639 80%, #DBDBDB 80%);
}
.rating-result > span.active-90 {
  background-image: linear-gradient(to right, #ffc639 90%, #DBDBDB 90%);
}

.item-rev .rating-item {
  padding: 12px 0;
  gap: 0;
}
.item-rev .rating-item .rating-item__num {
  line-height: 22px;
}
.item-rev .rating-item .rating-item__stars .rating-result {
  margin: 0;
}

@media only screen and (min-width: 319px) and (max-width: 414px){
  section.bigslaider .detail {
    margin: 20px 10px 5px 10px;
  }
}
@media only screen and (max-width: 600px){
	.titlerazd h1, .title h1 {
		font-size: 32px !important;
	}
}
@media only screen and (max-width: 442px){
	.top-desc
	{
		font-size: 0.8rem;
	}
}


.row::after {
    content: "";
    clear: both;
    display: table;
}

.column {
    width: 33.33%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.more-services {
    display: none;
    margin-top: 4px;  /* чуть больше расстояние после "Еще услуги" */
}

.toggle-btn {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
    text-align: center;
    margin: 0;
}

.more-services.visible {
    display: block;
}

ul {
    list-style-type: none;
    padding: 0;
}

.unique-block li {
    padding: 4px;  /* уменьшено расстояние между строками */
    position: relative;  /* добавлено позиционирование */
}

.unique-block li:not(.toggle-btn)::before {
    content: '\2022';  /* код для обозначения точки */
    color: #333;  /* цвет точки */
    display: inline-block;
    width: 1em;  /* расстояние от точки до текста */
    margin-left: -1em;  /* сдвиг влево для выравнивания текста */
    position: absolute;  /* добавлено позиционирование */
    left: 0;  /* выравнивание точки по левому краю */
    text-align: center;  /* выравнивание текста по центру относительно точки */
    line-height: 1;  /* обеспечение вертикального выравнивания точки и текста */
}

.unique-block li a {
    text-decoration: none;
    color: inherit;
}

/* Уникальные стили для этого блока */
.row .column .unique-block .toggle-btn {
    color: red;  /* Изменим цвет текста "Еще услуги" для этого блока */
}

 /* Стили для экранов шириной менее 768px (мобильные устройства) */
  @media (max-width: 768px) {
    .column {
      width: 100%;
    }
  }

/* End */
/* /local/templates/dentalux/assets/css/normalize.css?16000681267279 */
/* /local/templates/dentalux/assets/css/slick.css?16000681261775 */
/* /local/templates/dentalux/assets/css/slick-theme.css?16000681263260 */
/* /local/templates/dentalux/assets/css/jquery.fancybox.css?160006812617670 */
/* /local/templates/dentalux/assets/css/style.css?1752522603198175 */
/* /local/templates/dentalux/assets/css/bootstrap.min.css?1600068126144877 */
/* /local/templates/dentalux/assets/css/animate.css?161769729857095 */
/* /local/templates/dentalux/assets/css/jquery.bxslider.min.css?16000681263108 */
/* /local/templates/dentalux/assets/css/mobmenu.css?16000681268872 */
/* /local/templates/dentalux/assets/css/index.css?164796056468917 */
/* /local/templates/dentalux/components/bitrix/catalog.section.list/menuuslugimob/style.min.css?16171110066236 */
/* /local/templates/dentalux/components/bitrix/news.list/usluglistmenu/style.css?1600068126150 */
/* /local/templates/dentalux/components/bitrix/catalog.section.list/razdlymenu/style.min.css?16000681266236 */
/* /local/templates/dentalux/components/bitrix/breadcrumb/template1/style.min.css?1600068126467 */
/* /local/components/sweb/forms/templates/zapis.na.priem/style.css?17452328599499 */
/* /local/templates/dentalux/styles.css?172381637935342 */
/* /local/templates/dentalux/template_styles.css?1723816379192864 */
