@charset "UTF-8";
/**
 * 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,
[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 {
    display: block;
    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 {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
    font-weight: bold;
}

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

/**
 * 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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 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"] {
    -webkit-box-sizing: border-box;
    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 */
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    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);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

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

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0;
    position: relative;
    outline: 0;
}

.filter-group .select2-container {
    min-width: 100%; /* Fix for IE */
}

.select2-container input[placeholder] {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 46px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 46px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    padding-left: 8px;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 12;
    overflow: hidden;
}

.select2-results {
    display: block;
}

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

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: solid 1px #b9b9b9;
    border-radius: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
    position: absolute;
    top: 1px;
    right: 10px;
    width: 18px;
    opacity: .9;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    top: 50%;
    width: 18px;
    height: 11px;
    background: url("../img/arrowselect.svg") no-repeat;
    margin-top: -5px;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 8px;
    cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 20px;
    padding-top: 5px;
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
    font-size: 12px;
    line-height: 15px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 4px;
    font-size: 13px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid 1px #b9b9b9;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f1f1f1;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #00abaa;
    color: #FFF;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

.select2-results__message {
    display: none !important;
}

.hl-form-wrap .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #e8e8e8 !important;
    border-color: #b9b9b9;
    cursor: not-allowed;
    opacity: .5;
}

/*! noUiSlider - 7.0.9 - 2014-10-08 16:49:45 */
.noUi-target {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left .3s, top .3s;
    transition: left .3s, top .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-base {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
    height: 6px;
}

.noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    left: -9px;
    top: -6px;
}

.noUi-vertical {
    width: 6px;
}

.noUi-background {
    background: #b4bbc0;
}

.noUi-connect {
    background: #ffdc19;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 4px;
}

.noUi-target {
    border-radius: 4px;
}

.noUi-dragable {
    cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
    cursor: n-resize;
}

.noUi-handle {
    width: 10px;
    height: 10px;
    background: #00abaa;
    border: 4px solid #b4bbc0;
    border-radius: 10px;
    outline: none;
}

.noUi-connect[disabled] {
    background: #B8B8B8;
}

.noUi-handle[disabled] {
    cursor: not-allowed;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.31;
}

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

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

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

@media (max-width: 47.99em) {
    .mfp-container:before {
        display: none;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
    margin: 0;
}

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

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

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

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

/*!
 * Datepicker for Bootstrap v1.6.1 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
    border-radius: 4px;
    direction: ltr;
}

.datepicker-inline {
    width: 220px;
}

.datepicker.datepicker-rtl {
    direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
    float: right;
}

.datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 4px;
}

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0, 0, 0, 0.15);
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-top: 0;
    position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid rgba(0, 0, 0, 0.15);
}

.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #ffffff;
}

.datepicker > div {
    display: none;
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.datepicker table tr td,
.datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #777777;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    background: #eeeeee;
    cursor: pointer;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #777777;
    cursor: default;
}

.datepicker table tr td.highlighted {
    color: #000000;
    background-color: #d9edf7;
    border-color: #85c5e5;
    border-radius: 0;
}

.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
    color: #000000;
    background-color: #afd9ee;
    border-color: #298fc2;
}

.datepicker table tr td.highlighted:hover {
    color: #000000;
    background-color: #afd9ee;
    border-color: #52addb;
}

.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
    color: #000000;
    background-color: #afd9ee;
    border-color: #52addb;
}

.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
    color: #000000;
    background-color: #91cbe8;
    border-color: #298fc2;
}

.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
    background-color: #d9edf7;
    border-color: #85c5e5;
}

.datepicker table tr td.highlighted.focused {
    background: #afd9ee;
}

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
    background: #d9edf7;
    color: #777777;
}

.datepicker table tr td.today {
    color: #000000;
    background-color: #ffdb99;
    border-color: #ffb733;
}

.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
    color: #000000;
    background-color: #ffc966;
    border-color: #b37400;
}

.datepicker table tr td.today:hover {
    color: #000000;
    background-color: #ffc966;
    border-color: #f59e00;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
    color: #000000;
    background-color: #ffc966;
    border-color: #f59e00;
}

.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
    color: #000000;
    background-color: #ffbc42;
    border-color: #b37400;
}

.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
    background-color: #ffdb99;
    border-color: #ffb733;
}

.datepicker table tr td.today.focused {
    background: #ffc966;
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
    background: #ffdb99;
    color: #777777;
}

.datepicker table tr td.range {
    color: #000000;
    background-color: #eeeeee;
    border-color: #bbbbbb;
    border-radius: 0;
}

.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
    color: #000000;
    background-color: #d5d5d5;
    border-color: #7c7c7c;
}

.datepicker table tr td.range:hover {
    color: #000000;
    background-color: #d5d5d5;
    border-color: #9d9d9d;
}

.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
    color: #000000;
    background-color: #d5d5d5;
    border-color: #9d9d9d;
}

.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
    color: #000000;
    background-color: #c3c3c3;
    border-color: #7c7c7c;
}

.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
    background-color: #eeeeee;
    border-color: #bbbbbb;
}

.datepicker table tr td.range.focused {
    background: #d5d5d5;
}

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
    background: #eeeeee;
    color: #777777;
}

.datepicker table tr td.range.highlighted {
    color: #000000;
    background-color: #e4eef3;
    border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
    color: #000000;
    background-color: #c1d7e3;
    border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted:hover {
    color: #000000;
    background-color: #c1d7e3;
    border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
    color: #000000;
    background-color: #c1d7e3;
    border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
    color: #000000;
    background-color: #a8c8d8;
    border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
    background-color: #e4eef3;
    border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted.focused {
    background: #c1d7e3;
}

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
    background: #e4eef3;
    color: #777777;
}

.datepicker table tr td.range.today {
    color: #000000;
    background-color: #f7ca77;
    border-color: #f1a417;
}

.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
    color: #000000;
    background-color: #f4b747;
    border-color: #815608;
}

.datepicker table tr td.range.today:hover {
    color: #000000;
    background-color: #f4b747;
    border-color: #bf800c;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
    color: #000000;
    background-color: #f4b747;
    border-color: #bf800c;
}

.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
    color: #000000;
    background-color: #f2aa25;
    border-color: #815608;
}

.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
    background-color: #f7ca77;
    border-color: #f1a417;
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
    background: #f7ca77;
    color: #777777;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
    color: #ffffff;
    background-color: #777777;
    border-color: #555555;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
    color: #ffffff;
    background-color: #5e5e5e;
    border-color: #161616;
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
    color: #ffffff;
    background-color: #5e5e5e;
    border-color: #373737;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
    color: #ffffff;
    background-color: #5e5e5e;
    border-color: #373737;
}

.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
    color: #ffffff;
    background-color: #4c4c4c;
    border-color: #161616;
}

.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
    background-color: #777777;
    border-color: #555555;
}

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
    color: #ffffff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
    color: #ffffff;
    background-color: #00b2ac;
    border-color: #00b2ac;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
    color: #ffffff;
    background-color: #00b2ac;
    border-color: #00b2ac;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
    color: #ffffff;
    background-color: #00b2ac;
    border-color: #00b2ac;
}

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
    color: #ffffff;
    background-color: #00b2ac;
    border-color: #00b2ac;
}

.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
    background-color: #00b2ac;
    border-color: #00b2ac;
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
}

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
    background: #eeeeee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none;
    color: #777777;
    cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    color: #ffffff;
    background-color: #00b2ac;
    border-color: #00b2ac;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
    color: #ffffff;
    background-color: #00b2ac;
    border-color: #00b2ac;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
    color: #ffffff;
    background-color: #00b2ac;
    border-color: #00b2ac;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
    color: #ffffff;
    background-color: #00b2ac;
    border-color: #00b2ac;
}

.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
    color: #ffffff;
    background-color: #00b2ac;
    border-color: #00b2ac;
}

.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
    background-color: #00b2ac;
    border-color: #00b2ac;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #777777;
}

.datepicker .datepicker-switch {
    width: 145px;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
    cursor: pointer;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
    background: #eeeeee;
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.input-group.date .input-group-addon {
    cursor: pointer;
}

.input-daterange {
    width: 100%;
}

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

.input-daterange input:first-child {
    border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
    border-radius: 0 3px 3px 0;
}

.input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    line-height: 1.42857143;
    text-shadow: 0 1px 0 #fff;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px;
}

.datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    color: #333333;
    font-size: 13px;
    line-height: 1.42857143;
}

.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
    padding: 0 5px;
}

/*# sourceMappingURL=bootstrap-datepicker3.standalone.css.map */
/** initial setup **/
.nano {
    position: relative;
    width: 100%;
    height: 100%;
}

.nano > .nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.nano > .nano-content:focus {
    outline: 0;
}

.nano > .nano-content::-webkit-scrollbar {
    display: none;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
    display: block;
}

.nano > .nano-pane {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    width: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden \9;
    /* Target only IE7 and IE8 with this hack */
    opacity: .01;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 5px;
}

.nano > .nano-pane > .nano-slider {
    background: #444;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    margin: 0 1px;
    border-radius: 3px;
}

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
    visibility: visible \9;
    /* Target only IE7 and IE8 with this hack */
    opacity: 0.99;
}

/* ------------------------- Loads fonts ------------------------- */
@font-face {
    font-family: 'HelveticaNeue';
    src: url("../fonts/HelveticaNeue.eot");
    src: local("HelveticaNeue"), url("../fonts/HelveticaNeue.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue.woff") format("woff"), url("../fonts/HelveticaNeue.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url("../fonts/HelveticaNeue-Bold.eot");
    src: local("HelveticaNeue Bold"), url("../fonts/HelveticaNeue-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Bold.woff") format("woff"), url("../fonts/HelveticaNeue-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url("../fonts/Helvetica-Thin.eot");
    src: local("HelveticaNeue Thin"), url("../fonts/Helvetica-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica-Thin.woff") format("woff"), url("../fonts/Helvetica-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url("../fonts/HelveticaNeue-Light.eot");
    src: local("HelveticaNeue Light"), url("../fonts/HelveticaNeue-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Light.woff") format("woff"), url("../fonts/HelveticaNeue-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url("../fonts/HelveticaNeue-Medium.eot");
    src: local("HelveticaNeue Medium"), url("../fonts/HelveticaNeue-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Medium.woff") format("woff"), url("../fonts/HelveticaNeue-Medium.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "MyriadProLight";
    src: url("../fonts/MyriadProLight.eot"); /* IE9 Compat Modes */
    src: url("../fonts/MyriadProLight.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/MyriadProLight.otf") format("opentype"), /* Open Type Font */ url("../fonts/MyriadProLight.ttf") format("truetype"), /* Safari, Android, iOS */ url("../fonts/MyriadProLight.woff") format("woff"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

.mmenu, .mmenu body {
    overflow: hidden;
    height: 100%;
    position: fixed;
    z-index: 1;
    width: 100%;
}

.med-middle__container {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 30px;
}

@media screen and (max-width: 1024px) {
    .med-middle__container {
        padding: 0 20px;
    }
}

@media screen and (max-width: 768px) {
    .med-middle__container {
        padding: 0 15px;
    }
}

.container {
    max-width: 1120px; /* 1140px */
    margin-left: auto;
    margin-right: auto;
}

.container::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 79.99em) {
    .container {
        max-width: 970px;
    }
}

@media (max-width: 63.99em) {
    .container {
        max-width: 760px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 47.99em) {
    .container {
        width: 100%;
    }
}

a {
    color: #00b2ac;
    text-decoration: none;
}

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

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

.text-mute {
    color: #999;
}

.nowrap {
    white-space: nowrap;
}

@media (min-width: 23.4375em) {
    .nowrap--mobile375 {
        white-space: nowrap;
    }
}

@media (min-width: 48em) {
    .nowrap--tablet {
        white-space: nowrap;
    }
}

@media (min-width: 64em) {
    .nowrap--desktop {
        white-space: nowrap;
    }
}

@media (min-width: 80em) {
    .nowrap--wide {
        white-space: nowrap;
    }
}

.lh0 {
    line-height: 0 !important;
}

.lh01em {
    line-height: 0.1em !important;
}

.form__line {
    margin-bottom: 20px;
    position: relative;
    margin-top: 0;
}

.form__line--double {
    margin-bottom: 40px;
}

.form__select-wrapper {
    position: relative;
}
#select-city ~ .select2-container--open .select2-results__option:first-child,
#select-city ~ .select2-container--open .select2-results__option:nth-child(2) {
    font-weight: 600;
}
.form__select-wrapper select.error ~ .select2-container {
    margin-bottom: 40px;
}
.form__select-wrapper select.error + label.error {
    position: absolute;
    bottom: -20px;
    left: 0;
    height: 20px;
}

h1, .h1, h2, h3, h4 {
    margin-top: 0;
    line-height: 1;
    font-weight: normal;
}

.content-entry h1 {
    font-size: 39px;
    color: #00abaa;
    margin-top: 30px;
    margin-bottom: 1em;
    line-height: 1.2;
    font-weight: bold;
}

@media (max-width: 63.99em) {
    .content-entry h1 {
        font-size: 28px;
    }
}

.content-entry h2 {
    font-size: 24px;
    margin-bottom: 0.5em;
    line-height: 1.2;
    font-weight: 100;
    margin-top: 1.5em;
}

.content-entry .h2-title {
    font-size: 24px;
    margin-bottom: 0.5em;
    line-height: 1.2;
    font-weight: 100;
}

@media (max-width: 48.0625em) {
    .content-entry h2 {
        margin-top: 0;
    }
}

@media (max-width: 48.0625em) {
    .content-entry h3, .content-entry .sect-name {
        margin-top: 0;
    }
}

.content-entry p {
    margin-top: 0;
    margin-bottom: 1.5em;
}

.content-entry ul {
    margin: 15px 0;
    display: block;
    margin-top: 0;
    margin-bottom: 1.5em;
    list-style: url("../img/list.png") outside;
    padding-left: 30px;
}

.content-entry li {
    padding-left: 10px;
    position: relative;
}

.inner_main {
    margin-right: 250px;
}

@media (max-width: 63.99em) {
    .inner_main {
        margin-right: 0;
    }
}

@media (max-width: 48.0625em) {
    .inner_main {
        padding-bottom: 20px;
    }
}

.h2 {
    margin: 0;
    font-weight: 100;
    font-size: 50px;
    line-height: 1.1;
    color: #2f353d;
    text-align: center;
    margin-bottom: 40px;
}

@media (max-width: 79.99em) {
    .h2 {
        font-size: 36px;
        line-height: 1.11;
    }
}

@media (max-width: 63.99em) {
    .h2 {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 18px;
    }
}

@media (max-width: 500px) {
    .h2 {
        text-align: left;
    }

    .h2 br {
        display: none;
    }
}

.h2-mini {
    font-size: 36px;
    margin-bottom: 50px;
}

.h2-caption {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    text-align: center;
    line-height: 1.44;
    margin-bottom: 50px;
}

/* ------------------------- icons ------------------------- */
.icon {
    vertical-align: middle;
    display: inline-block;
    background-image: url("../img/sprite.png") !important;
    background-repeat: no-repeat;
}

.icon:first-child {
    margin-right: 6px;
}

.icon:last-child {
    margin-left: 6px;
}

.question-icon,
.personal-icon,
.question-icon,
.write-icon {
    width: 22px;
    height: 22px;
    background-position: -135px -14px;
}

.personal-icon {
    background-position: -172px -14px;
}

.search-icon {
    width: 26px;
    height: 26px;
    background-position: -81px -136px;
}

.write-icon {
    width: 24px;
    height: 24px;
    background-position: -123px -137px;
}

.stheto-icon {
    width: 24px;
    height: 24px;
    background-position: -160px -137px;
}

.purse-icon {
    width: 24px;
    height: 28px;
    background-position: -200px -137px;
}

.caret-icon {
    width: 20px;
    height: 12px;
    background-position: -15px -136px;
}

.caret-icon-white {
    width: 20px;
    height: 12px;
    background-position: -81px -173px;
}

.caret-up-icon {
    width: 20px;
    height: 12px;
    background-position: -15px -160px;
}

.caret-left-icon {
    width: 10px;
    height: 18px;
    background-position: -50px -136px;
}

.caret-right-icon {
    width: 10px;
    height: 18px;
    background-position: -50px -136px;
}

.caret-left-white-icon {
    width: 10px;
    height: 18px;
    background-position: -50px -165px;
}

.caret-right-white-icon {
    width: 10px;
    height: 18px;
    background-position: -65px -165px;
}

.icon-head,
.icon-middle,
.icon-spine,
.icon-other {
    width: 82px;
    height: 82px;
    margin: 0 !important;
}

.icon-head {
    background-position: -152px -194px;
}

.icon-head:hover {
    background-position: -152px -289px;
}

.icon-middle {
    background-position: -421px -194px;
}

.icon-middle:hover {
    background-position: -421px -289px;
}

.icon-spine {
    background-position: -331px -194px;
}

.icon-spine:hover {
    background-position: -331px -289px;
}

.icon-other {
    background-position: -241px -194px;
}

.icon-other:hover {
    background-position: -241px -289px;
}

.tag-icon {
    height: 21px;
    width: 17px;
    background-position: -206px -13px;
}

.talk-icon {
    height: 25px;
    width: 30px;
    background-position: -10px -14px;
}

.star-icon {
    height: 25px;
    width: 26px;
    background-position: -54px -14px;
}

.star-tear-icon {
    height: 21px;
    width: 18px;
    background-position: -234px -13px;
}

.plus-icon {
    height: 25px;
    width: 25px;
    background-position: -95px -14px;
}

.plus-blue-icon {
    height: 18px;
    width: 18px;
    background-position: -223px -430px;
}

.plus-round-icon {
    height: 25px;
    width: 25px;
    background-position: -261px -13px;
}

.plus-tear-icon {
    height: 21px;
    width: 18px;
    background-position: -206px -13px;
}

.icon-share {
    height: 24px;
    width: 24px;
    background-position: -314px -136px;
}

.icon-print {
    height: 24px;
    width: 24px;
    background-position: -353px -136px;
}

.bolt-icon {
    height: 25px;
    width: 16px;
    background-position: -248px -431px;
}

.time-icon {
    height: 19px;
    width: 18px;
    background-position: -243px -164px;
}

.home-icon {
    height: 18px;
    width: 18px;
    background-position: -270px -164px;
}

.tel-icon {
    height: 20px;
    width: 21px;
    background-position: -239px -137px;
}

.ordr-icon {
    height: 25px;
    width: 25px;
    background: url(../img/order-icon.png) no-repeat !important;
}

.pdf-icon {
    height: 46px;
    width: 40px;
    background-position: -332px -452px;
}

.cloud-icon {
    height: 26px;
    width: 42px;
    background-position: -300px -505px;
}

.bold-big-icon {
    height: 34px;
    width: 26px;
    background-position: -273px -460px;
}

.tear-icon {
    height: 29px;
    width: 20px;
    background-position: -274px -505px;
}

.icon-wrap span {
    vertical-align: middle;
}

.icon-heart {
    width: 55px;
    height: 50px;
    background-position: -396px -136px;
}

table.table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 30px;
}

table.table th {
    background-color: #ecf6f8;
    text-align: center;
    padding: 14px 30px;
    font-size: 14px;
    border: 1px solid #e2eef0;
}

@media (max-width: 48.0625em) {
    table.table th {
        text-align: left;
    }
}

table.table td {
    border: 1px solid #c7c7c7;
    padding: 14px 30px;
    vertical-align: top;
}

.content-table {
    width: 100%;
    overflow: auto;
    position: relative;
    margin-bottom: 30px;
}

@media (max-width: 48.0625em) {
    .content-table {
        margin-bottom: 0;
    }
}

.text-red {
    color: #ff0000;
}

.text-mini {
    font-size: 11px;
}

h2.h2-bold {
    font-weight: bold;
    font-size: 22px;
}

.well {
    background: #e1f1f1;
    padding: 20px;
    padding-top: 1px;
    margin-bottom: 30px;
}

.h2-mini-center {
    margin: 0;
    line-height: 1.33;
    color: #83838f;
    font-size: 24px;
    display: block;
    font-weight: 300;
    text-align: center;
    margin-bottom: 50px;
}

@media (max-width: 63.99em) {
    .h2-mini-center {
        font-size: 22px;
        line-height: 1.27;
    }
}

@media (max-width: 47.99em) {
    .h2-mini-center {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 25px;
    }
}

@media (max-width: 500px) {
    .h2-mini-center {
        text-align: left;
    }

    .h2-mini-center br {
        display: none;
    }
}

ul.ul-check {
    margin: 0;
    margin-bottom: 25px;
    list-style: none;
    padding: 0;
}

ul.ul-check li {
    margin-top: 10px;
    position: relative;
    padding-left: 30px;
}

ul.ul-check li:before {
    content: "";
    display: block;
    width: 12px;
    height: 10px;
    background: url("../img/check-i-n.svg") no-repeat;
    position: absolute;
    left: 0;
    top: 0.5em;
}

ul.ul-check li:first-child {
    margin-top: 0;
}

ul.ul-check li ul {
    margin: 0;
    list-style: none;
    padding: 0;
    font-size: 12px;
    line-height: 1.25;
    color: #83838f;
    margin-top: 10px;
}

ul.ul-check li ul li {
    margin-top: 5px;
    padding-left: 20px;
}

ul.ul-check li ul li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 50%;
    background: #ff2a63;
    left: 0;
    top: 0.4em;
}

.btn {
    border: none;
    background-color: #00b2ac;
    text-align: center;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    height: 46px;
    line-height: 1;
    padding: 14px 36px;
    border-radius: 23px;
    -webkit-transition: .2s;
    transition: .2s;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.btn:hover, .btn:focus {
    background-color: #179796;
    color: #fff;
}

.btn:active {
    background-color: #05746e;
    color: #fff;
}

.btn-block {
    width: 100%;
}

.btn-yellow {
    background-color: #fdd615;
    color: #2f353d;
    font-weight: 600;
}

.btn-yellow:hover, .btn-yellow:focus {
    background-color: #fee361;
    color: #2f353d;
}

.btn-yellow:active {
    background-color: #fdc115;
}

.btn-yellow[disabled]:hover {
    background-color: #fdd615;
}

.btn-stroke {
    background-color: transparent;
    color: #FFF;
    border: 2px solid #FFF;
    padding-top: 12px;
}

.btn-stroke:hover, .btn-stroke:focus {
    background-color: #fff;
    color: inherit;
}

.btn-stroke:active {
    background-color: #fff;
}

.btn-mini {
    font-weight: normal;
    font-size: 16px;
    height: 40px;
    border-radius: 20px;
    padding: 12px 36px;
}

.btn-buy {
    font-size: 21px;
    font-weight: bold;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 46px;
}

.btn--hotline {
    background-color: #FFF;
    color: #ff0000;
    position: relative;
    padding-left: 45px;
}

.btn--hotline:hover {
    background-color: #fff;
    color: #222328;
}

.btn--hotline:before {
    content: "";
    position: absolute;
    width: 19px;
    height: 25px;
    background: url("../img/flame.svg") no-repeat;
    left: 15px;
    top: 50%;
    margin-top: -15px;
}

@media (max-width: 47.99em) {
    .btn--hotline {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 10px;
    }

    .btn--hotline:before {
        display: none;
    }
}

.btn--none {
    background-color: transparent;
    color: #fff;
}

@media (max-width: 47.99em) {
    .btn--none {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 10px;
    }
}

.btn--help {
    background-color: #ff2a63;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 2px white;
    box-shadow: inset 0 0 0 2px white;
    position: relative;
    padding-left: 50px;
}

.btn--help:hover {
    background-color: #ff2a63;
    color: #fff;
}

.btn--help:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 19px;
    background: none;
    left: 0;
    top: 0;
    margin-top: 0;
}

@media (max-width: 47.99em) {
    .btn--help {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }

    .btn--help:before {
        display: none;
    }
}

.btn[disabled] {
    opacity: .5;
    cursor: not-allowed;
}

.btn[disabled] {
    opacity: .5;
}

.form-control {
    -webkit-appearance: none;
    display: block;
    line-height: 1;
    border-radius: 8px;
    background-color: #ffffff;
    border: solid 1px #b9b9b9;
    font-size: 16px;
    font-weight: normal;
    color: #222328;
    width: 100%;
    padding: 12px 20px;
    outline: 0;
    height: 46px;
}

.form-control:focus {
    border-color: #00b2ac;
}

.form-control[disabled] {
    background-color: #e8e8e8;
    cursor: not-allowed;
    opacity: .5;
}

.form-control[disabled]:hover {
    border-color: #b9b9b9;
}

.form-control-nb {
    border: 0;
}

textarea.form-control {
    height: auto;
    resize: vertical;
}

.form-control-auto {
    width: auto;
    display: inline-block;
}

.form-control-error {
    border-color: #f15553;
}

.form-checkbox a, .form-radio a {
    text-decoration: none;
}

.form-checkbox input[type=checkbox], .form-checkbox input[type=radio], .form-radio input[type=checkbox], .form-radio input[type=radio] {
    display: none;
}

.form-checkbox label, .form-radio label {
    display: block;
    padding-left: 30px;
    position: relative;
    line-height: 1.3;
    padding-top: 4px;
    padding-bottom: 3px;
    cursor: pointer;
}

.form-checkbox input[type="checkbox"] + label:before, .form-checkbox input[type="radio"] + label:before, .form-radio input[type="checkbox"] + label:before, .form-radio input[type="radio"] + label:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #00b2ac;
    background: #FFF;
    left: 0;
    top: 3px;
    cursor: pointer;
}

.form-checkbox input[type="checkbox"]:checked + label:before, .form-checkbox input[type="radio"]:checked + label:before, .form-radio input[type="checkbox"]:checked + label:before, .form-radio input[type="radio"]:checked + label:before {
    background: #00b2ac;
}

.form-checkbox input[type="checkbox"]:checked + label:after, .form-radio input[type="checkbox"]:checked + label:after {
    content: "";
    position: absolute;
    background: url("../img/check.svg") no-repeat;
    width: 11px;
    height: 8px;
    left: 6px;
    top: 10px;
    cursor: pointer;
}

.toggle {
    background-color: #ffffff;
    border-radius: 40px;
    border: solid 1px #00b2ac;
    overflow: hidden;
    display: block;
}

.toggle__item {
    font-size: 16px;
    text-align: center;
    color: #00b2ac;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    float: left;
    width: 50%;
}

.toggle__item:hover {
    color: #05746e;
}

.toggle__item--active {
    background: #00b2ac;
    color: #fff;
    border-radius: 40px;
    -webkit-box-shadow: 0 0 0 1px #00b2ac;
    box-shadow: 0 0 0 1px #00b2ac;
}

.toggle__item--active:hover {
    color: #FFF;
}

.toggle--yellow {
    border: solid 1px #fdd615;
}

.toggle--yellow .toggle__item {
    color: #222328;
}

.toggle--yellow .toggle__item:hover {
    color: #222328;
}

.toggle--yellow .toggle__item--active {
    background: #fdd615;
    color: #222328;
    -webkit-box-shadow: 0 0 0 1px #fdd615;
    box-shadow: 0 0 0 1px #fdd615;
}

.toggle--disabled {
    opacity: .5;
    border-color: #c4c4c4;
    position: relative;
}

.toggle--disabled .toggle__item {
    color: #2f353d;
}

.toggle--disabled .toggle__item--active {
    background: #c4c4c4;
    -webkit-box-shadow: 0 0 0 1px #c4c4c4;
    box-shadow: 0 0 0 1px #c4c4c4;
    color: #fff;
}

.toggle--disabled:after {
    content: "";
    position: absolute;
    cursor: not-allowed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.checkbox {
    position: relative;
}

.checkbox label {
    display: block;
    padding-left: 35px;
    cursor: pointer;
    line-height: 25px;
}

.checkbox input {
    display: none;
}

.checkbox input[type="checkbox"] + span:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background: url("../img/sprite.png") -153px -499px no-repeat;
}

.checkbox input[type="checkbox"]:checked + span:before {
    background-position: -153px -436px;
}

.lk-choose-time .input-calendar {
    padding: 0;
    margin: 0;
    width: 50%;
}

.form__line.line__flex .select2 {
    max-width: 50%;
}

.price-badge {
    color: #fff;
    white-space: nowrap;
    font-size: 24px;
    background: #43d0c9;
    height: 32px;
    line-height: 32px;
    padding-left: 15px;
    padding-right: 5px;
    display: inline-block;
    position: relative;
    border-radius: 4px 0 0 4px;
    margin-right: 16px;
}

.price-badge a {
    color: #FFF !important;
}

.price-badge i {
    font-style: normal;
    position: relative;
}

.price-badge .pb-co {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 16px;
    overflow: hidden;
}

.price-badge .pb-co:before {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    background: #43d0c9;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -22px;
}

a.js-lk-link.select__time {
    border-radius: 10px;
    background-color: #fdd615;
    color: #000;
    padding: 13px 7px;
    white-space: nowrap;
}

.services {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #FFF;
    border-top: 1px solid #ffdc19;
    border-bottom: 1px solid #ffdc19;
    padding: 40px 15px 0;
    display: none;
    z-index: 10;
}

@media (max-width: 63.99em) {
    .services {
        display: none;
    }
}

.services__row::after {
    content: "";
    display: table;
    clear: both;
}

.services__col-1 {
    width: 70%;
    padding-right: 30px;
    float: left;
    border-right: 1px solid #e1e4e6;
}

.services__col-2 {
    width: 30%;
    padding-left: 30px;
    float: left;
}

.services__input {
    margin-bottom: 15px;
}

.search_title {
    margin: 0;
    line-height: 1.33;
    color: #83838f;
    font-size: 18px;
    display: block;
    font-weight: normal;
    margin-bottom: 8px;
}

.services__list {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 33.333%;
}

.services__list li {
    padding: 8px 25px 8px 0;
}

.services__list a {
    text-decoration: none;
    display: block;
    font-size: 18px;
    line-height: 1.2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.services__list a:hover {
    text-decoration: underline;
    color: #42454f;
}

.services__close {
    background: url("../img/close2.svg") no-repeat;
    background-size: 100%;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #fff !important;
}

.logo-fix {
    background: url("../img/logo2.svg") no-repeat;
    background-size: 100%;
    width: 140px;
    height: 35px;
    float: left;
    margin-top: 13px;
    display: none;
}

.is-sticky .logo-fix {
    display: block;
}

.to_mobile {
    position: fixed;
    background-color: rgba(0, 178, 172, 1);
    left: 0;
    top: 46px;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: none;
    -webkit-overflow-scrolling: touch;
    color: #fff;
}

.to-mobile-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 30px;
    overflow: auto;
}

.to_mobile--open {
    display: block;
}

/*.mmenu-blocker {
  background: rgba(3,2,1,0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  display: none;
  .mmenu & {
    display: block;
  }
}*/
.mobile_nav__list {
    margin-bottom: 20px;
}

.mobile_nav__list a {
    display: block;
    font-size: 18px;
    padding: 14px 0;
    border-bottom: 1px solid #00abae;
    color: #fff;
    line-height: 1;
    text-decoration: none;
    font-weight: bold;
}

.mobile-btns {
    margin-bottom: 20px;
}

.mobile-btns::after {
    content: "";
    display: table;
    clear: both;
}

.callback-btn, .callback-btn1, .callback-btn2 {
    width: 120px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.12);
    text-align: center;
    font-size: 12px;
    display: block;
    line-height: 40px;
    border-radius: 5px;
}

.callback-btn {
    display: inline-block;
}

.callback-btn1 {
    float: left;
}

.callback-btn1 {
    float: right;
}

.mobile__phone {
    text-align: center;
}

.mobile__phone-title {
    margin-bottom: 7px;
}

.mobile-panel__head {
    position: fixed;
    left: 0;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    top: 50px;
}

.mobile-panel__up {
    position: absolute;
    right: 15px;
    top: 7px;
    width: 34px;
    height: 34px;
    background: url("../img/levelup-ico.svg") no-repeat 50% 50%;
    background-size: 50%;
    display: none;
}

@media (max-width: 47.99em) {
    .mobile-panel__up {
        display: block;
    }
}

.mobile-panel__header {
    font-weight: bold;
    line-height: 1;
    margin-top: 14px;
    font-size: 18px;
    border-bottom: 1px solid #009da0;
    padding-bottom: 14px;
}

.mobile-panel__header-nb {
    border-color: transparent;
}

.mobile-panel__list {
    position: absolute;
    bottom: 20px;
    top: 67px;
    left: 30px;
    right: 15px;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 15px;
}

.mobile-panel__list-title {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 15px;
    margin-top: 20px;
}

.mobile-panel__list-nav {
    padding-bottom: 30px;
}

.mobile-panel__list-nav a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 7px 0;
    font-weight: bold;
    line-height: 1.3;
}

.callback_text {
    text-align: center;
    margin-bottom: 10px;
}

.mobile-panel__toggle {
    position: absolute;
    right: 30px;
    top: 7px;
    width: 136px;
}

@media (max-width: 47.99em) {
    .mobile-panel__toggle {
        right: 55px;
    }
}

.mobile-panel__toggle .toggle {
    border: solid 1px #08756f;
    background: transparent;
}

.mobile-panel__toggle .toggle__item {
    font-size: 10px;
    height: 32px;
    line-height: 32px;
    color: #fff;
}

.mobile-panel__toggle .toggle__item--active {
    background: #08756f;
    -webkit-box-shadow: 0 0 0 1px #08756f;
    box-shadow: 0 0 0 1px #08756f;
}

.form-control-mobile {
    border: solid 1px #08756f;
    border-radius: 40px;
    font-size: 12px;
    margin-bottom: 10px;
}

.search_title-mobile {
    color: #fff;
}

.services__list-mobile {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.services__list-mobile a {
    padding: 5px 0;
    text-decoration: none;
    display: block;
    font-size: 16px;
    line-height: 1.2;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
}

.main-slider {
    position: relative;
}

.main-slider .container {
    position: relative;
}

.slider {
    overflow: hidden;
    height: 450px;
}

.slider__item {
    height: 450px;
    background-color: #e5eef4;
    background-position: 50% 0;
    outline: 0;
}

.slider--desktop {
    display: none;
}

@media (min-width: 64em) {
    .slider--desktop {
        display: block;
    }
}

.slider--tablet {
    display: none;
}

@media (min-width: 48em) and (max-width: 63.99em) {
    .slider--tablet {
        display: block;
    }
}

.slider--mobile {
    display: block;
}

@media (min-width: 48em) {
    .slider--mobile {
        display: none;
    }
}

.slider--mobile .slider__item {
    background-position: 50% 0;
    outline: 0;
}

@media (max-width: 79.99em) {
    .slider--mobile .slider__item {
        background-position: 50% 0;
    }
}

@media (max-width: 63.99em) {
    .slider--mobile .slider__item {
        background-position: 50% 0;
    }
}

.slider__inner {
    position: relative;
}

.slider__caption {
    padding-top: 30px;
}

.slider__caption h2 {
    font-weight: bold;
    font-size: 56px;
    margin: 0;
    line-height: 1;
    margin-bottom: 20px;
    margin-left: 70px;
}

@media (max-width: 47.99em) {
    .slider__caption h2 {
        font-size: 36px;
    }
}

.slider__caption h3 {
    margin: 0;
    margin-top: 50px;
    margin-left: 70px;
    font-weight: 300;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 30px;
}

@media (max-width: 47.99em) {
    .slider__caption h3 {
        font-size: 24px;
    }
}

.slider__caption .btn {
    position: absolute;
    top: 350px;
    left: 70px;
}

@media (max-width: 47.99em) {
    .slider__caption {
        text-align: center;
    }

    .slider__caption h2, .slider__caption h3, .slider__caption .btn {
        margin-left: 0;
        position: static;
    }
}

.slider__arrows .slick-arrow {
    position: absolute;
    top: -250px;
    display: block;
    width: 50px;
    height: 50px;
    z-index: 90;
    text-indent: -9999px;
    border: 0;
    background: url("../img/sprite.png") no-repeat;
    cursor: pointer;
    outline: none;
}

.slider__arrows .slick-prev {
    left: -20px;
    background-position: -10px -74px;
}

.slider__arrows .slick-prev:hover {
    background-position: -249px -74px;
}

@media (max-width: 47.99em) {
    .slider__arrows .slick-prev {
        left: 5px;
    }
}

.slider__arrows .slick-next {
    right: -20px;
    background-position: -192px -74px;
}

.slider__arrows .slick-next:hover {
    background-position: -309px -74px;
}

@media (max-width: 47.99em) {
    .slider__arrows .slick-next {
        right: 5px;
    }
}

.slider__dots {
    position: relative;
}

.slider__dots-container {
    position: relative;
    right: 50%;
    height: 0;
    float: right;
}

.slider__dots .slick-dots {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 0;
    right: -13px;
    top: -50px;
}

.slider__dots .slick-dots--mobile {
    position: relative;
    right: -50%;
}

.slider__dots .slick-dots li {
    margin: 0;
    display: inline-block;
    padding: 5px;
    cursor: pointer;
}

.slider__dots .slick-dots li button {
    z-index: 200;
    text-indent: -9999px;
    background: #686a72;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    outline: 0;
}

.slider__dots li.slick-active button {
    background-color: #eed236;
}

.footer {
   position: relative;
   padding-top: 50px;
   padding-bottom: 50px;
   background-color: #21787c;
   box-shadow: 0px 3px 0px 1px #21787c;
}

.footer::after {
   content: '';
   position: absolute;
   top: calc(100% - 2px);
   left: 0;
   width: 100%;
   height: 5px;
   background-color: inherit;
}

.footer .menu-block ul > li.float ul.without_float {
    float: none !important;
}

.actions-place {
    background-color: #00abaa;
    height: 60px;
    color: #fff;
}

@media (max-width: 47.99em) {
    .actions-place {
        height: auto;
        text-align: center;
    }
}

.actions-place__left {
    float: left;
    padding-top: 14px;
}

@media (max-width: 47.99em) {
    .actions-place__left {
        float: none;
        margin-bottom: 15px;
    }
}

.action-link {
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    display: inline-block;
    margin-left: 20px;
}

.action-link:first-child {
    margin-left: 0;
}

@media (max-width: 79.99em) {
    .action-link {
        font-size: 14px;
    }
}

.action-link:hover {
    color: #fff;
}

.action-link__name {
    vertical-align: middle;
}

@media (max-width: 63.99em) {
    .action-link__name {
        display: none;
    }
}

.action-link__icon {
    display: inline-block;
    background: url("../img/sprite.png") no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

.talk-icon {
    height: 25px;
    width: 30px;
    background-position: -10px -14px;
}

.star-icon {
    height: 25px;
    width: 26px;
    background-position: -54px -14px;
}

.tel-icon {
    background: url("../img/button-tel.png") no-repeat;
    width: 26px;
    height: 26px;
}

.ordr-icon {
    height: 25px;
    width: 25px;
    background: url("../img/order-icon.png") no-repeat;
}

.actions-place__right {
    float: right;
    padding-top: 8px;
}

@media (max-width: 47.99em) {
    .actions-place__right {
        float: none;
        margin-bottom: 15px;
    }
}

.plus-icon {
    height: 25px;
    width: 25px;
    background-position: -95px -14px;
}

.action-link--red {
    background: #e95f65;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 8px 12px 8px 13px;
    line-height: 1;
    height: 45px;
}

.action-link--red:hover {
    color: #fff;
}

@media (max-width: 79.99em) {
    .action-link--red .action-link__name {
        display: inline-block;
    }
}

.actions-place__wrap::after {
    content: "";
    display: table;
    clear: both;
}

.footer__wrap::after {
    content: "";
    display: table;
    clear: both;
}

.footer a {
    text-decoration: none;
}

.footer .menu-block {
    float: left;
}

.footer .menu-block ul {
    padding: 0;
    vertical-align: top;
    list-style-type: none;
    display: block;
    float: left;
    margin: 0;
}

.footer .menu-block ul + ul {
    margin-left: 20px;
}

.footer .menu-block ul > li {
    padding: 0;
    margin-top: 23px;
}

.footer .menu-block ul > li.float {
    float: left;
    margin-top: 0;
    width: 140px;
}

.footer .menu-block ul > li.float ul {
    float: left;
}

.footer .menu-block ul > li > a {
    color: #e6ebf5;
    font-size: 17px;
    line-height: 1.1;
    display: block;
    text-decoration: none;
    max-width: 140px;
}

.footer .menu-block ul > li > a:hover {
    color: #fff;
}

.footer .menu-block ul > li:first-child {
    margin-top: 0;
}

.footer .menu-block ul > li ul {
    min-width: 140px;
    max-width: 140px;
    margin-top: 20px;
    float: left;
}

.footer .menu-block ul > li li {
    padding: 0;
    margin-bottom: 10px;
}

.footer .menu-block ul > li li:first-child {
    margin-top: 0;
}

.footer .menu-block ul > li li a {
    font-size: 13px;
    color: #00abaa;
    line-height: 1.1;
    text-decoration: none;
}

.footer .menu-block ul > li li a:hover {
    color: #eec210;
}

.footer .meta-block {
    float: right;
}

@media (max-width: 63.99em) {
    .footer .meta-block {
        float: none;
        clear: both;
        text-align: center;
        padding-top: 30px;
    }
}

@media (max-width: 47.99em) {
    .footer .meta-block {
        padding-top: 0;
    }
}

.footer .meta-block .support {
    color: #42454f;
    font-size: 14px;
    margin-bottom: 30px;
}

.footer .meta-block .support span,
.footer .meta-block .support a {
    display: block;
    margin-top: 8px;
    line-height: 1;
    font-size: 30px;
    color: #e6ebf5;
}

.footer .meta-block .join-us {
    color: #42454f;
    font-size: 14px;
}

.footer .meta-block .join-us .socials {
    margin-top: 10px;
}

.footer .meta-block .socials a {
    width: 36px;
    height: 36px;
    display: inline-block;
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
    -webkit-transition: none !important;
    transition: none !important;
}

.footer .meta-block .socials a + a {
    margin-left: 16px;
}

@media screen and (min-width: 1024px) {
    .footer .meta-block .med-join-us .socials a + a {
        margin-left: 0;
    } 
}

.footer .meta-block .socials .ok {
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 48C37.2548 48 48 37.2548 48 24C48 10.7452 37.2548 0 24 0C10.7452 0 0 10.7452 0 24C0 37.2548 10.7452 48 24 48Z' fill='%2342454F'/%3E%3Cpath d='M23.5465 11C20.5886 11 18.1504 13.3983 18.1504 16.3961C18.1504 19.354 20.5487 21.7923 23.5465 21.7923C26.5444 21.7923 28.9426 19.394 28.9426 16.3961C28.9426 13.3983 26.5044 11 23.5465 11ZM23.5465 18.1948C22.5472 18.1948 21.7478 17.3954 21.7478 16.3961C21.7478 15.3968 22.5472 14.5974 23.5465 14.5974C24.5458 14.5974 25.3452 15.3968 25.3452 16.3961C25.3452 17.3954 24.5458 18.1948 23.5465 18.1948Z' fill='%2321787C'/%3E%3Cpath d='M30.1839 25.4298C28.8249 26.1893 27.346 26.7089 25.867 26.9487L30.064 32.105C30.5437 32.7046 30.6636 33.544 30.2239 34.1835C29.5444 35.2228 28.1054 35.2628 27.3859 34.3434L23.5087 29.5868L19.6715 34.3434C19.3117 34.7831 18.8321 34.983 18.3124 34.983C17.7928 34.983 17.2732 34.7431 16.9134 34.2635C16.4738 33.6639 16.5137 32.6646 16.9934 32.0651L21.1504 26.8688C19.6715 26.589 18.1925 26.1093 16.8735 25.3499C16.0341 24.8702 15.7543 23.831 16.2339 22.9516C16.7136 22.1122 17.7928 21.8324 18.6322 22.3121C21.67 24.0308 25.4673 24.0308 28.5451 22.352C29.3845 21.8724 30.4637 22.1921 30.9034 23.0315C31.3431 23.9109 31.0233 24.9502 30.1839 25.4298Z' fill='%2321787C'/%3E%3C/svg%3E");
}
.footer .meta-block .socials .ok:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 48C37.2548 48 48 37.2548 48 24C48 10.7452 37.2548 0 24 0C10.7452 0 0 10.7452 0 24C0 37.2548 10.7452 48 24 48Z' fill='%23FDD615'/%3E%3Cpath d='M23.5465 11C20.5886 11 18.1504 13.3983 18.1504 16.3961C18.1504 19.354 20.5487 21.7923 23.5465 21.7923C26.5444 21.7923 28.9426 19.394 28.9426 16.3961C28.9426 13.3983 26.5044 11 23.5465 11ZM23.5465 18.1948C22.5472 18.1948 21.7478 17.3954 21.7478 16.3961C21.7478 15.3968 22.5472 14.5974 23.5465 14.5974C24.5458 14.5974 25.3452 15.3968 25.3452 16.3961C25.3452 17.3954 24.5458 18.1948 23.5465 18.1948Z' fill='%2321787C'/%3E%3Cpath d='M30.1839 25.4298C28.8249 26.1893 27.346 26.7089 25.867 26.9487L30.064 32.105C30.5437 32.7046 30.6636 33.544 30.2239 34.1835C29.5444 35.2228 28.1054 35.2628 27.3859 34.3434L23.5087 29.5868L19.6715 34.3434C19.3117 34.7831 18.8321 34.983 18.3124 34.983C17.7928 34.983 17.2732 34.7431 16.9134 34.2635C16.4738 33.6639 16.5137 32.6646 16.9934 32.0651L21.1504 26.8688C19.6715 26.589 18.1925 26.1093 16.8735 25.3499C16.0341 24.8702 15.7543 23.831 16.2339 22.9516C16.7136 22.1122 17.7928 21.8324 18.6322 22.3121C21.67 24.0308 25.4673 24.0308 28.5451 22.352C29.3845 21.8724 30.4637 22.1921 30.9034 23.0315C31.3431 23.9109 31.0233 24.9502 30.1839 25.4298Z' fill='%2321787C'/%3E%3C/svg%3E%0A");
}
.footer .meta-block .socials .tg {
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 36C27.9411 36 36 27.9411 36 18C36 8.05887 27.9411 0 18 0C8.05887 0 0 8.05887 0 18C0 27.9411 8.05887 36 18 36Z' fill='%2342454F'/%3E%3Cpath d='M24.6987 11.1155L21.9824 23.8445C21.7775 24.7429 21.2431 24.9665 20.4836 24.5433L16.3448 21.5128L14.3478 23.4213C14.1268 23.6409 13.942 23.8246 13.5161 23.8246L13.8134 19.6361L21.4841 12.7486C21.8177 12.4532 21.4118 12.2894 20.9658 12.5849L11.4828 18.5182L7.4003 17.2485C6.51227 16.973 6.49619 16.3661 7.58513 15.9428L23.5535 9.82988C24.2929 9.5544 24.9398 9.9936 24.6987 11.1155Z' fill='%2321787C'/%3E%3C/svg%3E%0A");
}
.footer .meta-block .socials .tg:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 36C27.9411 36 36 27.9411 36 18C36 8.05887 27.9411 0 18 0C8.05887 0 0 8.05887 0 18C0 27.9411 8.05887 36 18 36Z' fill='%23FDD615'/%3E%3Cpath d='M24.6987 11.1155L21.9824 23.8445C21.7775 24.7429 21.2431 24.9665 20.4836 24.5433L16.3448 21.5128L14.3478 23.4213C14.1268 23.6409 13.942 23.8246 13.5161 23.8246L13.8134 19.6361L21.4841 12.7486C21.8177 12.4532 21.4118 12.2894 20.9658 12.5849L11.4828 18.5182L7.4003 17.2485C6.51227 16.973 6.49619 16.3661 7.58513 15.9428L23.5535 9.82988C24.2929 9.5544 24.9398 9.9936 24.6987 11.1155Z' fill='%2321787C'/%3E%3C/svg%3E%0A");
}

.footer .meta-block .socials .fb {
    background-position: -7px -382px;
}

.footer .meta-block .socials .fb:hover {
    background-position: -47px -382px;
}

.footer .meta-block .socials .vk {
    background-position: -248px -382px;
}

.footer .meta-block .socials .vk:hover {
    background-position: -288px -382px;
}

.footer .meta-block .socials .youtube {
    background-position: -167px -382px;
}

.footer .meta-block .socials .youtube:hover {
    background-position: -207px -382px;
}

.footer .meta-block .socials .tw {
    background-position: -88px -382px;
}

.footer .meta-block .socials .tw:hover {
    background-position: -128px -382px;
}

.footer .menu-block {
    float: left;
}

@media (max-width: 47.99em) {
    .footer .menu-block {
        display: none;
    }
}

.bottom-link-contacts {
    color: #42454f;
    font-weight: bold;
}

.bottom-link-sitemap {
    color: inherit;
    text-decoration: none;
}

.bottom-link-sitemap:hover {
    color: inherit;
    text-decoration: underline;
}

.copyright-area {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
}

.actions-place--2 {
    padding: 10px 0;
}

.actions-place--2 .actions-place__left {
    padding: 0;
    margin: 0;
}

.actions-place--2 .actions-place__right {
    padding: 0;
    margin: 0;
}

.pagination-area {
    text-align: center;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #e4eff1;
    padding-bottom: 30px;
}
.pagination-area .content-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination-area .content-pagination a,
.pagination-area .content-pagination span {
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 34px;
    border-radius: 50%;
    font-size: 21px;
    color: #42454f;
    font-family: 'HelveticaNeue', 'Helvetica Neue', sans-serif;
    line-height: 38px;
    text-decoration: none;
}
.pagination-area .content-pagination .current {
    color: #42454f;
    background-color: #ffdc19;
}
.pagination-area .content-pagination .next,
.pagination-area .content-pagination .prev {
    width: 32px;
    height: 32px;
    margin-left: 0;
    margin-top: 0;
    background: url('/local/templates/medsi/img/sprite.png') no-repeat;
}
.pagination-area .content-pagination .next {
    background-position: -487px -73px;
}
.pagination-area .content-pagination .next:hover {
    background-position: -408px -73px;
}
.pagination-area .content-pagination .prev {
    background-position: -451px -73px;
}
.pagination-area .content-pagination .prev:hover {
    background-position: -369px -73px;
}

.s-hero {
    height: 260px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #00b5af;
    background-position: 40% 0;
}

@media (max-width: 79.99em) {
    .s-hero {
        background-position: 50% 0;
    }
}

@media (max-width: 47.99em) {
    .s-hero {
        padding-top: 30px;
        padding-bottom: 30px;
        height: auto;
    }
}

.n-hero {
    background-size: auto 100%;
}

@media (max-width: 79.99em) {
    .n-hero {
        background-position: 100% 0;
    }
}

.hero__title {
    margin: 0;
    font-size: 45px;
    font-weight: bold;
    line-height: 1.11;
    color: #FFF;
    margin-bottom: 20px;
}

@media (max-width: 47.99em) {
    .hero__title {
        font-size: 32px;
        line-height: 1.13;
    }
}

.info-point.point-clinic.active {
    background: #E6F4F5;
}

.subdomen .page-banner {
    height: auto;
    background-size: contain;
}

.hero__caption {
    margin: 0;
    line-height: 1.3;
    color: #FFF;
    font-size: 26px;
    display: block;
}

@media (max-width: 79.99em) {
    .hero__caption {
        font-size: 22px;
        line-height: 1.2;
    }
}

@media (max-width: 47.99em) {
    .hero__caption {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 30px;
    }
}

.breadcrumbs {
    padding: 20px 0;
    border-bottom: 1px solid #e2eef0;
}

@media (max-width: 1023px) {
    .breadcrumbs {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.brcr {
    font-size: 14px;
    color: #6d7079;
}

.brcr__home {
    display: inline-block;
    background: url("../img/sprite.png") no-repeat;
    vertical-align: middle;
    height: 26px;
    width: 25px;
    background-position: -261px -13px;
}

.brcr__link {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    padding-left: 10px;
}

.brcr__link:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: -10px;
    top: -1px;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #b4bcc1;
}

.share_page {
    float: right;
}

.half_slider {
    overflow: hidden;
    background-color: #ecf6f8;
}

.half_slider__desktop {
    display: none;
}

@media (min-width: 75em) {
    .half_slider__desktop {
        display: block;
    }
}

.half_slider__mobile {
    display: block;
}

@media (min-width: 75em) {
    .half_slider__mobile {
        display: none;
    }
}

.half_slider__item {
    min-height: 370px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 0;
    padding: 30px;
    outline: none;
}

.half_slider__item-bg-375--dark {
    display: none;
}

@media (max-width: 23.4275em) {
    .half_slider__item-bg-375--dark {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #000;
    }
}

.half_slider__title {
    position: relative;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    width: 60%;
    margin-bottom: 20px;
}

.sale__title__turquoise {
    font-size: 29px;
    line-height: 1.3;
    color: #00b2ac;
    margin-bottom: 15px;
}

.half_slider__details {
    position: absolute;
    bottom: 30px;
}

.half_slider__nav {
    position: absolute;
    right: 47px;
    bottom: 36px;
    color: #fff;
}

.half_slider__nav .slick-arrow {
    width: 32px;
    height: 32px;
    border: 0;
    background: url("../img/sprite.png") no-repeat;
    cursor: pointer;
    outline: none;
    display: inline-block;
    text-indent: -9999px;
}

.half_slider__nav .slick-next {
    background-position: -561px -73px;
}

.half_slider__nav .slick-next:hover {
    background-position: -408px -73px;
}

.half_slider__nav .slick-prev {
    background-position: -527px -73px;
}

.half_slider__nav .slick-prev:hover {
    background-position: -368px -73px;
}

.half_slider__mobile .half_slider__nav {
    color: #232323;
    left: 195px;
}

.half_slider__mobile .half_slider__nav .slick-prev {
    background-position: -451px -73px;
}

.half_slider__mobile .half_slider__nav .slick-next {
    background-position: -488px -73px;
}

.half_slider__count {
    display: inline-block;
    padding: 0 10px;
}

.half_slider--2 .half_slider__title {
    color: #00abaa;
}

.half_slider--2 .half_slider__nav {
    color: #42454f;
}

.half_slider--2 .half_slider__nav .slick-next {
    background-position: -561px -38px;
}

.half_slider--2 .half_slider__nav .slick-next:hover {
    background-position: -408px -73px;
}

.half_slider--2 .half_slider__nav .slick-prev {
    background-position: -527px -38px;
}

.half_slider--2 .half_slider__nav .slick-prev:hover {
    background-position: -368px -73px;
}

.slider_header {
    background-color: #00abaa;
    color: #fff;
    font-size: 29px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 15px;
}

.slider_header__table {
    line-height: 1;
    display: table;
    width: 100%;
    padding: 15px 0;
}

.slider_header__table span {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.slider_header--dark {
    background: #21787c;
}

.sidebar {
    float: right;
    width: 200px;
    padding-top: 66px;
}

@media (max-width: 63.99em) {
    .sidebar {
        display: none;
    }
}

.side_nav {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: block;
}

.side_nav__link {
    display: block;
    padding: 15px 15px;
    padding-left: 55px;
    position: relative;
    background: #00abaa;
    color: #fff;
    line-height: 1.2;
    border-top: 1px solid #94dcdc;
}

.side_nav__link:first-child {
    border-top: 0;
}

.side_nav__link:before {
    content: "";
    position: absolute;
    left: 15px;
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
}

.side_nav__link:hover {
    color: #fff;
    background-color: #00c4c3;
}

.side_nav__link--program {
    color: #42454f;
    background-color: #ffdc19;
    -webkit-transition: .2s;
    transition: .2s;
}

.side_nav__link--program:before {
    width: 24px;
    height: 24px;
    background-position: -123px -137px;
    top: 20px;
}

.side_nav__link--program:hover {
    background-color: #fee361;
    color: #42454f;
}

.side_nav__link--find:before {
    width: 24px;
    height: 24px;
    background-position: -160px -137px;
}

.side_nav__link--tel {
    font-size: 21px;
    padding-left: 15px;
    font-weight: 600;
}

.side_nav__link--tel:before {
    display: none;
}

.doctors {
    margin-bottom: 50px;
}

.doc_block {
    outline: none;
    padding: 10px;
}

.doc_block__photo {
    margin-bottom: 20px;
    position: relative;
    overflow: visible;
}
.doc_block__photo img {
    display: block;
    width: 100%;
}

.news-list_new .doc_block__photo img {
    display: block;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-top: -10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.doc_block__overlay {
    display: flex;
    flex-direction: row;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
}

.doc_block__photo:hover .doc_block__overlay {
    opacity: 1;
}

.doc_block__overlay .btn {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
}

.doc_block__name {
    font-size: 21px;
    margin-bottom: 20px;
    font-weight: bold;
}

.doc_block__role {
    color: #abadb3;
    font-size: 14px;
    margin-bottom: 10px;
}

.doc_block__role2 {
    color: #70707a;
    font-size: 12px;
    margin-bottom: 20px;
}

.doc_block__place {
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    display: block;
}

.doc_block__place:before {
    content: "";
    background: url("../img/sprite.png") no-repeat;
    position: absolute;
    height: 21px;
    width: 18px;
    background-position: -206px -13px;
    left: 0;
}

.doc_block__wrap {
    margin-left: auto;
    margin-right: auto;
}

.doc_carousel .slick-arrow {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    z-index: 90;
    text-indent: -9999px;
    border: 0;
    background: url("../img/sprite.png") no-repeat;
    cursor: pointer;
    outline: none;
    top: 20%;
}

.doc_carousel .slick-prev {
    left: -25px;
    background-position: -70px -74px;
}

.doc_carousel .slick-prev:hover {
    background-position: -249px -74px;
}

@media (max-width: 47.99em) {
    .doc_carousel .slick-prev {
        left: 0;
    }
}

.doc_carousel .slick-next {
    right: -25px;
    background-position: -133px -74px;
}

.doc_carousel .slick-next:hover {
    background-position: -309px -74px;
}

@media (max-width: 47.99em) {
    .doc_carousel .slick-next {
        right: 0;
    }
}

@media (max-width: 79.99em) {
    .doc_carousel {
        padding-left: 0;
        padding-right: 0;
    }
}

.twosliders {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.twosliders__row::after {
    content: "";
    display: table;
    clear: both;
}

.twosliders__col {
    width: 50%;
    float: left;
}

@media (max-width: 47.99em) {
    .twosliders__col {
        width: 100%;
    }
}

.ourservices__row::after {
    content: "";
    display: table;
    clear: both;
}

.ourservices__col {
    float: left;
    width: 50%;
    padding-right: 40px;
}

@media (max-width: 47.99em) {
    .ourservices__col {
        width: 100%;
        padding-right: 0;
    }
}

.ourservices__link {
    padding: 10px 13px;
    display: inline-block;
}

.ourservices__link span {
    font-size: 21px;
    color: #42454f;
    border-bottom: 1px dotted #42454f;
}

.ourservices__link:hover span {
    color: #eec210;
    border-bottom-color: #eec210;
}

.ourservices__link:before {
    content: "";
    display: inline-block;
    background: url("../img/sprite.png") no-repeat;
    width: 20px;
    height: 18px;
    background-position: -50px -136px;
    position: relative;
    top: 2px;
}

.ourservices__link--active {
    background-color: #ecf6f8;
}

.ourservices__link--active span {
    border-color: transparent;
    color: #eec210;
}

.ourservices__link--active:before {
    background-position: -15px -136px;
    top: 5px;
}

.ourservices__details {
    padding-top: 20px;
    background-color: #ecf6f8;
    display: none;
}

.list-row3 {
    margin-left: 0;
    padding-left: 0;
}

.list-row3::after {
    content: "";
    display: table;
    clear: both;
}

.list-row3 li {
    float: left;
    width: 33.33%;
}

@media (max-width: 47.99em) {
    .list-row3 li {
        width: 100%;
    }
}

.comments {
    margin-bottom: 50px;
}

@media (max-width: 33.75em) {
    .comments {
        margin-bottom: 10px;
    }
}

.comment {
    margin-bottom: 50px;
}

.comment::after {
    content: "";
    display: table;
    clear: both;
}

.comment__left {
    float: left;
    width: 40%;
    padding-right: 40px;
}

@media (max-width: 47.99em) {
    .comment__left {
        width: 100%;
    }
}

.comment__right {
    width: 60%;
    float: left;
}

@media (max-width: 47.99em) {
    .comment__right {
        width: 100%;
    }
}

.comment__date {
    font-size: 14px;
    color: #abadb3;
    margin-bottom: 10px;
    font-style: italic;
}

.comment__name {
    font-size: 21px;
    color: #000;
    margin-bottom: 20px;
}

.comment__place {
    position: relative;
    padding-left: 25px;
    display: block;
    margin-bottom: 8px;
}

.comment__place:before {
    content: "";
    background: url("../img/sprite.png") no-repeat;
    position: absolute;
    height: 21px;
    width: 18px;
    background-position: -206px -13px;
    left: 0;
}

.comment__service {
    color: #abadb3;
    font-size: 14px;
    margin-bottom: 3px;
}

.comment__text {
    color: #6d7079;
    margin-bottom: 15px;
}

.comment__more {
    cursor: pointer;
    color: #00abaa;
    border-bottom: 1px dotted #00abaa;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}

.sliderone {
    margin-bottom: 50px;
}

@media (max-width: 47.99em) {
    .sliderone {
        margin-bottom: 25px;
    }
}

.sliderone__item {
    position: relative;
    outline: none;
    background: #ecf6f8;
    min-height: 370px;
}

.sliderone__col1 {
    width: 60%;
    margin-left: 40%;
    padding: 50px;
    padding-bottom: 30px;
    position: relative;
    min-height: 370px;
}

.sliderone__col1:before {
    content: "";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 32.5px 30px 32.5px;
    top: 50%;
    left: -60px;
    margin-top: -32px;
    border-color: transparent #ecf6f8 transparent transparent;
}

@media (max-width: 47.99em) {
    .sliderone__col1 {
        width: 100%;
        padding: 30px;
        margin-left: 0;
    }
}

.sliderone__col0 {
    width: 40%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: cover;
}

@media (max-width: 47.99em) {
    .sliderone__col0 {
        display: none;
    }
}

.blue-header {
    font-size: 29px;
    color: #00abaa;
}

@media (max-width: 47.99em) {
    .blue-header {
        line-height: 1.2;
        margin-bottom: 20px;
    }
}

.sliderone__details {
    position: absolute;
    bottom: 30px;
}

.sliderone__nav {
    position: absolute;
    left: 40%;
    bottom: 36px;
    color: #42454f;
    margin-left: 250px;
}

.sliderone__nav .slick-arrow {
    width: 32px;
    height: 32px;
    border: 0;
    background: url("../img/sprite.png") no-repeat;
    cursor: pointer;
    outline: none;
    display: inline-block;
    text-indent: -9999px;
}

.sliderone__nav .slick-next {
    background-position: -561px -38px;
}

.sliderone__nav .slick-next:hover {
    background-position: -408px -73px;
}

.sliderone__nav .slick-prev {
    background-position: -527px -38px;
}

.sliderone__nav .slick-prev:hover {
    background-position: -368px -73px;
}

.sliderone__count {
    display: inline-block;
    padding: 0 10px;
}

.sale {
    min-height: 370px;
    padding: 50px;
    padding-bottom: 30px;
    text-align: center;
    background: #ecf6f8;
    position: relative;
}

.sale:before {
    content: "";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 32.5px 30px 32.5px;
    top: 50%;
    left: -60px;
    margin-top: -32px;
    border-color: transparent #ecf6f8 transparent transparent;
}

.sale__title {
    font-size: 29px;
    line-height: 1.3;
    color: #42454f;
    margin-bottom: 15px;
}

.sale__description {
    font-size: 16px;
    font-style: italic;
    color: #abadb3;
}

.sale__form {
    margin-top: 50px;
}

.sale__form .form-control {
    width: auto;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.schools {
    margin-bottom: 50px;
}

.school {
    padding: 10px;
    padding-bottom: 0;
    border: 3px solid #00abaa;
    font-size: 14px;
}

h2.school__h2 {
    margin-top: 10px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
}

.school__more {
    background: #00abaa;
    padding: 15px;
    color: #fff;
    display: block;
    margin-left: -10px;
    margin-right: -10px;
}

.school__more:hover {
    color: #fff;
}

.school_carousel .slick-arrow {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    z-index: 90;
    text-indent: -9999px;
    border: 0;
    background: url("../img/sprite.png") no-repeat;
    cursor: pointer;
    outline: none;
    top: 50%;
    margin-top: -50px;
}

.school_carousel .slick-prev {
    left: -25px;
    background-position: -70px -74px;
}

.school_carousel .slick-prev:hover {
    background-position: -249px -74px;
}

.school_carousel .slick-next {
    right: -25px;
    background-position: -133px -74px;
}

.school_carousel .slick-next:hover {
    background-position: -309px -74px;
}

@media (max-width: 79.99em) {
    .school_carousel {
        padding-left: 0;
        padding-right: 0;
    }
}

.navigation__link--checkup {
    padding-left: 60px;
}

.navigation__link--checkup svg {
    position: absolute;
    margin-left: -42px;
    margin-top: 10px;
}

.navigation__link--checkup:hover svg g, .navigation__link--checkup.active svg g {
    fill: #42454f;
}

@media (max-width: 63.99em) {
    .navigation__link--checkup {
        padding: 0 10px;
    }

    .navigation__link--checkup svg {
        display: none;
    }
}

.s-hero-call {
    height: 450px;
    padding-top: 60px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-color: #00b5af;
    background-position: 100% 50%;
}

@media (max-width: 79.99em) {
    .s-hero-call {
        background-size: 700px;
        background-position: -webkit-calc(100% + 170px) 50%;
        background-position: calc(100% + 170px) 50%;
    }
}

@media (max-width: 63.99em) {
    .s-hero-call {
        background-size: 600px;
    }
}

@media (max-width: 47.99em) {
    .s-hero-call {
        padding-bottom: 30px;
        height: auto;
        background-size: 320px;
        background-position: 50% 20px;
        padding-top: 170px;
    }
}

.hero-call__title {
    margin: 0;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.11;
    color: #FFF;
    margin-bottom: 20px;
}

@media (max-width: 79.99em) {
    .hero-call__title {
        font-size: 40px;
    }
}

@media (max-width: 47.99em) {
    .hero-call__title {
        font-size: 32px;
        line-height: 1.13;
    }
}

.hero-call__caption {
    margin: 0;
    line-height: 1.3;
    color: #FFF;
    font-size: 24px;
    display: block;
}

@media (max-width: 79.99em) {
    .hero-call__caption {
        font-size: 22px;
        line-height: 1.2;
    }
}

@media (max-width: 47.99em) {
    .hero-call__caption {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 30px;
    }
}

.call-box {
    max-width: 492px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    margin-top: 50px;
    text-align: center;
}

.call-box::after {
    content: "";
    display: table;
    clear: both;
}

.call-box__title {
    font-size: 18px;
    font-weight: 400;
    color: #00b2ac;
    margin-bottom: 20px;
}

.call-box__left {
    float: left;
}

@media (max-width: 47.99em) {
    .call-box__left {
        float: none;
        margin-bottom: 20px;
    }
}

.call-box__right {
    float: right;
}

@media (max-width: 47.99em) {
    .call-box__right {
        float: none;
    }
}

.btn-phone {
    font-size: 24px;
    font-weight: bold;
    color: #05746e;
    padding-left: 18px;
    padding-right: 18px;
    line-height: 25px;
}

.btn-phone span {
    font-weight: normal;
    font-size: 17px;
    display: inline-block;
    vertical-align: bottom;
}

.s-fast-help {
    background-color: #ecf6f8;
    padding-top: 50px;
    padding-bottom: 10px;
}

.rounds__item {
    display: table;
    width: 33%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
}

@media (max-width: 63.99em) {
    .rounds__item {
        width: 50%;
    }
}

@media (max-width: 47.99em) {
    .rounds__item {
        width: 100%;
        margin-bottom: 20px;
    }
}

.rounds__row {
    margin-left: -15px;
    margin-right: -15px;
}

.rounds__img {
    width: 80px;
    height: 80px;
    background-color: #fdd615;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 50%;
    display: table-cell;
}

.rounds__text {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.38;
    padding-left: 20px;
}

.s-more-help {
    padding-top: 50px;
    padding-bottom: 20px;
}

.more__row {
    margin-left: -15px;
    margin-right: -15px;
}

.more__row::after {
    content: "";
    display: table;
    clear: both;
}

.more__item {
    float: left;
    width: 25%;
    position: relative;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 63.99em) {
    .more__item {
        width: 50%;
    }
}

@media (max-width: 47.99em) {
    .more__item {
        width: 100%;
    }
}

.more__text {
    line-height: 1.38;
    padding: 25px 15px;
    padding-right: 80px;
    border-radius: 10px;
    border: solid 2px #fdd615;
    position: relative;
}

@media (max-width: 79.99em) {
    .more__text {
        padding-right: 30px;
    }
}

.more__img {
    position: absolute;
    right: 25px;
    width: 62px;
    height: 62px;
    background-repeat: no-repeat;
    top: 15px;
    background-position: 50% 50%;
}

.s-price {
    background-color: #ecf6f8;
    padding-top: 50px;
    padding-bottom: 50px;
}

.s-price .container {
    max-width: 960px;
}

.prices__item {
    background-color: #ffffff;
    border: solid 2px #00b2ac;
    border-top-width: 0;
    padding: 20px;
    padding-right: 150px;
    position: relative;
}

.prices__item:first-child {
    border-top-width: 2px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.prices__item:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

@media (max-width: 47.99em) {
    .prices__item {
        padding-right: 20px;
    }
}

.prices__text {
    color: #999;
}

.prices__text b {
    display: block;
    color: #232323;
}

.prices__val {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -16px;
    font-size: 24px;
    text-align: center;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 123 32'%3E%3Ctitle%3ETag%3C/title%3E%3Cpath d='M-545.88,122.14l-10.74-12.44a1.15,1.15,0,0,0-1.38-.57V109H-662.7a5.45,5.45,0,0,0-5.3,5.25v21.61a5.35,5.35,0,0,0,5.3,5.14H-558a1.15,1.15,0,0,0,1.38-.57L-546,128A5.08,5.08,0,0,0-545.88,122.14Z' transform='translate(668 -109)' fill='%23fdd615'/%3E%3C/svg%3E") no-repeat;
    width: 123px;
    border-radius: 5px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    padding-right: 5px;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
}

@media (max-width: 47.99em) {
    .prices__val {
        position: static;
        margin-top: 20px;
    }
}

.prices__val:hover {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 123 32'%3E%3Ctitle%3ETag%3C/title%3E%3Cpath d='M-545.88,122.14l-10.74-12.44a1.15,1.15,0,0,0-1.38-.57V109H-662.7a5.45,5.45,0,0,0-5.3,5.25v21.61a5.35,5.35,0,0,0,5.3,5.14H-558a1.15,1.15,0,0,0,1.38-.57L-546,128A5.08,5.08,0,0,0-545.88,122.14Z' transform='translate(668 -109)' fill='%23fee361'/%3E%3C/svg%3E") no-repeat;
}

.prices__val:active {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 123 32'%3E%3Ctitle%3ETag%3C/title%3E%3Cpath d='M-545.88,122.14l-10.74-12.44a1.15,1.15,0,0,0-1.38-.57V109H-662.7a5.45,5.45,0,0,0-5.3,5.25v21.61a5.35,5.35,0,0,0,5.3,5.14H-558a1.15,1.15,0,0,0,1.38-.57L-546,128A5.08,5.08,0,0,0-545.88,122.14Z' transform='translate(668 -109)' fill='%23fdc115'/%3E%3C/svg%3E") no-repeat;
}

.prices__val span:after {
    content: "p";
    font-family: "rouble";
}

.price-prog {
    cursor: default !important;
}

.call-box--price {
    margin-left: auto;
    margin-right: auto;
}

.s-cars {
    padding-top: 50px;
    padding-bottom: 0;
}

.s-cars .h2 {
    margin-bottom: 40px;
}

.cars {
    margin-bottom: 150px;
}

.cars img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 47.99em) {
    .cars {
        display: none;
    }
}

.cars-mobile {
    display: none;
    margin-bottom: 40px;
}

.cars-mobile .slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 1px;
    line-height: 1px;
    margin-top: 20px;
}

.cars-mobile .slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #d8d8d8;
    border-radius: 50%;
    border: 0;
    text-indent: -9999px;
    margin: 5px;
}

.cars-mobile .slick-dots .slick-active {
    background: #ffe166;
}

@media (max-width: 47.99em) {
    .cars-mobile {
        display: block;
    }
}

.tips {
    height: 350px;
    position: relative;
    background: #fefae3;
}

@media (max-width: 47.99em) {
    .tips {
        height: auto;
    }
}

.tips-img {
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../img/tips.jpg") no-repeat 50% 0;
    background-size: cover;
}

@media (max-width: 47.99em) {
    .tips-img {
        position: static;
        height: 290px;
    }
}

.tips-text {
    width: 50%;
}

@media (max-width: 47.99em) {
    .tips-text {
        width: 100%;
    }
}

.tips-text__wrap {
    float: right;
    padding: 40px;
    padding-right: 80px;
    padding-left: 15px;
    max-width: 570px;
}

@media (max-width: 47.99em) {
    .tips-text__wrap {
        float: none;
        padding: 25px 15px;
    }
}

.tips-text__info {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.22;
    color: #83838f;
    margin-bottom: 30px;
}

.tips-text__title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.tips-text__desc {
    color: #83838f;
    margin-bottom: 50px;
}

.s-callme {
    background-color: #ecf6f8;
    padding-top: 50px;
    padding-bottom: 50px;
}

.s-callme .h2-mini {
    margin-bottom: 0;
}

.agreement_wrap {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.agreement_wrap::after {
    content: "";
    display: table;
    clear: both;
}

.order {
    max-width: 288px;
    float: right;
    padding-top: 40px;
}

@media (max-width: 1023px) {
    .order,
    .order:not(.order--ambulance) {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .order {
        max-width: 320px;
    }
}

.order__text {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.3;
}

.order__phone {
    color: #05746e;
    font-size: 31px;
    font-weight: bold;
    background-color: #fdd615;
    border-radius: 50px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    display: inline-block;
    padding: 0 20px;
    margin-bottom: 10px;
    text-decoration: none;
}

.order__phone span {
    font-weight: normal;
    font-size: 24px;
    display: inline-block;
    vertical-align: bottom;
}

.car-call {
    max-width: 496px;
    float: left;
    padding-top: 30px;
}

.car-call img {
    max-width: 100%;
}

@media (max-width: 63.99em) {
    .car-call {
        float: none;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0;
    }
}

.search-block {
    background-color: #00abaa;
    padding-top: 20px;
    padding-bottom: 20px;
}

.search-block.inner-search {
    margin-top: 20px;
}

.map-block-full,
.map-block-medium {
    position: relative;
}

.map-block-full .map-siders,
.map-block-medium .map-siders {
    z-index: 900;
    padding: 0;
    width: 440px;
    background-color: #fff;
    max-height: 600px;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.map-block-full .map-siders .meta-area,
.map-block-medium .map-siders .meta-area {
    padding: 30px 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.map-block-full .map-siders .coord-header,
.map-block-medium .map-siders .coord-header {
    padding-left: 70px;
    margin-left: -35px;
    margin-bottom: 30px;
}

.map-block-full .map-siders .coord-header .icon,
.map-block-medium .map-siders .coord-header .icon {
    margin-right: 2px;
    margin-left: -25px;
    vertical-align: top;
}

.map-block-full .map-siders .coord-header .txt,
.map-block-medium .map-siders .coord-header .txt {
    font-family: 'HelveticaNeue', sans-serif;
    font-size: 21px;
    color: #00abaa;
    font-weight: normal;
    display: inline-block;
}

.map-block-full .map-siders .photo-area,
.map-block-medium .map-siders .photo-area {
    margin-top: 20px;
    width: 100%;
}

.map-block-full .map-siders .photo-area img,
.map-block-medium .map-siders .photo-area img {
    width: 100%;
    height: auto;
}

.map-block-full .map-siders .close-link,
.map-block-medium .map-siders .close-link {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0.8;
    background: url("../img/sprite.png") -478px -137px no-repeat;
}

.map-block-full .map-siders .close-link:hover,
.map-block-medium .map-siders .close-link:hover {
    opacity: 1;
}

.map-block-full .map-siders .properties,
.map-block-medium .map-siders .properties {
    padding-left: 35px;
}

.map-block-full .map-siders .properties p,
.map-block-medium .map-siders .properties p {
    position: relative;
    color: #6d7079;
    font-size: 14px;
    line-height: 1.4;
}

.map-block-full .map-siders .properties p .icon,
.map-block-medium .map-siders .properties p .icon {
    position: absolute;
    top: 0;
    margin-left: 0 !important;
    left: -30px;
}

.map-block-full .map-siders .properties p + p,
.map-block-medium .map-siders .properties p + p {
    margin-top: 24px;
}

.map-block-full .map-siders.siders-dark,
.map-block-medium .map-siders.siders-dark {
    background-color: #ecf6f8;
}

.map-block-full .map-siders.siders-dark .properties .shedule-segment,
.map-block-medium .map-siders.siders-dark .properties .shedule-segment {
    color: #e95f65;
}

.map-block-full .map-area,
.map-block-medium .map-area {
    width: 100%;
    height: 215px;
    max-height: 610px;
}

.map-block-full .map-area .ymaps-glass-pane,
.map-block-medium .map-area .ymaps-glass-pane {
    background-color: rgba(0, 171, 170, 0.1);
    background-blend-mode: overlay;
}

.map-block-medium .map-area {
    max-height: 370px;
    height: 370px;
}

.info-window .title {
    margin-bottom: 20px;
    font-size: 20px;
    color: #000;
    text-align: center;
}

.gm_overlay {
    height: 265px;
    z-index: 5;
    width: 100%;
    position: absolute;
    cursor: pointer;
    opacity: 0.1;
    background-color: #00abaa;
}

.map-overlay {
    z-index: 10;
}

.moved-right {
    margin-left: 440px;
}

.map-siders {
    float: left;
}

.wr_map {
    position: relative;
    overflow: hidden;
}

.wr_map .info-point {
    background: #ECF6F8;
    position: absolute;
    width: 332px;
    z-index: 10;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 25px 0 25px;
}

.wr_map .info-point::after {
   content:'';
   display: block;
   padding-bottom: 20px;
}

.wr_map .info-point.active {
    display: block;
}

.wr_map .info-point header {
    /*margin: 0 25px 10px -35px;*/
    /*padding: 0 0 0 70px; }*/
}

.wr_map .info-point header .icon {
    margin-right: 2px;
    margin-left: -25px;
    vertical-align: top;
}

.wr_map .info-point .title {
    color: #00abaa;
    display: inline-block;
    font-size: 21px;
    font-weight: normal;
}

.wr_map .info-point .properties {
    padding-left: 35px;
}

.wr_map .info-point .properties p {
    margin-top: 24px;
    color: #6d7079;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    position: relative;
}

.wr_map .info-point .properties p:before {
    content: '';
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
    height: 22px;
    width: 22px;
    background-position: -243px -164px;
    position: absolute;
    top: 0;
    left: -30px;
}

.wr_map .info-point .properties p.m-address:before {
    background-position: -270px -164px;
}

.wr_map .info-point .properties p.m-phone:before {
    background-position: -239px -137px;
}

.wr_map .info-point .close-link {
    /*background: url("../img/sprite.png") no-repeat scroll -478px -137px;*/
    /*height: 26px;*/
    /*opacity: 0.8;*/
    /*position: absolute;*/
    /*right: 20px;*/
    /*top: 20px;*/
    /*width: 26px;*/
    /*cursor: pointer;*/
}

.wr_map .info-point.adaptiv {
    width: 89%;
}

.wr_map .map-block.adaptiv {
    padding-top: 400px;
}

/*
@media screen and (min-width: 600px) and (max-width: 999px) {
	.map-block-full .map-siders{
    	width: 100%;
    	height: 400px;
	}
	.map-block {
		margin-top: 400px;
	}
}
*/
.map-wrap .map-block {
    height: 265px;
}

.map-wrap .map-block .ymaps-glass-pane {
    background-color: rgba(0, 171, 170, 0.1);
    background-blend-mode: overlay;
}

.map-wrap .map-block.untoggled:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9090909;
}

.map-wrap .map-block.untoggled ymaps {
    pointer-events: none;
}

.map-wrap .map-overlay {
    position: absolute;
    bottom: 0;
    /*
		height: 60px;
		*/
    height: 0;
    left: 0;
    right: 0;
    text-align: center;
    position: relative;
    top: -47px;
    background: rgba(236, 246, 248, 0.7);
}

.map-wrap .map-overlay .label {
    color: #00abaa;
    font-size: 19px;
    background-color: #fff;
    border-radius: 50px;
    min-height: 35px;
    line-height: 34px;
    display: inline-block;
    margin: -19px auto 0;
    padding: 0 15px 0 15px;
}

.map-wrap .map-route {
    margin-top: 24px;
}

.search-form {
    width: 100%;
    position: relative;
}

.search-form .icon {
    left: 35px;
    top: 50%;
    margin-top: -14px;
    width: 23px;
    height: 25px;
    background: url("../img/sprite.png") -7px -9px no-repeat;
}

.search-form input[type=text],
.search-form input[type=search] {
    font-size: 27px;
    width: 100%;
    color: #abadb3;
    border: 0 none;
    text-overflow: ellipsis;
    height: 50px;
    line-height: 40px;
    font-style: italic;
    font-family: Arial, sans-serif;
    padding-left: 25px;
    padding-right: 50px;
    border-radius: 25px;
}

.search-form input[type=submit] {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -14px;
    height: auto;
    width: 26px;
    height: 26px;
    cursor: pointer;
    background: url("../img/sprite.png") -81px -136px no-repeat;
    border: 0;
}

.search-form ::-webkit-input-placeholder {
    color: #abadb3;
    opacity: 1;
}

.search-form ::-moz-placeholder {
    color: #abadb3;
    opacity: 1;
}

.search-form :-moz-placeholder {
    color: #abadb3;
    opacity: 1;
}

.search-form :-ms-input-placeholder {
    color: #abadb3;
    opacity: 1;
}

.star-tear-icon {
    height: 21px;
    width: 18px;
    background-position: -234px -13px;
    background-image: url("../img/sprite.png");
    display: inline-block;
}

.clinics-list ul {
    margin: 15px 0;
    display: block;
    padding: 0;
    list-style: none;
    line-height: 0;
    font-size: 0;
}

.clinics-list ul li {
    padding: 0 10px 10px 0;
    margin: 0;
    display: inline-block;
    width: 25%;
    vertical-align: top;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}

.clinics-list ul li a {
    display: block;
}

@media (max-width: 63.99em) {
    .clinics-list ul li {
        width: 33%;
    }
}

@media (max-width: 47.99em) {
    .clinics-list ul li {
        width: 100%;
    }
}

.clinics-list h2 {
    margin-top: 20px;
}

.features-hidden {
    padding-bottom: 30px;
}

.content-toggle {
    display: block;
    margin-top: 45px;
    margin-bottom: 30px;
    max-width: 800px;
    border-top: 1px dotted #00abaa;
    text-align: center;
}

.content-toggle .label {
    position: relative;
    top: -20px;
    border: 2px solid #00abaa;
    border-radius: 20px;
    height: 33px;
    line-height: 29px;
    display: inline-block;
    font-size: 17px;
    font-family: 'Helvetica Light', sans-serif;
    color: #00abaa;
    background-color: #fff;
    padding: 0 7px 0 11px;
    text-transform: lowercase;
    letter-spacing: 1;
    margin-top: 0;
}

.features-hidden {
    overflow: hidden;
}

.carousel-images {
    position: relative;
    margin-bottom: 30px;
    z-index: 10;
}

.ci-slider .slick-arrow {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    z-index: 90;
    text-indent: -9999px;
    border: 0;
    background: url("../img/sprite.png") no-repeat;
    cursor: pointer;
    outline: none;
    top: 50%;
    margin-top: -25px; }

.ci-slider .slick-prev {
    left: 25px;
    background-position: -70px -74px;
}

.ci-slider .slick-prev:hover {
    background-position: -249px -74px;
}

.ci-slider .slick-next {
    right: 25px;
    background-position: -133px -74px;
}

.ci-slider .slick-next:hover {
    background-position: -309px -74px;
}

/*.ci-slider:before, .ci-slider:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 150px;
  z-index: 100; }*/

/*.ci-slider:before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(20%, white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, white 0%, white 20%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, white 0%, white 20%, rgba(255, 255, 255, 0) 100%); }
*/
.ci-slider:after {
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(80%, white), to(white));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 80%, white 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 80%, white 100%);
}

@media (max-width: 47.99em) {
    .ci-slider:before, .ci-slider:after {
        display: none;
    }
}

.ci-slider__item {
    margin: 10px;
    outline: 0;
}

.filter-doctors {
    margin-bottom: 40px;
}

.b-number-reviews {
    margin: 0 0 20px;
}

hr {
    background: #e2eef0;
    height: 1px;
    width: 100%;
    border: none;
    margin: 20px 0;
}

.doctors-wrap {
    font-size: 0;
    margin-bottom: 40px;
    margin-left: -10px;
    margin-right: -10px;
}

.doctor-item {
    font-size: inherit;
    width: 33.3%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
}

@media (max-width: 47.99em) {
    .doctor-item {
        width: 50%;
    }
}

@media (max-width: 31.25em) {
    .doctor-item {
        width: 100%;
    }
}

.overlay-desc {
    display: block;
    left: 0;
    right: 0;
    background-color: #ffdc19;
    position: absolute;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    color: #2f353d;
    font-size: 16px;
    width: 100%;
    border: 0;
    cursor: pointer;
}

.doctor-detail .detail_photo {
    float: right;
    margin: 0 0 10px 10px;
}

.doctor-detail .detail_photo img {
    max-width: 350px;
    height: auto;
}

.contact-city {
    color: #999;
}

.table--contact {
    margin-bottom: 0;
}

.table--contact td:first-child {
    width: 300px;
}

.table--contact td:last-child {
    width: 260px;
}

.table--contact th.tablet-show {
    display: none;
}

@media (max-width: 48.0625em) {
    .table--contact {
        display: block;
        border-bottom: 1px solid #e2eef0;
        margin-bottom: 0 !important;
    }

    .table--contact tr, .table--contact td, .table--contact tbody {
        display: block;
    }

    .table--contact td:first-child {
        width: 100%;
    }

    .table--contact td:last-child {
        width: 100%;
    }

    .table--contact td {
        border-top: none !important;
        border-bottom: none !important;
        padding: 14px 20px;
    }

    .table--contact th {
        padding: 14px 20px;
    }

    .table--contact th.tablet-hide {
        display: none;
    }

    .table--contact th.tablet-show {
        display: block;
    }
}

.actions-item {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #e4eff1;
}

.actions-item::after {
    content: "";
    display: table;
    clear: both;
}

.actions-item:first-child {
    border-top: 0;
}

.ai-left {
    float: left;
    width: 290px;
    margin-right: 30px;
}

.ai-left img {
    display: block;
    max-width: 100%;
    margin-bottom: 20px;
}

@media (max-width: 37.5em) {
    .ai-left {
        width: 100%;
        float: none;
    }
}

.tag-point {
    display: block;
    line-height: 18px;
    padding-left: 28px;
    margin-bottom: 10px;
}

.tag-point .icon {
    margin-left: -28px;
}

.ai-clinic {
    font-size: 14px;
}

.ai-right {
    margin-left: 320px;
}

@media (max-width: 37.5em) {
    .ai-right {
        margin-left: 0;
    }
}

h2.ai-title {
    margin-top: 0;
}

.show-hidden_block {
    border-bottom: 1px dotted #00abaa;
}

.hidden_block {
    display: none;
}

.program-wrap::after {
    content: "";
    display: table;
    clear: both;
}

.programs-actions {
    padding-top: 20px;
}

.programs-actions .btn-buy {
    margin-right: 25px;
    margin-bottom: 10px;
}

@media (max-width: 47.99em) {
    .programs-actions .btn-buy {
        font-weight: normal;
        font-size: 16px;
    }
}

.rur {
    font-family: "rouble";
}

.price-prog {
    font-size: 24px;
    text-align: center;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 123 32'%3E%3Ctitle%3ETag%3C/title%3E%3Cpath d='M-545.88,122.14l-10.74-12.44a1.15,1.15,0,0,0-1.38-.57V109H-662.7a5.45,5.45,0,0,0-5.3,5.25v21.61a5.35,5.35,0,0,0,5.3,5.14H-558a1.15,1.15,0,0,0,1.38-.57L-546,128A5.08,5.08,0,0,0-545.88,122.14Z' transform='translate(668 -109)' fill='%23fdd615'/%3E%3C/svg%3E") no-repeat;
    width: 123px;
    border-radius: 5px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    padding-right: 5px;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
}

.price-prog:hover {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 123 32'%3E%3Ctitle%3ETag%3C/title%3E%3Cpath d='M-545.88,122.14l-10.74-12.44a1.15,1.15,0,0,0-1.38-.57V109H-662.7a5.45,5.45,0,0,0-5.3,5.25v21.61a5.35,5.35,0,0,0,5.3,5.14H-558a1.15,1.15,0,0,0,1.38-.57L-546,128A5.08,5.08,0,0,0-545.88,122.14Z' transform='translate(668 -109)' fill='%23fee361'/%3E%3C/svg%3E") no-repeat;
}

.price-prog:active {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 123 32'%3E%3Ctitle%3ETag%3C/title%3E%3Cpath d='M-545.88,122.14l-10.74-12.44a1.15,1.15,0,0,0-1.38-.57V109H-662.7a5.45,5.45,0,0,0-5.3,5.25v21.61a5.35,5.35,0,0,0,5.3,5.14H-558a1.15,1.15,0,0,0,1.38-.57L-546,128A5.08,5.08,0,0,0-545.88,122.14Z' transform='translate(668 -109)' fill='%23fdc115'/%3E%3C/svg%3E") no-repeat;
}

.med-programs-detail__detail .price-prog {
    white-space: nowrap;
    display: inline-flex;
    margin-left: 5px;
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    background: #DDEEEE;
    border-radius: 3px;
    color: #00ABAA;
    justify-content: center;
    width: 80px;
    height: auto;
    padding: 5px;
    cursor: default;
}

.med-programs-detail__detail .price-prog:hover,
.med-programs-detail__detail .price-prog:active {
    background: #DDEEEE;
    color: #00ABAA;
}
.med-programs-detail__detail .price-prog:after{
    display: none
}

.filters::after {
    content: "";
    display: table;
    clear: both;
}

.filter-left {
    float: left;
    width: 45%;
}

@media (max-width: 47.99em) {
    .filter-left {
        width: 100%;
    }
}

.filter-right {
    float: right;
    width: 45%;
}

@media (max-width: 47.99em) {
    .filter-right {
        width: 100%;
    }
}

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

.filter-line {
    margin: 0;
    margin-bottom: 15px;
}

.price-row {
    margin-bottom: 20px;
}

.price-row::after {
    content: "";
    display: table;
    clear: both;
}

.price-left {
    float: left;
    width: 45%;
}

.price-right {
    float: right;
    width: 45%;
}

.checkbox-filter {
    margin-top: 4px;
}

.filter-line::after {
    content: "";
    display: table;
    clear: both;
}

.form-label {
    float: left;
    width: 100px;
}

.filter-group {
    margin-left: 110px;
}

.actions-filter {
    margin-top: 22px;
}

.actions-filter .btn {
    margin-bottom: 10px;
}

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

.checkbox-filter-doc {
    margin-top: 49px;
}

.slider_header--sale {
    margin-left: auto;
    margin-right: auto;
}

h2.h2-service-price {
    font-size: 40px;
    text-align: center;
}

.price-wrap {
    margin-bottom: 30px;
}

.price-table {
    display: table;
    width: 100%;
    table-layout: fixed;
}

@media (max-width: 33.75em) {
    .price-table {
        margin: 0 -30px;
    }
}

.table-row {
    display: table-row;
}

.price-title {
    display: table;
    background-color: #ecf6f8;
    cursor: pointer;
    width: 100%;
}

@media (max-width: 33.75em) {
    .price-title {
        margin: 0 -30px;
        width: auto;
        display: block;
        padding: 0 15px;
    }
}

.table-cell {
    display: table-cell;
}

@media (max-width: 48.0625em) {
    .table-cell {
        vertical-align: top;
    }
}

.price-title .table-cell {
    color: #222328;
    font-size: 24px;
    line-height: normal;
    font-weight: 600;
    border-color: #ecf6f8;
    vertical-align: middle;
}

.table-cell {
    padding: 15px;
    color: #222328;
    min-width: 75px;
    border-left: 1px solid #ecf6f8;
    border-bottom: 1px solid #ecf6f8;
}

@media (max-width: 33.75em) {
    .table-cell {
        border: none;
    }
}

.table-cell:last-child {
    border-right: 1px solid #ecf6f8;
}

@media (max-width: 33.75em) {
    .table-cell:last-child {
        border-right: none;
    }
}

.price-cell--action {
    position: relative;
}

.price-cell--action:before {
    content: "";
    width: 18px;
    height: 11px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px;
    background: url("../img/arrowselect.svg") no-repeat 50% 50%;
    opacity: .9;
}

.wider-cell {
    padding-left: 25px;
}

@media (max-width: 47.99em) {
    .wider-cell {
        padding-left: 15px;
    }
}

.reversed:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.text_spoiler {
    cursor: pointer;
    font-weight: normal;
    font-style: italic;
    border-bottom: 1px dashed #00abaa;
}

.showPrice {
    cursor: pointer;
}

.about {
    position: relative;
}

.hidden-price {
    display: none;
}

.open-panel__title {
    font-size: 29px;
    cursor: pointer;
    padding: 10px 0;
    padding-top: 0;
}

.open-panel__title .arrow {
    float: right;
    top: 15px;
}

.open-panel__text {
    padding-left: 20px;
}

.price-btn {
    text-align: center;
    position: relative;
}

.price-btn .btn {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    left: 0;
    top: -7px;
    -webkit-transition: .2s;
    transition: .2s;
}

@media (max-width: 63.99em) {
    .price-btn .btn {
        display: none;
    }
}

@media (min-width: 80em) {
    .price-btn:hover .price-badge {
        visibility: hidden;
    }

    .price-btn:hover .btn {
        visibility: visible;
        opacity: 1;
    }
}

.table-row-price {
    display: table-row;
}

.table-row-price:hover {
    background: #fefae3;
}

.price-cell--call {
    position: relative;
    width: 200px;
}

@media (max-width: 33.75em) {
    .price-cell--call {
        display: block;
        border-bottom: none;
        width: auto;
    }
}

.pc-write {
    width: 30px;
    height: 30px;
    border-bottom-left-radius: 100%;
    background: #ffdc19 url("../img/write.svg") no-repeat 12px 5px;
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 33.75em) {
    .price-cell--name {
        display: block;
        border-right: none;
    }
}

.price-fastclick {
    width: 100%;
    font-size: 14px;
    color: #8c8c8c;
    margin-bottom: 30px;
    display: none;
}

@media (max-width: 79.99em) {
    .price-fastclick {
        display: table;
    }
}

.pf-img, .pf-text {
    display: table-cell;
    vertical-align: middle;
}

.pf-img {
    width: 50px;
}

.price-static {
    font-size: 24px;
    text-align: center;
}

.service-price-filter {
    margin-top: 10px;
}

.choose-clinic {
    margin-top: 20px;
    margin-bottom: 30px;
    max-width: 490px;
    display: inline-block;
    margin-right: 20px;
}

.choose-price-type {
    max-width: 360px;
    display: inline-block;
}

@media (max-width: 568px) {
    .service-price-filter {
        margin-bottom: 20px;
    }

    .service-price-filter p {
        text-align: center;
        margin-bottom: 10px;
        padding-right: 0 !important;
    }

    .choose-clinic, .choose-price-type {
        width: 100%;
        display: block;
        margin: 0 auto;
        max-width: 360px;
    }

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

@media (max-width: 33.75em) {
    .price-cell {
        padding: 0 15px 15px;
    }
}

.in-index .twosliders {
    margin-bottom: 0;
}

.in-index .sale {
    background: #fff;
}

.in-index .sale:before {
    border-color: transparent #fff transparent transparent;
}

.statistic {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.statistic::after {
    content: "";
    display: table;
    clear: both;
}

.statistic__left {
    float: left;
    width: 50%;
    padding: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 370px;
}

@media (min-width: 35.4375em) and (max-width: 47.99em) {
    .statistic__left {
        padding-top: 92px;
        padding-bottom: 122px;
    }

    .comments-slider .tag-point {
        margin-bottom: 0;
        max-width: calc(100% - 231px);
    }
}

.statistic__right {
    float: left;
    width: 50%;
    min-height: 370px;
    position: relative;
    padding: 40px;
    color: #fff;
    cursor: pointer;
}

.f-text {
    color: #abadb3;
    padding-bottom: 20px;
}

.f-text b {
    color: #00abaa;
    font-size: 90px;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}

.f-text span {
    font-size: 29px;
    display: inline-block;
    line-height: 35px;
    vertical-align: middle;
    margin-left: 20px;
}

.f-text--second {
    padding-top: 20px;
    padding-bottom: 0;
    border-top: 1px solid #ffde27;
}

.f-text--second span {
    text-align: right;
    margin-left: 0;
    margin-right: 20px;
}

@media (max-width: 63.99em) {
    .f-text--second span {
        margin-right: 5px;
        margin-left: 20px;
        text-align: left;
    }
}

.f-text--second b small {
    font-size: 48px;
}

.sr-title {
    font-size: 29px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: bold;
}

.sr-text {
    font-size: 29px;
    line-height: 1.3;
}

.btn-play {
    position: absolute;
    width: 120px;
    height: 120px;
    background: url("../img/sprite.png") 0 -194px no-repeat;
    bottom: 20px;
    opacity: .8;
}

.statistic__right:hover .btn-play {
    opacity: 1;
}

h2.slogan {
    text-align: center;
    margin-bottom: 50px;
}

.comments-slider {
    background-color: #ecf6f8;
    padding: 60px 0;
    /*  @include mq($until: tablet) {
    display: none;
  }*/
}

.cs-slider__item {
    outline: 0;
    margin: 0 20px;
}

.cs-slider__item::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 48.0625em) {
    .cs-slider__item {
        position: relative;
        padding-bottom: 130px;
        margin: 0;
    }
}

.cs-slider__left {
    float: left;
    width: 30%;
}

@media (max-width: 48.0625em) {
}

.cs-slider__left time {
    font-size: 16px;
    color: #abadb3;
    margin-bottom: 10px;
    display: block;
    font-style: italic;
}

.cs-slider__left .author {
    font-size: 29px;
    color: #42454f;
    display: block;
    margin-bottom: 20px;
    font-weight: normal;
    line-height: 1.2;
    margin-top: 0;
}

@media (max-width: 48.0625em) {
    .cs-slider__left .tag-point {
        position: absolute;
        bottom: 65px;
        left: 0;
    }
}

.reply-new {
    margin-top: 20px;
}

@media (max-width: 63.99em) {
    .reply-new {
        height: 1em;
        padding: 14px 21px;
        -webkit-box-sizing: initial;
        box-sizing: initial;
        font-size: 16px;
    }
}

@media (max-width: 48.0625em) {
    .reply-new {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

@media (max-width: 23.4275em) {
    .reply-new {
        left: 0;
        right: 10px;
    }
}

.cs-slider__right {
    margin-left: 32%;
    position: relative;
    background-color: #fff;
    padding: 30px 35px;
}

@media (max-width: 48.0625em) {

    .cs-slider__right .readmore__link {
        margin-top: 20px;
    }
}

.cs-comment {
    margin-top: 0;
}

@media (max-width: 48.0625em) {
    .cs-comment {
        margin-bottom: 20px;
    }
}

.cs-slider__footer {
    overflow: hidden;
}

.all-comments {
    float: left;
    display: block;
}

@media (max-width: 48.0625em) {
    .all-comments {
        float: none;
        margin-top: 10px;
    }
}

.cs-nav {
    float: right;
}

@media (max-width: 48.0625em) {
    .cs-nav {
        margin-top: 20px;
    }
}

.right-side {
    float: right;
    width: 30%;
}

.left-side {
    margin-right: 35%;
}

.right-side {
    color: #6d7079;
}

.job-icon {
    margin-top: -101px;
}

.full-size {
    clear: both;
}

.s-hero--pnd {
    height: 445px;
    background-color: #FFF;
    padding-top: 80px;
    padding-bottom: 40px;
    position: relative;
}

.s-hero--pnd .hero__title {
    color: #222328;
    margin-bottom: 10px;
}

.s-hero--pnd .hero__caption {
    color: #222328;
    font-size: 30px;
    margin-bottom: 50px;
}

.s-hero--pnd:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 135px;
    background: url("../img/shape-oval.png") no-repeat 50% 100%;
}

@media (max-width: 47.99em) {
    .s-hero--pnd {
        display: none;
    }
}

.price-prog__star {
    font-size: 14px;
    position: relative;
    top: -6px;
}

.hero__old {
    font-size: 30px;
    margin-bottom: 10px;
}

.s-pnd-mobile {
    display: none;
}

@media (max-width: 47.99em) {
    .s-pnd-mobile {
        display: block;
    }
}

.s-pnd-mobile__title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    padding-top: 30px;
    padding-bottom: 30px;
}

.s-pnd-mobile__img {
    height: 270px;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
}

.s-pnd-mobile__img:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 135px;
    background: url("../img/shape-oval.png") no-repeat 50% 100%;
    background-size: contain;
}

.s-hero__desktop {
    display: none;
}

@media (min-width: 48em) {
    .s-hero__desktop {
        display: block;
    }
}

.s-hero__mobile {
    display: block;
}

@media (min-width: 48em) {
    .s-hero__mobile {
        display: none;
    }
}

.calc_slider__item {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    outline: 0;
}

.calc_slider__ico {
    width: 115px;
    height: 115px;
    text-align: center;
    line-height: 115px;
    background-color: #fdd615;
    border-radius: 50%;
    padding-top: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

.calc_slider__ico:after {
    content: "";
    margin: 0 auto;
    display: block;
}

.calc_slider__ico-1:after {
    background: url("../img/garant.svg") no-repeat;
    width: 55px;
    height: 70px;
}

.calc_slider__ico-2:after {
    background: url("../img/page-1.svg") no-repeat;
    width: 62px;
    height: 42px;
    margin-top: 10px;
}

.calc_slider__ico-3:after {
    background: url("../img/spravka.svg") no-repeat;
    width: 50px;
    height: 60px;
    margin-top: 3px;
}

.calc_slider__ico-4:after {
    background: url("../img/scoraya.svg") no-repeat;
    width: 62px;
    height: 46px;
    margin-top: 8px;
}

.calc_slider__ico-5:after {
    background: url("../img/path.svg") no-repeat;
    width: 60px;
    height: 60px;
    margin-top: 3px;
}

.calc_slider__ico-6:after {
    background: url("../img/flag650.svg") no-repeat;
    width: 50px;
    height: 60px;
    margin-top: 3px;
}

.calc_slider__text {
    font-size: 17px;
    line-height: 1.22;
    color: #222328;
    font-weight: 300;
}

@media (max-width: 47.99em) {
    .calc_slider__text {
        font-size: 16px;
    }
}

.calc_slider {
    margin-top: 80px;
}

.calc_slider .slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 1px;
    line-height: 1px;
    margin-top: 30px;
}

.calc_slider .slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #d8d8d8;
    border-radius: 50%;
    border: 0;
    text-indent: -9999px;
    margin: 5px;
}

.calc_slider .slick-dots .slick-active {
    background: #ffe166;
}

@media (max-width: 47.99em) {
    .calc_slider {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.pdn-l1 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pdn-l2 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fefae3;
}

.pdn-vnp__row {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}

.pdn-vnp__col {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

@media (max-width: 47.99em) {
    .pdn-vnp__col {
        width: 100%;
    }
}

.vnp-round {
    width: 115px;
    height: 115px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    margin-bottom: 15px;
}

.vnp-round--1 {
    background: #fff url("../img/doctor.svg") no-repeat 50% 50%;
}

.vnp-round--2 {
    background: #fff url("../img/abulance.svg") no-repeat 50% 50%;
}

.vnp-title {
    font-size: 24px;
    line-height: 1.17;
    text-align: center;
    margin-bottom: 15px;
}

.vnp-ultitle {
    text-align: center;
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 15px;
}

ul.vnp-ul-1 {
    margin-bottom: 75px;
}

@media (max-width: 47.99em) {
    ul.vnp-ul-1 {
        margin-bottom: 25px;
    }
}

.pdn-l3 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pdn-l4 {
    padding-top: 0;
    padding-bottom: 60px;
}

.pay-online__row {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}

.pay-online__col {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

@media (max-width: 47.99em) {
    .pay-online__col {
        width: 100%;
    }
}

.img-resp {
    max-width: 100%;
}

.po-title {
    font-size: 36px;
    font-weight: 100;
    line-height: 1.11;
    padding-top: 20px;
    margin-bottom: 20px;
}

.g3-visa {
    margin-bottom: 60px;
    display: block;
}

.garant-mini {
    display: block;
    max-width: 100%;
    margin-top: 60px;
}

@media (max-width: 79.99em) {
    .garant-mini {
        margin-top: 20px;
    }
}

.pdn-l5 {
    background-color: #ecf6f8;
    padding-top: 60px;
    padding-bottom: 60px;
}

.vnp-round--3 {
    background: #fff url("../img/faq.svg") no-repeat 50% 50%;
    margin-top: 50px;
}

.pdn-l6 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pdn-l6 .h2-mini-center {
    margin-bottom: 0;
}

.open-panel--pdn {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.open-panel--pdn .open-panel__title {
    font-size: 24px;
    background: #ecf6f8;
    padding: 10px 15px;
    font-weight: 300;
    position: relative;
    padding-right: 50px;
}

@media (max-width: 47.99em) {
    .open-panel--pdn .open-panel__title {
        font-size: 18px;
    }
}

.open-panel--pdn .open-panel__item {
    margin-bottom: 10px;
}

.open-panel--pdn .open-panel__title .arrow {
    top: 23px;
    position: absolute;
    right: 15px;
}

.s-agreement {
    background-color: #ecf6f8;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (max-width: 47.99em) {
    .s-agreement {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.s-agreement .hr {
    margin-top: 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 63.99em) {
    .s-agreement .hr {
        margin-top: 40px;
    }
}

.agreement_wrap {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.agreement_wrap::after {
    content: "";
    display: table;
    clear: both;
}

.icons {
    width: 496px;
    float: left;
    position: relative;
}

.icons::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 63.99em) {
    .icons {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 47.99em) {
    .icons {
        display: none;
    }
}

.line1 {
    border-top: dotted 3px #b0c0c2;
    position: absolute;
    width: 105px;
    left: 195px;
    top: 54px;
}

.line2 {
    position: absolute;
    border: dotted 3px #b0c0c2;
    border-left: 0;
    right: 30px;
    top: 54px;
    height: 280px;
    width: 28px;
}

.line3 {
    border-top: dotted 3px #b0c0c2;
    position: absolute;
    width: 105px;
    left: 195px;
    top: 330px;
}

.icons__item {
    width: 50%;
    text-align: center;
    float: left;
    margin-bottom: 60px;
}

.icons__ico {
    width: 115px;
    height: 115px;
    text-align: center;
    line-height: 115px;
    background-color: #FFF;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    padding: 5px;
}

.icons__ico:after {
    content: "";
    margin: 0 auto;
    display: block;
}

.icons__ico-1:after {
    background: url("../img/icon-settings.svg") no-repeat;
    width: 50px;
    height: 50px;
    margin-top: 28px;
}

.icons__ico-2:after {
    background: url("../img/icon-phone.svg") no-repeat;
    width: 70px;
    height: 70px;
    margin-top: 18px;
}

.icons__ico-3:after {
    background: url("../img/icon-thumbsup.svg") no-repeat;
    width: 59px;
    height: 65px;
    margin-top: 18px;
}

.icons__ico-4:after {
    background: url("../img/icon-paper.svg") no-repeat;
    width: 69px;
    height: 72px;
    margin-top: 17px;
    margin-left: 26px;
}

.icons__text {
    font-size: 19px;
    line-height: 1.32;
    color: #222328;
}

.order {
    max-width: 288px;
    float: right;
    padding-top: 0;
}

@media (max-width: 63.99em) {
    .order {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 47.99em) {
    .order {
        max-width: 320px;
    }
}

.order__text {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.3;
}

.order__phone {
    color: #05746e;
    font-size: 31px;
    font-weight: bold;
    background-color: #fdd615;
    border-radius: 50px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    display: inline-block;
    padding: 0 20px;
    margin-bottom: 10px;
    text-decoration: none;
    white-space: nowrap;
}

.order__phone span {
    font-size: 24px;
    display: inline-block;
    vertical-align: bottom;
}

.footer_wrap {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.footer__text {
    font-size: 18px;
    color: #83838f;
    margin-bottom: 10px;
}

@media (max-width: 63.99em) {
    .footer__text {
        font-size: 14px;
    }
}

.footer__title {
    font-size: 36px;
    line-height: 0.83;
    font-weight: normal;
    margin-bottom: 10px;
}

@media (max-width: 63.99em) {
    .footer__title {
        font-size: 24px;
    }
}

.footer__text2 {
    font-size: 18px;
    color: #83838f;
    margin-bottom: 20px;
}

@media (max-width: 63.99em) {
    .footer__text2 {
        font-size: 14px;
    }
}

@media (max-width: 47.99em) {
    .footer_last {
        text-align: center;
        margin-top: 20px;
    }
}

.full_description {
    color: #83838f;
}

@media (max-width: 63.99em) {
    .full_description {
        font-size: 14px;
    }
}

.footer_row::after {
    content: "";
    display: table;
    clear: both;
}

.footer_left {
    float: left;
}

@media (max-width: 47.99em) {
    .footer_left {
        float: none;
    }
}

@media (max-width: 500px) {
    .footer_left {
        text-align: left;
    }
}

.footer_right {
    float: right;
    max-width: 320px;
}

@media (max-width: 47.99em) {
    .footer_right {
        float: none;
        max-width: 100%;
    }
}

.footer__icon {
    width: 60px;
    height: 60px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 0;
}

.footer__icon-1 {
    background: #00b2ac url("../img/icon-pdf.svg") no-repeat 10px 50%;
}

.footer__icon-2 {
    background: #fdd615 url("../img/icon-email.svg") no-repeat 12px 50%;
}

.footer__link {
    display: inline-block;
    padding-left: 75px;
    position: relative;
    margin-bottom: 15px;
    min-height: 60px;
}

@media (max-width: 47.99em) {
    .footer__link {
        margin-right: 30px;
    }
}

.footer__link-text {
    display: block;
    padding-top: 5px;
}

@media (max-width: 47.99em) {
    .footer__link-text {
        padding-top: 0;
    }
}

.footer__link-2 {
    color: #222328;
    margin-bottom: 0;
}

@media (max-width: 47.99em) {
    .footer__link-2 {
        margin-right: 0;
    }
}

.calc_slider-2 {
    display: none;
    margin-top: 40px;
}

.calc_slider-2 .calc_slider__ico {
    background-color: #FFF;
}

.calc_slider-2 .slick-dots li {
    background-color: #c1cad6;
}

.calc_slider-2 .slick-dots .slick-active {
    background: #00b2ac;
}

.calc_slider-2 .calc_slider__ico {
    padding: 5px;
}

.calc_slider-2 .calc_slider__ico-1:after {
    background: url("../img/icon-settings.svg") no-repeat;
    width: 50px;
    height: 50px;
    margin-top: 28px;
}

.calc_slider-2 .calc_slider__ico-2:after {
    background: url("../img/icon-phone.svg") no-repeat;
    width: 70px;
    height: 70px;
    margin-top: 18px;
}

.calc_slider-2 .calc_slider__ico-3:after {
    background: url("../img/icon-thumbsup.svg") no-repeat;
    width: 59px;
    height: 65px;
    margin-top: 18px;
}

.calc_slider-2 .calc_slider__ico-4:after {
    background: url("../img/icon-paper.svg") no-repeat;
    width: 69px;
    height: 72px;
    margin-top: 17px;
    margin-left: 26px;
}

@media (max-width: 47.99em) {
    .calc_slider-2 {
        display: block;
    }
}

.popup {
    margin: 40px auto;
    position: relative;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.3);
    max-width: 960px;
    padding: 30px;
    background: #FFFFFF;
}
.popup.zoom-anim-dialog {
    padding-top: 30px;
}

@media screen and (max-width: 1023px) {
    .popup {
        max-width: 720px;
    }
}
@media screen and (max-width: 767px) {
    .popup {
        padding: 15px 15px 30px;
        margin: 0;
        max-width: inherit;
        width: 100%;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        box-sizing: border-box;
    }
    .popup.zoom-anim-dialog {
        padding-top: 15px;
        padding-bottom: 30px;
    }
    .popup .mfp-close {
        display: none;
    }
}

@media (max-width: 47.99em) {
    .my-mfp-zoom-in ~ .popup-close {
        width: 60px;
        height: 60px;
        line-height: 60px;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1100;
    }
    .my-mfp-zoom-in ~ .popup-close:after {
        content: "";
        background: url(/local/templates/medsi/img/clinic-point-sprite.png) no-repeat;
        background-position: -147px 0;
        background: url(/local/templates/medsi/img/close-black.png) center center !important;
        background-size: cover !important;
        width: 22px;
        height: 19px;
        position: absolute;
        right: 13px;
        top: 15px;
    }

}

.popup--mini {
    max-width: 650px;
}

@media (max-width: 47.99em) {
    .popup--mini {
        max-width: inherit;
    }
}

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    background-color: #2f353c;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.5;
}

@media (max-width: 47.99em) {
    .my-mfp-zoom-in.mfp-ready.mfp-bg {
        opacity: 1;
        background: #fff;
    }
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-close-btn-in .mfp-close {
    color: #FFF;
    background: #2f353d;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    opacity: 1;
    line-height: 29px;
    right: -15px;
    top: -15px;
}

.lk-time {
    display: inline-block;
    width: 80px;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
}

.nano-content p {
    text-align: center;
    font-size: 22px;
}

.toggle.toggle--yellow.lk-toggle-map.dk-sorting__map-list {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
}

.toggle.toggle--yellow.lk-toggle-map.dk-sorting__map-list span {
    background: none;
    border: none;
    box-shadow: none;
    text-decoration: none;
    color: #03b3ad;
    font-size: 14px;
    width: auto;
    margin-right: 20px;
    display: contents;
}

.toggle.toggle--yellow.lk-toggle-map.dk-sorting__map-list span.delimitr {
    color: #c6c6c6;
}

.toggle.toggle--yellow.lk-toggle-map.dk-sorting__map-list span.toggle__item--active {
    text-decoration: underline;
    color: #000;
}

.lk-toggle-map {
    /*float: right;*/
    width: 300px;
}

@media (max-width: 47.99em) {
    .lk-toggle-map {
        width: 100%;
    }
}

.lk-toggle-over {
    overflow: hidden;
}

.input-calendar {
    position: relative;
}

.input-calendar .ic-icon, #cliniks-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    height: 46px;
    border-radius: 8px;
    cursor: pointer;
}

.input-calendar .ic-icon {
    background: url("/local/templates/medsi/img/calendar_icon.png") no-repeat 50% 50%;
}

#cliniks-icon {
    background: url("/local/templates/medsi/img/cliniks_icon.png") no-repeat 50% 50%;
}

.day_select {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lk-prevday, .lk-nextday {
    /*position: absolute;*/
    position: relative;
    /*left: 0;
  right: 0;
  height: 40px;
  line-height: 40px;
  display: block;
  background-color: #ecf6f8;*/
    font-size: 14px;
    color: #222328;
    text-align: center;
}

.lk-prevday:before, .lk-nextday:before {
    content: "";
    background: url("../img/arrowselect.svg") no-repeat;
    width: 18px;
    height: 11px;
    display: inline-block;
    margin-right: 10px;
}

@media (max-width: 47.99em) {
    .lk-prevday, .lk-nextday {
        border-radius: 8px;
    }
}

.lk-prevday {
    top: 0;
}

/*
  .lk-prevday:before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }*/

.lk-prevday:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.lk-nextday:before {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

@media (max-width: 47.99em) {
    .nano > .nano-content {
        position: static;
    }
}

.lk-nextday {

    padding-left: 10px;
    bottom: 0;
}

.nano > .nano-pane {
    right: -39px;
    width: 5px;
    border-radius: 5px;
    background-color: #d8d8d8;
    top: -40px;
    bottom: -40px;
}

.nano > .nano-pane > .nano-slider {
    margin: 0;
    height: 30px;
    width: 13px;
    border-radius: 7px;
    margin-left: -4px;
    background-color: #00b2ac;
}

.lk-date {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.lk-date span {
    color: #000;
    border-radius: 24px;
    border: 2px solid #03b3ad;
    background-color: #ffffff;
    display: inline-block;
    line-height: 50px;
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    font-weight: 400;
}

.lk-toggle {
    border-radius: 10px;
    border: solid 1px #c7c7c7;
    margin-bottom: 10px;
}

.lk-toggle__none {
    border-radius: 10px;
    border: solid 1px #c7c7c7;
    margin-bottom: 10px;
    position: relative;
}

.lk-toggle__none .lk-toggle__head:after {
    display: none;
}

.lk-toggle__head {
    padding: 10px 15px;
    position: relative;
    overflow: hidden;
    padding-right: 50px;
    cursor: pointer;
}

.lk-toggle__none a:after {
    content: "";
    position: absolute;
    right: 0;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 10px;
    background-color: #fdd615;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    z-index: -1;
}

.lk-toggle__none a {
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    color: #000;
    text-align: center;
    width: auto;
    display: flex;
    align-items: center;
    padding: 10px;
}

.lk-toggle__head.open {
    background-color: #ecf6f8;
    border-radius: 10px 10px 0 0;
}

.lk-toggle__head:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 16px;
    background: url("../img/arrowselect2.svg") no-repeat;
    width: 18px;
    height: 11px;
    -webkit-transition: .2s;
    transition: .2s;
}

@media (max-width: 63.99em) {
    .lk-toggle__head {
        padding-right: 40px;
    }
}

.lk-toggle__head.is-open:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.lk-toggle__clinic {
    color: #00b2ac;
    float: left;
    width: 50%;
}

@media (max-width: 63.99em) {
    .lk-toggle__clinic {
        font-size: 13px;
    }
}

.lk-toggle__doctors {
    float: right;
    width: 50%;
    text-align: right;
}

@media (max-width: 63.99em) {
    .lk-toggle__doctors {
        font-size: 13px;
    }
}

.lk-toggle__body {
    padding: 0 15px;
    display: none;
}

.lk-doctors {
    padding-bottom: 15px;
}

.lk-doctor-item {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #aaaaaa;
    position: relative;
}

.lk-doctor-item::after {
    content: "";
    display: table;
    clear: both;
}

.lk-doctor-item:first-child {
    padding-top: 10px;
    margin-top: 0;
    border: 0;
}

.lk-doctor-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    border: 1px solid #00b2ac;
}

.lk-doctor-photo {
    max-width: 100%;
}

.lk-doctor-info {
    margin-left: 80px;
    margin-right: 150px;
    min-height: 100px;
}

@media (max-width: 63.99em) {
    .lk-doctor-info {
        margin-right: 0;
    }
}

@media (max-width: 47.99em) {
    .lk-doctor-info {
        min-height: inherit;
    }
}

.lk-doctor-name {
    /*font-weight: bold;*/
    margin-bottom: 5px;
    display: block;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}

.lk-doctor-role {
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 1.2;
}

.lk-doctor-role2 {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #83838f;
}

.lk-doctor-price {
    position: absolute;
    right: 0;
    top: 15px;
    width: 130px;
    text-align: right;
}

@media (max-width: 63.99em) {
    .lk-doctor-price {
        position: static;
        width: 100%;
        padding-top: 15px;
        text-align: left;
    }
}

.lk-doctor-time {
    color: #00b2ac;
    height: 30px;
    border-radius: 15px;
    border: solid 1px #00b2ac;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 28px;
    margin-bottom: 20px;
    display: inline-block;
}

@media (max-width: 63.99em) {
    .lk-doctor-time {
        vertical-align: middle;
        margin-bottom: 0;
    }
}

.lk-doctor-price .price-badge {
    vertical-align: middle;
}

.lk-doctor-money {
    float: right;
}

.lk-doctor-place {
    font-size: 13px;
}

.lk-left-overlay .btn {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 47.99em) {
    .lk-left-overlay .btn {
        position: relative;
        margin: 15px auto;
        text-align: center;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        background: transparent;
        font-size: 13px;
        color: #00b2ac;
        padding: 0;
        line-height: normal;
        height: auto;
    }
}

.lk-right-overlay {
    position: absolute;
    background: #fff;
    top: 0;
    left: 38%;
    bottom: 0;
    width: 62%;
    z-index: 999;
    padding: 30px;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.lk-doctor-info--inside {
    margin-right: 0;
}

.lk-long {
    margin-bottom: 15px;
    line-height: 1.2;
}

.txt-grey {
    color: #83838f;
}

.price-prog--preprice {
    margin-top: 4px;
}

.lk-choose-time .input-calendar {
    padding: 0;
    margin: 0;
    width: 50%;
}

.form__line.line__flex .select2 {
    max-width: 50%;
}

.time__info {
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    margin-bottom: 20px;
}

.time__info .time__true {
    position: relative;
    padding-left: 35px;
}

.time__info .time__true:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 27px;
    height: 17px;
    border-radius: 7px;
    border: 1px solid #03b3ad;
    background-color: #ffffff;
}

.time__info .time__false {
    position: relative;
    margin-left: 20px;
    padding-left: 35px;
}

.time__info .time__false:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 27px;
    height: 17px;
    border-radius: 7px;
    background-color: #b7b7b7;
}

a.back__step {
    display: block;
    margin-top: 10px;
    text-align: center;
}

.no__top__padding {
    margin-top: 0 !important;
}

.lk-choose-time--title {
    float: left;
    font-size: 15px;
}

@media (max-width: 63.99em) {
    .lk-choose-time--title {
        float: none;
    }
}

.lk-choose-time {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.input-calendar--price {
    /*float: right;*/
    margin-left: 15px;
}

@media (max-width: 63.99em) {
    .input-calendar--price {
        float: none;
        margin-left: 0;
        margin-top: 10px;
    }
}

.lk-choose-time {
    margin-bottom: 30px;
}

.lk-choose-time::after {
    content: "";
    display: table;
    clear: both;
}

.lk-times {
    margin-bottom: 30px;
}

.lk-times__item {
    color: #00b2ac;
    height: 30px;
    border-radius: 15px;
    border: solid 1px #00b2ac;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    cursor: pointer;
}

.lk-times__item:hover {
    color: #2f353c;
    border-color: #2f353c;
}

.lk-times__item--active {
    background: #00b2ac;
    color: #fff;
    border: solid 1px #00b2ac;
}

.lk-times__item--active:hover {
    background: #00b2ac;
    color: #fff;
    border: solid 1px #00b2ac;
}

.lk-times__item.disabled {
    color: #999;
    border-color: #999;
    cursor: not-allowed;
}

.lk-times__item.disabled:hover {
    color: #999;
    border-color: #999;
}

.map-point {
    position: absolute;
    border-radius: 50%;
    font-size: 24px;
    color: #00b2ac;
    background: #FFF;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 2px;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.map-point i {
    font-style: normal;
    display: block;
    width: 46px;
    height: 46px;
    line-height: 43px;
    border: 3px solid #00abaa;
    border-radius: 50%;
}

.map-point:hover {
    color: #222328;
}

.map-point:hover i {
    border-color: #222328;
}

.map-point:active {
    color: #222328;
    background: #fdd615;
}

.map-point:active i {
    border-color: #222328;
}

.map-point--null {
    width: 20px;
    height: 20px;
}

.map-point--null i {
    width: 16px;
    height: 16px;
}

.lk-new-order .h2 {
    text-align: center;
    margin-top: 0;
}

.lk-new-order .table {
    font-size: 13px;
    margin-bottom: 0;
}

.lk-new-order table.table td {
    padding: 7px 15px;
}

.lk-must-have {
    font-size: 13px;
}

.lk-must-have p {
    margin-bottom: 10px;
}

.lk-price-near {
    padding: 15px;
    background: #e2eef0;
}

.lk-error-line {
    position: relative;
}

.lk-error-line .selectize-input, .lk-error-line .form-control {
    border-color: #e95f65;
}

.lk-error-message {
    font-size: 11px;
    color: #e95f65;
    margin-left: 8px;
    padding: 0 3px;
    background: #FFF;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.lk-error-line .lk-error-message {
    opacity: 1;
    visibility: visible;
}

.select2-container--open ~ .lk-error-message {
    display: none;
}

.lk-doc-error1 {
    font-size: 11px;
    color: #e95f65;
    margin-bottom: 5px;
}

.lk-login-wrap {
    max-width: 72%;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15%;
}

h2.no__top__padding {
    font-size: 32px;
}

.lk-choose-time {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lk-btns-row2::after {
    content: "";
    display: table;
    clear: both;
}

.lk-btn-col {
    width: 48%;
    margin: 0 auto;
}

@media (max-width: 47.99em) {
    .lk-btn-col {
        float: none;
        width: 100%;
    }
}

.lk-btn-col1 {
    width: 48%;
    float: left;
}

@media (max-width: 47.99em) {
    .lk-btn-col1 {
        float: none;
        width: 100%;
    }
}

.lk-btn-col2 {
    width: 48%;
    float: right;
}

@media (max-width: 47.99em) {
    .lk-btn-col2 {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
}

.lk-forget-url {
    font-size: 13px;
    text-align: right;
}

.lk-already {
    font-size: 13px;
    text-align: center;
}

.lk-loader, .lk-message-none {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 10px;
    z-index: 999;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 47.99em) {
    .lk-loader, .lk-message-none {
        display: block;
    }
}

.lk-message-none__inner {
    max-width: 500px;
    text-align: center;
    margin-top: -40px;
}

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

@media (max-width: 47.99em) {
    h2.h2--nothing {
        font-size: 24px;
    }
}

.lk-reg-checks .form-checkbox {
    margin-bottom: 5px;
}

p.lk-service-get-title {
    text-align: center;
    font-weight: 600;
    margin-bottom: 1em;
    padding-top: 15px;
}

.lk-get-service {
    text-align: center;
    margin-bottom: 10px;
}

.lk-get-service .form-radio {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 10px;
}

.lk-get-service .form-radio:first-child {
    margin-left: 0;
}

.lk-get-description {
    font-size: 14px !important;
    color: #999;
    margin-bottom: 38px !important;
    text-align: center;
    line-height: 1.3;
}

.lk-tc-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    /*color: #00b2ac; */
}

.lk-tc-form {
    padding-top: 15px;
    max-width: 50%;
}

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

.mo-calendar__next, .mo-calendar__prev {
    width: 32px;
    height: 32px;
    border: 0;
    background: url(../img/sprite.png) no-repeat;
    cursor: pointer;
    outline: none;
    display: inline-block;
    text-indent: -9999px;
    margin-top: -4px;
}

.mo-calendar__next {
    float: right;
    margin-right: -20px;
    background-position: -561px -73px;
}

.mo-calendar__next:hover {
    background-position: -408px -73px;
}

.mo-calendar__prev {
    float: left;
    margin-left: -20px;
    background-position: -527px -73px;
}

.mo-calendar__prev:hover {
    background-position: -368px -73px;
}

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

.lk-code-again__link {
    font-size: 11px;
    display: none;
}

.lk-code-again__timer {
    font-size: 11px;
}

h2.modal-header {
    margin-top: 0;
    text-align: center;
}

.lk-mc-row {
    margin-left: -15px;
    margin-right: -15px;
}

.lk-mc-row::after {
    content: "";
    display: table;
    clear: both;
}

.lk-mc-8 {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 66.66667%;
}

@media (max-width: 47.99em) {
    .lk-mc-8 {
        width: 100%;
    }
}

.lk-mc-4 {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333%;
}

@media (max-width: 47.99em) {
    .lk-mc-4 {
        width: 100%;
    }
}

.lk-change__password-anchor {
    position: absolute;
    top: -80px;
}

.content-entry--clinic2 {
    padding-bottom: 36px;
    padding-top: 26px;
}

.content-entry--clinic2 .h2 {
    text-align: left;
    margin-bottom: 20px;
    margin-top: 10px;
}

.clinics2-item {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    margin-right: 30px;
    width: 260px;
    height: 100px;
    border-radius: 10px;
    border: 2px solid #00b2ac;
    color: #00b2ac;
    padding: 15px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 30px;
}

.clinics2-item p {
    margin: 0;
}

.clinics2-item--yellow {
    border: 2px solid #fdd615;
}

.din-row::after {
    content: "";
    display: table;
    clear: both;
}

.din-left {
    width: 64%;
    float: left;
}

@media (max-width: 47.99em) {
    .din-left {
        width: 100%;
        float: none;
    }
}

.din-right {
    width: 31%;
    float: right;
    text-align: center;
}

@media (max-width: 47.99em) {
    .din-right {
        width: 100%;
        float: none;
    }
}

.din-role {
    position: relative;
    padding-left: 35px;
    padding-right: 35px;
    font-weight: bold;
    float: right;
    margin-left: 20px;
    text-align: center;
    line-height: 1.4;
    padding-top: 20px;
    padding-bottom: 20px;
}

.din-role:before, .din-role:after {
    content: "";
    position: absolute;
    background: url("../img/lavr.svg") no-repeat;
    width: 30px;
    height: 94px;
    top: 50%;
    margin-top: -47px;
}

.din-role:before {
    left: 0;
}

.din-role:after {
    right: 0;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

@media (max-width: 47.99em) {
    .din-role {
        display: none;
    }
}

.din-mobile-show {
    display: none;
}

@media (max-width: 47.99em) {
    .din-mobile-show {
        display: block;
        margin-left: 0;
        float: none;
    }
}

h2.din-h2 {
    font-size: 22px;
    margin-bottom: 0.7em;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 1.5em;
}

.din-role-row {
    margin-left: -15px;
    margin-right: -15px;
}

.din-role-row::after {
    content: "";
    display: table;
    clear: both;
}

.din-role-col {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

@media (max-width: 47.99em) {
    .din-role-col {
        width: 100%;
        float: none;
    }
}

.din-role-wrap {
    padding-top: 50px;
    padding-bottom: 0;
}

@media (max-width: 47.99em) {
    .din-role-wrap {
        padding-top: 20px;
    }
}

h1.din-h1 {
    margin-bottom: 0;
}

ul.din-list {
    list-style: url(../img/list2.png) outside;
}

ul.din-list li {
    margin-bottom: 10px;
}

ul.din-list2 {
    list-style: url(../img/list2.png) outside;
}

.din-line {
    background: #ecf6f8;
    padding-top: 60px;
    padding-bottom: 40px;
    margin-top: 30px;
}

h2.din-h2--inline {
    margin-top: 0;
}

.din-line-col1 {
    width: 26%;
    float: left;
}

@media (max-width: 47.99em) {
    .din-line-col1 {
        width: 100%;
        float: none;
    }
}

.din-line-col2 {
    width: 70%;
    float: right;
}

@media (max-width: 47.99em) {
    .din-line-col2 {
        width: 100%;
        float: none;
    }
}

.s-agreement--din .icons__ico:after {
    display: none;
}

.s-agreement--din .icons__ico-1 {
    background: #fff url("../img/footer-icon-step-1.svg") no-repeat 50% 50%;
}

.s-agreement--din .icons__ico-2 {
    background: #fff url("../img/footer-icon-step-2.svg") no-repeat 50% 50%;
}

.s-agreement--din .icons__ico-3 {
    background: #fff url("../img/footer-icon-step-3.svg") no-repeat 50% 50%;
}

.s-agreement--din .icons__ico-4 {
    background: #fff url("../img/footer-icon-step-4.svg") no-repeat 50% 50%;
}

.din-comments .comments-slider {
    background: #fff;
}

.din-comments .cs-slider__right {
    background: #ecf6f8;
}

.din-cert-wrap {
    white-space: nowrap;
    overflow: auto;
}

.din-cert-wrap a {
    margin-right: 50px;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-no-margins img.mfp-img {
    padding: 0;
}

/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}

/* padding for main container */
.mfp-no-margins .mfp-container {
    padding: 0;
}

.image-popup {
    outline: none;
}

.din-face {
    margin-bottom: 30px;
}

.din-face img {
    display: block;
    max-width: 100%;
}

.din-btn-wrap {
    margin-bottom: 30px;
}

.din-video img {
    display: block;
    max-width: 100%;
}

.din-btn-wrap {
    text-align: center;
}

.din-video a {
    position: relative;
    display: block;
}

.din-video a:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    background: url("../img/play-icon.png") no-repeat;
    background-size: 100%;
    width: 100px;
    height: 100px;
}

h1.mo-h1 {
    font-size: 50px;
    font-weight: 100;
    font-stretch: normal;
    line-height: 1.12;
    text-align: left;
    margin-top: 50px;
    padding-left: -webkit-calc(34% + 30px);
    padding-left: calc(34% + 30px);
}

@media (max-width: 63.99em) {
    h1.mo-h1 {
        text-align: center;
        padding-left: 0;
    }
}

.mo-row::after {
    content: "";
    display: table;
    clear: both;
}

.mo-left {
    float: left;
    width: 31.5%;
}

@media (max-width: 63.99em) {
    .mo-left {
        width: 100%;
    }
}

.mo-new {
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    padding: 30px;
    text-align: center;
}

@media (max-width: 47.99em) {
    .mo-new {
        padding: 15px;
    }
}

.mo-new__name {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: normal;
}

.mo-calendar {
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.mo-calendar__title {
    background-color: #7fd8d5;
    color: #fff;
    padding: 10px 30px;
}

.mo-calendar__body {
    padding: 30px;
    padding-top: 20px;
}

@media (max-width: 47.99em) {
    .mo-calendar__body {
        padding: 15px;
    }
}

.mo-calendar-table {
    width: 100%;
    margin-bottom: 20px;
}

.mo-calendar-table th {
    color: #b9b9b9;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 20px;
}

.mo-calendar-table td {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mo-calendar-table td a {
    display: block;
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    color: #2f353d;
    border-radius: 50%;
    line-height: 30px;
}

.mo-calendar-table td a.is-active {
    background-color: #00b2ac;
    color: #fff;
}

.mo-calendar-table td a.is-today {
    background-color: #ff2a63;
    color: #fff;
}

.mo-calendar-table td a.is-old {
    background-color: #d8d8d8;
}

@media (max-width: 47.99em) {
    .mo-calendar-table td {
        font-size: 16px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
}

.mo-legend__item {
    margin-top: 10px;
}

.mo-legend__item:first-child {
    margin-top: 0;
}

.mo-legend__item span {
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    border-radius: 50%;
}

.mo-legend__item .is-active {
    background-color: #00b2ac;
}

.mo-legend__item .is-today {
    background-color: #ff2a63;
}

.mo-legend__item .is-old {
    background-color: #d8d8d8;
}

.mo-right {
    float: right;
    width: 66%;
}

@media (max-width: 63.99em) {
    .mo-right {
        width: 100%;
    }
}

.mo-well {
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    padding: 30px;
}

@media (max-width: 47.99em) {
    .mo-well {
        padding: 15px;
    }
}

.mo-h2 {
    font-size: 22px;
    margin-bottom: 8px;
}

@media (max-width: 47.99em) {
    .mo-h2 {
        text-align: center;
        margin-bottom: 15px;
    }
}

.mo-h2__relative {
    position: relative;
}

.mo-line {
    position: relative;
    text-align: center;
    height: 30px;
    margin-bottom: 20px;
}

.mo-line span {
    position: relative;
    display: inline-block;
    height: 30px;
    border-radius: 15px;
    background-color: #ffffff;
    border: solid 1px #adafb2;
    color: #adafb2;
    padding: 0 20px;
    line-height: 28px;
}

.mo-line:before {
    content: "";
    position: absolute;
    height: 1px;
    background: #adafb2;
    left: 0;
    right: 0;
    top: 50%;
}

@media (max-width: 47.99em) {
    .mo-line--nm {
        display: none;
    }
}

.mo-recommendation {
    margin-bottom: 30px;
}

.mo-recommendation img {
    max-width: 100%;
    border-radius: 8px;
}

.mo-orders__item {
    position: relative;
    min-height: 165px;
    margin-bottom: 30px;
}

.mo-orders__left {
    position: absolute;
    top: 0;
    left: 0;
    width: 135px;
    text-align: left;
}

@media (max-width: 47.99em) {
    .mo-orders__left {
        position: static;
        width: 100%;
        text-align: center;
    }
}

.mo-orders__right {
    margin-left: 160px;
}

@media (max-width: 47.99em) {
    .mo-orders__right {
        margin-left: 0;
        margin-bottom: 15px;
    }
}

.mo-date {
    height: 30px;
    border-radius: 15px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 28px;
    margin-bottom: 10px;
    display: inline-block;
    background: #00b2ac;
    color: #fff;
    font-size: 14px;
    border: solid 1px #00b2ac;
}

.mo-time {
    color: #00b2ac;
    height: 30px;
    border-radius: 15px;
    border: solid 1px #00b2ac;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 28px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.mo-price__title {
    font-size: 14px;
    color: #83838f;
    line-height: 1.13;
    margin-bottom: 10px;
}

.mo-doctor {
    border-radius: 10px;
    background-color: #ecf6f8;
    border: solid 1px #d8d8d8;
}

.mo-doctor__body {
    padding: 20px;
    border-bottom: solid 1px #d8d8d8;
}

.mo-doctor__body::after {
    content: "";
    display: table;
    clear: both;
}

.mo-face {
    width: 80px;
    height: 80px;
    float: left;
    border-radius: 50%;
    border: solid 1px #00b2ac;
    overflow: hidden;
}

.mo-face img {
    max-width: 100%;
    display: block;
}

@media (max-width: 47.99em) {
    .mo-face {
        float: none;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }
}

.mo-about {
    margin-left: 100px;
}

@media (max-width: 47.99em) {
    .mo-about {
        margin-left: 0;
        text-align: center;
    }
}

.mo-location {
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.mo-order-name {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 5px;
}

@media (max-width: 47.99em) {
    .mo-order-name {
        font-size: 16px;
    }
}

.mo-assigner {
    font-size: 14px;
    font-weight: bold;
    color: #83838f;
    line-height: normal;
}

.mo-doctor__footer {
    background: #FFF;
    border-radius: 0 0 10px 10px;
    padding: 10px 20px;
    text-align: left;
}

@media (max-width: 47.99em) {
    .mo-doctor__footer {
        text-align: center;
    }
}

.mo-action {
    display: inline-block;
    height: 30px;
    line-height: 28px;
    border-radius: 15px;
    background-color: #fefae3;
    border: solid 1px #fdd615;
    padding: 0 15px;
    color: #222328;
    font-size: 14px;
}

@media (max-width: 47.99em) {
    .mo-action {
        margin-top: 15px;
    }
}

.mo-action--cancel {
    background-color: transparent;
    border: none;
    color: #adafb2;
}

.mo-orders--old .mo-doctor__footer {
    text-align: right;
}

@media (max-width: 47.99em) {
    .mo-orders--old .mo-doctor__footer {
        text-align: center;
    }
}

.mo-orders--old .mo-doctor {
    background: #FFF;
}

.mo-orders--old .mo-date {
    background-color: #d8d8d8;
    color: #2f353d;
    border: solid 1px #d8d8d8;
}

.mo-orders--old .mo-time {
    color: #83838f;
    border: solid 1px #d8d8d8;
}

.mo-orders--old .price-badge {
    background: #d8d8d8;
}

.mo-orders--old .price-badge .pb-co:before {
    background: #d8d8d8;
}

.mo-nav {
    background: #7fd8d5;
    padding: 20px 0;
}

.mo-nav::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 47.99em) {
    .mo-nav {
        padding-left: 15px;
    }
}

.mo-nav__item {
    color: #fff;
    float: left;
    display: block;
    padding: 8px 15px;
    border-radius: 40px;
    border: 1px solid transparent;
    margin-right: 10px;
    -webkit-transition: .2s;
    transition: .2s;
}

@media (max-width: 47.99em) {
    .mo-nav__item {
        margin-right: 5px;
    }
}

.mo-nav__item:hover {
    border-color: #fff;
    color: #fff;
}

@media (max-width: 47.99em) {
    .mo-nav__item {
        font-size: 13px;
    }
}

.mo-nav__item--active {
    background: #fdd615;
    border-color: #fdd615;
    color: #222328;
}

.mo-nav__item--active:hover {
    border-color: #fdd615;
    color: #222328;
}

.mo-nav__item--exit {
    float: right;
    margin-right: 0;
}

.mo-nav--profile {
    margin-bottom: 30px;
}

.mo-h2--num {
    margin-bottom: 45px;
}

.mo-profile-form {
    max-width: 370px;
    margin-bottom: 45px;
}

.hl-header-text {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 40px;
}

.hl-header-text::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 47.99em) {
    .hl-header-text {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.hl-logo {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333%;
}

.hl-logo img {
    width: 100%;
}

@media (max-width: 47.99em) {
    .hl-logo {
        width: 100%;
    }
}

.hl-maintext {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 66.66667%;
}

@media (max-width: 47.99em) {
    .hl-maintext {
        width: 100%;
    }
}

h1.hl-h1 {
    font-size: 50px;
    font-weight: 100;
    line-height: 1.12;
    margin-top: 20px;
    margin-bottom: 25px;
}

@media (max-width: 79.99em) {
    h1.hl-h1 {
        font-size: 40px;
        line-height: 1.15;
    }
}

@media (max-width: 63.99em) {
    h1.hl-h1 {
        font-size: 30px;
        line-height: 1.2;
        margin-top: 10px;
    }
}

.hl-mt {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.33;
}

@media (max-width: 79.99em) {
    .hl-mt {
        font-size: 20px;
        line-height: 1.4;
    }
}

@media (max-width: 63.99em) {
    .hl-mt {
        font-size: 18px;
        line-height: 1.33;
    }
}

.hl-boxes-row1, .hl-boxes-row1a, .hl-boxes-row2 {
    margin-left: -15px;
    margin-right: -15px;
}

.hl-boxes-row1::after, .hl-boxes-row1a::after, .hl-boxes-row2::after {
    content: "";
    display: table;
    clear: both;
}

.hl-boxes-col1 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    width: 33.33333%;
}

.hl-boxes-col1a {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (max-width: 79.99em) {
    .hl-boxes-col1, .hl-boxes-col1a {
        width: 50%;
    }
}

@media (max-width: 47.99em) {
    .hl-boxes-col1, .hl-boxes-col1a {
        width: 100%;
    }
}

.hl-boxes-col2 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 66.66667%;
}

@media (max-width: 79.99em) {
    .hl-boxes-col2 {
        width: 100%;
    }
}

.hl-boxes-col3 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
}

@media (max-width: 47.99em) {
    .hl-boxes-col3 {
        width: 100%;
    }
}

.hl-boxes-col4 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.hl-box {
    position: relative;
    padding: 30px;
    border-radius: 10px;
    border: solid 1px #00b2ac;
    padding-bottom: 106px;
}

.hl-box-icon {
    margin-bottom: 20px;
}

.hl-box-icon img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.hl-box-title {
    font-size: 24px;
    line-height: 1.33;
    text-align: center;
    color: #ff0000;
    margin-bottom: 20px;
}

.hl-box-title--green {
    color: #00b2ac;
}

.hl-ul {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.6;
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

.hl-ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
    display: block;
}

.hl-ul li:last-child {
    margin-bottom: 0;
}

.hl-ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    top: 2px;
    color: #ff0000;
    font-size: 13px;
}

.hl-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: center;
}

.hl-box--bg {
    background-color: #fefae3;
}

.hl-box-icon--left {
    float: left;
    margin-bottom: 0;
    margin-top: 25px;
}

.hl-right-text {
    margin-left: 80px;
}

.hl-right-text p {
    margin-top: 0;
    margin-bottom: 0;
}

.hl-btn--2 {
    margin-top: 10px;
}

.hl-btn--2 .btn {
    margin-left: -80px;
}

.hl-content {
    margin-left: -15px;
    margin-right: -15px;
}

.hl-content::after {
    content: "";
    display: table;
    clear: both;
}

.hl-content-col {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    margin-bottom: 20px;
}

@media (max-width: 63.99em) {
    .hl-content-col {
        width: 100%;
    }
}

.hl-form-wrap {
    background: #ecf6f8;
    padding: 50px 0;
}

.hl-form {
    margin-left: -15px;
    margin-right: -15px;
}

.hl-form::after {
    content: "";
    display: table;
    clear: both;
}

.hl-form-col {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333%;
}

.hl-form-col:first-child {
    margin-left: 16.66667%;
}

@media (max-width: 63.99em) {
    .hl-form-col {
        width: 50%;
    }

    .hl-form-col:first-child {
        margin-left: 0%;
    }
}

@media (max-width: 47.99em) {
    .hl-form-col {
        width: 100%;
    }
}

.hl-codeinput {
    width: 40%;
    display: inline-block;
    margin-right: 10%;
}

.hl-code {
    display: inline-block;
}

textarea.hl-textarea {
    height: 244px;
    line-height: normal;
}

@media (max-width: 63.99em) {
    .btn--zp {
        display: none;
    }
}

@media (max-width: 47.99em) {
    .btn--zp {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 10px;
    }
}

/*# sourceMappingURL=maps/main.css.map */

.properties .phone {
    padding: 0 !important;
    text-align: left !important;
}

.kso-info img {
    float: left;
    max-width: 50%;
    max-height: 200px;
    margin-right: 20px;
    margin-bottom: 20px
}

@media (max-width: 400px) {
    .kso-info img {
        float: none;
        max-width: 100%;
    }
}

.lk-get-description.text-red {
    color: #ff0000;
}

.popup#auth .auxiliary {
    text-align: center;
}

.popup#auth .auxiliary a {
    text-decoration: underline;
}

.popup#auth .form.code-state .title {
    font-size: 14px;
    color: #858585;
    padding: 0 15px;
}

.popup#auth .btn-line {
    margin-top: 40px;
}

.popup#auth .btn {
    font-size: 13px;
}

.popup#restore .btn-line {
    text-align: center;
    margin-top: 40px;
}

.popup#restore .btn-line .btn {
    font-size: 13px;
}

.popup#register .btn-line {
    text-align: center;
    margin-top: 40px;
}

.popup#register a {
    text-decoration: underline;
}

.popup#register .form__line.double .lk-btn-col2:last-child {
    margin-right: 4%;
}

.popup#register .form.code-state .title {
    font-size: 14px;
    color: #858585;
    padding: 0 15px;
}

.popup#register .btn-line {
    text-align: center;
}

.popup#register .btn-line .btn {
    font-size: 13px;
    display: inline-block;
}

@media (max-width: 48.0625em) {
    .cs-slider__left {
        float: none;
        width: 100%;
        padding: 0 20px;
    }

    .cs-slider__right {
        margin-left: 0;
        padding: 30px 20px;
    }
}

/*Правки фулл карты для мобильных*/
.ymaps-2-1-68-fullscreen .root {
    display: none;
}

.ymaps-2-1-68-fullscreen .mobile_map_popup_controller_wrapper {
    display: none;
}

.ymaps-2-1-68-fullscreen .map_wrapper.active {
    background-color: inherit;
    width: auto;
    height: 100%;
    z-index: 11000;
    top: inherit;
    bottom: 0;
}

.ymaps-2-1-68-fullscreen .search-block {
    display: none;
}

.ymaps-2-1-68-fullscreen .map_wrapper.active .mobile_map_popup_close {
    display: none;
}

.ymaps-2-1-68-fullscreen .map_wrapper.active .maps-wrapper {
    height: 1080px;
}

.subs_block {
    min-height: 130px;
    background-color: #21787c;
    line-height: 130px;
}

.subs_block--content_form, .subs_block--content_text {
    display: inline-block;
    vertical-align: middle;
    line-height: 31px;
    vertical-align: middle;
}

.subs_block--content_form {
    width: 53%;
}

.subs_block--content_text {
    width: 45%;
    padding-right: 30px;
}

.subs_block--content {
    padding: 0 30px;
}

.subs_block--email {
    width: 100%;
    padding: 12px 0 12px 25px;
    border-radius: 23px;
    background-color: #64a1a3;
    border: 2px solid #f5f5f5;
    font-size: 15px;
    color: #fff;
    line-height: 1;
    height: 47px;
    display: block;
}

.subs_block--email:focus {
    outline: none;
}

.subs_block--content_form {
    position: relative;
}

.subs_block--subs_button {
    width: 164px;
    right: 0;
    position: absolute;
    height: 47px;
    border-radius: 23px;
    background-color: #fdd515;
    top: 0;
    text-align: center;
    line-height: 24px;
    color: #000;
    font-size: 16px;
    padding-top: 11px;
}

.subs_block--content_text span {
    font-size: 25px;
    line-height: 31px;
    color: #ffffff;
    font-weight: bold;
}

@media (max-width: 1023px) {
    .subs_block--content {
        padding: 10px 30px;
    }

    .subs_block--content_text, .subs_block--content_form {
        display: block;
        width: 100%;
        padding: 20px 0;
        text-align: center;
    }

    .subs_block--content_form {
        padding-top: 0;
    }
}

div#lk__filter-content.error__top {
    position: absolute;
    top: -20px;
}

h2.no__top__padding {
    font-size: 32px;
}

.form__line.two__input {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form__line.two__input > * {
    width: 48%;
}

@media (max-width: 767px) {
    .subs_block--content_text span {
        font-size: 18px;
        line-height: 24px;
        color: #ffffff;
        font-weight: bold;
        text-align: center;
    }

    .subs_block--content_text, .subs_block--content_form {
        display: block;
        width: 100%;
        padding: 20px 0;
        text-align: center;
    }

    .subs_block--content_form {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .subs_block--subs_button {
        width: 120px;
    }

    .form__line.two__input > * {
        width: 100%;
    }
}

.content-entry.text-center.personal__info__not__original p {
    font-size: 24px;
}

.content-entry.text-center.personal__info__not__original h3.text-red {
    font-weight: bold;
}

.select2-container ::-webkit-scrollbar {
    background: #dbdbdb;
    width: 8px;
}

.select2-container ::-webkit-scrollbar-thumb {
    background: #008d88;
    border-radius: 2px;
}

a.js-lk-link.select__time {
    position: absolute;
    right: 0;
}

.lk-doctor-info {
    position: relative;
}

.lk-doctor-item {
    padding-bottom: 10px;
}

.add__clinics {
    background: none !important;
    color: rgb(3, 179, 173);
    position: absolute !important;
    left: 20px;
    bottom: -17px;
    width: auto !important;
    top: auto !important;
}

.lk-price-near .price-badge {
    position: relative;
}

p.lk-get-description.text-red.error__no__record {
    /*margin-top: -15%;*/
}

span.steps__step {
    border-radius: 24px;
    background-color: #ffffff;
    padding: 15px 30px;
    width: 80%;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    color: #000000;
    font-size: 22px;
    font-weight: 700;
}

.errortext {
    margin: 0 auto;
    display: block;
    text-align: center;
}

p.lk-get-description.text-red.padding__item {
    padding: 20px 50px 20px 20px;
    margin-bottom: 30px !important;
}

p.text-mini.lk-get-description {
    padding: 20px 0 0;
}

.flex__online__record {
    display: flex;
    justify-content: space-between;
    width: 45%;
    align-items: center;
    align-content: center;
    margin: 30px auto 0;
}

.flex__online__record a {
    position: relative;
    cursor: pointer;
}

.flex__online__record .print:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 20px;
    background: url('/local/templates/medsi/img/print.png');
}

.flex__online__record .pdf:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 23px;
    background: url('/local/templates/medsi/img/pdf.png');
}

.dashed__line {
    width: 340px;
    height: 1px;
    margin: 40px auto;
    border: 1px dashed #03b3ad;
    background-color: #ffffff;
}

.text__no__result {
    margin: 20px auto;
}

.icon__no__result {
    background: url('/local/templates/medsi/img/no__result.png') center;
    width: 51px;
    height: 49px;
    margin: 0 auto;
}

/* .style-old-override start */
.comments-slider.style-old-override .cs-slider .hiddenComment.height-auto {
    height: auto !important;
}

.comments-slider.style-old-override .cs-slider .hiddenComment.height-fixed {
    height: 85px !important;
}

.comments-slider.style-old-override .comments-slider .tag-point {
    position: static !important;
}

.comments-slider.style-old-override .tag-point .icon {
    vertical-align: middle;
}

.comments-slider.style-old-override .ai-clinic {
    display: inline;
}

.comments-slider.style-old-override .cs-slider__item .btn.reply-new.fancybox-inline {
    position: static;
    bottom: auto;
}

.comments-slider.style-old-override .btn.reply-new.fancybox-inline {
    padding-top: 15px;
}

/* hack for IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .comments-slider.style-old-override .btn.reply-new.fancybox-inline {
        padding-top: 13px;
    }
}

.comments-slider.style-old-override .cs-slider__right {
    margin-right: 0;
}

.comments-slider.style-old-override .cs-slider__item .all-comments {
    position: static;
    left: auto;
    margin-left: 0;
    top: auto;
    color: #00b2ac;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

@media screen and (max-width: 1023px) {
    .cs-slider__item {
        margin-right: 0 !important;
    }

    .comments-slider.style-old-override .slick-list {
        height: auto;
        min-height: auto !important;
    }

    .comments-slider.style-old-override .slick-initialized .slick-slide {
        padding-bottom: 0;
    }

    .comments-slider.style-old-override .cs-slider__left {
        padding: 0;
    }

    .comments-slider.style-old-override .tag-point {
        position: static;
        bottom: auto;
        left: auto;
    }

    .comments-slider.style-old-override .cs-slider__item .btn.reply-new.fancybox-inline {
        right: auto;
        box-sizing: content-box;
    }

    .comments-slider.style-old-override .cs-slider__right {
        margin: 0;
        margin-left: 32%;
    }

    .comments-slider.style-old-override .cs-comment {
        margin-bottom: 0;
    }

    .comments-slider.style-old-override .cs-slider__right .readmore__link {
        margin-top: 7px;
    }

    .comments-slider.style-old-override .cs-nav {
        margin-top: 0;
    }
}

@media screen and (min-width: 1200px) {
    .comments-slider.style-old-override .cs-slider__item {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 48.0625em) {
    .comments-slider.style-old-override .cs-slider__left {
        padding: 0 20px;
    }

    .comments-slider.style-old-override .cs-slider__left .tag-point {
        position: absolute !important;
        bottom: 65px !important;
        left: 0;
    }

    .comments-slider.style-old-override .cs-slider__item .btn.reply-new.fancybox-inline {
        position: absolute;
        bottom: 53px;
        right: 0 !important;
    }

    .comments-slider.style-old-override .cs-slider__right {
        margin-left: 0;
    }

    .comments-slider.style-old-override .slick-initialized .slick-slide {
        padding-bottom: 130px;
    }
}

@media screen and (max-width: 567px) {
    .comments-slider.style-old-override .cs-slider .cs-slider__item {
        margin: 0;
    }

    .comments-slider.style-old-override .cs-slider__left .author {
        margin-left: 0;
    }

    .comments-slider.style-old-override .cs-slider__left .tag-point {
        top: auto !important;
        z-index: auto;
    }

    .comments-slider.style-old-override .cs-slider__item .btn.reply-new.fancybox-inline {
        left: 0;
        transform: none;
        padding-left: 21px;
        padding-right: 21px;
        bottom: 0 !important;
    }

    .comments-slider.style-old-override .cs-slider__right {
        width: auto;
        top: auto;
    }

    .comments-slider.style-old-override .cs-slider__footer {
        position: relative;
        right: auto;
    }

    .comments-slider.style-old-override .cs-slider__footer .cs-nav {
        text-align: left;
        float: right;
        margin-top: 20px;
    }

    .comments-slider.style-old-override .cs-slider__footer .cs-nav__prev {
        display: block;
    }

    .comments-slider.style-old-override .cs-slider__footer .cs-nav__count {
        font-size: 21px;
        float: left;
        display: block;
        margin: 0 10px;
    }

    .comments-slider.style-old-override .cs-slider__footer .cs-nav__next {
        display: block;
    }

    .comments-slider.style-old-override .ai-clinic {
        width: auto;
    }
}

/* .style-old-override end */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .subdomen .page-banner__title,
    .subdomen .hero__caption {
        color: #fff;
    }

    .header__location-select {
        float: right;
        margin-right: 15px;
        margin-top: 2px;
        position: relative;
        width: 36px;
        height: 36px;
        border-radius: 18px;
        background-color: #ecf6f8;
        cursor: pointer;
    }

    .header__location-select:before {
        content: '';
        position: absolute;
        background: url(/images/metks2.svg);
        background-repeat: no-repeat;
        width: 15px;
        height: 21px;
        left: calc(50% - 8px);
        top: calc(50% - 12px);
    }

}

@media only screen and (max-width: 767px) {

    .header__location-select {
        background: url(/images/metks3.svg);
        background-repeat: no-repeat;
        width: 15px;
        height: 21px;
        float: right;
        margin-top: 9px;
        margin-right: 5px;
        margin-left: 5px;
    }

}

@media (max-width: 47.99em) {
    a.header-mobile-phone {
        margin-right: 0;
    }
}

/* Корректировка позиции с учетом "липкой" шапки при переходе к якорю */
@media (max-width: 1023px) {
    a[name]:not([href]):not([id]):not([class]) {
        display: block !important;
        position: relative !important;
        top: -65px !important;
    }
}

@media (min-width: 1024px) {
    a[name]:not([href]):not([id]):not([class]) {
        display: block !important;
        position: relative !important;
        top: -75px !important;
    }
}

/* Добавлено для формы онлайн записи end */

/* Страница "Предложения сотрудничества" */
.cooperation-content {
    padding-top: 40px;
}

.cooperation-content h2 {
    font-weight: 600 !important;
    margin-bottom: 40px !important;
}

/* Слайдер "Наши партнеры" */
.cooperation-partners-slider .slick-arrow {
    background: url(/local/templates/medsi/img/sprite.png) no-repeat;
    background-color: white;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 50px;
    z-index: 90;
    text-indent: -9999px;
    border: 0;
    border-radius: 25px;
    cursor: pointer;
    outline: none;
}

.cooperation-partners-slider .slick-prev {
    background-position: -70px -74px;
    margin-left: 0;
    left: -8px;
}

.cooperation-partners-slider .slick-next {
    background-position: -133px -74px;
    margin-right: 0;
    right: -8px;
}

.cooperation-partners-slider .slick-slide {
    padding-bottom: 0 !important;
}

.cooperation-partners-slider img {
    display: none;
}

.cooperation-partners-slider .slick-slide img {
    max-height: 75px;
    max-width: 146px;
    display: block;
    margin: 0 auto;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.cooperation-partners-slider .slick-slide > div {
    position: relative;
    height: 146px;
    padding: 30px;
    margin: 0 10px;
    border: 1px solid #e2eef0;
}

/**

 */
#lk-app .footer__apps {
    margin-top: 20px;
    max-width: 250px;
}

/*links*/
#lk-app .footer__apps-links {
    display: flex;
    flex-direction: row;
}

#lk-app .footer__apps-link {
    display: block;
}

#lk-app .footer__apps-link:first-child {
    padding-right: 10px;
}

#lk-app .footer__apps-link:last-child {
    padding-left: 10px;
}

#lk-app .footer__apps-link {
    width: 50%;
}

#lk-app .footer__apps-link + .footer__apps-link {
    /*margin-top: 10px;*/
}

#lk-app .footer__apps-link img {
    width: 100%;
    /*max-width: 150px;*/
}

#lk-app .footer__apps-title {
    color: #42454f;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.filter-programs .toggle__item input {
    display: none;
}

.filter-programs .filter-col {
    width: 30%;
}

@media screen and (max-width: 768px) {
    .filter-programs .filter-col {
        width: 100%;
    }
}

    /*qr*/
#lk-app .footer__apps-qrs {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}

#lk-app .footer__apps-qrs-title {
    color: #42454f;
    font-size: 14px;
}

#lk-app .footer__apps-qrs-side {
    width: 50%;
}

#lk-app .footer__apps-qrs-side:first-child {
    padding-right: 10px;
}

#lk-app .footer__apps-qrs-side:last-child {
    padding-left: 10px;
    display: flex;
    flex-direction: row;
}

#lk-app .footer__apps-qr-link {
    width: calc(50% - 5px);
}

#lk-app .footer__apps-qr-link:focus,
#lk-app .footer__apps-qr-link:active {
    outline: none;
}

#lk-app .footer__apps-qr-img {
    width: 100%;
    max-width: 164px;
}

#lk-app .footer__apps-qr-img_popup {
    width: 100%;
    max-width: 164px;
    margin: 0 auto;
    display: block;
    margin-top: 15px;
}

#lk-app .footer__apps-qr-link:last-child {
    margin-left: 5px;
}

@media (max-width: 567px) {
    #lk-app .footer__apps-link img {
        max-width: 140px;
    }
}

@media (min-width: 1280px) {
    #lk-app .footer__apps {
        max-width: 320px;
    }
}

@media (max-width: 1023px) {
    #lk-app .footer__apps {
        max-width: 320px;
        margin: 20px auto 0;
    }
}
