

/* Start:/local/templates/samson/css/style.css?1769174299255895*/
@charset "UTF-8";
/* stylelint-disable */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
 ========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
    margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
    display: block;
}

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

/* Grouping content
 ========================================================================== */
/**
* 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 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
 ========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
    background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
    font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
    font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
 ========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
    border-style: none;
}

/* Forms
 ========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
    /* 1 */
    overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
    /* 1 */
    text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

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

/**
* Correct the padding in Firefox.
*/
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

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

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
    vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
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 in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

/* Interactive
 ========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
    display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
    display: list-item;
}

/* Misc
 ========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
    display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
    display: none;
}

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

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

.swiper-notification {
    display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
    font-family: "Golos";
    src: url("/local/templates/samson/css/../fonts/golos-regular.woff2") format("woff2"), url("/local/templates/samson/css/../fonts/golos-regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Golos";
    src: url("/local/templates/samson/css/../fonts/golos-bold.woff2") format("woff2"), url("/local/templates/samson/css/../fonts/golos-bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Golos";
    src: url("/local/templates/samson/css/../fonts/golos-demibold.woff2") format("woff2"), url("/local/templates/samson/css/../fonts/golos-demibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Golos";
    src: url("/local/templates/samson/css/../fonts/golos-medium.woff2") format("woff2"), url("/local/templates/samson/css/../fonts/golos-medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("/local/templates/samson/css/../fonts/roboto.woff2") format("woff2"), url("/local/templates/samson/css/../fonts/roboto.woff") format("woff");
    unicode-range: U+20BD;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Golos", "Arial", sans-serif;
    color: #000000;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #000000;
    text-decoration: none;
}

img,
video {
    display: block;
    max-width: 100%;
    height: auto;
}

textarea {
    resize: none;
}

* :focus,
* :hover,
* :active {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #f3f9fe;
    box-shadow: inset 0 0 0 50px #f3f9fe;
    -webkit-text-fill-color: #000000;
}

input,
textarea {
    border-radius: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    opacity: 1;
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
}

input:invalid,
textarea:invalid {
    -webkit-box-shadow: none;
    box-shadow: none;
}

select {
    border-radius: 0;
}

input::-ms-clear, input::-ms-reveal {
    display: none;
}

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
}

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

select,
textarea,
input:matches([type="email"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="url"]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    min-height: calc(100 * var(--vh, 1vh));
    overflow-x: hidden;
}

.wrapper--no-scrollbar {
    height: 100vh;
    height: calc(100 * var(--vh, 1vh));
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.wrapper--no-scrollbar::-webkit-scrollbar {
    display: none;
}

.wrapper .header,
.wrapper .footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.wrapper main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.scroll-lock {
    position: fixed;
    overflow-y: auto;
}

.btn-reset {
    padding: 0;
    background: rgba(255, 255, 255, 0);
    border: none;
    cursor: pointer;
}

.overflowed {
    overflow: hidden;
}

.container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 45px;
}

@media (max-width: 1023px) {
    .container {
        padding: 0 24px;
    }
}

@media (max-width: 767px) {
    .container {
        padding: 0 15px;
    }
}

.container--no-padding {
    padding: 0;
}

@media (max-width: 1023px) {
    .container--no-padding-tablet {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .container--no-padding-mob {
        width: 100%;
        padding: 0;
    }
}

.container-pd-45 {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 45px;
}

@media (max-width: 1023px) {
    .container-pd-45 {
        padding: 0 24px;
    }
}

@media (max-width: 767px) {
    .container-pd-45 {
        padding: 0 15px;
    }
}

.container-pd-15 {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.container-pl-64 {
    padding-left: 62px;
    padding-right: 92px;
}

@media (max-width: 1023px) {
    .container-pl-64 {
        padding: 0 24px;
    }
}

@media (max-width: 767px) {
    .container-pl-64 {
        padding: 0 15px;
    }
}

.container-ml-75 {
    margin-left: 75px;
}

@media (max-width: 1023px) {
    .container-ml-75 {
        padding: 0;
        margin: 0 24px;
    }
}

@media (max-width: 767px) {
    .container-ml-75 {
        margin: 0;
    }
}

.container-pl-36 {
    padding-left: 36px;
    margin-bottom: 83px;
}

@media (max-width: 1023px) {
    .container-pl-36 {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .container-pl-36 {
        padding: 0;
        margin-bottom: 44px;
    }
}

.btn {
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    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;
    min-height: 53px;
    padding: 17px;
    padding-top: 12px;
    color: #f9fcff;
    border-radius: 7px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .btn {
        min-height: 49px;
    }
}

.btn--large {
    max-width: 291px;
    font-size: 24px;
    line-height: 24px;
}

@media (max-width: 767px) {
    .btn--large {
        font-size: 18px;
        line-height: 100%;
    }
}

.btn--green {
    background-color: #1ebd7f;
    -webkit-box-shadow: 0 3px 0 #128659;
    box-shadow: 0 3px 0 #128659;
    -webkit-transition: 0.3s ease background-color;
    transition: 0.3s ease background-color;
}

.btn--green:hover, .btn--green:focus {
    background-color: #128659;
}

.btn--purple {
    background-color: #d2437f;
    -webkit-box-shadow: 0 3px 0 #972e5a;
    box-shadow: 0 3px 0 #972e5a;
    -webkit-transition: 0.3s ease background-color;
    transition: 0.3s ease background-color;
}

.btn--purple:hover, .btn--purple:focus {
    background-color: #972e5a;
}

@media (max-width: 767px) {
    .btn--purple {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.btn--white {
    color: #27a3bd;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 0 #0e4a57;
    box-shadow: 0 3px 0 #0e4a57;
    -webkit-transition: 0.3s ease background-color;
    transition: 0.3s ease background-color;
}

.btn--white:hover, .btn--white:focus {
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.round-btn {
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    padding: 0;
    width: 24px;
    height: 24px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-color: rgba(39, 163, 189, 0.1);
    -webkit-transition: 0.3s ease background-color;
    transition: 0.3s ease background-color;
}

.round-btn svg {
    fill: transparent;
    stroke: #27a3bd;
}

.round-btn:hover, .round-btn:focus {
    background-color: rgba(39, 163, 189, 0.2);
}

.rouble {
    font-family: "Roboto", "futura-pt", "Arial", sans-serif;
    font-weight: inherit;
    line-height: inherit;
    font-size: inherit;
    color: inherit;
}

.h1, h1 {
    font-weight: 600;
    font-size: 64px;
    line-height: 58px;
    margin-bottom: 20px;
    margin-top: 0;
}

@media (max-width: 767px) {
    .h1, h1 {
        font-size: 40px;
        line-height: 40px;
    }
}

.h2, h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 41px;
    letter-spacing: -0.02em;
    margin-top: 0;
    margin-bottom: 18px;
}

@media (max-width: 767px) {
    .h2, h2 {
        font-size: 32px;
        line-height: 32px;
        letter-spacing: 0;
        margin-bottom: 10px;
    }
}

.m-0 {
    margin: 0;
}

.mb-1 {
    margin-bottom: 37px;
}

.mb-2 {
    margin-bottom: 73px;
}

@media (max-width: 767px) {
    .mb-2 {
        margin-bottom: 30px;
    }
}

.mb-3 {
    margin-bottom: 57px;
}

@media (max-width: 767px) {
    .mb-3 {
        margin-bottom: 13px;
    }
}

.mb-4 {
    margin-bottom: 112px;
}

@media (max-width: 767px) {
    .mb-4 {
        margin-bottom: 88px;
    }
}

.mt-1 {
    margin-top: 47px;
}

@media (max-width: 767px) {
    .mt-1 {
        margin-top: 44px;
    }
}

.mt-2 {
    margin-top: 32px;
}

@media (max-width: 767px) {
    .mt-2 {
        margin-top: 21px;
    }
}

.mt-3 {
    margin-top: 67px;
}

@media (max-width: 1023px) {
    .mt-3 {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .mt-3 {
        margin-top: 50px;
    }
}

.mt-87 {
    margin-top: 87px;
}

.mt-76 {
    margin-top: 76px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-52 {
    margin-top: 52px;
}

.mt-55 {
    margin-top: 55px;
}

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

.mt-23 {
    margin-top: 23px;
}

.mt-46 {
    margin-top: 46px;
}

.pt-1 {
    padding-top: 20px;
}

@media (max-width: 767px) {
    .pt-1 {
        padding-top: 12px;
    }
}

.pt-5 {
    padding-top: 5px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-25 {
    padding-top: 25px;
}

.pb-15 {
    padding-bottom: 12px;
}

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

@media (max-width: 767px) {
    .no-mobile {
        display: none;
    }
}

.mob-text {
    display: none;
}

@media (max-width: 767px) {
    .mob-text {
        display: block;
    }
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: 1000;
}

.overlay--show {
    opacity: 1;
    visibility: visible;
}

.content {
    margin-top: 35px;
    margin-bottom: 85px;
    margin-left: 70px;
    width: calc(100% - 206px - 70px);
}

@media (max-width: 1023px) {
    .content {
        margin-top: 25px;
        margin-bottom: 55px;
        margin-left: 0;
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .content {
        margin-top: 15px;
        margin-bottom: 25px;
        margin-left: 0;
    }
}

.content--690 {
    max-width: 690px;
}

@media (max-width: 1023px) {
    .content--690 {
        max-width: 100%;
    }
}

.back-link {
    position: relative;
    margin-top: 18px;
    margin-bottom: 14px;
    display: inline-block;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.back-link a {
    margin-left: 7px;
    font-weight: 700;
    color: #27a3bd;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.back-link a::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-bottom: 1.5px solid #27a3bd;
    border-right: 1.5px solid #27a3bd;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 8px;
    left: -3px;
}

.back-link a:hover {
    color: #1ebd7f;
}

.back-link a:hover::before {
    border-color: #1ebd7f;
}

.back-link._breadcrumbs a {
    margin-left: 0px;
    font-weight: 700;
    color: #27a3bd;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    position: relative;
    margin-right: 20px;
}

.back-link._breadcrumbs a::before {
    display: none;
}

.back-link._breadcrumbs a::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-bottom: 1.5px solid #27a3bd;
    border-right: 1.5px solid #27a3bd;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    top: 8px;
    right: -14px;
}

.back-link._breadcrumbs a:hover {
    color: #1ebd7f;
}

.back-link._breadcrumbs a:hover::before {
    border-color: #1ebd7f;
}

.back-link._breadcrumbs span {
    font-weight: 700;
}

.back-link--doctor {
    margin-top: 0;
}

@media (max-width: 767px) {
    .back-link--doctor a {
        padding: 0 22px;
    }

    .back-link--doctor a::before {
        left: 16px;
    }
}

.back-link--underline a {
    border-bottom: 0.5px solid rgba(48, 163, 188, 0.5);
}

.header {
    position: relative;
    z-index: 99;
    color: #000000;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1023px) {
    .header {
        background-color: #f3f9fe;
        -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 12px 24px;
        min-height: 96px;
        z-index: 2;
    }

    .header--opened {
        height: var(--app-height);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: transparent;
    }

    .header--opened::before, .header--opened::after {
        content: "";
        position: absolute;
        background-color: #f3f9fe;
        -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
        top: 0;
        right: 0;
        width: 100%;
        min-height: 96px;
        z-index: -1;
    }

    .header--opened::after {
        -webkit-box-shadow: -4px 0 20px rgba(0, 0, 0, 0.05);
        box-shadow: -4px 0 20px rgba(0, 0, 0, 0.05);
        top: 96px;
        height: var(--app-height);
    }

    .header--opened .header__wrap {
        height: calc(var(--app-height) - 96px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header--opened .header__btn-toggle {
        background: transparent;
    }

    .header .header__btn-toggle::before,
    .header--opened .header__btn-toggle::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 58px;
        height: 52px;
        background-image: url("/local/templates/samson/css/../img/sprite/burger-menu.svg");
        background-repeat: no-repeat;
    }

    .header--opened .header__btn-toggle::before {
        background-image: url("/local/templates/samson/css/../img/sprite/menu-cross.svg");
    }

    .header .header__contacts {
        display: none;
    }

    .header .header__nav {
        display: none;
    }

    .header--opened .header__nav {
        display: block;
    }

    .header--opened .header__contacts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin-top: 50px;
        -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
    }

    .header--opened .header__nav ul {
        min-width: 100%;
        margin: 0 auto;
        margin-top: 30px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        grid-row-gap: 20px;
        grid-column-gap: 26px;
    }

    .header--opened .header__nav li {
        margin: 0;
    }

    .header--opened .header__nav {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .header {
        min-height: 72px;
    }

    .header--opened {
        height: auto;
    }

    .header--opened::before, .header--opened::after {
        min-height: 74px;
    }

    .header--opened::after {
        top: 74px;
        background-color: transparent;
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(243, 249, 254, 0.5)), color-stop(0%), color-stop(rgba(243, 249, 254, 0.5)), color-stop(10%), color-stop(10%, #f3f9fe));
        background-image: linear-gradient(90deg, rgba(243, 249, 254, 0.5), 0%, rgba(243, 249, 254, 0.5), 10%, #f3f9fe 10%);
    }

    .header--opened .header__wrap {
        width: 90%;
        padding: 0;
        top: 72px;
        height: calc(var(--app-height) - 72px);
        padding-bottom: 0px;
    }

    .header--opened .header__nav {
        padding: 0 7.7%;
    }

    .header--opened .header__nav ul {
        margin-left: 0;
        margin: 0;
        text-align: inherit;
        padding: 0;
        min-width: 245px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 0;
    }

    .header--opened .header__contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
        justify-content: stretch;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 7.7%;
        padding-bottom: 20px;
    }

    .header--opened .header__logo-text {
        margin-top: 2px;
    }
}

.header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow-x: hidden;
    padding: 0 45px;
    padding-top: 18px;
}

@media (max-width: 1023px) {
    .header__wrap {
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 0 24px;
        overflow-y: auto;
        position: absolute;
        top: 96px;
        right: 0;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .header__wrap {
        padding-left: 10%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: calc(var(--app-height) - 120px);
        padding-bottom: 30px;
    }
}

.header__logo,
.header__contacts,
.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__logo {
    position: absolute;
    top: 18px;
    left: calc(50vw - 1140px / 2 + 45px);
    max-width: 260px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header__logo img {
    cursor: pointer;
}

@media (max-width: 1140px) {
    .header__logo {
        left: 45px;
    }
}

@media (max-width: 1023px) {
    .header__logo {
        top: 12px;
        left: 24px;
    }
}

@media (max-width: 767px) {
    .header__logo {
        position: absolute;
        left: 12px;
    }

    .header__logo img {
        width: 40px;
        height: 50px;
    }
}

.header__logo[href]:hover b, .header__logo[href]:focus b {
    color: #27a3bd;
}

.header__logo[href]:hover span, .header__logo[href]:focus span {
    color: #30de9a;
}

.header__logo-text {
    margin-left: 12px;
}

.header__logo-text b {
    font-size: 24px;
    padding-top: 20px;
    display: block;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.header__logo-text span {
    display: block;
    color: #1ebd7f;
    font-size: 12px;
    line-height: 23px;
    font-weight: 600;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

@media (max-width: 1023px) {
    .header__logo-text span {
        color: #0e0e0e;
        -webkit-transition: 0.3s ease color;
        transition: 0.3s ease color;
    }
}

@media (max-width: 767px) {
    .header__logo-text {
        margin-left: 15px;
        margin-top: 2px;
    }

    .header__logo-text b {
        font-size: 18px;
        padding-top: 0;
    }

    .header__logo-text span {
        line-height: 1;
    }
}

.header__contacts {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-left: 245px;
    -ms-flex-preferred-size: 660px;
    flex-basis: 660px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 1023px) {
    .header__contacts {
        padding-left: 0;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.header__button {
    border: none;
    font-size: 16px;
    background-color: rgba(39, 163, 189, 0.1);
    color: #27a3bd;
    border-radius: 30px;
    padding: 8px 24px 12px 44px;
    position: relative;
    margin-left: 48px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    cursor: pointer;
    -webkit-transition: 0.3s ease background-color;
    transition: 0.3s ease background-color;
}

.header__button::before {
    content: "";
    position: absolute;
    background-image: url("/local/templates/samson/css/../img/svg/phone-desktop.svg");
    background-repeat: no-repeat;
    top: 14px;
    left: 22px;
    width: 14px;
    height: 14px;
}

.header__button:hover {
    background-color: rgba(39, 163, 189, 0.2);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

@media (max-width: 1023px) {
    .header__button {
        margin-left: 0;
        padding: 15px 30px;
        padding-left: 64px;
    }

    .header__button::before {
        top: 20px;
        left: 35px;
    }
}

@media (max-width: 767px) {
    .header__button {
        margin-top: 18px;
        padding: 11px 20px 15px 60px;
        letter-spacing: -0.5px;
        font-size: 18px;
    }

    .header__button::before {
        top: 15px;
        left: 32px;
        width: 19px;
        height: 19px;
        background-image: url("/local/templates/samson/css/../img/svg/phone-mobile.svg");
    }
}

.header__btn-toggle {
    display: none;
    padding: 0;
}

@media (max-width: 1023px) {
    .header__btn-toggle {
        display: block;
        position: absolute;
        background: transparent;
        width: 56px;
        height: 52px;
        top: 15px;
        right: 23px;
        border: 0;
        cursor: pointer;
        outline: none;
    }
}

@media (max-width: 767px) {
    .header__btn-toggle {
        top: 8px;
        right: 12px;
    }
}

.header__contacts-inner {
    font-size: 14px;
    margin-left: 23px;
    min-width: auto;
}

.header__contacts-inner p {
    margin: 0;
    line-height: 20px;
}

.header__contacts-inner b,
.header__contacts-inner a {
    font-size: 17px;
    font-weight: 600;
}

.header__contacts-inner a {
    -webkit-transition: 0.3s ease color;
    transition: 0.3s ease color;
}

.header__contacts-inner a:hover {
    color: #1ebd7f;
    -webkit-transition: 0.3s ease color;
    transition: 0.3s ease color;
}

@media (max-width: 1023px) {
    .header__contacts-inner {
        margin: 0;
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .header__contacts-inner {
        margin-bottom: 14px;
        width: 100%;
    }

    .header__contacts-inner p {
        font-size: 16px;
    }
}

.header__contacts-metro {
    position: relative;
    padding-left: 25px;
    letter-spacing: 0.3px;
}

.header__contacts-metro::before {
    content: "";
    position: absolute;
    background-image: url("/local/templates/samson/css/../img/sprite/logo-metro.svg");
    background-repeat: no-repeat;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
}

@media (max-width: 767px) {
    .header__contacts-metro {
        line-height: 1.3;
        padding-left: 25px;
        letter-spacing: 0.3px;
    }

    .header__contacts-metro::before {
        top: 0;
    }
}

.header__nav {
    margin-top: 17px;
}

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

.header__nav li {
    padding: 0 13px;
    padding-bottom: 18px;
    padding-top: 12px;
}

.header__nav li.active {
    background-color: #f3f9fe;
}

@media (max-width: 1023px) {
    .header__nav {
        font-size: 24px;
    }

    .header__nav li {
        margin-bottom: 20px;
        padding: 0;
    }

    .header__nav li.active {
        background-color: transparent;
    }
}

@media (max-width: 767px) {
    .header__nav {
        margin-top: 37px;
    }

    .header__nav ul {
        padding-left: 22px;
    }

    .header__nav li {
        margin-right: 0;
        margin-bottom: 1px;
    }
}

.header__link {
    line-height: 16px;
    border-bottom: 0.5px solid rgba(130, 130, 130, 0.5);
    -webkit-transition: 0.3s ease color, 0.3s ease border-color;
    transition: 0.3s ease color, 0.3s ease border-color;
}

.header__link--mob {
    display: none;
}

.header__link:hover {
    color: #1ebd7f;
    border-bottom: 1px solid #1ebd7f;
    -webkit-transition: 0.3s ease color, 0.3s ease border-color;
    transition: 0.3s ease color, 0.3s ease border-color;
}

.header__link--active {
    font-weight: 600;
}

@media (max-width: 1023px) {
    .header__link {
        padding-bottom: 5px;
        color: #27a3bd;
        border-bottom: 1px solid rgba(39, 163, 189, 0.3);
    }
}

@media (max-width: 767px) {
    .header__link {
        line-height: 40px;
        padding-bottom: 2px;
    }

    .header__link--des {
        display: none;
    }

    .header__link--mob {
        display: initial;
    }
}

.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 37px;
    padding-bottom: 30.5px;
    border-bottom: 1px solid #bdbdbd;
}

.footer__info-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 34%;
    margin-right: 73px;
}

.footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 23px;
}

.footer__logo[href]:hover b, .footer__logo[href]:focus b {
    color: #27a3bd;
}

.footer__logo[href]:hover span, .footer__logo[href]:focus span {
    color: #30de9a;
}

.footer__logo-img svg {
    display: block;
    width: 56px;
    height: 69px;
    margin-right: 15px;
}

.footer__logo-text b {
    display: block;
    padding-top: 11px;
    padding-bottom: 2px;
    font-weight: 700;
    font-size: 31.6596px;
    line-height: 87%;
    color: #0e0e0e;
    letter-spacing: -0.01em;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.footer__logo span {
    font-weight: 700;
    font-size: 15.8298px;
    line-height: 87%;
    color: #1ebd7f;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.footer__license-mobile {
    display: none;
}

.footer__license p {
    max-width: 335px;
    margin: 0;
    padding-bottom: 12px;
    padding-left: 2px;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #6a919e;
}

.footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 3px;
}

.footer__list-address,
.footer__list-connect {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__list-address {
    max-width: 204px;
    margin-right: 6.5%;
}

.footer__list-address li:not(:last-child) {
    padding-bottom: 21px;
}

.footer__item-address span {
    display: none;
}

.footer__list-connect {
    padding-right: 18px;
}

.footer__list-connect li:not(:last-child) {
    padding-bottom: 18px;
}

.footer__list-address,
.footer__list-connect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer__list-address b,
.footer__list-connect b {
    display: block;
    padding-bottom: 5px;
    font-weight: 700;
    font-size: 17px;
    line-height: 87%;
}

.footer__list-address p {
    font-size: 16px;
    line-height: 130%;
}

.footer__item-address p {
    margin: 0;
}

.footer__item-time p {
    max-width: 106px;
    margin: 0;
}

.footer__list-connect a {
    background-color: transparent;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    line-height: 87%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.footer__list-connect a:hover {
    color: #1ebd7f;
    text-decoration: underline;
}

.footer__development {
    max-width: 29%;
}

.footer__development b {
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
}

.footer__development img {
    display: block;
    width: 177px;
    height: 23px;
}

.footer__rights {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 16px;
}

.footer__rights-name {
    margin-right: 3.3%;
    padding-top: 11px;
    font-weight: 700;
    font-size: 12px;
    line-height: 87%;
}

.footer__rights p {
    display: block;
    max-width: 444px;
    margin: 0;
    margin-right: 12%;
    padding-top: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 136%;
}

.footer__rights-link a {
    font-weight: 400;
    font-size: 12px;
    line-height: 87%;
    color: #27a3bd;
    border-bottom: 0.5px solid rgba(11, 116, 227, 0.5);
}

.footer__rights-link a:hover {
    opacity: 0.6;
}

@media (max-width: 1024px) {
    .footer__info-logo {
        margin-right: 83px;
    }

    .footer__logo-img svg {
        width: 45px;
        height: 55px;
        margin-bottom: 6px;
    }

    .footer__logo-text b {
        padding-top: 0;
        font-size: 20px;
        line-height: 100%;
    }

    .footer__logo-text span {
        display: block;
        font-size: 16px;
        line-height: 20px;
    }

    .footer__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer__list-address {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 100%;
        margin-right: 0;
    }

    .footer__item-address {
        max-width: 50%;
    }

    .footer__list-connect {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 0;
    }

    .footer__item-email {
        display: none;
    }

    .footer__list-connect li {
        max-width: 50%;
    }

    .footer__development {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 100%;
        padding-top: 16px;
    }

    .footer__development b {
        padding-right: 20px;
        font-size: 16px;
    }

    .footer__rights {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__rights p {
        max-width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .footer__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 57px;
        padding-bottom: 22px;
        border-bottom: none;
    }

    .footer__info-logo {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 8px;
    }

    .footer__logo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__logo-img svg {
        margin-right: 0;
    }

    .footer__logo-text b {
        padding-bottom: 8px;
        font-size: 25px;
        line-height: 100%;
        letter-spacing: 0;
    }

    .footer__logo-text span {
        line-height: 87%;
        color: #0e0e0e;
    }

    .footer__license {
        display: none;
    }

    .footer__license-mobile {
        display: block;
    }

    .footer__license-mobile p {
        font-size: 12px;
        line-height: 130%;
        color: #bdbdbd;
    }

    .footer__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .footer__list-address {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        max-width: 100%;
        padding-right: 0;
        font-size: 16px;
        line-height: 130%;
        justify-content: space-between;
    }

    .footer__list-address b {
        padding-bottom: 0;
        font-size: 16px;
        height: 43px;
        line-height: 120%;
        color: #0e0e0e;
    }

    .footer__list-address p {
        font-size: 18px;
        line-height: 24px;
    }

    .footer__item-address {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        max-width: 134px;
    }

    .footer__item-address p:not(:last-child) {
        padding-bottom: 7px;
    }

    .footer__item-address span {
        display: inline-block;
        padding-right: 4px;
    }

    .footer__item-time {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        max-width: 150px;
        margin-right: 31px;
        padding-top: 2px;
        padding-bottom: 0;
        font-size: 18px;
        line-height: 24px;
    }

    .footer__item-time p {
        min-width: 120px;
    }

    .footer__list-connect {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: -89px;
    }

    .footer__list-connect li:not(:last-child) {
        margin-right: 0;
        padding-bottom: 10px;
    }

    .footer__list-connect b {
        padding-bottom: 3px;
    }

    .footer__list-connect b,
    .footer__list-connect a,
    .footer__development b {
        font-size: 16px;
        line-height: 120%;
    }

    .footer__development {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 0;
    }

    .footer__development b {
        margin-bottom: 9px;
    }

    .footer__development img {
        width: 215px;
        height: 28px;
    }

    .footer__license-mobile {
        padding-top: 36px;
    }

    .footer__license-mobile p {
        margin: 0;
        padding-bottom: 10px;
    }

    .footer__license-mobile p:first-child {
        max-width: 80%;
    }

    .footer__rights {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 63px;
    }

    .footer__rights-name {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        font-size: 16px;
        line-height: 100%;
        color: #0e0e0e;
    }

    .footer__rights p {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-top: 0;
        padding-bottom: 5px;
        line-height: 130%;
        color: #bdbdbd;
    }

    .footer__rights-link {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-bottom: 26px;
    }

    .footer__rights-link a {
        max-width: 100%;
        font-size: 12px;
        line-height: 130%;
        color: #bdbdbd;
        border-bottom: 0.5px solid #a3c7cf;
    }
}

.modal,
.modal-message {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    -ms-overflow-style: none;
    scrollbar-width: none;
}

@media (max-width: 767px) {
    .modal,
    .modal-message {
        background: none;
    }
}

.modal::-webkit-scrollbar,
.modal-message::-webkit-scrollbar {
    display: none;
}

.modal__wrapper,
.modal-message__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 100%;
    padding: 60px 40px;
}

@media (max-width: 767px) {
    .modal__wrapper,
    .modal-message__wrapper {
        padding: 60px 16px;
    }
}

.modal__overlay,
.modal-message__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.modal__content,
.modal-message__content {
    position: relative;
    width: 600px;
    padding: 40px;
    background-color: #ffffff;
}

@media (max-width: 767px) {
    .modal__content,
    .modal-message__content {
        width: 100%;
        padding: 20px;
        height: calc(var(--app-height) - 72px);
    }
}

.modal__close-btn,
.modal-message__close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
}

.modal--responsive .modal__content,
.modal-message--responsive .modal__content {
    width: 100%;
}

.modal--fit-content .modal__content,
.modal-message--fit-content .modal__content {
    width: auto;
}

@media (max-width: 767px) {
    .modal--fit-content .modal__content,
    .modal-message--fit-content .modal__content {
        width: 100%;
    }
}

.modal--no-scale,
.modal-message--no-scale {
    -webkit-transform: none;
    transform: none;
}

.modal--preload, .modal--message-preload,
.modal-message--preload,
.modal-message--message-preload {
    display: none;
}

.modal--active, .modal--message-active,
.modal-message--active,
.modal-message--message-active {
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

@media (max-width: 767px) {
    .modal--active, .modal--message-active,
    .modal-message--active,
    .modal-message--message-active {
        top: 73px;
    }
}

@media (max-width: 767px) {
    .modal--message-active,
    .modal-message--message-active {
        height: 100vh;
    }
}

.modal--active {
    position: absolute;
    width: 100%;
    height: 100vh;
}

.modal__content--header,
.modal-message__content--header {
    color: #ffffff;
    border-radius: 15px;
    padding: 12px;
    max-width: 467px;
    min-height: 235px;
    right: 0;
    top: 5%;
    background-color: rgba(39, 163, 189, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-transform: translate(0, 5%);
    transform: translate(0, 5%);
}

@media (max-width: 767px) {
    .modal__content--header,
    .modal-message__content--header {
        right: 0;
        top: 1px;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        border-radius: 0;
        max-width: 90%;
        min-height: auto;
        position: fixed;
    }
}

.modal__close-btn--form,
.modal-message__close-btn--form {
    background: none;
    border: none;
    width: 38px;
    height: 38px;
    padding: 0;
    cursor: pointer;
}

.modal__close-btn--form svg,
.modal-message__close-btn--form svg {
    -webkit-transition: 0.3s ease fill-opacity;
    transition: 0.3s ease fill-opacity;
}

.modal__close-btn--form svg:hover, .modal__close-btn--form svg:focus,
.modal-message__close-btn--form svg:hover,
.modal-message__close-btn--form svg:focus {
    fill-opacity: 0.8;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

@media (max-width: 767px) {
    .modal__close-btn--form,
    .modal-message__close-btn--form {
        width: 27px;
        height: 27px;
    }

    .modal__close-btn--form svg,
    .modal-message__close-btn--form svg {
        width: 27px;
        height: 27px;
    }
}

.modal .btn {
    padding: 15px 38px;
    min-height: auto;
    font-size: 18px;
}

.modal__title,
.modal-message__title {
    font-size: 20px;
    line-height: 22px;
}

@media (max-width: 767px) {
    .modal__title,
    .modal-message__title {
        font-size: 18px;
        line-height: 18px;
    }
}

.modal-message__content--message {
    min-height: 63px;
}

@media (max-width: 767px) {
    .modal-message__content--message {
        max-width: 90%;
        height: 85px;
        padding-right: 60px;
        top: inherit;
        bottom: 0;
    }
}

.modal-message__description,
.modal-message__title {
    margin: 0;
}

.modal-message__description {
    padding-left: 18px;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .modal-message__description {
        max-width: 195px;
    }
}

.modal__description,
.modal-message__description {
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
}

.modal-noscroll {
    overflow: hidden;
}

.banner {
    overflow: hidden;
    min-height: 527px;
    background-image: url("/local/templates/samson/css/../img/content/mainpage/banner@1x.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .banner {
        background-image: url("/local/templates/samson/css/../img/content/mainpage/banner@2x.jpg");
    }
}

@media (max-width: 1023px) {
    .banner {
        min-height: 483px;
    }
}

@media (max-width: 767px) {
    .banner {
        min-height: 0;
        background-size: auto 274px;
        background-position: top center;
    }
}

.banner__column {
    position: relative;
    max-width: 460px;
    margin-left: auto;
    padding: 10px;
    padding-right: 28px;
    z-index: 1;
}

@media (max-width: 1023px) {
    .banner__column {
        padding: 48px 22px 38px 45px;
        max-width: 420px;
    }
}
.bottom_banner.is-collapsed a,
.bottom_banner.is-collapsed .bottom_banner_text,
.bottom_banner.is-collapsed .bottom_banner_img { display: none !important; }

.bottom_banner.is-collapsed { padding: 8px 12px; height: 36px; }

/* Адаптив: что показывать — решаем медиа-правилами, без JS */
.bb_dd { display: block; }
.bb_mob { display: none; }


@media (max-width: 767px) {
    .bb_dd { display: none; }
    .bb_mob { display: block; }
    .banner__column {
        padding: 0;
        padding-bottom: 20px;
        margin: 0;
        margin-bottom: 0;
        min-height: 389px;
        margin-top: 273px;
        padding-top: 12px;
        max-width: 100%;
    }
}

.banner__column b {
    margin: 0;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
}

@media (max-width: 767px) {
    .banner__column b {
        line-height: 25px;
    }
}

.banner__column::before {
    content: "";
    position: absolute;
    width: 100%;
    min-width: 1043px;
    height: 977px;
    z-index: -1;
    background-image: url("/local/templates/samson/css/../img/content/mainpage/banner-figure.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: -228px;
    top: -334px;
}

@media (max-width: 1023px) {
    .banner__column::before {
        min-width: 870px;
        height: 694px;
        left: -163px;
        top: -163px;
    }
}

@media (max-width: 767px) {
    .banner__column::before {
        min-width: calc(100% + 30px);
        height: 427px;
        background-image: url("/local/templates/samson/css/../img/content/mainpage/banner-figure-mobile.svg");
        left: -15px;
        top: -46px;
        background-size: contain;
    }
}

.banner__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 24px;
    padding-right: 6px;
}

@media (max-width: 767px) {
    .banner__list {
        padding-right: 0;
        margin-top: 6px;
        margin-bottom: 21px;
    }
}

.banner__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 7px;
    font-size: 24px;
    line-height: 29px;
}

@media (max-width: 1023px) {
    .banner__item {
        font-size: 20px;
        line-height: 25px;
    }
}

@media (max-width: 767px) {
    .banner__item {
        padding-top: 6px;
        font-size: 16px;
        line-height: 19px;
    }
}

.banner__item span {
    display: inline-block;
    margin-left: 15px;
    white-space: nowrap;
}

.banner__item .rouble {
    margin-left: 0;
}

.banner__link {
    color: #27a3bd;
    border-bottom: 1px solid #a3c7cf;
    -webkit-transition: 0.3s ease color, 0.3s ease border-color;
    transition: 0.3s ease color, 0.3s ease border-color;
}

.banner__link:hover, .banner__link:focus {
    color: #1ebd7f;
    border-color: #1ebd7f;
}

.about-clinic {
    margin-top: 71px;
}

.about-clinic h1,
.about-clinic .h1 {
    margin: 0;
    font-weight: 700;
    font-size: 64px;
    line-height: 65px;
}

@media (max-width: 1023px) {
    .about-clinic h1,
    .about-clinic .h1 {
        font-size: 56px;
        line-height: 56px;
    }
}

@media (max-width: 767px) {
    .about-clinic h1,
    .about-clinic .h1 {
        font-size: 29px;
        line-height: 30px;
    }
}

@media (max-width: 1023px) {
    .about-clinic {
        margin-top: 41px;
    }
}

@media (max-width: 767px) {
    .about-clinic {
        margin-top: 31px;
    }
}

.about-clinic__wrapper {
    padding-left: 12px;
}

@media (max-width: 1023px) {
    .about-clinic__wrapper {
        padding-left: 0;
    }
}

.about-clinic__content {
    margin: 0 -15px;
    margin-top: 53px;
    margin-bottom: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .about-clinic__content {
        margin: 0;
        margin-top: 13px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 2px;
    }
}

.about-clinic__content-col {
    width: calc(50% - 40px);
    margin: 0 15px;
}

.about-clinic__content-col p {
    margin: 0;
    font-size: 24px;
    line-height: 29px;
}

@media (max-width: 1023px) {
    .about-clinic__content-col p {
        font-size: 16px;
        line-height: 19px;
    }
}

@media (max-width: 767px) {
    .about-clinic__content-col {
        width: 100%;
        margin: 0;
        margin-bottom: 19px;
    }
}

.about-clinic__content-title {
    margin: 0;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
}

@media (max-width: 1023px) {
    .about-clinic__content-title {
        display: block;
        font-size: 16px;
        line-height: 1.2;
    }
}

.about-clinic__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 16px;
    margin-right: -3px;
    margin-left: -3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about-clinic__list--page-rewiews {
    margin-top: 17px;
}

@media (max-width: 767px) {
    .about-clinic__list {
        margin-top: 13px;
        margin-right: -5px;
        margin-left: -5px;
    }
}

@media (max-width: 768px) {
    .about-clinic__list--page-rewiews {
        margin-top: 20px;
    }
}

.about-clinic__item {
    width: calc(25% - 6px);
    min-height: 174px;
    margin: 0 3px;
    margin-bottom: 10px;
}

.about-clinic__item--page-rewiews {
    width: calc(50% - 15px);
    margin: 0;
    margin-right: 15px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .about-clinic__item {
        width: calc(50% - 10px);
        margin: 0 5px;
        margin-bottom: 10px;
        min-height: 144px;
    }
}

@media (max-width: 768px) {
    .about-clinic__item--page-rewiews {
        width: calc(50% - 10px);
        margin: 0;
        margin-right: 5px;
        margin-left: 5px;
        margin-bottom: 10px;
    }
}

.about-clinic__rating-link {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 12px 14px;
    padding-bottom: 11px;
    border-radius: 7px;
    background-color: #f3f9fe;
    -webkit-transition: 0.3s ease background-color;
    transition: 0.3s ease background-color;
}

.about-clinic__rating-link:hover {
    background-color: #e1edf8;
}

.about-clinic__rating-link--page-rewiews {
    padding: 12px 0;
    padding-bottom: 8px;
    padding-left: 11px;
    padding-right: 16px;
}

@media (max-width: 767px) {
    .about-clinic__rating-link {
        padding: 12px 11px;
        padding-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .about-clinic__rating-link--page-rewiews {
        padding: 12px 0;
        padding-bottom: 8px;
        padding-left: 11px;
        padding-right: 16px;
    }
}

.about-clinic__number {
    display: block;
    margin-top: auto;
    padding-bottom: 3px;
    font-size: 64px;
    line-height: 64px;
}

.about-clinic__number--page-rewiews {
    padding-bottom: 0;
}

.about-clinic__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about-clinic__text-inner {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .about-clinic__text-inner {
        display: none;
    }
}

.about-clinic__rating-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%;
}

@media (max-width: 767px) {
    .about-clinic__rating-inner {
        min-width: 100%;
    }
}

.about-clinic__review-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 104px;
    min-height: 18px;
    position: relative;
}

.rating__stars {
    position: absolute;
    left: 0;
    top: 0;
    width: 104px;
    height: 18px;
    overflow: hidden;
}

.rating__stars svg {
    width: 104px;
    height: 18px;
}

.rating-text {
    margin: 0;
    padding: 0;
    color: #27a3bd;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(39, 163, 189, 0.2);
    text-decoration-color: rgba(39, 163, 189, 0.2);
    font-size: 14px;
    padding-right: 5px;
}

@media (max-width: 767px) {
    .rating-text {
        display: none;
    }
}

.offers-main {
    margin-top: 72px;
}

.offers-main h2,
.offers-main .h2 {
    margin: 0;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
}

@media (max-width: 767px) {
    .offers-main h2,
    .offers-main .h2 {
        font-size: 25px;
        line-height: 25px;
    }
}

@media (max-width: 1023px) {
    .offers-main {
        margin-top: 56px;
    }
}

.offers-main__container {
    padding-left: 12px;
}

.offers-main__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 31px -15px;
    margin-bottom: 87px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .offers-main__list {
        margin: 21px -5px;
        margin-bottom: 35px;
    }
}

.offers-main__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(25% - 30px);
    min-height: 382px;
    margin: 15px;
    margin-top: 0;
}

@media (max-width: 1023px) {
    .offers-main__item {
        width: calc(50% - 30px);
        margin-bottom: 40px;
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .offers-main__item {
        width: calc(50% - 10px);
        margin: 5px;
        margin-bottom: 40px;
    }
}

.offers-main__item h3 {
    color: #27a3bd;
    border-bottom: 1px solid #a3c7cf;
    -webkit-transition: 0.3s ease color, 0.3s ease border-color;
    transition: 0.3s ease color, 0.3s ease border-color;
    display: inline;
    margin: 0;
    padding: 0;
    padding-bottom: 4px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
}

.offers-main__item h3:hover, .offers-main__item h3:focus {
    color: #1ebd7f;
    border-color: #1ebd7f;
}

@media (max-width: 767px) {
    .offers-main__item h3 {
        margin-top: 2px;
        font-size: 13px;
        line-height: 16px;
        border: none;
        padding-bottom: 4px;
    }
}

.offers-main__item p {
    margin: 0;
    padding-bottom: 27px;
    line-height: 19px;
}

@media (max-width: 767px) {
    .offers-main__item p {
        padding-bottom: 13px;
        font-size: 12px;
        line-height: 14px;
    }
}

.offers-main__item:hover .offers-main__title h3 {
    color: #1ebd7f;
    border-color: #1ebd7f;
}

.offers-main__item:hover .offers-main__btn {
    background-color: #128659;
}

.offers-main__title {
    margin-bottom: 5px;
    margin-top: 10px;
}

.offers-main__btn {
    max-width: 170px;
    display: block;
    margin-top: auto;
    padding: 3px 7px;
    padding-bottom: 4px;
    text-align: left;
    font-size: 32px;
    line-height: 32px;
}

.offers-main__btn span:not(.rouble) {
    font-size: 12px;
    line-height: 14px;
    display: block;
}

@media (max-width: 767px) {
    .offers-main__btn span:not(.rouble) {
        font-size: 10px;
        line-height: 11px;
        font-weight: 500;
    }
}

@media (max-width: 767px) {
    .offers-main__btn {
        max-width: 129px;
        min-height: 44px;
        padding: 3px;
        font-size: 24px;
        line-height: 24px;
    }
}

.offers-main__old-price {
    text-decoration: line-through;
}

.offers-main__img-link {
    width: 165px;
    height: 165px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .offers-main__img-link {
        width: 115px;
        height: 115px;
    }
}

.offers-main__img-link img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.services-main {
    margin-bottom: 91px;
}

.services-main h2,
.services-main .h2 {
    margin: 0;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 7px;
}

@media (max-width: 767px) {
    .services-main h2,
    .services-main .h2 {
        font-size: 25px;
        line-height: 25px;
    }
}

@media (max-width: 1023px) {
    .services-main h2,
    .services-main .h2 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .services-main h2,
    .services-main .h2 {
        font-size: 25px;
        padding-bottom: 0;
    }
}

@media (max-width: 1023px) {
    .services-main {
        margin-bottom: 49px;
    }
}

@media (max-width: 767px) {
    .services-main {
        margin-bottom: 43px;
    }
}

.services-main__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .services-main__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.services-main__container svg {
    fill: #ffffff;
}

.services-main__svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100px;
    margin: 0;
}

@media (max-width: 767px) {
    .services-main__svg {
        min-height: 0;
    }
}

.services-main__left-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% / 3);
    max-width: 314px;
    margin-right: 40px;
    margin-bottom: 35px;
}

@media (max-width: 767px) {
    .services-main__left-col {
        width: 100%;
        max-width: 100%;
    }
}

.services-main__left-col p {
    margin: 0;
    margin-top: 12px;
    font-size: 20px;
    line-height: 24px;
}

@media (max-width: 767px) {
    .services-main__left-col p {
        font-size: 16px;
        line-height: 19px;
    }
}

.services-main__bottom {
    margin-top: auto;
    margin-bottom: 0;
    margin-left: 13px;
    position: relative;
    width: 187px;
    min-height: 192px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.services-main__bottom span {
    display: block;
    margin-bottom: 32px;
    margin-top: auto;
    max-width: 60px;
}

.services-main__bottom svg {
    position: absolute;
    bottom: 0;
    z-index: -1;
}

@media (max-width: 767px) {
    .services-main__bottom {
        display: none;
    }
}

.services-main__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0;
    margin-top: -7px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 63%;
}

@media (max-width: 767px) {
    .services-main__list {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .services-main__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.services-main__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 44.2%;
    margin: 0 0 27px;
    line-height: 19px;
}

.services-main__item a {
    margin-bottom: 10px;
}

.services-main__item p {
    margin: 0;
    margin-bottom: 10px;
}

.services-main__item .services-main__svg {
    line-height: 19px;
}

.services-main__item svg {
    margin-top: auto;
}

@media (max-width: 767px) {
    .services-main__item {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 34px;
    }

    .services-main__item:nth-child(1) svg {
        width: 57px;
        height: 68px;
    }

    .services-main__item:nth-child(2) svg {
        width: 61px;
        height: 60px;
    }

    .services-main__item:nth-child(3) svg {
        width: 64px;
        height: 73px;
    }

    .services-main__item:nth-child(4) svg {
        width: 112px;
        height: 74px;
    }

    .services-main__item:nth-child(5) svg {
        width: 137px;
        height: 76px;
    }

    .services-main__item:nth-child(6) svg {
        width: 143px;
        height: 91px;
    }

    .services-main__item p {
        margin-bottom: 5px;
    }
}

@media (max-width: 500px) {
    .services-main__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
}

.services-main__link {
    color: #27a3bd;
    border-bottom: 1px solid #a3c7cf;
    -webkit-transition: 0.3s ease color, 0.3s ease border-color;
    transition: 0.3s ease color, 0.3s ease border-color;
    display: inline;
    padding-bottom: 1px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
}

.services-main__link:hover, .services-main__link:focus {
    color: #1ebd7f;
    border-color: #1ebd7f;
}

.services-main__link--center {
    display: inline;
    text-align: center;
}

@media (max-width: 767px) {
    .services-main__link {
        font-size: 16px;
        line-height: 18px;
        border-bottom: none;
    }
}

.services-main__item:hover .services-main__link,
.services-main__item:focus .services-main__link {
    color: #1ebd7f;
    border-color: #1ebd7f;
}

.gallery__photo-container {
    margin: 0 10px;
}

@media (max-width: 767px) {
    .gallery__photo-container {
        margin: 0 4px;
    }
}

.gallery__slider {
    margin: 0 10px;
    margin-top: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .gallery__slider {
        margin: 0 4px;
        margin-top: 5px;
    }
}

.gallery__photo-preview.swiper-slide-thumb-active {
    width: 154px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.gallery__photo-preview.swiper-slide-thumb-active img {
    border: 4px solid #27a3bd;
}

@media (max-width: 767px) {
    .gallery__photo-preview.swiper-slide-thumb-active {
        width: calc(19.9% - 2px);
    }
}

.gallery__photo-preview {
    width: 156px;
    margin-right: 5px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .gallery__photo-preview {
        width: 19.9%;
        margin-right: 3px;
    }
}

.gallery__photo-preview:last-child {
    margin-right: 0;
}

.doctors {
    margin-top: 78px;
}

.doctors.previews__doctors-wrapper {
    margin-top: 12px;
}

@media (max-width: 767px) {
    .doctors {
        margin-top: 69px;
    }
}

.doctors h2,
.doctors .h2 {
    margin: 0;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
}

@media (max-width: 767px) {
    .doctors h2,
    .doctors .h2 {
        font-size: 25px;
        line-height: 25px;
    }
}

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

.doctors__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 41px 5px;
    margin-bottom: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .doctors__list {
        margin: 30px -8px;
        margin-bottom: 25px;
    }
}

.doctors__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(33.33% - 40px);
    min-height: 382px;
    margin: 0 20px;
    margin-bottom: 70px;
    font-size: 16px;
    line-height: 19px;
}

@media (max-width: 767px) {
    .doctors__item {
        width: calc(50% - 17px);
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0 8.5px;
        margin-bottom: 45px;
        min-height: 0;
        font-size: 14px;
        line-height: 16px;
    }
}

.doctors__item h3, .doctors__item .h3 {
    margin: 0;
    margin-top: 23px;
    margin-bottom: 8px;
    padding-bottom: 3px;
    font-weight: 400;
    text-align: center;
}

@media (max-width: 767px) {
    .doctors__item h3, .doctors__item .h3 {
        text-align: left;
        margin: 13px 0 5px;
    }
}

.doctors__item b {
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    display: block;
    margin-bottom: 3px;
}

@media (max-width: 767px) {
    .doctors__item b {
        text-align: left;
        font-size: 14px;
        line-height: 16px;
    }
}

.doctors__item img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

@media (max-width: 767px) {
    .doctors__item img {
        width: 150px;
        height: 150px;
        max-height: 150px;
    }
}

.doctors__item--wd-100 {
    width: 100%;
    margin: 0;
    min-height: 0;
}

.doctors__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 228px;
}

@media (max-width: 767px) {
    .doctors__text {
        max-width: 100%;
        padding-right: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.doctors__link:hover .doctors__title,
.doctors__link:focus .doctors__title {
    color: #1ebd7f;
}

.doctors__title {
    max-width: 285px;
    color: #27a3bd;
    -webkit-transition: 0.3s ease color, 0.3s ease border-color;
    transition: 0.3s ease color, 0.3s ease border-color;
    display: inline-block;
    font-size: 24px;
    line-height: 25px;
}

@media (max-width: 767px) {
    .doctors__title {
        max-width: 132px;
        font-size: 16px;
        line-height: 16px;
    }
}

.doctors__img-link {
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin: 0 auto;
}

@media (max-width: 1023px) {
    .doctors__img-link {
        width: 230px;
        height: 230px;
    }
}

@media (max-width: 767px) {
    .doctors__img-link {
        width: 140px;
        height: 140px;
    }
}

.doctors__img-link img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.doctors--clinic {
    margin-top: 86px;
}

@media (max-width: 767px) {
    .doctors--clinic {
        margin-top: 0;
    }
}

.doctors--clinic h2,
.doctors--clinic .h2 {
    text-align: left;
    font-weight: 400;
}

@media (max-width: 767px) {
    .doctors--clinic h2,
    .doctors--clinic .h2 {
        padding: 0 15px;
        font-size: 32px;
        line-height: 32px;
    }
}

.doctors--clinic .doctors__list {
    margin: 24px -11px 0;
}

@media (max-width: 767px) {
    .doctors--clinic .doctors__list {
        margin: 19px 5px 0;
    }
}

.doctors--clinic .doctors__item {
    width: calc(33.33% - 19px);
    min-height: 393px;
    margin: 0;
}

@media (max-width: 767px) {
    .doctors--clinic .doctors__item {
        width: calc(50% - 2px);
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 3px 1px 20px;
        min-height: 0;
    }
}

.doctors--clinic .doctors__item h3, .doctors--clinic .doctors__item .h3 {
    margin: 11px 0 6px;
}

@media (max-width: 767px) {
    .doctors--clinic .doctors__item h3, .doctors--clinic .doctors__item .h3 {
        margin: 8px 0 6px;
    }
}

.doctors--clinic .doctors__item b {
    max-width: 167px;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 9px;
}

@media (max-width: 767px) {
    .doctors--clinic .doctors__item b {
        margin-bottom: 7px;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .doctors--clinic .doctors__link {
        max-width: 82%;
    }
}

.doctors--clinic .doctors__img-link {
    width: 200px;
    height: 200px;
}

@media (max-width: 767px) {
    .doctors--clinic .doctors__img-link {
        width: 140px;
        height: 140px;
    }
}

.consultation {
    margin-top: 30px;
    color: #0e0e0e;
}

@media (max-width: 767px) {
    .consultation {
        margin-top: 28px;
    }
}

.consultation h2,
.consultation .h2 {
    margin: 0;
    margin-bottom: 30px;
    font-size: 60px;
    line-height: 54px;
    font-weight: 700;
}

@media (max-width: 1023px) {
    .consultation h2,
    .consultation .h2 {
        font-size: 48px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .consultation h2,
    .consultation .h2 {
        margin-bottom: 16px;
        font-size: 40px;
        line-height: 40px;
    }
}

.consultation__contaner {
    position: relative;
    padding: 0 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f3f9fe;
    z-index: 1;
    background-image: url("/local/templates/samson/css/../img/content/mainpage/consultation-bg@1x.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 56.5% auto;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .consultation__contaner {
        background-image: url("/local/templates/samson/css/../img/content/mainpage/consultation-bg@2x.png");
    }
}

@media (max-width: 1023px) {
    .consultation__contaner {
        background-size: 54% auto;
    }
}

@media (max-width: 767px) {
    .consultation__contaner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 15px;
        background-color: transparent;
        margin: 0;
        background-image: none;
    }

    .consultation__contaner::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 310px;
        background-image: url("/local/templates/samson/css/../img/content/mainpage/consultation-bg-mobile@1x.jpg");
        background-repeat: no-repeat;
        background-position: top right;
        background-size: cover;
        top: 0;
        left: 0;
        z-index: -1;
    }
}

@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 767px) and (min-resolution: 144dpi), (max-width: 767px) and (min-resolution: 1.5dppx) {
    .consultation__contaner::before {
        background-image: url("/local/templates/samson/css/../img/content/mainpage/consultation-bg-mobile@2x.jpg");
    }
}

@media (max-width: 767px) {
    .consultation__contaner::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 74%;
        background-image: url("/local/templates/samson/css/../img/content/mainpage/consultation-fig.svg");
        background-repeat: no-repeat;
        background-position: top right;
        background-size: cover;
        top: 266px;
        left: 0;
        z-index: -1;
    }
}

.consultation__col {
    width: 50%;
    margin-bottom: 33px;
}

.consultation__col--left {
    margin-top: 54px;
}

@media (max-width: 1023px) {
    .consultation__col--left {
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .consultation__col--left {
        margin-top: 325px;
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        padding-bottom: 78px;
    }
}

.consultation__col--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 65px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 491px;
}

@media (max-width: 767px) {
    .consultation__col--right {
        display: none;
    }
}

.consultation__subtitle {
    margin: 0;
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
}

@media (max-width: 1023px) {
    .consultation__subtitle {
        font-size: 22px;
        line-height: 29px;
    }
}

@media (max-width: 767px) {
    .consultation__subtitle {
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 24px;
    }
}

.consultation__list {
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 435px;
    margin-top: 2px;
    font-size: 24px;
    line-height: 26px;
}

@media (max-width: 1023px) {
    .consultation__list {
        font-size: 22px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .consultation__list {
        font-size: 18px;
        line-height: 24px;
        max-width: 100%;
    }
}

.consultation__item {
    margin-bottom: 10px;
    padding-left: 18px;
    position: relative;
}

.consultation__item::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #1ebd7f;
    border-radius: 50%;
    top: 12px;
    left: 3px;
}

@media (max-width: 767px) {
    .consultation__item::before {
        left: -1px;
    }
}

@media (max-width: 767px) {
    .consultation__item {
        margin-bottom: 8px;
        padding-left: 12px;
    }
}

.consultation__form-contaner {
    margin-left: 5px;
}

@media (max-width: 767px) {
    .consultation__form-contaner {
        margin-left: 0;
    }
}

.consultation__form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
    padding-bottom: 10px;
    max-width: 346px;
    font-size: 24px;
    line-height: 24px;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.5);
}

@media (max-width: 1023px) {
    .consultation__form-field {
        margin-top: 25px;
        padding-bottom: 6px;
        font-size: 22px;
        line-height: 1.5;
    }
}

@media (max-width: 767px) {
    .consultation__form-field {
        margin-top: 21px;
        max-width: 100%;
        font-size: 18px;
    }
}

.consultation__form-field label {
    min-width: 102px;
    margin-right: 15px;
    display: inline-block;
    line-height: 1.15;
}

@media (max-width: 767px) {
    .consultation__form-field label {
        min-width: 70px;
    }
}

.consultation__form-field input {
    width: 100%;
    border: none;
    background-color: transparent;
    outline: none;
}

@media (max-width: 1023px) {
    .consultation__form-field input {
        padding: 0;
    }
}

.consultation__form-field input::-webkit-input-placeholder {
    color: #bdbdbd;
}

.consultation__form-field input::-moz-placeholder {
    color: #bdbdbd;
}

.consultation__form-field input:-ms-input-placeholder {
    color: #bdbdbd;
}

.consultation__form-field input::-ms-input-placeholder {
    color: #bdbdbd;
}

.consultation__form-field input::placeholder {
    color: #bdbdbd;
}

.consultation__form-field input:focus, .consultation__form-field input:hover {
    background-color: transparent;
}

.consultation__form-field.error {
    border-bottom: 1px solid #f70000;
}

.consultation__form-field.error input {
    color: #eb5757;
}

.consultation__form-field.correct {
    border-bottom: 1px solid #000000;
}

.consultation__form-bottom {
    margin-top: 35px;
    margin-bottom: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    line-height: 24px;
}

.consultation__form-bottom--sent .consultation__message {
    display: block;
}

.consultation__form-bottom--sent .consultation__phone-block {
    display: none;
}

.consultation__form-bottom--sent .consultation__btn {
    background-color: #e0e0e0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 1023px) {
    .consultation__form-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .consultation__form-bottom {
        margin-top: 40px;
        margin-right: 0;
        margin-bottom: 0;
    }
}

.consultation__message {
    display: none;
    margin-left: 43px;
}

@media (max-width: 1023px) {
    .consultation__message {
        margin-left: 23px;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .consultation__message {
        text-align: center;
        width: 80%;
        margin: 0 auto;
        margin-top: 17px;
    }
}

.consultation__message p {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
}

.consultation__message .consultation__message-title {
    position: relative;
    margin-bottom: 3px;
    font-size: 24px;
    line-height: 24px;
}

@media (max-width: 767px) {
    .consultation__message .consultation__message-title {
        margin-bottom: 7px;
        font-size: 18px;
        line-height: 18px;
    }
}

.consultation__message .consultation__message-title::before {
    content: "✓";
    position: absolute;
    left: -20px;
}

@media (max-width: 767px) {
    .consultation__message .consultation__message-title::before {
        position: relative;
        left: -3px;
    }
}

.consultation__btn {
    width: 234px;
    min-width: 234px;
    min-height: 64px;
}

@media (max-width: 767px) {
    .consultation__btn {
        width: 100%;
        min-width: 0;
        font-size: 18px;
        min-height: 52px;
    }
}

.consultation__phone-block {
    margin-left: 19px;
}

@media (max-width: 1023px) {
    .consultation__phone-block {
        margin-left: 0;
        margin-top: 20px;
    }
}

.consultation__phone-block p {
    margin: 0;
}

@media (max-width: 767px) {
    .consultation__phone-block {
        display: none;
    }
}

.consultation__phone-link {
    display: inline-block;
    margin-top: 4px;
    color: #1ebd7f;
    -webkit-transition: 0.3s ease color;
    transition: 0.3s ease color;
}

.consultation__phone-link:hover, .consultation__phone-link:focus {
    color: #27a3bd;
}

.consultation__note {
    color: #bdbdbd;
    font-size: 12px;
    line-height: 16px;
    max-width: 350px;
    margin-left: 6px;
}

@media (max-width: 767px) {
    .consultation__note {
        margin: 0;
        margin-top: 14px;
        line-height: 17px;
    }
}

.consultation__note a {
    text-decoration: underline;
    color: inherit;
    -webkit-transition: 0.3s ease opacity;
    transition: 0.3s ease opacity;
}

.consultation__note a:hover {
    opacity: 0.5;
}

.consultation__content-block {
    min-width: 275px;
    margin-top: 7px;
    background-color: #ffffff;
    border-radius: 7px;
    padding: 7px;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 48px;
}

.consultation__content-block p {
    margin: 0;
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
    color: #1ebd7f;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .consultation__content-block {
        min-width: 0;
        width: calc(50% - 10px);
        margin: 0 5px;
        margin-bottom: 16px;
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 5px;
    }

    .consultation__content-block p {
        line-height: 11px;
        margin-bottom: 3px;
    }
}

.consultation__content-mobile {
    display: none;
}

@media (max-width: 767px) {
    .consultation__content-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -5px;
        margin-top: 36px;
    }
}

.reviews-main {
    margin-top: 56px;
}

.reviews-main h2,
.reviews-main .h2 {
    margin: 0;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
}

@media (max-width: 767px) {
    .reviews-main h2,
    .reviews-main .h2 {
        font-size: 25px;
        line-height: 25px;
    }
}

@media (max-width: 767px) {
    .reviews-main {
        margin-top: 0;
        padding-top: 41px;
    }
}

.reviews-main__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 23px -3px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .reviews-main__list {
        margin: 22px 0;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .reviews-main__list--hidden .reviews-main__item:not(:first-child) {
        display: none;
    }
}

.reviews-main__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(50% - 6px);
    margin: 47px 3px;
    margin-top: 0;
}

@media (max-width: 767px) {
    .reviews-main__item {
        width: 100%;
        margin: 23px 0;
        margin-top: 0;
    }
}

.reviews-main__item p {
    margin: 0;
    font-size: 17px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .reviews-main__item p {
        font-size: 12px;
        line-height: 14px;
    }
}

.reviews-main__video {
    position: relative;
    padding-bottom: 59.25%;
    /* 16:9 */
    height: 0;
    margin-bottom: 10px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .reviews-main__video {
        margin-bottom: 10px;
    }
}

.reviews-main__play-video {
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.reviews-main__play-video::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s ease background-color;
    transition: 0.3s ease background-color;
}

.reviews-main__play-video:hover::before {
    background-color: rgba(0, 0, 0, 0.2);
}

.reviews-main__play-video--hide {
    display: none;
    opacity: 0;
}

.reviews-main__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.reviews-main__video img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.reviews-main__button {
    display: none;
}

@media (max-width: 767px) {
    .reviews-main__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-bottom: 13px;
        background-color: rgba(39, 163, 189, 0.2);
        color: #27a3bd;
        font-size: 19px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .reviews-main__button svg {
        fill: transparent;
        stroke: #27a3bd;
    }

    .reviews-main__button span {
        padding-right: 10px;
    }
}

.reviews-main__play-button {
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    position: absolute;
    bottom: -34px;
    left: 57px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 81px;
    height: 88px;
}

.reviews-main__play-button span {
    position: absolute;
    top: 34px;
    left: calc(50% - 29px);
    color: #ffffff;
}

@media (max-width: 767px) {
    .reviews-main__play-button span {
        top: 24px;
        left: calc(50% - 15px);
        font-size: 12px;
        line-height: 14px;
    }
}

.reviews-main__play-button svg {
    opacity: 0.8;
}

@media (max-width: 767px) {
    .reviews-main__play-button {
        width: 58px;
        height: 64px;
        left: 30px;
        bottom: -24px;
    }

    .reviews-main__play-button svg {
        width: 65px;
        height: 60px;
    }
}

.articles-main {
    margin-top: 72px;
}

.articles-main h2,
.articles-main .h2 {
    margin: 0;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .articles-main h2,
    .articles-main .h2 {
        font-size: 25px;
        line-height: 25px;
    }
}

@media (max-width: 767px) {
    .articles-main {
        margin-top: 0;
        padding-top: 46px;
        padding-bottom: 29px;
        background-color: #F9F9F9;
    }
}

.articles-main__button {
    display: none;
}

@media (max-width: 767px) {
    .articles-main__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: rgba(39, 163, 189, 0.2);
        color: #27a3bd;
        font-size: 19px;
        padding-bottom: 14px;
    }
}

.articles-main__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 19px -15px;
    margin-bottom: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .articles-main__list {
        margin: 15px 0;
        margin-bottom: 0;
    }
}

.articles-main__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(33.33% - 30px);
    min-height: 171px;
    margin: 0 15px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 19px;
}

@media (max-width: 767px) {
    .articles-main__item {
        margin: 0;
        margin-bottom: 26px;
        width: 100%;
        min-height: 0;
    }

    .articles-main__item:not(:first-child) {
        display: none;
    }
}

.articles-main__item h3 {
    margin: 0;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}

@media (max-width: 767px) {
    .articles-main__item h3 {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 2px;
    }
}

.articles-main__item time {
    margin-top: 9px;
    color: #828282;
}

@media (max-width: 767px) {
    .articles-main__item time {
        margin-top: 10px;
    }
}

.articles-main__link {
    color: #27a3bd;
    -webkit-transition: 0.3s ease color, 0.3s ease border-color;
    transition: 0.3s ease color, 0.3s ease border-color;
    display: inline-block;
}

.articles-main__link:hover, .articles-main__link:focus {
    color: #1ebd7f;
}

.contacts {
    margin-top: 37px;
}

@media (max-width: 767px) {
    .contacts {
        margin-top: 56px;
    }

    .contacts--page {
        margin-top: 50px;
    }
}

.contacts__container {
    background-color: #f3f9fe;
    padding: 31px 9.2%;
    padding-bottom: 36px;
}

@media (max-width: 1023px) {
    .contacts__container {
        padding: 31px 30px;
        padding-bottom: 36px;
    }
}

@media (max-width: 767px) {
    .contacts__container {
        margin: 0 -15px;
        padding: 29px 15px;
        padding-bottom: 27px;
    }
}

.contacts__title {
    margin: 0;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
}

@media (max-width: 1023px) {
    .contacts__title {
        font-size: 40px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .contacts__title {
        font-size: 29px;
        line-height: 30px;
    }
}

.contacts__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -2.6%;
    margin-top: 26px;
    font-size: 24px;
    line-height: 29px;
}

@media (max-width: 1023px) {
    .contacts__cols {
        margin: 0 -6px;
        margin-top: 16px;
        font-size: 18px;
        line-height: 18px;
    }
}

@media (max-width: 767px) {
    .contacts__cols {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
        margin-top: 10px;
        font-size: 16px;
        line-height: 19px;
    }
}

.contacts__col {
    margin: 0 2.6%;
}

@media (max-width: 1023px) {
    .contacts__col {
        margin: 0 8px;
    }
}

.contacts__col--left {
    width: 35%;
}

@media (max-width: 1023px) {
    .contacts__col--left {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .contacts__col--left {
        width: 100%;
        margin: 0;
        margin-bottom: 24px;
        padding-right: 48px;
    }
}

.contacts__col--center {
    width: 20%;
    margin-right: 17px;
}

@media (max-width: 1023px) {
    .contacts__col--center {
        margin-right: 0;
        font-size: 18px;
        line-height: 18px;
    }
}

@media (max-width: 767px) {
    .contacts__col--center {
        width: 100%;
        margin: 0;
        font-size: 24px;
        line-height: 24px;
    }
}

.contacts__col--right {
    width: 30%;
}

@media (max-width: 1023px) {
    .contacts__col--right {
        width: 32%;
    }
}

@media (max-width: 767px) {
    .contacts__col--right {
        width: 100%;
        margin: 0;
        font-size: 24px;
        line-height: 24px;
    }
}

.contacts__item {
    margin: 0;
    margin-bottom: 22px;
    margin-top: 10px;
}

.contacts__item a {
    background-color: transparent;
    color: #000;
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.contacts__item a:hover {
    color: #1ebd7f;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .contacts__item {
        margin-top: 0;
        margin-bottom: 26px;
    }

    .contacts__item a {
        border-bottom: 0.5px solid rgba(0, 0, 0, 0.3);
    }
}

.contacts__item span {
    display: block;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .contacts__item span {
        line-height: 11px;
    }
}

.contacts__map-yandex {
    height: 542px;
    position: relative;
}

@media (max-width: 767px) {
    .contacts__map-yandex {
        height: 250px;
        margin: 0 -15px;
    }
}

.contacts__map-yandex img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 767px) {
    .contacts__map-yandex img {
        height: 250px;
        width: calc(100% + 30px);
        left: -15px;
    }
}

@media (max-width: 767px) {
    .contacts--inner .h2 {
        margin-bottom: 20px;
        padding: 0 20px 0 15px;
    }
}

.contacts--page .h2 {
    padding-left: 0;
}

.contacts--inner .contacts__map-yandex {
    position: relative;
    height: 337px;
    max-width: 690px;
}

@media (max-width: 1023px) {
    .contacts--inner .contacts__map-yandex {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .contacts--inner .contacts__map-yandex {
        height: 213px;
        margin: 0 5px;
    }
}

@media (max-width: 1023px) {
    .contacts--inner .contacts__map-yandex img {
        height: 337px;
    }
}

@media (max-width: 767px) {
    .contacts--inner .contacts__map-yandex img {
        width: 311px;
        height: 216px;
        left: 0;
    }
}

.contacts--inner .contacts__container {
    background-color: #ffffff;
    padding: 0;
}

@media (max-width: 767px) {
    .contacts--inner .contacts__container {
        margin: 0;
    }
}

.contacts--inner .contacts {
    margin-top: 48px;
}

@media (max-width: 1023px) {
    .contacts--inner .contacts {
        margin-top: 38px;
    }
}

@media (max-width: 767px) {
    .contacts--inner .contacts {
        margin-top: 48px;
    }
}

.contacts--inner .contacts__cols {
    max-width: 728px;
    margin-top: 21px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

@media (max-width: 1023px) {
    .contacts--inner .contacts__cols {
        max-width: 750px;
        margin-top: 18px;
    }
}

@media (max-width: 767px) {
    .contacts--inner .contacts__cols {
        max-width: 100%;
        padding: 0 15px;
    }
}

.contacts--inner .contacts__col {
    margin: 0 14px;
}

@media (max-width: 767px) {
    .contacts--inner .contacts__col {
        margin: 0;
    }
}

.contacts--inner .contacts__col-left {
    width: 34%;
    line-height: 23px;
}

@media (max-width: 767px) {
    .contacts--inner .contacts__col-left {
        line-height: 24px;
        width: 100%;
        margin-bottom: 17px;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .contacts--inner .contacts__col-right {
        width: 100%;
    }
}

@media (max-width: 1023px) {
    .contacts--inner .contacts__col-center {
        line-height: 22px;
    }
}

@media (max-width: 767px) {
    .contacts--inner .contacts__col-center {
        width: 100%;
        margin-left: 0;
    }
}

.contacts--inner .contacts__col--center {
    line-height: 22px;
}

.contacts--inner .contacts__item {
    margin: 5px 0 13px;
}

@media (max-width: 767px) {
    .contacts--inner .contacts__item {
        margin-bottom: 21px;
        margin-top: 0;
        font-size: 18px;
        line-height: 24px;
    }
}

.contacts--inner .contacts__item a {
    background-color: transparent;
    color: #000;
    text-decoration: none;
    border-bottom: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.contacts--inner .contacts__item a:hover {
    color: #1ebd7f;
    text-decoration: underline;
}

.contacts--inner .contacts__item b {
    display: none;
}

@media (max-width: 767px) {
    .contacts--inner .contacts__item b {
        display: inline-block;
        text-transform: uppercase;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        margin-left: -2px;
        padding-right: 5px;
    }
}

.contacts--inner .contacts__item span {
    font-weight: 400;
    letter-spacing: 0.15em;
}

@media (max-width: 767px) {
    .contacts--inner .contacts__item span {
        width: 100%;
        font-size: 10px;
        line-height: 11px;
        letter-spacing: 0.1em;
        font-weight: 700;
    }
}

.contacts--inner .contacts__item-center {
    width: 22.5%;
    padding-left: 15px;
}

@media (max-width: 1023px) {
    .contacts--inner .contacts__item-center {
        padding-left: 0;
        width: 27.5%;
    }
}

@media (max-width: 767px) {
    .contacts--inner .contacts__item-center {
        width: 100%;
    }
}

.contacts--inner .contacts__title {
    display: none;
}

@media (max-width: 768px) {
    .contacts--inner .contacts__col--left {
        padding-right: 0;
        line-height: 24px;
    }

    .contacts--inner .contacts__col--center {
        margin-top: 18px;
    }

    .contacts--inner .contacts__col--right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.contacts--page .contacts__cols {
    padding: 0;
    margin-top: 24px;
}

.articles h1 {
    margin-top: 0;
}

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

.articles__add-link {
    display: block;
    margin: 0;
    padding: 20px 20px;
    font-size: 40px;
    line-height: 101.5%;
    color: #27a3bd;
    letter-spacing: -0.02em;
    background-color: #f3f9fe;
    border: 1px solid transparent;
    border-radius: 7px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.articles__add-link:hover {
    border-color: #1ebd7f;
}

.articles__add-link p {
    margin: 0;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    color: #27a3bd;
}

.articles__add b {
    display: none;
}

@media (max-width: 1024px) {
    .articles__list {
        max-width: 100%;
    }

    .articles-list__item img {
        width: 100%;
    }

    .articles__add-link {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .articles__item {
        margin-right: 2px;
        margin-bottom: 2px;
        padding: 7px 10px 7px;
        font-size: 12px;
        line-height: 16px;
        color: #27a3bd;
    }

    .articles__item:hover {
        padding: 7px 10px 7px;
    }

    .articles__add {
        padding: 29px 0 0;
    }

    .articles__add-link {
        margin-bottom: 6px;
        padding: 16px 0;
        font-size: 18px;
        line-height: 18px;
        text-align: center;
        color: #f3f9fe;
        letter-spacing: 0;
        background: #27a3bd;
    }

    .articles__add-link:hover {
        background-color: #2093ab;
        border-color: transparent;
    }

    .articles__add b {
        display: block;
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
        color: #a3c7cf;
    }
}

@media (max-width: 1023px) {
    .works {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .works .h2 {
        margin-bottom: 12px;
    }
}

.works__text {
    margin: 0;
    font-size: 18px;
    line-height: 27px;
    padding-right: 106px;
    margin-top: 5px;
}

@media (max-width: 1023px) {
    .works__text {
        padding-right: 0;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .works__wrapper--3 {
        display: none;
    }

    .works__wrapper--4 {
        display: none;
    }
}

@media (max-width: 767px) {
    .works__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.works__picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-right: 2.5px;
}

.works__picture:nth-child(2n) {
    margin-right: 0;
}

@media (max-width: 1023px) {
    .works__picture {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    .works__picture img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .works__picture {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0;
        margin-right: 0;
    }
}

.works__text {
    display: none;
    font-weight: 600;
    font-size: 18px;
}

.works__text--desktop {
    display: block;
    margin-bottom: 23px;
}

.works__text--desktop::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.5px;
    background-color: #bbccc4;
    top: 62px;
    left: 0;
}

@media (max-width: 767px) {
    .works__text--desktop::before {
        content: none;
    }

    .works__text--mob {
        display: block;
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}

.works__picture-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-right: 92px;
    margin-bottom: 21px;
}

@media (max-width: 1023px) {
    .works__picture-wrapper {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .works__picture-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 28px;
        margin-bottom: 0;
    }
}

.articles-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    margin-right: -10px;
    margin-left: -10px;
    padding: 0;
    list-style: none;
}

.articles-list__item {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    margin-bottom: 35px;
    padding-right: 10px;
    padding-left: 10px;
}

.articles-list__item:hover time {
    color: #1ebd7f;
}

.articles-list__item:hover img {
    border-color: #1ebd7f;
}

.articles-list__item a {
    display: block;
}

.articles-list__item img {
    display: block;
    border: 1px solid transparent;
    border-radius: 7px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.articles-list__item img:hover {
    border-color: #1ebd7f;
}

.articles-list__item .h2 {
    max-width: 330px;
    margin-top: 19px;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 19px;
    line-height: 25px;
    color: #0e0e0e;
}

.articles-list__item-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-width: 330px;
    margin: 0;
    margin-bottom: 6px;
    overflow: hidden;
    font-size: 18px;
    line-height: 27px;
    -webkit-line-clamp: 7;
}

.articles-list__item time {
    display: block;
    margin: 0;
    font-size: 18px;
    line-height: 27px;
    border: none;
    color: #27a3bd;
}

.articles-list__item--big {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 48px;
}

.articles-list__item--big img {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 7px;
    -o-object-fit: cover;
    object-fit: cover;
}

.articles-list__item--big .h2 {
    margin-top: 0;
    padding: 24px 0 10px;
    max-width: 575px;
    font-weight: 400;
    font-size: 40px;
    line-height: 101.5%;
    letter-spacing: -0.02em;
    color: #0e0e0e;
}

.articles-list__item--big .articles-list__item-text {
    max-width: 100%;
}

@media (max-width: 1024px) {
    .articles-list {
        max-width: 100%;
        margin: 0;
    }

    .articles-list__item h2 {
        max-width: 100%;
        font-size: 16px;
        line-height: 20px;
    }

    .articles-list__item p {
        max-width: 100%;
        margin-bottom: 7px;
        padding-right: 20px;
        font-size: 16px;
        line-height: 22px;
        -webkit-line-clamp: 5;
    }

    .articles-list__item time {
        font-size: 16px;
        line-height: 22px;
    }

    .articles-list__item--big h2 {
        padding: 20px 0 7px;
        font-weight: 400;
        font-size: 32px;
        line-height: 32px;
        letter-spacing: 0;
    }

    .line-clamp {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 5;
    }
}

@media (max-width: 768px) {
    .articles-list {
        margin-left: 0;
        margin-right: 0;
    }

    .articles-list img {
        width: 100%;
    }

    .articles-list__item {
        max-width: 100%;
        margin-bottom: 25px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .articles-list__item h2 {
        margin-top: 12px;
        margin-bottom: 0;
        padding-right: 5px;
        font-weight: 700;
        font-size: 14px;
        line-height: 22px;
        color: #0e0e0e;
    }

    .articles-list__item p {
        margin-bottom: 9px;
        padding-right: 5px;
        font-size: 14px;
        line-height: 22px;
        -webkit-line-clamp: 5;
    }

    .articles-list__item time {
        font-size: 14px;
        line-height: 22px;
    }

    .articles-list__item--big {
        margin-bottom: 26px;
    }

    .articles-list__item--big h2 {
        padding: 20px 0 7px;
        font-weight: 400;
        font-size: 32px;
        line-height: 32px;
        letter-spacing: 0;
        margin: 0;
    }

    .line-clamp {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 5;
    }
}

@media (max-width: 768px) and (max-width: 480px) {
    .articles-list__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 30px;
    }

    .articles-list__item--big h2 {
        padding-bottom: 10px;
    }
}

.article-inner img {
    border: 1px solid transparent;
    -o-object-fit: cover;
    object-fit: cover;
}

.article-inner br {
    margin-top: 69px;
}

@media (max-width: 767px) {
    .article-inner br {
        margin-top: 58px;
    }
}

.article-inner__link {
    margin-left: -14px;
    padding-top: 35px;
}

.article-inner__link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    font-size: 16px;
    line-height: 87%;
    font-weight: 700;
    letter-spacing: 0.005em;
    color: #27a3bd;
}

.article-inner__link a:hover {
    color: #27a3bd;
    border-bottom: 1px solid #a3c7cf;
    -webkit-transition: 0.3s ease color, 0.3s ease border-color;
    transition: 0.3s ease color, 0.3s ease border-color;
    border-bottom: none;
}

.article-inner__link a:hover:hover, .article-inner__link a:hover:focus {
    color: #1ebd7f;
    border-color: #1ebd7f;
}

.article-inner__link a:hover svg {
    stroke: #1ebd7f;
}

.article-inner__link svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    stroke: #27a3bd;
    fill: none;
    stroke-width: 2.5;
    margin-right: 2px;
}

.article-inner__text {
    max-width: 94%;
    margin: 0;
    padding-bottom: 11px;
    font-size: 18px;
    line-height: 27px;
}

.article-inner p:last-child {
    padding-bottom: 0;
}

.article-inner b {
    display: block;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
}

.article-inner__nav {
    max-width: 706px;
    margin-top: 6px;
    margin-left: -16px;
    padding: 21px 15px 15px;
    background-color: #f3f9fe;
    border-radius: 7px;
}

.article-inner__nav-title {
    display: block;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 19px;
    line-height: 19px;
    color: #0e0e0e;
}

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

.article-inner__nav li {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 27px;
}

.article-inner__nav a {
    color: #27a3bd;
    border-bottom: 1px solid #a3c7cf;
    -webkit-transition: 0.3s ease color, 0.3s ease border-color;
    transition: 0.3s ease color, 0.3s ease border-color;
}

.article-inner__nav a:hover, .article-inner__nav a:focus {
    color: #1ebd7f;
    border-color: #1ebd7f;
}

.article-inner h2 {
    /*max-width: 82%;*/
    color: #0e0e0e;
	font-size: 32px;
	margin-top: 1em;
}

.article-inner h3 {
	font-weight: 400;
    font-size: 26px;
    color: #27a3bd;
}

.article-inner h4 {
	font-size: 22px;
    font-weight: 400;
}

.article-inner__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 43px;
}

.article-inner__column--60 {
    max-width: 57%;
}

.article-inner__image {
    display: block;
    padding-top: 8px;
    margin-bottom: 34px;
}

.article-inner__image--40 {
    padding-right: 58px;
}

.article-inner__image img {
    display: block;
    border-radius: 5px;
}

.article-inner__image span {
    display: block;
    padding-top: 11px;
    font-size: 14px;
    line-height: 21px;
}

.article-inner__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -23px;
    margin-bottom: 30px;
    margin-left: -23px;
    margin-top: 6px;
}

.article-inner__wrap:last-child {
    margin-bottom: 0;
}

.article-inner__data span,
.article-inner__data li {
    display: block;
    margin-bottom: 9px;
    font-size: 18px;
    line-height: 23px;
}

.article-inner__data {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 46%;
    padding-right: 23px;
    padding-left: 23px;
}

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

.article-inner__red {
    color: #eb5757;
}

.articles-inner__green {
    color: #1ebd7f;
}

.article-inner__image-big--height img {
    height: 328px;
}

.article-inner__list--p p {
    font-size: 18px;
    line-height: 27px;
}

.article-inner__text-content .h2 {
    max-width: 90%;
}

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

.article-inner__text-content li {
    padding-bottom: 10px;
    padding-left: 35px;
    font-size: 18px;
    line-height: 23px;
}

@media (max-width: 1024px) {
    .article-inner__nav {
        max-width: 100%;
        margin-left: 0;
    }

    .article-inner img {
        width: 100%;
    }

    .article-inner__image--40 img {
        width: 100%;
    }

    .article-inner__link a {
        margin-left: 0;
    }

    .article-inner__content {
        margin-left: 0;
    }

    .article-inner__text {
        max-width: 100%;
    }

    .article-inner__image--40 {
        padding-top: 0;
    }

    .article-inner__columns {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .article-inner__text {
        max-width: 98%;
        line-height: 24px;
        padding-bottom: 9px;
    }

    .article-inner__content {
        margin-left: 0;
        margin-top: 38px;
        padding-top: 14px;
        padding-bottom: 20px;
        background: #f3f5f4;
    }

    .article-inner__content-title {
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
        padding-bottom: 6px;
    }

    .article-inner__nav li {
        line-height: 24px;
        margin-bottom: 8px;
    }

    .article-inner__nav a {
        border-bottom-color: #a3c7cf;
    }

    .article-inner .h2 {
        margin-bottom: 25px;
        max-width: 92%;
    }

    .article-inner__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 35px;
    }

    .article-inner__column--60 {
        max-width: 100%;
        margin-bottom: 33px;
    }

    .article-inner__image {
        padding-top: 18px;
    }

    .article-inner__image--40 {
        padding: 0;
    }

    .article-inner__image span {
        font-size: 12px;
        line-height: 16px;
        padding-bottom: 0;
    }

    .article-inner b {
        font-weight: 600;
        line-height: 24px;
    }

    .article-inner__wrap {
        margin-right: -5px;
        margin-left: -5px;
    }

    .article-inner__data {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 5px;
        padding-left: 5px;
    }

    .article-inner__data span {
        font-weight: 600;
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 0;
    }

    .article-inner__data li {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 8px;
    }

    .article-inner__text-content ul {
        margin-bottom: 20px;
    }

    .article-inner__text-content li {
        padding-left: 20px;
    }
}

.article-inner .shares__cost {
    font-size: 91px;
    line-height: 80px;
    letter-spacing: -3.5px;
    margin: 0;
    display: block;
}

.article-inner .shares__cost--text-left-cost {
    line-height: 80px;
    letter-spacing: -2px;
}

@media (max-width: 767px) {
    .article-inner .shares__cost {
        font-size: 64px;
        line-height: 50px;
        letter-spacing: -2px;
    }

    .article-inner .shares__cost--text-left-cost {
        line-height: 50px;
    }
}

.article-inner .shares__percent {
    font-weight: 500;
    font-size: 200px;
    line-height: 195px;
    margin: 0;
    letter-spacing: -4.5px;
    padding-left: 18px;
    padding-bottom: 20px;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
    .article-inner .shares__percent {
        font-weight: 700;
        font-size: 121px;
        line-height: 100px;
        padding-left: 0;
        padding-bottom: 0;
    }
}

.price__list {
    max-width: 708px;
    border: 0.5px solid rgba(187, 204, 196, 0.5);
    border-radius: 15px;
}

.price__item-table {
    position: relative;
    width: 100%;
    border-spacing: 0;
    padding-bottom: 13px;
}

.price__item-table caption {
    margin-bottom: 5px;
    padding: 12px 18px 10px 18px;
    font-weight: 400;
    font-size: 40px;
    line-height: 41px;
    text-align: left;
    letter-spacing: -0.02em;
    background: #f3f9fe;
    border-radius: 15px 15px 0 0;
}

.price__item-characteristics {
    padding-left: 19px;
    border-collapse: collapse;
}

.price__item-characteristics::after {
    content: '';
    position: absolute;
    display: block;
    left: 19px;
    right: 19px;
    height: 0.5px;
    background-color: rgba(187, 204, 196, 0.5);
}

.price__item-characteristics:first-child:after {
    display: none;
}

.price__item-characteristics td {
    padding: 10px 0 6px;
    border-collapse: collapse;
    font-size: 18px;
    line-height: 23px;
    vertical-align: top;
}

.price__item-characteristics td:first-child {
    padding-left: 19px;
}

.price__item-characteristics td:nth-child(2) {
    padding-right: 10px;
}

.price__item-subtitle {
    padding: 8px 19px 10px;
    font-weight: 800;
    font-size: 18px;
    line-height: 23px;
    text-align: left;
}

.price__item-text {
    width: 51%;
    padding-right: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.price__item-value {
    width: 16%;
    text-align: left;
}

.price__item-text a {
    position: relative;
    color: #27a3bd;
}

.price__item-text a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #27a3bd;
    opacity: 30%;
}

.price__item-text a:hover {
    color: #1ebd7f;
}

.price__item-text a:hover::after {
    background-color: #1ebd7f;
}

.sale {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 54%;
    padding-left: 42px;
}

.price__item-old {
    vertical-align: top;
    color: #bdbdbd;
    text-decoration: line-through;
}

.price__item-value--sale,
.price__item-value--note {
    color: #1ebd7f;
    white-space: nowrap;
}

.price__item-value--note svg {
    width: 15px;
    height: 15px;
    fill: #1ebd7f;
}

@media (max-width: 1023px) {
    .price__list {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .price__item-table caption {
        margin-bottom: 5px;
        padding: 12px 11px 10px 11px;
        font-size: 32px;
        line-height: 32px;
        text-align: left;
        letter-spacing: 0;
    }

    .price__item-characteristics td {
        font-size: 12px;
        line-height: 16px;
    }

    .price__item-characteristics--sub + .price__item-characteristics:after {
        background-color: #000000;
    }

    .price__item-subtitle {
        font-size: 12px;
        line-height: 14px;
        font-weight: 700;
    }

    .price__item-text {
        padding-right: 5px;
    }

    .price__item-text a::after {
        display: none;
    }

    .price__item-characteristics--link {
        background-color: #f3f9fe;
        width: 100%;
    }

    .price__item-characteristics--link:after {
        background-color: transparent;
    }

    .price__item-characteristics--link + .price__item-characteristics:after {
        background-color: transparent;
    }

    .price__item-value--note svg {
        width: 9px;
        height: 9px;
    }
}

.price-info {
    max-width: 709px;
}

.price-info__text {
    margin: 0;
    padding-bottom: 11px;
    font-size: 18px;
    line-height: 23.4px;
}

.price-info__wrap img {
    display: block;
    padding-top: 6px;
}

.price-info__banner-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
}

.price-info__banner-small li {
    max-width: calc(50% - 7px);
}

.price-info__banner-small li:not(:last-child) {
    margin-right: 15px;
}

.price-info__banner-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    padding: 12px 9px 7px 15px;
    background: #f3f5f4;
    border-radius: 15px;
}

.price-info__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.price-info__sale {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.price-info__banner-title {
    max-width: 87%;
}

.price-info__banner-title b {
    position: relative;
    display: inline;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.02em;
    color: #27a3bd;
    border-bottom: 1px solid #a3c7cf;
    -webkit-transition: 0.3s ease color, 0.3s ease border-color;
    transition: 0.3s ease color, 0.3s ease border-color;
}

.price-info__banner-title b:hover, .price-info__banner-title b:focus {
    color: #1ebd7f;
    border-color: #1ebd7f;
}

.price-info__banner-title span {
    font-weight: 600;
}

.price-info__banner-text {
    margin: 0;
    padding: 4px 24px 0 0;
    font-size: 14px;
    line-height: 17px;
}

.price-info__banner-link:hover b {
    color: #1ebd7f;
}

.price-info__banner-link--with-text {
    background-color: #27a3bd;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.price-info__banner-link--with-text:hover {
    background-color: #2093AB;
}

.price-info__banner-link--with-text:hover b {
    color: #ffffff;
    border-color: #a3c7cf;
}

.price-info__banner-link--with-text b span {
    display: none;
}

.price-info__banner-link--with-text b {
    max-width: 66.5%;
}

.price-info__banner-link--with-text,
.price-info__banner-link--with-text b {
    color: #ffffff;
}

.price-info__sale del,
.price-info__sale del span {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
}

.price-info__sale-data {
    display: none;
}

.price-info__sale span {
    font-size: 32px;
    line-height: 100%;
}

@media (max-width: 1023px) {
    .price-info {
        max-width: 100%;
    }

    .price-info h1 {
        max-width: 80%;
    }

    .price-info__banner-small li {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .price-info__content p {
        max-width: 97%;
        padding-left: 0;
        padding-bottom: 9px;
        line-height: 24px;
    }

    .price-info__content p + p {
        max-width: 88%;
    }

    .price-info__banner img {
        position: relative;
        z-index: 1;
        border: none;
        border-radius: 7px 7px 0 0;
    }

    .price-info__banner {
        margin-bottom: 11px;
        margin-top: 18px;
        border-radius: 7px;
    }

    .price-info__banner:hover {
        border-radius: 7px;
    }

    .price-info__banner .price-info__price {
        max-width: 100%;
        padding: 14px 16px;
        font-size: 18px;
        line-height: 18px;
        text-align: center;
        border-radius: 5px;
        color: #f3f9fe;
    }

    .price-info__banner-small {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .price-info__banner-small li {
        max-width: 100%;
    }

    .price-info__banner-small li:not(:last-child) {
        margin-bottom: 13px;
    }

    .price-info__banner-link {
        max-width: 100%;
        padding: 11px 11px 7px;
    }

    .price-info__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .price-info__wrap img {
        width: 100%;
        max-width: 216px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0 auto;
        margin-top: 64px;
    }

    .price-info__banner-title {
        max-width: 100%;
    }

    .price-info__banner-title b {
        display: block;
        line-height: 24px;
        letter-spacing: 0;
        color: #27a3bd;
        border-bottom: none;
    }

    .price-info__banner-title b span {
        font-weight: normal;
        font-size: 64px;
        line-height: 58px;
        letter-spacing: -0.03em;
    }

    .price-info__sale {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-top: 5px;
    }

    .price-info__sale del,
    .price-info__sale del span {
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        color: #000000;
    }

    .price-info__sale del {
        -webkit-text-decoration-color: #F70000;
        text-decoration-color: #F70000;
    }

    .price-info__sale span {
        font-weight: 400;
        font-size: 64px;
        line-height: 58px;
        letter-spacing: -0.03em;
        color: #000000;
    }

    .price-info__banner-text {
        font-size: 14px;
        line-height: 17px;
    }

    .price-info__banner-link--with-text {
        background-color: #f3f5f4;
    }

    .price-info__banner-link--with-text:hover {
        background-color: #f3f5f4;
    }

    .price-info__banner-link--with-text:hover b {
        color: #1ebd7f;
        border-color: transparent;
    }

    .price-info__banner-link--with-text b {
        max-width: 100%;
    }

    .price-info__banner-link--with-text b span {
        display: inline-block;
        font-size: 24px;
        line-height: 24px;
        font-weight: 600;
    }

    .price-info__banner-link--with-text p {
        max-width: 100%;
        padding-right: 0;
        padding-top: 9px;
        font-size: 18px;
        line-height: 24px;
        color: #000000;
    }

    .price-info__banner-link--with-text b:hover {
        color: #1ebd7f;
        border-color: transparent;
    }

    .price-info__banner-link--with-text .price-info__wrap img {
        margin-top: 0;
        max-width: 255px;
    }

    .price-info__sale .price-info__sale-data {
        display: inline-block;
        margin: 0;
        padding: 0;
        margin-left: 5px;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        color: #F70000;
    }
}

.inner-menu {
    width: 206px;
    min-width: 206px;
}

@media (max-width: 1023px) {
    .inner-menu {
        display: none;
    }
}

.inner-menu__block {
    margin-bottom: 8px;
    padding-top: 13px;
    padding-right: 14px;
    padding-bottom: 17px;
    padding-left: 12px;
    overflow: hidden;
    background-color: #f3f9fe;
}

.inner-menu__block h2 {
    position: relative;
    margin: 0;
    font-size: 24px;
    line-height: 87%;
    color: #27a3bd;
}

.inner-menu__block .inner-menu__item--reviews {
    width: 100%;
    margin: 0;
    margin-top: 25px;
}

.inner-menu__block .inner-menu__list--reviews {
    margin-bottom: 14px;
}

.inner-menu__slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 27px;
}

.inner-menu__photo {
    width: 33.33%;
    margin-bottom: 13px;
    position: relative;
}

.inner-menu__photo picture::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-mask-clip: border-box;
    mask-clip: border-box;
    z-index: -1;
}

.inner-menu__photo.swiper-slide-thumb-active {
    -webkit-filter: drop-shadow(1px 1px 0 #27a3bd) drop-shadow(-1px 1px 0 #27a3bd) drop-shadow(1px -1px 0 #27a3bd) drop-shadow(-1px -1px 0 #27a3bd);
    filter: drop-shadow(1px 1px 0 #27a3bd) drop-shadow(-1px 1px 0 #27a3bd) drop-shadow(1px -1px 0 #27a3bd) drop-shadow(-1px -1px 0 #27a3bd);
}

.inner-menu__doctors-slide {
    min-height: 272px;
    height: auto;
    background-color: #f3f9fe;
}

.inner-menu__doctors-slide .doctors__link {
    display: inline;
    font-size: 18px;
    line-height: 21px;
    border-bottom: 1px solid #27a3bd;
    -webkit-transition: 0.3s ease border-color, 0.3s ease color;
    transition: 0.3s ease border-color, 0.3s ease color;
}

.inner-menu__doctors-slide .doctors__link:hover {
    color: #1ebd7f;
    border-color: #1ebd7f;
}

.inner-menu__doctors-slide .doctors__text {
    font-size: 13px;
    line-height: 14px;
}

.inner-menu__doctors-slide h3 {
    margin-top: 17px;
    margin-bottom: 5px;
}

.inner-menu__doctors-slide b {
    max-width: 177px;
    margin: 0 auto;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 14px;
}

.inner-menu__services {
    padding-top: 19px;
    padding-bottom: 7px;
    font-size: 16px;
    line-height: 19px;
    color: #0e0e0e;
}

.inner-menu__services h3 {
    position: relative;
    margin: 0;
    font-size: 16px;
    letter-spacing: 0.005em;
}

.inner-menu__block.show .inner-menu__services-list,
.inner-menu__services.show .inner-menu__services-list {
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: auto;
}

.inner-menu__block.show .inner-menu__container,
.inner-menu__services.show .inner-menu__container {
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: auto;
}

.inner-menu__block.show .inner-menu__list--reviews,
.inner-menu__services.show .inner-menu__list--reviews {
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: auto;
}

.inner-menu__block.show .inner-menu__btn,
.inner-menu__services.show .inner-menu__btn {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.inner-menu__list--reviews {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.inner-menu__container {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    height: 0;
}

.inner-menu__services h3,
.inner-menu__services .h3 {
    padding-right: 21px;
}

.inner-menu__services-title {
    color: #27a3bd;
    border-bottom: 1px solid #27a3bd;
    -webkit-transition: 0.3s ease border-color, 0.3s ease color;
    transition: 0.3s ease border-color, 0.3s ease color;
}

.inner-menu__services-title:hover {
    color: #1ebd7f;
    border-color: #1ebd7f;
}

.inner-menu__services-link {
    line-height: 19px;
    border-bottom: 1px solid #a3c7cf;
    -webkit-transition: 0.3s ease border-color;
    transition: 0.3s ease border-color;
}

.inner-menu__services-link:hover {
    border-color: #0e0e0e;
}

.inner-menu__services-list {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    height: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-bottom: 4px;
}

.inner-menu__services-item {
    position: relative;
    margin: 0 -12px;
    margin-top: 5px;
    margin-right: -14px;
    margin-bottom: 0;
    padding-top: 2px;
    padding-right: 14px;
    padding-bottom: 5px;
    padding-left: 23px;
}

.inner-menu__services-item .inner-menu__services-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 2px);
    -webkit-transition: 0.3s ease background-color;
    transition: 0.3s ease background-color;
}

.inner-menu__services-item .inner-menu__services-link:hover {
    border-color: #0e0e0e;
}

.inner-menu__services-item .inner-menu__services-link:hover::before {
    background-color: rgba(39, 163, 189, 0.1);
}

.inner-menu__services-item.active {
    background-color: #27a3bd;
}

.inner-menu__services-item.active .inner-menu__services-link {
    color: #f2f2f2;
    border-color: transparent;
}

.inner-menu__btn {
    position: absolute;
    top: -1px;
    right: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}

.inner-menu__list {
    margin-bottom: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.inner-menu__list .video__play-button {
    bottom: 0;
    left: 14px;
    width: 17px;
    height: 16px;
}

.inner-menu__item p {
    font-size: 12px;
    line-height: 14px;
    margin: 0;
}

.inner-menu__item .reviews-main__video {
    margin-bottom: 8px;
}

.inner-menu__doctors-wrapper.doctors {
    margin-top: 12px;
}

.inner-menu__doctors-container {
    margin-top: 10px;
}

.inner-menu__item--reviews .video {
    margin-bottom: 8px;
}

.inner-menu__img-link {
    width: 180px;
    height: 180px;
    overflow: hidden;
}

.inner-menu__img-link img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.inner-menu__img-slider {
    width: 55px;
    height: 55px;
    overflow: hidden;
}

.shares {
    margin-right: 28px;
}

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

@media (max-width: 1023px) {
    .shares {
        max-width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .shares {
        margin: 0 auto;
        max-width: 100%;
    }

    .shares ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.shares__title {
    font-weight: 600;
    font-size: 30px;
    line-height: 26px;
    margin: 0;
    padding: 0;
}

.shares__title--text-center {
    font-weight: 400;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.shares__title--text-left-cost {
    line-height: 35px;
}

@media (max-width: 767px) {
    .shares__title {
        font-size: 24px;
        line-height: 24px;
    }
}

.shares__text {
    margin: 0;
}

@media (max-width: 767px) {
    .shares__text {
        font-size: 18px;
    }

    .shares__text--text-left-cost {
        padding-top: 5px;
    }

    .shares__text--text-right {
        margin-top: 9px;
    }
}

.shares__percent {
    font-weight: 500;
    font-size: 200px;
    line-height: 195px;
    margin: 0;
    letter-spacing: -4.5px;
    padding-left: 18px;
    padding-bottom: 20px;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
    .shares__percent {
        font-weight: 700;
        font-size: 121px;
        line-height: 100px;
        padding-left: 0;
        padding-bottom: 0;
    }
}

.shares__data {
    line-height: 2;
    letter-spacing: 0.6px;
}

.shares__old-cost {
    -webkit-text-decoration-color: #0e0e0e;
    text-decoration-color: #0e0e0e;
    letter-spacing: 1px;
}

.shares__old-cost--text-left-cost {
    -webkit-text-decoration-color: #f70000;
    text-decoration-color: #f70000;
}

.shares__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 9px 21px;
    padding-top: 17px;
    -webkit-transition: 0.3s ease border;
    transition: 0.3s ease border;
}

.shares__link--text-right {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.shares__link--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: inherit;
}

@media (max-width: 767px) {
    .shares__link {
        padding: 12px 10px;
        min-height: 480px;
    }

    .shares__link--center {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        min-height: 368px;
    }

    .shares__link--text-right {
        min-height: 310px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        padding-top: 23px;
    }

    .shares__link--text-left {
        min-height: 528px;
    }

    .shares__link--text-left-cost {
        min-height: 520px;
    }
}

.shares__item {
    border-radius: 18px;
    position: relative;
    margin-bottom: 10px;
    border: 1px solid transparent;
    -webkit-transition: 0.3s ease border;
    transition: 0.3s ease border;
}

.shares__item:hover {
    border: 1px solid #1ebd7f;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.shares__item img {
    position: relative;
    top: 4px;
    -o-object-fit: cover;
    object-fit: cover;
}

.shares__item--inner {
    -webkit-transition: none;
    transition: none;
}

.shares__item--inner:hover {
    border: 1px solid transparent;
}

.shares__item--text-left-percent, .shares__item--text-left-cost {
    background-color: #f3f5f4;
}

.shares__item--text-right img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    border-radius: 8px 8px 0 0;
    height: 100%;
}

.shares__item--text-left {
    background-color: #27a3bd;
}

.shares__item--text-left img {
    top: 2px;
    right: 3px;
}

.shares__item--text-center {
    background-image: url("/local/templates/samson/css/../img/content/shares/desktop-bc-shares-2@1x.png");
    background-repeat: no-repeat;
    background-size: cover;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    .shares__item--text-center {
        background-image: url("/local/templates/samson/css/../img/content/shares/desktop-bc-shares-2@2x.png");
    }
}

@media (max-width: 1023px) {
    .shares__item {
        max-width: 100%;
    }

    .shares__item--text-right img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 767px) {
    .shares__item {
        margin-bottom: 13px;
        border-radius: 10px;
    }

    .shares__item .shares__image {
        position: absolute;
        top: 52%;
        right: 52%;
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }

    .shares__item--text-left-percent img, .shares__item--text-left img, .shares__item--text-left-cost img {
        width: 220px;
    }

    .shares__item--text-right {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        background-color: #9fb7c2;
    }

    .shares__item--text-right img {
        position: relative;
        height: auto;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        z-index: 1;
    }

    .shares__item--text-left .shares__image {
        top: 47%;
    }

    .shares__item--text-center {
        background-image: url("/local/templates/samson/css/../img/content/shares/mobile-bc-shares-1@1x.png");
    }
}

@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 767px) and (min-resolution: 1.5dppx) {
    .shares__item--text-center {
        background-image: url("/local/templates/samson/css/../img/content/shares/mobile-bc-shares-1@2x.png");
    }
}

@media (max-width: 767px) {
    .shares__item--text-left-cost .shares__image {
        top: 58%;
    }
}

.shares__discription {
    max-width: 340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 347px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.shares__discription--text-right {
    padding-top: 8px;
    padding-left: 17px;
}

.shares__discription--text-left {
    padding-top: 3px;
    padding-right: 15px;
}

.shares__discription--text-center {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1023px) {
    .shares__discription {
        max-width: 100%;
    }

    .shares__discription--text-right {
        max-width: 340px;
    }
}

@media (max-width: 767px) {
    .shares__discription {
        min-height: auto;
    }

    .shares__discription--text-right {
        max-width: 100%;
        padding: 0;
        padding-right: 20px;
    }

    .shares__discription--text-center {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: start;
        padding-right: 16px;
    }

    .shares__discription--text-left {
        padding: 0;
    }

    .shares__discription--text-left-cost {
        padding-top: 7px;
    }
}

.shares__discription-inner {
    margin-bottom: 12px;
}

.shares__discription-inner--text-left-percent {
    padding-right: 38px;
}

@media (max-width: 767px) {
    .shares__discription-inner {
        margin-bottom: 9px;
    }

    .shares__discription-inner--text-left-percent {
        padding-right: 0;
    }

    .shares__discription-inner--text-right {
        margin-top: 38px;
    }
}

.shares__cost {
    font-size: 91px;
    line-height: 80px;
    letter-spacing: -3.5px;
    margin: 0;
    display: block;
}

.shares__cost--text-left-cost {
    line-height: 80px;
    letter-spacing: -2px;
}

@media (max-width: 767px) {
    .shares__cost {
        font-size: 64px;
        line-height: 50px;
        letter-spacing: -2px;
    }

    .shares__cost--text-left-cost {
        line-height: 50px;
    }
}

.color-red {
    color: #f70000;
}

.color-white {
    color: #f9fcff;
}

.color-blue {
    color: #27a3bd;
}

.shares__image {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.shares__image img {
    position: static;
}

.shares-link {
    position: relative;
    margin-top: 18px;
    display: inline-block;
}

.shares-link--underline a {
    border-bottom: 0.5px solid rgba(48, 163, 188, 0.5);
    -webkit-transition: 0.3s ease border-color;
    transition: 0.3s ease border-color;
}

.shares-link--underline a:hover {
    border-color: #1ebd7f;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.shares-link--doctor {
    margin-left: 17px;
    margin-top: 32px;
}

.shares-link--inner-doctor {
    margin-top: 0;
    margin-left: 21px;
}

.shares-link a {
    font-weight: bold;
    color: #27a3bd;
    margin-left: 7px;
    -webkit-transition: 0.3s ease color;
    transition: 0.3s ease color;
}

.shares-link a::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-bottom: 1.5px solid #27a3bd;
    border-right: 1.5px solid #27a3bd;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 8px;
    left: -3px;
    cursor: pointer;
    -webkit-transition: 0.3s ease border-color;
    transition: 0.3s ease border-color;
}

.shares-link a:hover {
    color: #1ebd7f;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.shares-link a:hover::before {
    border-color: #1ebd7f;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

@media (max-width: 1023px) {
    .shares-link {
        margin-top: 8px;
    }

    .shares-link a {
        margin-left: 5px;
    }

    .shares-link a::before {
        left: -7px;
    }
}

@media (max-width: 767px) {
    .shares-link--doctor {
        margin-left: 7px;
        margin-top: 60px;
    }

    .shares-link--inner-doctor {
        margin-left: 8px;
    }
}

.shares-link__doctor {
    border-bottom: 0.5px solid rgba(48, 163, 188, 0.5);
    -webkit-transition: 0.3s ease border-color;
    transition: 0.3s ease border-color;
}

.shares-link__doctor:hover {
    border-color: #1ebd7f;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.gallery-clinic .gallery__photo-container {
    margin: 0;
}

.gallery-clinic .gallery__slider {
    margin-left: 0;
    margin-right: 0;
}

.gallery-clinic .gallery__photo-preview {
    width: 108px;
}

@media (max-width: 1024px) {
    .gallery-clinic .gallery__photo-preview {
        width: 135px;
    }
}

@media (max-width: 768px) {
    .gallery-clinic {
        margin-bottom: 44px;
    }

    .gallery-clinic .gallery__photo-preview {
        width: 110px;
    }
}

@media (max-width: 600px) {
    .gallery-clinic .gallery__photo-preview {
        width: 90px;
    }

    .gallery-clinic .gallery__slider {
        margin-left: 7px;
        margin-right: 7px;
    }
}

@media (max-width: 450px) {
    .gallery-clinic .gallery__photo-preview {
        width: 60px;
    }
}

.clinic {
    overflow: hidden;
}

@media (max-width: 1024px) {
    .services-clinic {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .services-clinic {
        padding: 0 15px;
    }

    .services-clinic--contacts {
        padding: 0;
    }
}

.clinic-info h1 {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .clinic-info {
        padding: 0 15px;
    }
}

.all-doctors .all-doctors__text {
    font-size: 18px;
    margin: 0;
    line-height: 23px;
}

.all-doctors ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
}

.all-doctors li {
    min-width: 45%;
    min-height: 619px;
    margin-right: 3%;
    margin-bottom: 25px;
    border-radius: 15px;
    background-color: #f3f5f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    position: relative;
    width: 45%;
}

.all-doctors li:nth-child(even) {
    margin-right: 0;
}

.all-doctors img {
    border-radius: 15px 15px 0 0;
}

@media (max-width: 1023px) {
    .all-doctors p {
        padding: 0;
    }

    .all-doctors ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .all-doctors li {
        min-width: 340px;
    }
}

@media (max-width: 767px) {
    .all-doctors {
        margin: 0 auto;
    }

    .all-doctors p {
        line-height: 24px;
    }

    .all-doctors ul {
        margin: 0 auto;
        margin-top: 48px;
        max-width: 100%;
    }

    .all-doctors li {
        min-width: 100%;
        min-height: 100%;
        margin-right: 0;
        margin-bottom: 32px;
    }
}

.all-doctors__link {
    min-width: 100%;
    position: relative;
}

.all-doctors__link-title {
    max-width: 290px;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 767px) {
    .all-doctors__link-title {
        max-width: 266px;
    }
}

.all-doctors__link h3 {
    color: #27a3bd;
    border-bottom: 1px solid #a3c7cf;
    -webkit-transition: 0.3s ease color, 0.3s ease border-color;
    transition: 0.3s ease color, 0.3s ease border-color;
    padding: 0;
    font-size: 40px;
    line-height: 42px;
    font-weight: 400;
    position: relative;
    min-height: 100px;
    display: inline;
    border-bottom: 2px solid rgba(48, 163, 188, 0.3);
}

.all-doctors__link h3:hover, .all-doctors__link h3:focus {
    color: #1ebd7f;
    border-color: #1ebd7f;
}

@media (max-width: 767px) {
    .all-doctors__link h3 {
        font-size: 32px;
        line-height: 32px;
    }
}

.all-doctors__link:hover .all-doctors__link-title h3 {
    color: #1ebd7f;
    border-color: rgba(30, 189, 127, 0.3);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.all-doctors__link-img {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 97.6%;
    margin-bottom: 36px;
    position: relative;
}

.all-doctors__link-img img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    width: 100%;
    height: 100%;
    -webkit-mask-image: url("/local/templates/samson/css/../img/folder/02.svg");
    mask-image: url("/local/templates/samson/css/../img/folder/02.svg");
    -webkit-mask-size: 140% auto;
    mask-size: 140% auto;
    -webkit-mask-position: bottom 0 left 47%;
    mask-position: bottom 0 left 47%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.all-doctors__about {
    max-width: 295px;
    text-align: center;
    margin-bottom: 40px;
}

.all-doctors__about b {
    font-weight: 600;
    font-size: 19px;
    padding-left: 22px;
    padding-right: 22px;
    margin-bottom: 8px;
    display: inline-block;
    margin-top: 12px;
}

.all-doctors__about p {
    margin: 0;
    text-align: center;
}

@media (max-width: 767px) {
    .all-doctors__about {
        max-width: 265px;
        margin-bottom: 15px;
        padding-top: 0;
    }

    .all-doctors__about b {
        font-size: 18px;
        margin-top: 9px;
        margin-bottom: 17px;
    }

    .all-doctors__about p {
        font-size: 12px;
        line-height: 15px;
        text-align: center;
    }

    .all-doctors__about--3, .all-doctors__about--4 {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .doctor-card {
        padding: 0 15px;
    }
}

.doctor-card__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 360px;
    border-radius: 15px;
    background-color: #f3f5f4;
    padding: 28px 26px;
    position: relative;
    margin-top: 13px;
    margin-bottom: 53px;
}

.doctor-card__wrapper strong {
    font-size: 52px;
    line-height: 48px;
    font-weight: 600;
    letter-spacing: -1px;
    display: block;
    margin-bottom: 20px;
}

.doctor-card__wrapper img {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 15px;
    height: 100%;
    width: 50.6%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right center;
    object-position: right center;
    -webkit-mask-image: url("/local/templates/samson/css/../img/folder/02.svg");
    mask-image: url("/local/templates/samson/css/../img/folder/02.svg");
    -webkit-mask-size: auto 180%;
    mask-size: auto 180%;
    -webkit-mask-position: top 42% left 0;
    mask-position: top 42% left 0;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

@media (max-width: 1139px) {
    .doctor-card__wrapper {
        min-height: 300px;
    }

    .doctor-card__wrapper strong {
        font-size: 48px;
        line-height: 44px;
    }

    .doctor-card__wrapper img {
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-mask-image: url("/local/templates/samson/css/../img/folder/02.svg");
        mask-image: url("/local/templates/samson/css/../img/folder/02.svg");
        -webkit-mask-size: 180% auto;
        mask-size: 180% auto;
        -webkit-mask-position: top 42% left 0;
        mask-position: top 42% left 0;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
    }
}

@media (max-width: 1023px) {
    .doctor-card__wrapper {
        padding: 20px;
        max-width: 100%;
        min-height: 44vw;
    }

    .doctor-card__wrapper strong {
        font-size: 40px;
    }

    .doctor-card__wrapper img {
        width: 54.7%;
    }
}

@media (max-width: 767px) {
    .doctor-card__wrapper {
        padding: 0;
        min-height: 496px;
        max-width: 100%;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 53px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .doctor-card__wrapper strong {
        font-size: 32px;
        line-height: 32px;
        letter-spacing: 0;
    }

    .doctor-card__wrapper picture {
        width: 100%;
    }

    .doctor-card__wrapper img {
        width: 100%;
        position: relative;
        height: auto;
        right: 50%;
        -webkit-transform: translate(50%);
        transform: translate(50%);
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top;
        -webkit-mask-image: url("/local/templates/samson/css/../img/folder/02.svg");
        mask-image: url("/local/templates/samson/css/../img/folder/02.svg");
        -webkit-mask-size: 140% auto;
        mask-size: 140% auto;
        -webkit-mask-position: bottom 0 left 47%;
        mask-position: bottom 0 left 47%;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
    }
}

.doctor-card__description {
    max-width: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1139px) {
    .doctor-card__description {
        max-width: 320px;
    }
}

@media (max-width: 1023px) {
    .doctor-card__description {
        max-width: 280px;
    }
}

@media (max-width: 767px) {
    .doctor-card__description {
        max-width: 225px;
        text-align: center;
        padding-top: 35px;
    }

    .doctor-card__description p {
        margin-bottom: 5px;
    }
}

.doctor-card__inner {
    padding-right: 65px;
}

.doctor-card__inner b {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    display: inline-block;
}

.doctor-card__inner p {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
}

@media (max-width: 1139px) {
    .doctor-card__inner b {
        font-size: 20px;
        line-height: 24px;
    }

    .doctor-card__inner p {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (max-width: 1023px) {
    .doctor-card__inner b {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .doctor-card__inner {
        padding-right: 0;
    }

    .doctor-card__inner b {
        margin-top: 8px;
        font-size: 18px;
        line-height: 26px;
    }

    .doctor-card__inner p {
        font-size: 12px;
        line-height: 39px;
    }
}

.doctor-education {
    max-width: 695px;
    margin-bottom: 40px;
}

.doctor-education h2 {
    margin-bottom: 14px;
}

@media (max-width: 1023px) {
    .doctor-education {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .doctor-education {
        padding: 0 15px;
    }
}

.doctor-education__table {
    border-collapse: collapse;
    font-size: 18px;
    vertical-align: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    .doctor-education__table {
        font-size: 12px;
        line-height: 16px;
    }
}

.doctor-education__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.doctor-education__item--border::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.5px;
    bottom: 0;
    left: 0;
    background-color: #bbccc4;
}

@media (max-width: 767px) {
    .doctor-education__item--border::before {
        bottom: 5px;
    }
}

.doctor-education__year {
    min-width: 6.5%;
    padding: 10px 0;
    padding-left: 4px;
}

@media (max-width: 767px) {
    .doctor-education__year {
        min-width: 12%;
        padding: 0;
    }
}

.doctor-education__text {
    max-width: 80%;
    padding-top: 10px;
    padding-bottom: 9px;
    padding-left: 25px;
}

.doctor-education__text p {
    margin-top: 0;
    margin-bottom: 19px;
}

@media (max-width: 767px) {
    .doctor-education__text p {
        margin-bottom: 9px;
    }
}

.doctor-education__text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1023px) {
    .doctor-education__text {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .doctor-education__text {
        padding-left: 7px;
        padding-top: 0;
    }
}

.doctor-wrapper {
    margin-top: 55px;
}

.doctor-wrapper h2 {
    letter-spacing: -1px;
}

@media (max-width: 767px) {
    .doctor-wrapper {
        margin-top: 70px;
        position: relative;
        padding-top: 20px;
    }

    .doctor-wrapper::before {
        content: "";
        position: absolute;
        background-color: #f3f5f4;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        overflow: hidden;
        border-radius: 19px;
    }

    .doctor-wrapper h2 {
        letter-spacing: 0;
        padding: 0 15px;
    }
}

.doctor-wrapper__bc {
    margin-top: 20px;
    background-color: #f3f5f4;
    padding: 10px;
    border-radius: 15px;
    max-width: 724px;
}

@media (max-width: 1023px) {
    .doctor-wrapper__bc {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .doctor-wrapper__bc {
        padding: 0;
        background-color: transparent;
        margin-bottom: 0;
    }
}

.inner-page {
    font-size: 18px;
    line-height: 23px;
}

@media (max-width: 767px) {
    .inner-page {
        line-height: 24px;
    }
}

.inner-page img {
    border: 1px solid #e0e0e0;
}

@media (max-width: 1023px) {
    .inner-page img {
        width: 100%;
    }
}

.inner-page h2,
.inner-page .h2 {
    margin: 0;
    letter-spacing: 0;
}

.inner-page p {
    margin: 0;
    margin-top: 11px;
}

@media (max-width: 767px) {
    .inner-page p {
        margin-top: 8px;
    }
}

.inner-page .inner-page__item {
    margin-top: 18px;
}

@media (max-width: 767px) {
    .inner-page .inner-page__item {
        margin-bottom: 29px;
    }
}

.inner-page__text {
    max-width: 700px;
}

.inner-page__text a {
    -webkit-transition: 0.3s ease opacity;
    transition: 0.3s ease opacity;
}

.inner-page__text a:hover {
    opacity: 0.5;
}

@media (max-width: 1023px) {
    .inner-page__text {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .inner-page__text.mt-23 {
        margin-top: 16px;
    }

    .inner-page__text.mt-55 {
        margin-top: 40px;
    }

    .inner-page__text.mt-52 {
        margin-top: 37px;
    }

    .inner-page__text.mt-60 {
        margin-top: 39px;
    }

    .inner-page__text.mt-65 {
        margin-top: 47px;
    }

    .inner-page__text.mt-76 {
        margin-top: 53px;
    }

    .inner-page__text.pt-25 {
        padding-top: 12px;
    }

    .inner-page__text.pb-15 {
        padding-bottom: 0;
    }
}

.inner-page__picture {
    margin: 0;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .inner-page__picture {
        margin-top: 27px;
    }

    .inner-page__picture.hidden {
        display: none;
    }
}

.inner-page__picture span {
    margin-top: 12px;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: 0.1px;
}

@media (max-width: 767px) {
    .inner-page__picture span {
        font-size: 12px;
        line-height: 130%;
    }
}

.inner-page__u-list,
.inner-page__list,
.inner-page__o-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.inner-page__u-list.pt-8,
.inner-page__list.pt-8,
.inner-page__o-list.pt-8 {
    padding-top: 8px;
}

@media (max-width: 767px) {
    .inner-page__u-list.pt-8,
    .inner-page__list.pt-8,
    .inner-page__o-list.pt-8 {
        padding-top: 0;
    }
}

.inner-page__item {
    margin-top: 18px;
    max-width: 657px;
}

@media (max-width: 1023px) {
    .inner-page__item {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .inner-page__item {
        margin-bottom: 29px;
    }
}

.inner-page__item b {
    display: block;
    margin-bottom: 4px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .inner-page__item b {
        margin-bottom: 0;
    }
}

.inner-page__item p {
    margin: 0;
    margin-top: 4px;
}

.inner-page__o-list {
    counter-reset: list;
}

.inner-page__o-list > li {
    position: relative;
    margin-top: 27px;
    padding-left: 26px;
}

.inner-page__o-list > li::before {
    counter-increment: list;
    position: absolute;
    content: counters(list, ".") ".";
    font-weight: 600;
    display: inline-block;
    left: 0;
    top: 1px;
}

@media (max-width: 767px) {
    .inner-page__o-list > li::before {
        position: static;
    }
}

@media (max-width: 767px) {
    .inner-page__o-list > li {
        margin-top: 16px;
        margin-bottom: 34px;
        padding-left: 0;
    }
}

.inner-page__o-list b {
    font-weight: 600;
    font-size: 19px;
    line-height: 130%;
}

@media (max-width: 767px) {
    .inner-page__o-list b {
        font-size: 18px;
        line-height: 24px;
    }
}

.inner-page__o-list p {
    margin: 0;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .inner-page__o-list p {
        margin-top: 0;
        margin-bottom: 7px;
    }
}

.inner-page__o-list span:not(.inner-page__number) {
    color: #27a3bd;
}

@media (max-width: 767px) {
    .inner-page__o-list span:not(.inner-page__number) {
        display: block;
    }
}

.inner-page__u-list {
    padding-bottom: 1px;
}

.inner-page__u-list li {
    margin-bottom: 9px;
    margin-top: 5px;
    padding-left: 17px;
    position: relative;
}

.inner-page__u-list li::before {
    content: "";
    position: absolute;
    background-image: url("/local/templates/samson/css/../img/svg/ellipse.svg");
    background-repeat: no-repeat;
    width: 3px;
    height: 3px;
    left: 2px;
    top: 11px;
}

@media (max-width: 767px) {
    .inner-page__u-list li {
        margin-top: 8px;
        margin-bottom: 8px;
        padding-left: 12px;
    }
}

.inner-page__number {
    position: absolute;
    left: 0;
}

@media (max-width: 767px) {
    .inner-page__number {
        position: static;
        font-size: 19px;
        line-height: 130%;
    }
}

.service .shares-link {
    margin-top: 40px;
    margin-left: -9px;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 1023px) {
    .service .shares-link {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .service .shares-link {
        margin-top: 69px;
        margin-bottom: 8px;
    }
}

.service .h1 {
    margin: 0;
}

@media (max-width: 767px) {
    .service .h1 {
        font-size: 40px;
        line-height: 40px;
    }
}

.service__title.mt-3 {
    margin-bottom: 0;
    margin-top: 60px;
    letter-spacing: 0.1px;
}

@media (max-width: 767px) {
    .service__title.mt-3 {
        margin-top: 50px;
        padding-bottom: 9px;
    }
}

.services {
    width: 100%;
    max-width: 720px;
}

@media (max-width: 1023px) {
    .services {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .services h1 {
        word-wrap: break-word;
    }
}

.services .services__svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100px;
    margin: 0;
    margin-bottom: 3px;
}

@media (max-width: 767px) {
    .services .services__svg {
        min-height: 0;
        max-height: 50px;
        margin-bottom: 10px;
    }

    .services .services__svg svg {
        height: 50px;
    }
}

.services__content {
    margin-left: -20px;
}

@media (max-width: 1023px) {
    .services__content {
        margin-left: 0;
    }
}

.services__list p {
    max-width: 300px;
    margin-top: 9px;
    font-size: 14px;
    line-height: 120%;
}

.services__list--top {
    margin-top: 48px;
    margin-bottom: 19px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 19px;
    grid-column-gap: 20px;
}

.services__list--top .services__row {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .services__list--top {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-row-gap: 16px;
        margin: 0;
        margin-top: 51px;
        margin-bottom: 16px;
    }
}

.services__list--bottom {
    margin: 0 -10px;
    margin-top: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    .services__list--bottom {
        margin: 0;
        margin-top: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .services__list--bottom .services__col--left .services__row:nth-child(1) svg {
        width: 97px;
        height: 50px;
    }
}

@media (max-width: 767px) {
    .services__list--bottom .services__col--right .services__row:nth-child(1) svg {
        width: 36px;
        height: 45px;
    }
}

@media (max-width: 767px) {
    .services__list--bottom .services__col--right .services__row:nth-child(2) svg {
        width: 94px;
        height: 41px;
    }
}

@media (max-width: 767px) {
    .services__list--top .services__col--left .services__row:nth-child(1) svg {
        width: 40px;
        height: 39px;
    }
}

@media (max-width: 767px) {
    .services__list--top .services__col--right .services__row:nth-child(1) svg {
        width: 71px;
        height: 47px;
    }
}

.services__col {
    width: calc(50% + 10px);
    margin: 0 10px;
}

@media (max-width: 767px) {
    .services__col {
        margin: 0;
        width: 100%;
    }
}

.services__col svg {
    fill: #ffffff;
}

.services__row {
    margin-bottom: 19px;
    padding: 22px;
    padding-top: 17px;
    padding-right: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 15px;
    background-color: #f3f5f4;
}

@media (max-width: 767px) {
    .services__row {
        margin-bottom: 16px;
        padding: 20px 11px;
        padding-bottom: 18px;
    }
}

.services__row--offer {
    min-height: 248px;
    background-color: #27a3bd;
    color: #ffffff;
    -webkit-transition: 0.3s ease background-color;
    transition: 0.3s ease background-color;
}

.services__row--offer:hover {
    background-color: #2093AB;
}

.services__row--offer:hover .services__title-link {
    -webkit-box-shadow: 0 1px #a3c7cf;
    box-shadow: 0 1px #a3c7cf;
}

@media (max-width: 767px) {
    .services__row--offer {
        min-height: 224px;
    }
}

.services__row--offer .services__title-link {
    display: inline;
    color: #ffffff;
    font-size: 32px;
    line-height: 120%;
    -webkit-box-shadow: 0 1px #a3c7cf;
    box-shadow: 0 1px #a3c7cf;
}

.services__row--offer .services__title-link:hover, .services__row--offer .services__title-link:focus {
    color: #ffffff;
    border-color: inherit;
}

.services__row--offer.services__row .services__price {
    font-weight: 400;
}

@media (max-width: 767px) {
    .services__row--offer.services__row .services__price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 36px;
    }
}

.services__row--offer .services__old-price {
    margin-bottom: 10px;
    display: inline-block;
    margin-left: 21px;
    color: #a3c7cf;
    text-decoration: line-through;
}

@media (max-width: 767px) {
    .services__row--offer .services__old-price {
        margin-left: 0;
        margin-bottom: 2px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        font-size: 18px;
        line-height: 100%;
    }
}

.services__row h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #0e0e0e;
}

.services__row .services__price {
    margin-top: auto;
    padding-top: 15px;
    font-size: 30px;
    line-height: 100%;
}

@media (max-width: 767px) {
    .services__row .services__price {
        margin-top: 47px;
        padding-top: 0;
        font-size: 32px;
        line-height: 100%;
    }
}

.services__row--large {
    -ms-grid-row-span: 2;
    grid-row: span 2;
}

.services__row--align-start {
    -ms-grid-row-span: 2;
    grid-row: span 2;
    -ms-grid-row-align: start;
    align-self: start;
}

.services__title-link {
    display: inline;
    -webkit-box-shadow: 0 1px #bdbdbd;
    box-shadow: 0 1px #bdbdbd;
    font-size: 30px;
    line-height: 1.1;
    -webkit-transition: 0.3s ease color, 0.3s ease box-shadow;
    transition: 0.3s ease color, 0.3s ease box-shadow;
}

.services__title-link:hover, .services__title-link:focus {
    color: #1ebd7f;
    -webkit-box-shadow: 0 1px #1ebd7f;
    box-shadow: 0 1px #1ebd7f;
}

@media (max-width: 767px) {
    .services__title-link {
        font-size: 32px;
    }
}

.services__inner-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 14px;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .services__inner-list {
        margin-bottom: 0;
        margin-top: 10px;
    }
}

.services__inner-item {
    position: relative;
    padding-left: 38px;
    margin-left: -24px;
    margin-right: -12px;
    padding-right: 102px;
    padding-top: 6px;
    padding-bottom: 3px;
    z-index: 1;
}

@media (max-width: 767px) {
    .services__inner-item {
        padding: 5px 20px 3px 12px;
        margin-left: -11px;
    }
}

.services__inner-item > span {
    position: absolute;
    right: 12px;
    color: transparent;
    -webkit-transition: 0.3s ease color;
    transition: 0.3s ease color;
}

@media (max-width: 767px) {
    .services__inner-item > span {
        display: none;
    }
}

.services__inner-item::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #27a3bd;
    left: 24px;
    top: 18px;
}

@media (max-width: 767px) {
    .services__inner-item::before {
        display: none;
    }
}

.services__inner-item:hover > span {
    color: rgba(14, 14, 14, 0.3);
}

.services__link {
    color: #27a3bd;
    border-bottom: 1px solid #a3c7cf;
    -webkit-transition: 0.3s ease color, 0.3s ease border-color;
    transition: 0.3s ease color, 0.3s ease border-color;
}

.services__link:hover, .services__link:focus {
    color: #1ebd7f;
    border-color: #1ebd7f;
}

.services__link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: 0.3s ease background-color;
    transition: 0.3s ease background-color;
}

.services__link:hover::before {
    background-color: #e6ebe8;
}

.inner-banner {
    position: relative;
    max-width: 760px;
    overflow: hidden;
}

.inner-banner img {
    border: none;
}

.inner-banner--large {
    border-radius: 15px;
}

@media (max-width: 767px) {
    .inner-banner--large {
        background-color: #8da1ab;
    }
}

@media (max-width: 1023px) {
    .inner-banner {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .inner-banner {
        border-radius: 7px;
    }

    .inner-banner--green-mobile {
        background-color: #e4eeec;
    }

    .inner-banner--green-mobile .inner-banner__content {
        color: #000000;
    }

    .inner-banner--green-mobile .inner-banner__title {
        color: #27a3bd;
        font-weight: 400;
    }
}

.inner-banner picture {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    z-index: -1;
}

@media (max-width: 767px) {
    .inner-banner picture {
        position: static;
        -webkit-transform: scale(-1, 1);
        transform: scale(-1, 1);
    }
}

.inner-banner img,
.inner-banner picture {
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
    line-height: 0;
    font-size: 0;
}

@media (max-width: 767px) {
    .inner-banner img,
    .inner-banner picture {
        height: 234px;
    }
}

.inner-banner h1,
.inner-banner .h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 90%;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
    .inner-banner h1,
    .inner-banner .h1 {
        text-shadow: none;
        font-size: 32px;
        line-height: 32px;
    }
}

.inner-banner__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 374px;
    max-width: 310px;
    padding: 26px 20px;
    color: #ffffff;
}

.inner-banner__content p {
    margin: 17px 0;
    font-size: 16px;
    line-height: 120%;
}

@media (max-width: 767px) {
    .inner-banner__content p {
        margin: 6px 0;
        font-size: 18px;
        line-height: 24px;
    }
}

.inner-banner__content--large {
    max-width: 475px;
    min-height: 214px;
}

@media (max-width: 767px) {
    .inner-banner__content--large {
        min-height: 240px;
    }
}

.inner-banner__content--large p {
    margin: 7px 0;
    font-size: 14px;
    line-height: 17px;
}

.inner-banner__content--large .inner-banner__title,
.inner-banner__content--large .h1 {
    font-size: 30px;
    line-height: 27px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 767px) {
    .inner-banner__content--large .inner-banner__title,
    .inner-banner__content--large .h1 {
        margin-top: 8px;
        border-bottom: none;
        font-size: 32px;
        line-height: 32px;
    }
}

.inner-banner__content--large .inner-banner__price {
    margin-bottom: 0;
    margin-top: auto;
    padding-top: 9px;
    padding-bottom: 9px;
    min-height: 48px;
    min-width: 224px;
    font-size: 30px;
    line-height: 30px;
}

@media (max-width: 767px) {
    .inner-banner__content--large .inner-banner__price {
        width: 100%;
        font-size: 18px;
        line-height: 100%;
    }
}

@media (max-width: 767px) {
    .inner-banner__content {
        max-width: 100%;
        min-height: 296px;
        padding: 16px 12px;
        padding-top: 14px;
    }

    .inner-banner__content--large {
        min-height: 240px;
    }
}

.inner-banner__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 90%;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
    .inner-banner__title {
        text-shadow: none;
        font-size: 32px;
        line-height: 32px;
    }

    .inner-banner__title span {
        margin-bottom: 3px;
        display: block;
        font-size: 10px;
        line-height: 113.5%;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }
}

.inner-banner__price {
    margin-top: auto;
    margin-bottom: 16px;
    padding-top: 13px;
    border-top: 0.5px solid rgba(242, 242, 242, 0.5);
    font-size: 32px;
    line-height: 100%;
}

@media (max-width: 767px) {
    .inner-banner__price {
        margin-bottom: 12px;
        font-size: 56px;
        line-height: 90%;
        letter-spacing: -0.03em;
    }

    .inner-banner__price .hidden {
        display: none;
    }
}

.inner-banner__btn {
    width: 100%;
    max-width: 196px;
    min-height: 48px;
    padding-top: 11px;
    padding-bottom: 16px;
    font-size: 18px;
    line-height: 100%;
}

@media (max-width: 767px) {
    .inner-banner__btn {
        max-width: 100%;
        border-radius: 5px;
        background-color: #1ebd7f;
    }

    .inner-banner__btn:hover, .inner-banner__btn:focus {
        background-color: #128659;
    }
}

.inner-banner__link {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    border: 1px solid transparent;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: pointer;
}

.inner-banner__link:hover {
    border: 1px solid #1ebd7f;
}

.product-card {
    margin-top: 29px;
}

@media (max-width: 767px) {
    .product-card {
        margin-top: 32px;
    }
}

.product-card h2,
.product-card .h2 {
    margin: 0;
    font-weight: 600;
    font-size: 19px;
    line-height: 130%;
}

@media (max-width: 767px) {
    .product-card h2,
    .product-card .h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

.product-card__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-top: 44px;
}

@media (max-width: 767px) {
    .product-card__list {
        margin-top: 21px;
        padding-left: 15px;
        padding-right: 8px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
    }
}

.product-card__item {
    position: relative;
    width: calc(33.33% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 15px;
    margin-bottom: 15px;
    padding: 16px 12px;
    border-radius: 15px;
    background-color: #f3f5f4;
    font-size: 12px;
    line-height: 130%;
}

@media (max-width: 767px) {
    .product-card__item {
        min-width: 240px;
        margin: 0;
        margin-right: 12px;
        margin-top: 14px;
        margin-bottom: 0;
    }

    .product-card__item:last-child::after {
        content: "";
        position: absolute;
        top: 0;
        right: -15px;
        width: 15px;
        height: 100%;
        background-color: transparent;
    }
}

.product-card__item h3, .product-card__item .h3 {
    margin: 0;
    margin-top: 17px;
    margin-bottom: 11px;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
}

.product-card__item .btn {
    font-size: 20px;
    line-height: 100%;
}

@media (max-width: 767px) {
    .product-card__item .btn {
        min-height: 53px;
    }
}

.product-card__item .product-card__country {
    min-height: 28px;
    padding: 7px 15px;
    padding-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: -30px;
    width: auto;
    background-color: #a3c7cf;
    border-radius: 37px;
    font-weight: 600;
}

.product-card__item .product-card__offer {
    width: calc(100% + 24px);
    margin: 0 -12px;
    padding: 7px 26px;
    background-color: #27a3bd;
    font-size: 14px;
    line-height: 115%;
    color: #ffffff;
    text-align: center;
}

.product-card__item .product-card__inner-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 2px;
    margin-right: 7px;
    padding-bottom: 29px;
}

@media (max-width: 767px) {
    .product-card__item .product-card__inner-list {
        margin-top: 10px;
        padding-bottom: 22px;
    }
}

.product-card__item .product-card__inner-item {
    position: relative;
    margin-top: 15px;
    padding-left: 21px;
}

@media (max-width: 767px) {
    .product-card__item .product-card__inner-item {
        margin-top: 10px;
    }
}

.product-card__item .product-card__inner-item::before {
    content: "✓";
    position: absolute;
    left: 4px;
    width: 10px;
    height: 16px;
}

.product-card__item .product-card__price {
    margin: auto 0;
    margin-bottom: 18px;
    padding: 0 9px;
    padding-top: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 0.5px solid #0e0e0e;
    font-size: 32px;
    line-height: 100%;
}

@media (max-width: 767px) {
    .product-card__item .product-card__price {
        margin-bottom: 12px;
        padding-top: 13px;
    }
}

.product-card__item .product-card__price-old {
    text-decoration: line-through;
    font-weight: 500;
    font-size: 12px;
    line-height: 113.5%;
}

.quote {
    max-width: 745px;
    margin-top: 46px;
    margin-left: -25px;
    padding: 12px 25px;
    padding-bottom: 30px;
    background-color: #f3f9fe;
}

@media (max-width: 1023px) {
    .quote {
        max-width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .quote {
        margin: 0 -15px;
        margin-top: 46px;
        padding: 19px 15px;
        padding-bottom: 47px;
        max-width: calc(100% + 30px);
    }

    .quote .quote__video-text {
        margin-top: 16px;
    }
}

.quote h2,
.quote .h2 {
    margin: 0;
    margin-top: 11px;
    font-size: 12px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #27a3bd;
}

@media (max-width: 767px) {
    .quote h2,
    .quote .h2 {
        margin-top: 0;
        margin-bottom: 10px;
    }
}

.quote__container {
    margin: 0;
}

.quote__container img {
    border: none;
}

@media (max-width: 1023px) {
    .quote__container img {
        width: 105px;
    }
}

@media (max-width: 767px) {
    .quote__container img {
        display: none;
    }
}

.quote__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 39px;
}

@media (max-width: 767px) {
    .quote__top {
        margin-bottom: 0;
    }
}

.quote__col--left {
    padding-right: 20px;
}

@media (max-width: 767px) {
    .quote__col--left {
        padding-right: 25px;
    }
}

.quote__col--left p {
    margin: 0;
    margin-top: 7px;
    font-size: 14px;
    line-height: 130%;
}

@media (max-width: 767px) {
    .quote__col--left p {
        margin-top: 14px;
        font-size: 12px;
        line-height: 130%;
    }
}

.quote__name a {
    color: #27a3bd;
    border-bottom: 1px solid #a3c7cf;
    -webkit-transition: 0.3s ease color, 0.3s ease border-color;
    transition: 0.3s ease color, 0.3s ease border-color;
    display: inline;
    padding-bottom: 2px;
    font-weight: 600;
    font-size: 24px;
    font-style: normal;
    line-height: 130%;
}

.quote__name a:hover, .quote__name a:focus {
    color: #1ebd7f;
    border-color: #1ebd7f;
}

@media (max-width: 767px) {
    .quote__name {
        padding-bottom: 0;
        line-height: 22px;
    }
}

.quote__text {
    position: relative;
    margin: 0;
    max-width: 680px;
}

.quote__text a {
    color: #27a3bd;
    border-bottom: 1px solid #a3c7cf;
    -webkit-transition: 0.3s ease color, 0.3s ease border-color;
    transition: 0.3s ease color, 0.3s ease border-color;
}

.quote__text a:hover, .quote__text a:focus {
    color: #1ebd7f;
    border-color: #1ebd7f;
}

.quote__text p {
    margin-top: 10px;
    font-size: 24px;
    line-height: 130%;
}

@media (max-width: 767px) {
    .quote__text p {
        margin-top: 9px;
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 1023px) {
    .quote__text {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .quote__text {
        margin-top: 59px;
        margin-bottom: 44px;
    }
}

.quote__text p:first-child::before {
    content: open-quote;
    position: absolute;
    font-size: 48px;
    color: #27a3bd;
    line-height: 24px;
    left: -39px;
}

@media (max-width: 767px) {
    .quote__text p:first-child::before {
        left: 0;
        top: -40px;
    }
}

@media (max-width: 767px) {
    .quote__text p:first-child::before.quote__close {
        left: -12px;
        bottom: -39px;
    }
}

.quote__text p:last-child::after {
    content: close-quote;
    position: absolute;
    font-size: 48px;
    color: #27a3bd;
    line-height: 24px;
}

@media (max-width: 767px) {
    .quote__text p:last-child::after {
        left: 0;
        bottom: -39px;
    }
}

.quote__video {
    margin-top: 34px;
}

@media (max-width: 767px) {
    .quote__video {
        margin-top: 75px;
        margin-bottom: 0;
    }
}

.quote__video-text {
    max-width: 629px;
    margin: 0;
    margin-top: 13px;
    padding-bottom: 5px;
    font-size: 15px;
    line-height: 130%;
}

@media (max-width: 767px) {
    .quote__video-text {
        font-size: 12px;
        line-height: 16px;
    }
}

@media (max-width: 767px) {
    .quote__text-container {
        margin-bottom: 44px;
    }
}

.quote__img {
    width: 105px;
    height: 105px;
    overflow: hidden;
}

.quote__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.video {
    max-width: 690px;
    position: relative;
    padding-bottom: 59.25%;
    /* 16:9 */
    height: 0;
    margin-bottom: 10px;
    cursor: pointer;
}

@media (max-width: 1023px) {
    .video {
        margin-bottom: 10px;
        max-width: 100%;
    }
}

.video-link:hover .video__play-video::before {
    background-color: rgba(0, 0, 0, 0.2);
}

.video__play-video {
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video__play-video::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s ease background-color;
    transition: 0.3s ease background-color;
}

.video__play-video:hover::before {
    background-color: rgba(0, 0, 0, 0.2);
}

.video__play-video--hide {
    display: none;
    opacity: 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

.video__button {
    display: none;
}

@media (max-width: 767px) {
    .video__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-bottom: 13px;
        background-color: rgba(39, 163, 189, 0.2);
        color: #27a3bd;
        font-size: 19px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .video__button svg {
        fill: transparent;
        stroke: #27a3bd;
    }

    .video__button span {
        padding-right: 10px;
    }
}

.video__play-button {
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    position: absolute;
    bottom: -28px;
    left: 57px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 81px;
    height: 88px;
}

.video__play-button span {
    position: absolute;
    top: 34px;
    left: calc(50% - 29px);
    color: #ffffff;
    font-size: 16px;
    line-height: 100%;
}

@media (max-width: 767px) {
    .video__play-button span {
        top: 24px;
        left: calc(50% - 15px);
        font-size: 12px;
        line-height: 14px;
    }

    .video__play-button span.hidden {
        display: none;
    }
}

.video__play-button svg {
    opacity: 0.8;
}

@media (max-width: 767px) {
    .video__play-button {
        width: 58px;
        height: 64px;
        left: 30px;
        bottom: -24px;
    }

    .video__play-button svg {
        width: 65px;
        height: 60px;
    }
}

@media (max-width: 767px) {
    .video__play-button--service {
        width: 42px;
        height: 45px;
        left: 32px;
        bottom: -18px;
    }

    .video__play-button--service svg {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 767px) {
    .video__play-button--reviews {
        left: 38px;
    }

    .video__play-button--reviews svg {
        width: 60px;
        height: 65px;
    }

    .video__play-button--reviews span {
        font-size: 12px;
        bottom: 26px;
        left: 11px;
    }
}

.price-table {
    max-width: 694px;
}

.price-table h2,
.price-table .h2 {
    max-width: 522px;
}

@media (max-width: 767px) {
    .price-table {
        font-size: 14px;
        line-height: 16px;
    }

    .price-table.mt-55 {
        margin-top: 48px;
    }
}

.price-table__table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    position: relative;
    max-width: 694px;
    margin-top: 33px;
    margin-left: -14px;
}

@media (max-width: 767px) {
    .price-table__table {
        margin-top: 23px;
        margin-left: 0;
    }
}

.price-table__row {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.price-table__row:nth-child(n+2):hover, .price-table__row:nth-child(n+2):focus {
    background-color: #e5e9e7;
}

.price-table__row:last-child .price-table__cell::before {
    content: none;
}

.price-table__header,
.price-table__cell {
    padding-top: 6px;
    padding-bottom: 4px;
    position: relative;
    vertical-align: top;
}

@media (max-width: 767px) {
    .price-table__header,
    .price-table__cell {
        padding-top: 2px;
    }
}

.price-table__header::before,
.price-table__cell::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #bbccc4;
}

.price-table__header:first-child,
.price-table__cell:first-child {
    width: 43.1%;
    padding-left: 14px;
    padding-right: 20px;
}

.price-table__header:first-child::before,
.price-table__cell:first-child::before {
    width: calc(100% - 14px);
}

@media (max-width: 767px) {
    .price-table__header:first-child,
    .price-table__cell:first-child {
        padding-left: 0;
        padding-right: 10px;
        width: 49.2%;
    }

    .price-table__header:first-child::before,
    .price-table__cell:first-child::before {
        width: 100%;
    }
}

.price-table__header {
    padding-bottom: 8px;
    text-align: left;
}

.price-table__header::before {
    background-color: #000000;
}

@media (max-width: 767px) {
    .price-table__header::before {
        content: none;
    }
}

.price-table__link {
    position: absolute;
    width: calc(100vw - 30px);
    max-width: 694px;
    top: 0;
    left: 0;
    height: 100%;
    font-size: 0;
    z-index: 2;
}

.price-table__price {
    display: inline-block;
    text-align: left;
    margin-right: 8px;
    min-width: 85px;
}

.price-table__price--new {
    color: #1ebd7f;
}

.price-table__price--old {
    color: #bdbdbd;
    text-decoration: line-through;
}

@media (max-width: 767px) {
    .price-table__price {
        min-width: auto;
        margin-right: 5px;
    }
}

.inner-works {
    max-width: 695px;
}

.inner-works h2 {
    margin: 0;
}

@media (max-width: 767px) {
    .inner-works h2 {
        margin-bottom: 17px;
    }
}

.inner-works h3 {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
}

@media (max-width: 767px) {
    .inner-works h3 {
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .inner-works {
        max-width: 100%;
    }

    .inner-works.mt-87 {
        margin-top: 47px;
    }
}

.inner-works__before-after {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    margin-bottom: 12px;
    margin-left: 3px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 0.5px solid #bbccc4;
}

.inner-works__before-after p {
    width: 50%;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    padding-bottom: 8px;
}

.inner-works__before-after p:not(:last-child) {
    margin-right: 35px;
}

@media (max-width: 767px) {
    .inner-works__before-after {
        display: none;
    }
}

.inner-works__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 10px;
    margin-right: -32px;
    padding-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .inner-works__list {
        margin-right: 0;
    }
}

.inner-works__list li {
    margin-bottom: 26px;
    margin-right: 32px;
    width: calc(50% - 32px);
}

@media (max-width: 767px) {
    .inner-works__list li {
        margin-right: 0;
        width: 100%;
        margin-bottom: 21px;
    }
}

.inner-works__list p {
    margin: 0;
    font-size: 18px;
    line-height: 27px;
    padding-right: 15px;
    margin-top: 5px;
}

.inner-works__before-mob,
.inner-works__after-mob {
    display: none;
}

@media (max-width: 767px) {
    .inner-works__before-mob,
    .inner-works__after-mob {
        display: block;
        font-size: 14px;
        line-height: 15px;
    }
}

.popup {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 7.1%;
}

.popup__overflow {
    overflow: hidden;
}

.popup__body {
    min-height: 100vh;
    padding: 30px 10px;
}

.popup__content {
    position: relative;
    width: 100%;
    padding: 10px;
    background-color: #ffffff;
}

.popup__content img {
    max-width: 100%;
}

.popup--open {
    opacity: 1;
    visibility: visible;
}

.popup__close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: pointer;
}

.popup__close-btn:hover {
    opacity: 0.8;
}

.popup__close-btn svg:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

@media (max-width: 768px) {
    .popup {
        width: 80%;
        margin-top: 15%;
    }
}

.rewiews-card {
    margin-top: 31px;
    /*margin-right: 55px;*/
}

.rewiews-card h2 {
    letter-spacing: -0.8px;
    font-weight: 400;
    font-size: 40px;
    line-height: 41px;
}

@media (max-width: 1023px) {
    .rewiews-card {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .rewiews-card {
        margin-top: 15px;
    }

    .rewiews-card h2 {
        font-size: 32px;
        line-height: 32px;
        letter-spacing: 0;
    }
}

.rewiews {
    margin-top: 55px;
}

.rewiews--doctor {
    margin-top: 90px;
}

@media (max-width: 767px) {
    .rewiews {
        margin-top: 40px;
    }

    .rewiews--doctor {
        padding: 0 15px;
    }
}

.rewiews__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}

.rewiews__list--doctor {
    margin-top: 29px;
}

@media (max-width: 767px) {
    .rewiews__list {
        margin-top: 17px;
    }
}

.rewiews__item {
    border-bottom: 0.5px solid #a3c7cf;
    position: relative;
    margin-bottom: 33px;
    padding-bottom: 35px;
    padding-right: 157px;
}

.rewiews__item:nth-last-child(1) {
    border-bottom: none;
}

.rewiews__item--video {
    padding-right: 0;
}

@media (max-width: 767px) {
    .rewiews__item {
        border-bottom: none;
        margin-bottom: 33px;
        padding: 0;
    }
}

.rewiews__title {
    font-size: 18px;
    display: block;
}

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

@media (max-width: 767px) {
    .rewiews__title {
        font-size: 18px;
    }
}

.rewiews__description {
    font-size: 18px;
    line-height: 27px;
    margin: 0;
    margin-top: 3px;
    margin-bottom: 12px;
}

@media (max-width: 767px) {
    .rewiews__description {
        line-height: 24px;
        margin-top: 0;
        margin-bottom: 8px;
    }
}

.rewiews__autor {
    font-size: 14px;
    line-height: 17px;
    display: block;
    margin: 0;
}

@media (max-width: 767px) {
    .rewiews__autor {
        font-size: 12px;
        line-height: 24px;
    }

    .rewiews__autor--doctor {
        margin-bottom: 31px;
    }
}

.rewiews__video {
    margin-top: 12px;
    margin-bottom: 12px;
    position: relative;
}

@media (max-width: 1023px) {
    .rewiews__video img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .rewiews__video {
        margin-top: 17px;
        margin-bottom: 0;
    }
}

.rewiews__photo {
    position: absolute;
    right: 15px;
    top: 8px;
    -webkit-filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.1));
    -webkit-transition: 0.3s ease filter;
    transition: 0.3s ease filter;
}

.rewiews__photo--doctor {
    right: 35px;
    top: 6px;
}

.rewiews__photo:hover {
    -webkit-filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.3));
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

@media (max-width: 1023px) {
    .rewiews__photo {
        right: 0;
    }
}

@media (max-width: 767px) {
    .rewiews__photo {
        position: relative
    }
}

.play-button {
    position: absolute;
    bottom: 43px;
    left: 14px;
    -webkit-transition: 0.3s ease fill-opacity;
    transition: 0.3s ease fill-opacity;
}

.play-button:hover {
    fill-opacity: 0.8;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.play-button span {
    position: absolute;
    bottom: 37px;
    left: 15px;
    color: #f9fcff;
}

.play-button--1 {
    bottom: 40px;
    left: 14px;
}

.play-button--1 span {
    left: 13px;
}

.play-button--2 {
    bottom: 39px;
    left: 9px;
}

.play-button--2 span {
    left: 13px;
}

.play-button--reviews {
    bottom: 80px;
    left: 16px;
}

@media (max-width: 767px) {
    .play-button {
        bottom: 35px;
        left: 9px;
    }

    .play-button svg {
        width: 60px;
        height: 65px;
    }

    .play-button span {
        font-size: 12px;
        bottom: 26px;
        left: 11px;
    }

    .play-button--1, .play-button--2 {
        bottom: 18px;
    }

    .play-button--reviews {
        bottom: 23px;
        left: 11px;
    }
}

.column-popup__image img {
    margin-bottom: 10px;
}

.column-popup__info {
    max-width: 65%;
    font-size: 0;
    line-height: 0;
    padding-left: 4px;
}

.column-popup__info b {
    color: #27a3bd;
    border-bottom: 1px solid #a3c7cf;
    -webkit-transition: 0.3s ease color, 0.3s ease border-color;
    transition: 0.3s ease color, 0.3s ease border-color;
    display: inline;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

.column-popup__info b:hover, .column-popup__info b:focus {
    color: #1ebd7f;
    border-color: #1ebd7f;
}

@media (max-width: 768px) {
    .column-popup__info {
        max-width: 100%;
        padding-left: 0;
    }

    .column-popup__image img {
        width: 148px;
        margin-bottom: 0;
        margin-left: -10px;
    }
}

.column-text {
    max-width: 100%;
    margin-right: 42px;
}

.column-text--mobile {
    display: none;
}

.column-text p {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 23px;
}

@media (max-width: 768px) {
    .column-text {
        max-width: 100%;
        margin-right: 0;
    }

    .column-text--desktop {
        display: none;
    }

    .column-text--mobile {
        display: block;
    }

    .column-text p {
        line-height: 24px;
    }

    .column__text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 13px;
        padding-right: 13px;
        margin-top: 19px;
    }
}

.treatment-options__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 715px;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -6px;
    margin-right: -6px;
}

@media (max-width: 767px) {
    .treatment-options__list {
        margin-bottom: 36px;
    }
}

.treatment-options__col {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 13px;
}

.treatment-options__col:last-child {
    margin-right: 0;
}

@media (max-width: 767px) {
    .treatment-options__col {
        width: 100%;
        margin-right: 0;
    }
}

.treatment-options__item {
    -ms-flex-item-align: start;
    align-self: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-height: 295px;
    margin-bottom: 12px;
    padding: 15px;
    background-color: #f3f5f4;
    border-radius: 15px;
    font-size: 14px;
    line-height: 17px;
}

.treatment-options__svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100px;
}

.treatment-options__svg svg {
    fill: white;
}

.treatment-options .h3, .treatment-options h3 {
    margin: 10px 0 14px 5px;
    padding-left: 0;
}

.treatment-options__link {
    display: inline;
    padding-bottom: 1px;
    font-weight: 600;
    font-size: 30px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #27a3bd;
    -webkit-box-shadow: 0 1px #a3c7cf;
    box-shadow: 0 1px #a3c7cf;
}

.treatment-options__link:hover {
    color: #1ebd7f;
    border-color: #1ebd7f;
}

.treatment-options__item p {
    padding-left: 4px;
    max-width: 82%;
    margin: 0;
    margin-bottom: 23px;
}

.treatment-options__item:nth-child(3) p {
    max-width: 96%;
}

.treatment-options__item:nth-child(4) p {
    max-width: 85%;
}

.treatment-options__item span {
    font-size: 30px;
    line-height: 30px;
    color: #0e0e0e;
    margin-top: auto;
}

.treatment-options__table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.treatment-options__item--table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #ffffff;
    width: 100%;
    padding-top: 7px;
    padding-right: 8px;
    padding-bottom: 0;
}

.treatment-options__characteristics,
.treatment-options__item--table span {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 18px;
    line-height: 23px;
}

.treatment-options__characteristics:not(:last-child) {
    border-bottom: 0.5px solid rgba(187, 204, 196, 0.5);
}

.treatment-options__characteristics td {
    padding: 6px 7px 8px 0;
    border-collapse: collapse;
}

.treatment-options__value {
    text-align: right;
}

.treatment-options__btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    max-width: 100%;
    margin-top: -62px;
    margin-left: 52%;
}

.btn-secondary {
    color: #27a3bd;
    background-color: rgba(39, 163, 189, 0.1);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    display: block;
    width: 100%;
    padding: 12px;
    margin-top: 14px;
    text-align: center;
    font-size: 16px;
    border-radius: 30px;
}

.btn-secondary:hover, .btn-secondary:focus {
    background-color: rgba(39, 163, 189, 0.2);
}

@media (max-width: 1023px) {
    .treatment-options h2 {
        margin-bottom: 26px;
        padding-left: 0;
    }

    .treatment-options__list {
        max-width: 100%;
        margin: 0;
    }

    .treatment-options__item {
        max-width: 100%;
        min-height: 224px;
        padding: 11px;
        padding-bottom: 17px;
    }

    .treatment-options__svg {
        max-height: 47px;
    }

    .treatment-options__svg svg {
        max-height: 100%;
        width: auto;
    }

    .treatment-options__link {
        font-size: 32px;
        line-height: 32px;
        letter-spacing: 0;
        padding-bottom: 0;
    }

    .treatment-options .h3, .treatment-options h3 {
        margin-top: 8px;
        margin-left: 0;
        margin-bottom: 10px;
        font-weight: 600;
        font-size: 32px;
        line-height: 32px;
    }

    .treatment-options p {
        max-width: 100%;
        padding-left: 0;
        font-size: 14px;
        line-height: 20px;
    }

    .treatment-options__item span {
        display: inline-block;
        font-size: 32px;
        line-height: 32px;
        color: #000000;
    }

    .treatment-options__item--table {
        min-height: 211px;
        padding-bottom: 11px;
    }

    .treatment-options__table {
        position: relative;
        z-index: 1;
        width: 100%;
        font-size: 14px;
        line-height: 20px;
    }

    .treatment-options__table::before {
        content: "";
        position: absolute;
        width: calc(100% + 20px);
        height: calc(100% + 28px);
        left: -10px;
        top: -14px;
        border: 0.5px solid rgba(187, 204, 196, 0.5);
        border-radius: 15px;
        z-index: -1;
    }

    .treatment-options__characteristics,
    .treatment-options__characteristics span {
        font-size: 14px;
        line-height: 20px;
    }

    .btn-secondary {
        margin-top: 26px;
        font-size: 18px;
        line-height: 16px;
    }

    .treatment-options__item-wrap {
        max-width: 100%;
        border: 0.5px solid rgba(187, 204, 196, 0.5);
        border-radius: 15px;
        padding: 10px;
    }

    .treatment-options__characteristics td {
        padding: 5px 7px 5px 12px;
    }

    .treatment-options__text {
        width: 40.3%;
    }

    .treatment-options__value {
        width: 34%;
    }

    .treatment-options__btn-wrap {
        margin-left: 0;
        margin-top: -36px;
        margin-bottom: 40px;
    }

    .treatment-options__btn {
        padding: 16px;
    }
}

.column-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
}

@media (max-width: 768px) {
    .column-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.tags__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tags__list li {
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

.tags__link {
    display: block;
    padding: 10px 17px 13px;
    font-size: 16px;
    line-height: 14px;
    background-color: #f3f5f4;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.tags__link:hover {
    padding: 10px 17px 13px;
    color: #ffffff;
    background-color: #27a3bd;
    border-radius: 5px;
}

.tags__link.active {
    color: #ffffff;
    background-color: #27a3bd;
    border-radius: 5px;
}

@media (max-width: 1024px) {
    .tags__list {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .tags__list-wrapper {
        margin: 11px 0 6px;
    }

    .tags__list li {
        margin-right: 3px;
        margin-bottom: 3px;
    }

    .tags__link {
        padding: 6px 10px;
        font-size: 12px;
        line-height: 16px;
        color: #27a3bd;
    }

    .tags__link:hover {
        padding: 6px 10px;
        color: #ffffff;
    }
}

.banner-big__content {
    position: relative;
    display: block;
    margin-bottom: 14px;
    margin-top: 28px;
    border: 1px solid transparent;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: pointer;
    border-radius: 15px;
    color: #ffffff;
}

.banner-big__content:hover {
    border: 1px solid #1ebd7f;
}

.banner-big img {
    position: absolute;
    min-height: 100%;
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
    border-radius: 15px;
    border: 1px solid transparent;
}

.banner-big__info {
    padding: 17px 20px 24px;
}

.banner-big__title {
    display: block;
    margin-bottom: 51px;
    font-size: 52px;
    line-height: 62px;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.banner-big__title span {
    display: block;
    font-size: 24px;
    line-height: 29px;
    font-weight: 400;
    letter-spacing: -0.02em;
}

.banner-big__info-text {
    max-width: 248px;
    margin: 0;
    padding-left: 0;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 17px;
}

.banner-big__content .banner-big__price {
    background-color: #d2437f;
    -webkit-box-shadow: 0 3px 0 #972e5a;
    box-shadow: 0 3px 0 #972e5a;
    -webkit-transition: 0.3s ease background-color;
    transition: 0.3s ease background-color;
    max-width: 225px;
    margin: 0;
    padding: 9px 20px;
    font-size: 30px;
    line-height: 30px;
    border-radius: 7px;
}

.banner-big__content .banner-big__price:hover, .banner-big__content .banner-big__price:focus {
    background-color: #972e5a;
}

@media (max-width: 767px) {
    .banner-big__content .banner-big__price {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (max-width: 1023px) {
    .banner-big {
        max-width: 100%;
    }

    .banner-big__content {
        max-width: 100%;
    }

    .banner-big img {
        width: 100%;
    }

    .banner-big__title {
        margin-bottom: 152px;
    }
}

@media (max-width: 767px) {
    .banner-big__content {
        border-radius: 15px;
    }

    .banner-big img {
        position: relative;
        border-radius: 15px 15px 0 0;
        border: none;
    }

    .banner-big__info {
        padding: 24px 13px 16px;
        background-color: #9fb7c2;
        border-radius: 0 0 15px 15px;
    }

    .banner-big__title span {
        margin-bottom: 2px;
        font-weight: 700;
        font-size: 10px;
        line-height: 11px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

    .banner-big__title {
        font-weight: 700;
        font-size: 32px;
        line-height: 32px;
        letter-spacing: 0;
        margin-bottom: 50px;
    }

    .banner-big__info-text {
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
    }

    .banner-big__content .banner-big__price {
        max-width: 100%;
        font-size: 18px;
        line-height: 18px;
        text-align: center;
    }
}

.contacts-info__text {
    font-size: 18px;
    max-width: 600px;
    margin: 0;
    margin-bottom: 6px;
}

@media (max-width: 1023px) {
    .contacts-info__text {
        max-width: 100%;
        margin-bottom: 10px;
    }
}

.doctor {
    margin-top: 9px;
    margin-bottom: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    min-height: 50px;
}

.doctor--3 {
    padding-bottom: 21px;
}

@media (max-width: 767px) {
    .doctor {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 0;
        margin-bottom: 64px;
    }
}

.doctor__img {
    position: absolute;
    top: 5px;
    left: -2px;
    width: 45px;
    height: 40px;
}

.doctor__img--2 {
    top: -2px;
    left: -6px;
}

.doctor__img--3 {
    top: -2px;
    left: -8px;
    width: 55px;
    height: 55px;
}

.doctor__img--4 {
    top: 0;
    left: -8px;
}

.doctor__img--2, .doctor__img--3 {
    width: 55px;
    height: 53px;
}

@media (max-width: 767px) {
    .doctor__img {
        width: 69px;
        height: 61px;
        top: 0;
        left: -6px;
    }

    .doctor__img--2 {
        width: 80px;
        height: 75px;
        top: -8px;
        left: -8px;
    }
}

.doctor__name {
    color: #27a3bd;
    letter-spacing: -0.2px;
    padding-left: 8px;
    padding-top: 7px;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: 0.3s ease color;
    transition: 0.3s ease color;
}

.doctor__name:hover {
    color: #1ebd7f;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.doctor__name--2, .doctor__name--3, .doctor__name--4 {
    padding-left: 13px;
}

.doctor__name span {
    color: #0e0e0e;
    display: block;
    font-weight: 500;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 15px;
    letter-spacing: 1px;
    cursor: default;
}

@media (max-width: 767px) {
    .doctor__name {
        line-height: 19px;
        padding-left: 13px;
        padding-top: 0;
    }

    .doctor__name span {
        padding-right: 38px;
        line-height: 16px;
        padding-top: 6px;
    }
}

.doctor__img-mask {
    width: 45px;
    height: 45px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .doctor__img-mask {
        width: 60px;
        height: 60px;
    }
}

.doctor__img-mask img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.cards {
    margin-left: -20px;
}

@media (max-width: 1023px) {
    .cards {
        margin-left: 0;
    }
}

.cards__list p {
    max-width: 300px;
    margin-top: 9px;
    font-size: 14px;
    line-height: 120%;
}

.cards__list--top {
    margin-top: 48px;
    margin-bottom: 19px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 19px;
    grid-column-gap: 20px;
}

.cards__list--top .cards__row {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .cards__list--top {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-row-gap: 16px;
        margin: 0;
        margin-top: 51px;
        margin-bottom: 16px;
    }
}

.cards__list--bottom {
    margin: 0;
    margin-top: 19px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 19px;
    grid-column-gap: 20px;
}

@media (max-width: 767px) {
    .cards__list--bottom {
        margin: 0;
        margin-top: 16px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-row-gap: 0;
    }
}

@media (max-width: 767px) {
    .cards__list--bottom .cards__col--left .cards__row:nth-child(1) svg {
        width: 97px;
        height: 50px;
    }
}

@media (max-width: 767px) {
    .cards__list--bottom .cards__col--right .cards__row:nth-child(1) svg {
        width: 36px;
        height: 45px;
    }
}

@media (max-width: 767px) {
    .cards__list--bottom .cards__col--right .cards__row:nth-child(2) svg {
        width: 94px;
        height: 41px;
    }
}

@media (max-width: 767px) {
    .cards__list--top .cards__col--left .cards__row:nth-child(1) svg {
        width: 40px;
        height: 39px;
    }
}

@media (max-width: 767px) {
    .cards__list--top .cards__col--right .cards__row:nth-child(1) svg {
        width: 71px;
        height: 47px;
    }
}

@media (max-width: 767px) {
    .cards__col {
        margin: 0;
        width: 100%;
    }
}

.cards__col svg {
    fill: #ffffff;
}

.cards__row {
    margin-bottom: 19px;
    padding: 22px;
    padding-top: 17px;
    padding-right: 12px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 15px;
    background-color: #f3f5f4;
}

@media (max-width: 767px) {
    .cards__row {
        margin-bottom: 16px;
        padding: 20px 11px;
        padding-bottom: 18px;
    }
}

.cards__row--offer {
    min-height: 248px;
    background-color: #27a3bd;
    color: #ffffff;
    -webkit-transition: 0.3s ease background-color;
    transition: 0.3s ease background-color;
}

.cards__row--offer:hover {
    background-color: #2093AB;
}

.cards__row--offer:hover .cards__title-link {
    -webkit-box-shadow: 0 1px #a3c7cf;
    box-shadow: 0 1px #a3c7cf;
}

@media (max-width: 767px) {
    .cards__row--offer {
        min-height: 224px;
    }
}

.cards__row--offer .cards__title-link {
    display: inline;
    color: #ffffff;
    font-size: 32px;
    line-height: 120%;
    -webkit-box-shadow: 0 1px #a3c7cf;
    box-shadow: 0 1px #a3c7cf;
}

.cards__row--offer .cards__title-link:hover, .cards__row--offer .cards__title-link:focus {
    color: #ffffff;
    border-color: inherit;
}

.cards__row--offer.cards__row .cards__price {
    font-weight: 400;
}

@media (max-width: 767px) {
    .cards__row--offer.cards__row .cards__price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 36px;
    }
}

.cards__row--offer .cards__old-price {
    margin-bottom: 10px;
    display: inline-block;
    margin-left: 21px;
    color: #a3c7cf;
    text-decoration: line-through;
}

@media (max-width: 767px) {
    .cards__row--offer .cards__old-price {
        margin-left: 0;
        margin-bottom: 2px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        font-size: 18px;
        line-height: 100%;
    }
}

.cards__row h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #0e0e0e;
}

.cards__row .cards__price {
    margin-top: auto;
    padding-top: 15px;
    font-size: 30px;
    line-height: 100%;
}

@media (max-width: 767px) {
    .cards__row .cards__price {
        margin-top: 47px;
        padding-top: 0;
        font-size: 32px;
        line-height: 100%;
    }
}

.cards__row--large {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
}

.cards__row--align-start {
    -ms-grid-row-span: 2;
    grid-row: span 2;
    -ms-grid-row-align: start;
    align-self: start;
}

.cards__title-link {
    display: inline;
    -webkit-box-shadow: 0 1px #bdbdbd;
    box-shadow: 0 1px #bdbdbd;
    font-size: 30px;
    line-height: 1.1;
    -webkit-transition: 0.3s ease color, 0.3s ease box-shadow;
    transition: 0.3s ease color, 0.3s ease box-shadow;
}

.cards__title-link:hover, .cards__title-link:focus {
    color: #1ebd7f;
    -webkit-box-shadow: 0 1px #1ebd7f;
    box-shadow: 0 1px #1ebd7f;
}

@media (max-width: 767px) {
    .cards__title-link {
        font-size: 32px;
    }
}

.cards__inner-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 14px;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .cards__inner-list {
        margin-bottom: 0;
        margin-top: 10px;
    }
}

.cards__inner-item {
    position: relative;
    padding-left: 38px;
    margin-left: -24px;
    margin-right: -12px;
    padding-right: 102px;
    padding-top: 6px;
    padding-bottom: 3px;
    z-index: 1;
}

@media (max-width: 767px) {
    .cards__inner-item {
        padding: 5px 20px 3px 12px;
        margin-left: -11px;
    }
}

.cards__inner-item .cards__link > span {
    position: absolute;
    right: 12px;
    color: transparent;
    -webkit-transition: 0.3s ease color;
    transition: 0.3s ease color;
}

@media (max-width: 767px) {
    .cards__inner-item .cards__link > span {
        display: none;
    }
}

.cards__inner-item::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #27a3bd;
    left: 24px;
    top: 18px;
}

@media (max-width: 767px) {
    .cards__inner-item::before {
        display: none;
    }
}

.cards__inner-item:hover .cards__link > span {
    color: rgba(14, 14, 14, 0.3);
}

.cards__link {
    color: #27a3bd;
    border-bottom: 1px solid #a3c7cf;
    -webkit-transition: 0.3s ease color, 0.3s ease border-color;
    transition: 0.3s ease color, 0.3s ease border-color;
}

.cards__link:hover, .cards__link:focus {
    color: #1ebd7f;
    border-color: #1ebd7f;
}

.cards__link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: 0.3s ease background-color;
    transition: 0.3s ease background-color;
}

.cards__link:hover::before {
    background-color: #e6ebe8;
}

.slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .slider {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 4px;
        margin-bottom: 40px;
    }
}

.slider__wrapper {
    max-width: 85%;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .slider__wrapper {
        margin-right: 0;
        max-width: 100%;
    }
}

.slider__wrapper.swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .slider__preview-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 100%;
    }
}

.slider__preview {
    margin-bottom: 10px;
    height: auto;
}

@media (max-width: 767px) {
    .slider__preview {
        max-width: 19%;
        margin-right: 3px;
        margin-bottom: 0;
    }

    .slider__preview img {
        width: 100%;
    }
}

.slider__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 12.5%;
}

@media (max-width: 767px) {
    .slider__inner {
        max-width: 100%;
        margin: 0;
    }
}

.slider__preview.swiper-slide-thumb-active img {
    border: 4px solid #27a3bd;
}

.slider__image img {
    width: 85%;
    height: 427px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 767px) {
    .slider__image {
        margin-bottom: 5px;
        margin-right: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .slider__image img {
        width: 100%;
        height: 67vw;
    }
}

.videos {
    margin-top: 56px;
}

.videos h2,
.videos .h2 {
    font-size: 40px;
    line-height: 41px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .videos {
        margin-top: 0;
        padding-top: 41px;
    }
}

.videos__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 23px -30px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .videos__list {
        margin: 22px 0;
        margin-bottom: 0;
    }
}

.videos__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(50% - 6px);
    margin: 47px 3px;
    margin-top: 0;
}

@media (max-width: 767px) {
    .videos__item {
        width: 100%;
        margin: 23px 0;
        margin-top: 0;
    }
}

.videos__item p {
    margin: 0;
    font-size: 17px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .videos__item p {
        font-size: 12px;
        line-height: 14px;
    }
}

.videos__video {
    position: relative;
    padding-bottom: 59.25%;
    /* 16:9 */
    height: 0;
    margin-bottom: 10px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .videos__video {
        margin-bottom: 10px;
    }
}

.videos__play-video {
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.videos__play-video::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s ease background-color;
    transition: 0.3s ease background-color;
}

.videos__play-video:hover::before {
    background-color: rgba(0, 0, 0, 0.2);
}

.videos__play-video--hide {
    display: none;
    opacity: 0;
}

.videos__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

.videos__button {
    display: none;
}

@media (max-width: 767px) {
    .videos__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-bottom: 13px;
        background-color: rgba(39, 163, 189, 0.2);
        color: #27a3bd;
        font-size: 19px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .videos__button svg {
        fill: transparent;
        stroke: #27a3bd;
    }

    .videos__button span {
        padding-right: 10px;
    }
}

.videos__play-button {
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    position: absolute;
    bottom: -34px;
    left: 57px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 81px;
    height: 88px;
}

.videos__play-button span {
    position: absolute;
    top: 34px;
    left: calc(50% - 29px);
    color: #ffffff;
}

@media (max-width: 767px) {
    .videos__play-button span {
        top: 24px;
        left: calc(50% - 15px);
        font-size: 12px;
        line-height: 14px;
    }
}

.videos__play-button svg {
    opacity: 0.8;
}

@media (max-width: 767px) {
    .videos__play-button {
        width: 58px;
        height: 64px;
        left: 30px;
        bottom: -24px;
    }

    .videos__play-button svg {
        width: 65px;
        height: 60px;
    }
}

.form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.form__title {
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -0.02em;
}

.form__description {
    font-size: 12px;
    line-height: 16px;
    max-width: 285px;
}

.form__title,
.form__description {
    padding-right: 50px;
}

.form__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 255px;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px;
    margin-top: 35px;
    padding-bottom: 10px;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.5);
}

.form__data label {
    margin-right: 10px;
    min-height: 20px;
}

.form__data input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px rgba(39, 163, 189, 0.8);
    box-shadow: inset 0 0 0 50px rgba(39, 163, 189, 0.8);
    -webkit-text-fill-color: #ffffff;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.form__data input {
    width: 100%;
    border: none;
    background-color: transparent;
    outline: none;
    color: #ffffff;
}

@media (max-width: 1023px) {
    .form__data input {
        padding: 0;
    }
}

.form__data input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.form__data input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.form__data input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.form__data input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.form__data input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.form__data input:focus, .form__data input:hover {
    background-color: transparent;
}

.form__data.error {
    border-bottom: 1px solid #f70000;
}

.form__data.error input {
    color: #eb5757;
}

.form__data.correct {
    border-bottom: 1px solid #000000;
}

@media (max-width: 767px) {
    .form__data {
        margin-top: 0;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.svg-mask-image {
    -webkit-mask-repeat: round;
    mask-repeat: round;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.svg-mask-image--1 {
    -webkit-mask-image: url("/local/templates/samson/css/../img/folder/01.svg");
    mask-image: url("/local/templates/samson/css/../img/folder/01.svg");
}

.svg-mask-image--2 {
    -webkit-mask-image: url("/local/templates/samson/css/../img/folder/02.svg");
    mask-image: url("/local/templates/samson/css/../img/folder/02.svg");
}

.svg-mask-image--3 {
    -webkit-mask-image: url("/local/templates/samson/css/../img/folder/03.svg");
    mask-image: url("/local/templates/samson/css/../img/folder/03.svg");
}

.svg-mask-image--4 {
    -webkit-mask-image: url("/local/templates/samson/css/../img/folder/04.svg");
    mask-image: url("/local/templates/samson/css/../img/folder/04.svg");
}

.svg-mask-image--5 {
    -webkit-mask-image: url("/local/templates/samson/css/../img/folder/05.svg");
    mask-image: url("/local/templates/samson/css/../img/folder/05.svg");
}

.svg-mask-image--6 {
    -webkit-mask-image: url("/local/templates/samson/css/../img/folder/06.svg");
    mask-image: url("/local/templates/samson/css/../img/folder/06.svg");
}

.svg-mask-image--7 {
    -webkit-mask-image: url("/local/templates/samson/css/../img/folder/07.svg");
    mask-image: url("/local/templates/samson/css/../img/folder/07.svg");
}

.svg-mask-image--8 {
    -webkit-mask-image: url("/local/templates/samson/css/../img/folder/08.svg");
    mask-image: url("/local/templates/samson/css/../img/folder/08.svg");
}

.svg-mask-image--1, .svg-mask-image--2, .svg-mask-image--3, .svg-mask-image--4, .svg-mask-image--5, .svg-mask-image--6, .svg-mask-image--7, .svg-mask-image--8 {
    opacity: 1;
}
/* End */


/* Start:/local/templates/samson/css/fancy.css?174645936923425*/
:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-zoomInUp{animation:.2s cubic-bezier(0.215, 0.61, 0.355, 1) .1s both f-zoomInUp}.f-zoomOutDown{animation:.3s cubic-bezier(0.16, 1, 0.3, 1) both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-throwOutUp{animation:.175s ease-out both f-throwOutUp}.f-throwOutDown{animation:.175s ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, -150px, 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, 150px, 0);opacity:0}}.f-fadeIn{animation:.2s ease both f-fadeIn;z-index:2}.f-fadeOut{animation:.2s ease both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeSlowIn{animation:.5s ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:.5s ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-fadeFastIn{animation:.2s ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:.2s ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-crossfadeIn{animation:.2s ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:.1s linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}html.with-fancybox{scroll-behavior:auto;width:auto;overflow:visible}html.with-fancybox body{touch-action:none}html.with-fancybox body.compensate-for-scrollbar{width:auto;overflow:hidden !important;overscroll-behavior-y:none;margin-right:var(--fancybox-scrollbar-compensate, 0)}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:1050;outline:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.is-animating>.fancybox__content{filter:blur(0px);will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none}.hide-image .fancybox-image{opacity:0}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-color: #fff;--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;width:34px;height:34px;border-radius:4px;color:var(--fancybox-color, #fff);opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px;border-radius:50%;color:#fff;background:rgba(0,0,0,.6)}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{position:fixed;top:1px;left:1px;width:1px;height:0px;padding:0px;margin:-1px;overflow:hidden;clip:rect(0px, 0px, 0px, 0px);white-space:nowrap;border-width:0px}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:.25s ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:.35s ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:.15s ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:.35s ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:100%;height:100%}.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,.fancybox__container:not(.is-compact) .has-map .fancybox__content,.fancybox__container:not(.is-compact) .has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 2px;--f-thumb-extra-gap: 20px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden}.f-thumbs__track{display:flex;will-change:transform}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);min-width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc(var(--left, 0)*1px);width:calc(100% - var(--width, 0)*1px);cursor:pointer}.is-modern .f-thumbs__slide{--clip-path: inset( 0 calc( (var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 * (1 - var(--progress, 0)) ) round var(--f-thumb-border-radius, 0) );transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.is-modern .f-thumbs__slide>*{clip-path:var(--clip-path);will-change:clip-path}.is-modern.is-resting .f-thumbs__slide{transition:all .33s ease}.is-modern.is-resting .f-thumbs__slide>*{transition:all .33s ease}.f-thumbs__slide__button{appearance:none;width:100%;height:100%;margin:0;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;transition:opacity .2s ease;opacity:var(--f-thumb-opacity)}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease}.f-thumbs__slide__img{position:absolute;overflow:hidden;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:var(--f-thumb-offset);box-sizing:border-box;object-fit:cover}.f-thumbs.is-horizontal .f-thumbs__track{margin:0 auto;padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;margin:auto 0;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 2px;--f-thumb-extra-gap: 20px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-hidden{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}
/* End */


/* Start:/local/templates/samson/css/additional.css?17134450051354*/
.doctor-card__description h1 {
    font-size: 48px;
    line-height: 46px;
}

@media (max-width: 767px) {
    .doctor-card__description {
        max-width: 355px;
    }
}
.inner-menu__services .h3 {
	position: relative;
    margin: 0;
    font-size: 16px;
    letter-spacing: .005em;
    font-weight:bold;
}

.price__item-value--note, .price__item-value--sale {
	color:#d2437f;
}

.inner-page__text a,
.article-inner a {
  color: #27a3bd;
  border-bottom: 1px solid #27a3bd;
  -webkit-transition: 0.3s ease #27a3bd, 0.3s ease #27a3bd;
  transition: 0.3s ease #27a3bd, 0.3s ease #27a3bd; 
}
.inner-page__text a:hover,
.article-inner a:hover {
    color: #1ebd7f;
    border-color: #1ebd7f; 
}
    
.quote__container img {display:block;}

.inner-menu__block .h2 {
    position: relative;
    margin: 0;
    font-size: 24px;
    line-height: 87%;
    color: #27a3bd;
}
.header__contacts-metro._green::before {
    background-image: url(/local/templates/samson/img/sprite/logo-metro-green.svg);
}
.header__contacts-inner {
    padding-right:30px;
}

.gallery__photo-container {
    margin:0;
}

.swiper-preview-container {
    margin: 5px 0 0 0;
}

@media (max-width: 768px) {
    .footer__list-connect {
        margin-top:0 !important;
    }
    .footer__item-address {
        max-width: 50%;
    }
    .footer__list-connect p {
        margin:0;
    }
}
/* End */


/* Start:/local/templates/samson/css/foundation.css?17551762348095*/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  }

html,
body {
  font-size: 100%; }

body {

  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer;
  }

a:focus {
  outline: none; }

img,
object,
embed {
  max-width: 100%;
  height: auto; 
  }

object,
embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic;
  }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

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

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

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

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

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased; }

img {
  display: inline-block;
  vertical-align: middle; 
  }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

/* Grid HTML Classes */
.row {

  width: 100%;
  margin-left: 25%;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table;
	}
	
  .row:after {
    clear: both; }
  .row.collapse .column,
  .row.collapse .columns {
    position: relative;
    padding-left: 0;
	
    padding-right: 0;
    float: left; }
  .row .row {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
	
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .small-1 {
    position: relative;
    width: 8.33333%; }

  .small-2 {
    position: relative;
    width: 16.66667%; }

  .small-3 {
    position: relative;
    width: 25%; }

  .small-4 {
    position: relative;
    width: 33.33333%; }

  .small-5 {
    position: relative;
    width: 41.66667%; }

  .small-6 {
    position: relative;
    width: 50%; }

  .small-7 {
    position: relative;
    width: 58.33333%; }

  .small-8 {
    position: relative;
    width: 66.66667%; }

  .small-9 {
    position: relative;
    width: 75%; }

  .small-10 {
    position: relative;
    width: 83.33333%; }

  .small-11 {
    position: relative;
    width: 91.66667%; }

  .small-12 {
    position: relative;
    width: 100%; }

  .small-offset-0 {
    position: relative;
    margin-left: 0%; }

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

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

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

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

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

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

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

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

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

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

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  .large-1 {
    position: relative;
    width: 8.33333%; }

  .large-2 {
    position: relative;
    width: 16.66667%; }

  .large-3 {
    position: relative;
    width: 25%; }

  .large-4 {
    position: relative;
    width: 33.33333%; }

  .large-5 {
    position: relative;
    width: 41.66667%; }

  .large-6 {
    position: relative;
    width: 50%; }

  .large-7 {
    position: relative;
    width: 58.33333%; }

  .large-8 {
    position: relative;
    width: 66.66667%; }

  .large-9 {
    position: relative;
    width: 75%; }

  .large-10 {
    position: relative;
    width: 83.33333%; }

  .large-11 {
    position: relative;
    width: 91.66667%; }

  .large-12 {
    position: relative;
    width: 100%; }

  .row .large-offset-0 {
    position: relative;
    margin-left: 0%; }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%; }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%; }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%; }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important; } }

/* End */


/* Start:/local/templates/samson/css/twentytwenty.css?17364097734398*/
.twentytwenty-handle:before, .twentytwenty-handle:after {
  content: " ";
  display: block;
  width: 3px;
  background: white;
  height: 9999px;
  position: absolute;
  left: 50%;
  margin-left: -1.5px;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  margin-top: -19px;
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none; }
  .twentytwenty-container img {
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: "ДО";
    left: 10px; }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: "ПОСЛЕ";
    right: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40; }
  .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 22px;
    -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
  .twentytwenty-handle:after {
    top: 50%;
    margin-top: 22px;
    -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px; }

/* End */


/* Start:/local/templates/samson/components/bitrix/menu/header/style.css?1737346744509*/
.header__link .count {
    text-decoration: none;
    border-bottom: none;
    position: absolute;
    margin: -4px 4px;
    background: #d2437f;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 23px;
    font-size: 12px;
    text-align: center;
}
.with_cnt {
    margin-right: 15px;
}

@media (max-width: 767px) {
	.header__link .count {
		width: 26px;
		height: 26px;
		font-size: 16px;
		top: 5px;
		line-height: 26px;
	}

.with_cnt {
    position: relative;
}
}
/* End */


/* Start:/local/templates/samson/styles.css?17551714077769*/
span.promotion-end-date {
    font-size: 18px !important;
    font-weight: bold;
}
span.promotion-end-date {
    display: flex;
    align-items: center;
    margin: 0px 0 5px !important;
}
.inner-banner__price .old-price {
    float: right;
}

span.promotion-end-date svg {
    height: 24px;
}

span.promotion-end-date svg path {
    fill: #fff;
}

.credit_cards {
    display: flex;
    gap: 10px;
    border-top: 1px solid #fff7;
    padding-top: 5px;
    margin-top: 10px;
    justify-content: space-between;
}
.credit_cards img {
    height: 55px;
    object-fit: contain;
    width: initial;
}

.old-price small {
    font-size: 17px;
    line-height: 15px;
}

.old-price {
    display: block;
    line-height: 10px;
}

.inner-banner__price {
    line-height: initial;
}
.credit_text {
    font-size: 14px;
}

.inner-page__text.mt-23 {
    margin-top: 0;
}

.inner-page__text .tags__list a {
    color: #000;
    border: none;
}

.inner-page__text .tags__list a.active {
    color: #ffffff;
}
.inner-page__text .tags__list a:hover {
    opacity: 1;
    background-color: #27a3bd;
    color: #ffffff;
}

.product-card__item .product-card__price {
    min-height: 60px;
    justify-content: space-evenly;
}

.product-card__price del {
    text-decoration: line-through;
    font-weight: 500;
    font-size: 12px;
    line-height: 113.5%;
}

.product-card__item .btn {
    color: #fff !important;
}

.product-card__item .btn:hover {
    opacity: 1;
}




table td.price__item-value {
    text-align: left;
}.price__list {
    margin: 30px 0;
}
tr.price-table__row {
    padding-left: 19px;
}
tr.price-table__row td {
    padding: 10px 0 6px;
    border-collapse: collapse;
    font-size: 18px;
    line-height: 23px;
    vertical-align: top;
}

.price__list caption,table th.price-table__header {
    font-size: 28px;
}

tr.price-table__row:hover {}

td.price-table__cell.price-table__cell--first {
    width: 63%;
}

tr.price-table__row {}

.price-table__row:nth-child(n+2):hover, .price-table__row:nth-child(n+2):focus {
    background-color: initial;
}

span.price-table__price.price-table__price--new {
    color: #d2437f;
}
iframe {
    width: 100%;
}
tr.price-table__row.table_header_li {
	margin-bottom: 5px;
	padding: 12px 11px 10px 11px;
	font-size: 32px;
	line-height: 32px;
	text-align: left;
	letter-spacing: 0;
	background: #f3f9fe;
	border-radius: 15px 15px 0 0;
}
.price-table__header:first-child {
    border-radius: 15px 0px 0px 0px;
}
.price-table__header:last-child {
    border-radius: 0px 15px 0px 0px;
}
.price-table__header::before, .price-table__cell::before {
    background-color: rgba(187, 204, 196, 0.5);
}



td.price__item-value {
    text-align: right;
}

td.price__item-old {
    text-align: right;
}

.price__item-characteristics td:last-child {
    padding-right: 19px;
}
.price__item-characteristics .price__item-text {
    width: 63%;
}
.price__item-characteristics td.price__item-value {
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
}

th.price-table__header {
    font-weight: 400;
    font-size: 40px;
    line-height: 41px;
    text-align: left;
    letter-spacing: -0.02em;
    background: #f3f9fe;
    border-radius: 15px 15px 0 0;
    padding: 14px 3px;
}

.price-table__header:first-child {
    padding-left: 20px;
}

tr.price-table__row.table_header_li {
}
.price__item-characteristics .price__item-text {
    padding-right: 20px;
}
th.price-table__header.table__header_price {
    padding-right: 20px;
    text-align: right;
}
td.price__item-old {
    min-width: 120px !important;
}

.twentytwenty-wrapper {
    margin-bottom: 20px;
}
.jr_form_top_wrap{
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}
.jr_consultation_form_page{
    margin-bottom: 2rem;
}
.false_price{
    color: #c3c3c3;
    text-decoration: line-through;
}
.true_price{
    color: #1ebd7f;
    font-weight: bold;
}
.banner_main_test .banner__item{
    font-size: 18px;
}
.sim_articles_in{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}
.similar_articles_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.sim_articles_wrap{
    margin-top: 3rem;

}
.similar_articles_title a{
    font-size: 20px;
    color: #1ebd7f;
    text-decoration: underline;
}
.blog-article{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.blog-article span{
    display: block;
    width: 100%;
    text-align: center;
    padding: 1rem;
}
.blog-article img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 100%;
    display: block;
    margin-bottom: 0.5rem;
    max-width: 100%;
}
.blog-article a{
    display: block;
}
.review-yandex-link{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    transition: 0.3s;
}
.review-yandex-link:before{
    content: '';
    display: block;
    position: relative;
    background: url('data:image/svg+xml,<svg width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.039978 10C0.039978 4.477 4.51598 0 10.04 0C15.562 0 20.04 4.477 20.04 10C20.04 15.523 15.562 20 10.04 20C4.51598 20 0.039978 15.523 0.039978 10Z" fill="%23FC3F1D"/><path d="M11.32 5.666H10.396C8.70198 5.666 7.81098 6.524 7.81098 7.789C7.81098 9.219 8.42698 9.889 9.69198 10.748L10.737 11.452L7.73398 15.939H5.48998L8.18498 11.925C6.63498 10.814 5.76498 9.735 5.76498 7.91C5.76498 5.622 7.35998 4.06 10.385 4.06H13.388V15.928H11.32V5.666Z" fill="white"/></svg>') no-repeat;
    width: 21px;
    height: 21px;
    object-fit: cover;
}
.review-yandex-link:hover{
    color: #fc3f1d;
}
@media (max-width: 767px) {
    .jr_form_top_wrap{
        flex-direction: column;
    }
    .sim_articles_in{
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }
.old-price {
    float: right;
}

.credit_text {
    letter-spacing: 0px;
}

.credit_cards {
    margin-top: -25px;
    border: none;
}

iframe {
	height: initial;
	aspect-ratio: auto 30 / 17;
}


table td.price-table__cell.price-table__cell--first {
    padding-left: 12px;
    width: 67%;
}

.price__item-characteristics td.price__item-value {
	padding-left: 5px !important;
	padding-right: 5px !important;
	}
td.price__item-old {
    min-width: initial !important;
}

.price__item-characteristics .price__item-text {
    width: 59%;
}

	tr.price-table__row.table_header_li {
		font-size: 16px;
	}

.price__item-characteristics td:first-child {
    padding-left: 10px;
}

.price__item-characteristics td:last-child {
    padding-right: 10px;
}

.price__item-characteristics td:first-child {
    padding-left: 10px;
}

.price__item-characteristics td:last-child {
    padding-right: 10px;
}
}

@media (max-width: 400px) {

.price__item-characteristics .price__item-text {
    width: 55%;
}
	}

@media (max-width: 380px) {

.price__item-characteristics .price__item-text {
    width: 53%;
}
	}

@media (max-width: 1023px) {
    .quote__container img {
        min-width: 105px;
    }
}

/*  */
.with_cnt {
  margin-right: 0!important
}
.header__link .count {
  display: none!important
}

.price__item-old .price-table__price {
  text-decoration: line-through
}
.twentytwenty-wrapper {
    z-index: 1 !important;
}
.shares__old-cost--text-left-cost:before{
	    content: '';
    display: block;
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #f70000;
    top: 8px;
}
.shares__old-cost--text-left-cost{
	position: relative;
	text-decoration: none;
}
.shares__cost{
	font-size: 75px;
line-height: 1;
}
.about-clinic__rating-link img{
    border: none!important;
}
.polikita_page h1{
    font-size: 2.75rem;
    line-height: 1.2;
}
.polikita_page p{
    line-height: 1.2;
}
.polikita_page a{
    color: #27a3bd;
}
/* End */


/* Start:/local/templates/samson/template_styles.css?178204226543487*/
.review-text {
    margin-bottom: 1rem;
}

.review-author {
    font-style: italic;
    margin-bottom: 1rem;
}

.review-stars,
.review-date {
    display: block;
    margin-bottom: 0.5rem;
}

.reviews-tab-content {
    display: none;
}

.reviews-tab-content.active {
    display: block;
}

.tab-button {
    cursor: pointer;
    padding: 8px 16px;
    background: #f0f0f0;
    border: 1px solid #ddd;
    margin-right: 5px;
    border-radius: 20px;
}

.tab-button.active {
    background: #27a3bd;
    color: white;
    border-color: #27a3bd;
}

.reviews-tab-header {
    margin-bottom: 2rem;
}

.swiper-pagination-reviews {
    position: relative;
    top: unset;
    margin-top: 1rem;
}

.review-card {
    height: 100%;
    border-radius: 20px;
    border: 1px solid #c3c3c3;
    padding: 1rem;
}

.review-card-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.reviews-tabs .swiper-slide {
    height: auto !important;
}

.review-platform {

}

.review-platform a {
    text-decoration: underline;
    font-weight: bold;
}

.review-date {
    margin-bottom: 1rem;
}

label.custom-checkbox-label {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    cursor: pointer;
}

.custom-checkbox-label input[type="checkbox"] {
    display: none;
}

.custom-checkbox {
    width: 20px;
    height: 20px;
    border: 2px solid #27a3bd;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    flex-shrink: 0;
    display: block;
}

.custom-checkbox-label input[type="checkbox"]:checked + .custom-checkbox::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid #27a3bd;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.doctors_works {
    margin: 2rem 0;
}

.doctors_works h2 {
    margin-bottom: 2rem;
}

.doctors_works h3 {
    margin-bottom: 2rem;
}

.doctors_works img {
    width: 100%;
}

.jr_modal_form {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    color: #151515;
}

.jr_video__play-video {
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.review-response {
    padding: 0.5rem;
    background: #f1f1f1;
    border-radius: 10px;
}

.review_response_top img {
    width: 20px;
}

.review_response_top {
    margin-bottom: 0.5rem;
    font-style: italic;
}

.jr_modal_form .form__title {
    color: #27a3bd;
}

.videos .video {
    max-width: 100%;
}

.jr_modal_form .form__title,
.jr_modal_form .form__description {
    padding-right: 0;
    text-align: center;
    max-width: 100%;
}

.jr_modal_form .form__data input,
.jr_modal_form .form__data input::placeholder {
    color: #5d5d5d;
}

.jr_modal_form .form__data {
    margin: 1rem auto;
}

.jr_modal_form .form__description {
    font-size: 1rem;
    color: #5d5d5d;
}

.jr_modal_form .modal__close-btn {
    top: -40px;
    right: 0;
}

.jr_modal_form label.custom-checkbox-label {
    margin: 0;
}

.jr_modal_form .consultation__note {
    max-width: 100%;
}

.jr_modal_form .consultation__form-field {
    border: none;
    margin: 1rem 0;
}

.jr_modal_form .btn {
    border-radius: 20px;
    background-color: rgba(39, 163, 189, 0.1);
    color: #27a3bd;
    box-shadow: unset;
}

.rewiews__more-btn {
    background-color: #2ecc71; /* ярко-зелёный */
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 32px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 0 #27ae60;
    display: inline-block;
}

.rewiews__more-btn:hover {
    background-color: #28b765;
    box-shadow: 0 3px 0 #219a52;
}

.rewiews__more-btn:active {
    transform: translateY(2px);
    box-shadow: 0 1px 0 #1e8f4c;
}

.rewiews__more-wrap {
    text-align: center;
    margin-top: 30px;
}

.jr-inner-works img {
    width: 100%;
}

.gallery .gallery__photo-slide img {
    height: 650px;
    object-fit: cover;
}

.gallery .gallery__photo-wrapper img {
    height: 550px;
    object-fit: cover;
}

.gallery__photo-preview img {
    height: 100px;
    object-fit: cover;
}

.rewiews__item {
    padding-bottom: 80px;
}

.ask_widget {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    background: #f3f9fe;
    font-size: 0.9rem;
    border-radius: 1.25rem;
}

.ask_widget_hidden a:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
}

.ask_widget_hidden a:hover {
    color: #1ebd7f;
}

.ask_widget_hidden a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: 0.3s;
}

.tg_widget {
    margin-bottom: 0.5rem;
}

.tg_widget:before {
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_407_4)"><path d="M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z" fill="url(%23paint0_linear_407_4)"/><path d="M8.12292 12.8772L9.54663 16.8178C9.54663 16.8178 9.72463 17.1865 9.91523 17.1865C10.1058 17.1865 12.9407 14.2373 12.9407 14.2373L16.0932 8.14832L8.17373 11.86L8.12292 12.8772Z" fill="%23C8DAEA"/><path d="M10.0106 13.8878L9.73733 16.7924C9.73733 16.7924 9.62293 17.6824 10.5127 16.7924C11.4025 15.9024 12.2542 15.2161 12.2542 15.2161" fill="%23A9C6D8"/><path d="M8.14859 13.0178L5.21999 12.0636C5.21999 12.0636 4.86999 11.9216 4.98269 11.5996C5.00589 11.5332 5.05269 11.4767 5.19269 11.3796C5.84159 10.9273 17.2033 6.84359 17.2033 6.84359C17.2033 6.84359 17.5241 6.73549 17.7133 6.80739C17.7601 6.82188 17.8022 6.84854 17.8353 6.88465C17.8684 6.92076 17.8914 6.96501 17.9018 7.01289C17.9222 7.09746 17.9308 7.18446 17.9272 7.27139C17.9263 7.34659 17.9172 7.41629 17.9103 7.52559C17.8411 8.64209 15.7703 16.9749 15.7703 16.9749C15.7703 16.9749 15.6464 17.4625 15.2025 17.4792C15.0934 17.4827 14.9847 17.4642 14.8829 17.4249C14.7811 17.3855 14.6883 17.326 14.61 17.25C13.7389 16.5007 10.7281 14.4773 10.0628 14.0323C10.0478 14.0221 10.0351 14.0087 10.0257 13.9932C10.0163 13.9777 10.0103 13.9603 10.0082 13.9423C9.99889 13.8954 10.0499 13.8373 10.0499 13.8373C10.0499 13.8373 15.2925 9.17729 15.432 8.68809C15.4428 8.65019 15.402 8.63149 15.3472 8.64809C14.999 8.77619 8.96279 12.5881 8.29659 13.0088C8.24863 13.0233 8.19795 13.0264 8.14859 13.0178Z" fill="white"/></g><defs><linearGradient id="paint0_linear_407_4" x1="12" y1="24" x2="12" y2="0" gradientUnits="userSpaceOnUse"><stop stop-color="%231D93D2"/><stop offset="1" stop-color="%2338B0E3"/></linearGradient><clipPath id="clip0_407_4"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
    background-size: cover;
}

.wa_widget:before {
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_407_4)"><path d="M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z" fill="url(%23paint0_linear_407_4)"/><path d="M8.12292 12.8772L9.54663 16.8178C9.54663 16.8178 9.72463 17.1865 9.91523 17.1865C10.1058 17.1865 12.9407 14.2373 12.9407 14.2373L16.0932 8.14832L8.17373 11.86L8.12292 12.8772Z" fill="%23C8DAEA"/><path d="M10.0106 13.8878L9.73733 16.7924C9.73733 16.7924 9.62293 17.6824 10.5127 16.7924C11.4025 15.9024 12.2542 15.2161 12.2542 15.2161" fill="%23A9C6D8"/><path d="M8.14859 13.0178L5.21999 12.0636C5.21999 12.0636 4.86999 11.9216 4.98269 11.5996C5.00589 11.5332 5.05269 11.4767 5.19269 11.3796C5.84159 10.9273 17.2033 6.84359 17.2033 6.84359C17.2033 6.84359 17.5241 6.73549 17.7133 6.80739C17.7601 6.82188 17.8022 6.84854 17.8353 6.88465C17.8684 6.92076 17.8914 6.96501 17.9018 7.01289C17.9222 7.09746 17.9308 7.18446 17.9272 7.27139C17.9263 7.34659 17.9172 7.41629 17.9103 7.52559C17.8411 8.64209 15.7703 16.9749 15.7703 16.9749C15.7703 16.9749 15.6464 17.4625 15.2025 17.4792C15.0934 17.4827 14.9847 17.4642 14.8829 17.4249C14.7811 17.3855 14.6883 17.326 14.61 17.25C13.7389 16.5007 10.7281 14.4773 10.0628 14.0323C10.0478 14.0221 10.0351 14.0087 10.0257 13.9932C10.0163 13.9777 10.0103 13.9603 10.0082 13.9423C9.99889 13.8954 10.0499 13.8373 10.0499 13.8373C10.0499 13.8373 15.2925 9.17729 15.432 8.68809C15.4428 8.65019 15.402 8.63149 15.3472 8.64809C14.999 8.77619 8.96279 12.5881 8.29659 13.0088C8.24863 13.0233 8.19795 13.0264 8.14859 13.0178Z" fill="white"/></g><defs><linearGradient id="paint0_linear_407_4" x1="12" y1="24" x2="12" y2="0" gradientUnits="userSpaceOnUse"><stop stop-color="%231D93D2"/><stop offset="1" stop-color="%2338B0E3"/></linearGradient><clipPath id="clip0_407_4"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>') no-repeat;
    background-size: cover;
}

.ask_widget_hidden {
    display: none;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #d5d5d5;
    padding: 0.75rem 0.75rem 0.5rem 0.75rem;
}

.ask_widget_text_img {
    position: relative;
    width: 24px;
    height: 24px;
}

.ask_widget_text {
    display: flex;
    cursor: pointer;
    gap: 1rem;
    padding: 0.75rem 0.75rem 0.5rem 0.75rem;
}

.close_widget {
    position: absolute;
    right: 0;
    top: -10px;
    width: 12px;
    display: block;
    height: 12px;
    cursor: pointer;
}

.ask_widget_text_img .icon {
    position: absolute;
    top: 0;
    left: 0;
    /*    opacity: 0;
        animation-duration: 4s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
        animation-fill-mode: both;*/
}

.ask_widget_text_img .icon-1 {
    animation-name: fadeInOut;
}

.ask_widget_text_img .icon-2 {
    animation-name: fadeInOut;
    animation-delay: 2s; /* начинается через половину цикла */
}

.ya_reviews_list .review-card {
    margin-bottom: 1rem;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.jr_consultation_form_page {
    background: #f3f9fe;
    padding: 1rem;
    border-radius: 10px;
    margin-top: 1rem;
}

.works__inner {
    line-height: 1.3;
}

.content {
    line-height: 1.2;
}

.ispolzuyet_fayly_kuki {
    position: fixed;

    bottom: 2rem;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    max-width: 350px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 1rem;
    padding: 10px;
    z-index: 99;
    font-size: 13px;
    text-align: center;
}

.ispolzuyet_fayly_kuki a {
    color: #27a3bd;
    text-decoration: underline;
}

.cookie_in {
    display: flex;
    align-items: center;
    gap: 1rem;
    line-height: 1.1;
}

a.cookie_close {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0.5rem 1rem;
    background: #27a3bd;
    border: 1px solid #27a3bd;
    transition: 0.3s;
    max-width: 100px;
    text-decoration: none;
    border-radius: 1rem;
}

a.cookie_close:hover {
    color: #27a3bd;
    background: #fff;
}

.ost_banner {
    padding-top: 1.56rem;
}

.ost_banner_in {
    padding: 3.75rem 3.75rem 4.69rem;
    background: #E9F6F8;
    position: relative;
}

.ost_h1 span {
    display: block;
    color: #27A3BD;
}

.ost_h1 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 100%;
}

.osb_banner_top_text {
    margin-bottom: 2.2rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 140%; /* 1.75rem */
}

.ost_page_in .container {
    padding: 0 10px;
}

.ost_page_in section {
    position: relative;
}

.ost_banner_in {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 3rem;
}

.ost_banner_l {
    border-radius: 50%;
    overflow: hidden;
    align-self: center;
}

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

.banner_gift_img {
    position: absolute;
    right: -140px;
    bottom: -100px;
}

.ost_s_title {
    margin-bottom: 1rem;
    font-size: 2.5rem;
    font-weight: 700;
}

.ost_banner_r_item_top_title_wrap_r_in {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="118" height="118" viewBox="0 0 118 118" fill="none"><path d="M85.7715 9.50601C108.413 22.3129 120.391 46.9021 117.601 69.1007C114.976 91.1285 97.5847 110.766 74.9428 116.401C52.301 121.865 24.2448 113.327 10.1347 90.787C-3.81136 68.0761 -3.81136 31.3631 12.9239 13.6042C29.6592 -4.32541 63.1297 -3.30086 85.7715 9.50601Z" fill="%23F08B36"/></svg>') no-repeat;
    width: 118px;
    height: 118px;
    background-size: contain;
}

.ost_banner_r_item_top_title_wrap_r_in {
    color: #fff;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ost_banner_r_item_top_title_wrap_r {
    flex-shrink: 00;
}

.ost_banner_r_item_top_title_wrap {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    justify-content: space-between;
}

.ost_banner_r_item_top_title_wrap_r_in span {
    display: block;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
}

.ost_sub_title {
    margin-bottom: 0.63rem;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
}

.ost_price_new {
    color: #27A3BD;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 100%; /* 2.5rem */
}

.ost_price {
    display: flex;
    align-items: start;
    gap: 0.5rem;
    flex-direction: column-reverse;
}

.ost_price_old {
    color: #A2AAB2;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 100%; /* 1.5rem */
    text-decoration-line: line-through;
}

.ost_banner_r_item_top {
    padding-bottom: 2.19rem;
    margin-bottom: 1.69rem;
    border-bottom: 1px solid #C9DDE5;
}

.ost_ul_item {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 140%; /* 1.75rem */
}

.ost_ul_item {
    display: flex;
    align-items: center;
    gap: 0.94rem;
    position: relative;
}

.ost_ul_item:before {
    content: '';
    background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.0985 1.39825L5.69778 8.79899L2.90145 6.00263L0 8.90405L2.79636 11.7004L5.69778 14.6018L8.59915 11.7004L16 4.29962L13.0985 1.39825Z" fill="%2327A3BD"/></svg>') no-repeat;
    width: 16px;
    height: 16px;
    background-size: contain;
    flex-shrink: 0;
}

.ost_ul_item_price span:nth-child(1) {
    color: var(--Blue, #27A3BD);
}

.ost_ul_item_price span:nth-child(2) {
    color: #A2AAB2;
    text-decoration: line-through;
}

.ost_ul {
    margin-bottom: 1.25rem;
}

.ost_banner_r_item_button_tel_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.56rem;
    align-items: center;
}

.ost_banner_r_item_tel a {
    display: block;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 140%; /* 2.275rem */
}

.ost_banner_r_item_tel span {
    color: #A2AAB2;
    font-weight: 700;
}

.ost_banner_r_item_button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.19rem 0.5rem;
    border-radius: 0.3125rem;
    background: var(--Orange, #F08B36);
    color: #fff;
    font-size: 1.15rem;
    font-style: normal;
    font-weight: 700;
    cursor: pointer;
    box-shadow: #DA7119 0 3px 0;
    transition: 0.3s;
}

.ost_banner_r_item_button:hover {
    box-shadow: #DA7119 0 5px 0;
}

.s_title {
    margin-bottom: 2.19rem;
    font-size: 3.375rem;
    font-weight: 700;
    line-height: 100%; /* 3.375rem */
}

.s_title span {
    color: #27A3BD;
}

.ost_page_in section {
    margin-bottom: 5rem;
}

.leaders_block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.5rem;
    background: #E9F6F8;
    padding: 3.75rem 3.75rem 0;
    margin-bottom: 5rem;
}

.leaders_block_list_item {
    display: flex;
    align-items: start;
    gap: 0.5rem;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 1rem;
}

.leaders_block_list_item span {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 35 35" fill="none"><path d="M25.4407 2.81958C32.1565 6.61823 35.7091 13.9116 34.8818 20.496C34.1031 27.0296 28.9446 32.8542 22.2288 34.5256C15.513 36.1464 7.19126 33.614 3.00605 26.9283C-1.13049 20.1921 -1.13049 9.30261 3.83336 4.03515C8.79721 -1.28296 18.7249 -0.979068 25.4407 2.81958Z" fill="%2327A3BD"/></svg>') no-repeat;
    width: 49px;
    height: 35px;
    background-size: contain;
    color: #FFF;
    font-size: 1.375rem;
    font-weight: 700;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    background-position: center;
    justify-content: center;
}

.leaders_block_list_item:last-child {
    align-items: center;
}

.leaders_block_r_in {
    position: relative;
}

.leaders_block_r_egg {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="406" height="336" viewBox="0 0 406 336" fill="none"><path d="M110.888 32.7071C32.9846 76.7715 -8.22513 161.375 1.37167 237.753C10.4039 313.544 70.2426 381.109 148.146 400.497C226.049 419.298 322.581 389.922 371.13 312.369C419.114 234.228 419.114 107.91 361.533 46.8077C303.952 -14.8823 188.791 -11.3572 110.888 32.7071Z" fill="white"/></svg>') no-repeat;
    background-size: contain;
    width: 406px;
    height: 336px;
    position: absolute;
    bottom: 0;
}

.leaders_block_r_img_wrap {
    position: relative;
    z-index: 9;
}

.leaders_block_r_img_bage {
    display: flex;
    justify-content: center;
    border-radius: 0.3125rem;
    background: var(--Orange, #F08B36);
    padding: 0.75rem 1.25rem 1rem;
    color: #FFF;
    font-size: 1.25rem;
    font-weight: 700;
    width: max-content;
    flex-direction: column;
    position: absolute;
    right: 0;
    bottom: 80px;
}

.leaders_block_r_img_bage span:last-child {
    color: rgba(255, 255, 255, 0.7);
    display: block;
}

.leaders_block_r {
    align-self: end;
}

.leaders_block:nth-child(2) .leaders_block_r {
    order: 0;
}

.leaders_block:nth-child(4) .leaders_block_l {
    order: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.leaders_block:nth-child(4) .leaders_block_r_img_bage {
    right: unset;
    left: 0;
}

.leaders_block_2_item:not(:last-child) {
    border-bottom: 1px solid #C9DDE5;
    margin-bottom: 0.94rem;
}

.leaders_block_2_item {
    font-size: 1.25rem;
    padding-bottom: 1.25rem;
    font-weight: 700;
    line-height: 110%; /* 1.375rem */
}

.leaders_block_2_item span {
    color: var(--Blue, #27A3BD);
    font-size: 3.375rem;
    font-weight: 700;
    display: block;
    line-height: 100%; /* 3.375rem */
}

.leaders_block.leaders_block_2 {
    padding: 1rem 3.75rem 0 3.75rem;
}

.tooth_in {
    padding: 3.75rem;
    background: #E9F6F8;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}

.tooth_stage_title {
    margin-bottom: 0.94rem;
    font-size: 2.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.tooth_stage_title span {
    flex-shrink: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="45" height="45" viewBox="0 0 45 45" fill="none"><path d="M32.7095 3.62517C41.3441 8.50915 45.9116 17.8864 44.848 26.3519C43.8469 34.7524 37.2145 42.2411 28.5799 44.3901C19.9453 46.4739 9.2459 43.2179 3.86493 34.6221C-1.45348 25.9612 -1.45348 11.9605 4.92861 5.18805C11.3107 -1.64952 24.0749 -1.2588 32.7095 3.62517Z" fill="%23F08B36"/></svg>') no-repeat;
    width: 45px;
    height: 45px;
    background-size: contain;
    display: flex;
    color: #FFF;
    font-size: 1.875rem;
    font-weight: 700;
    justify-content: center;
    align-items: center;
}

.tooth_stage_list {
    padding-left: 3.75rem;
}

.tooth_stage_item:before {
    display: block;
    content: '';
    background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.0985 1.39825L5.69778 8.79899L2.90145 6.00263L0 8.90405L2.79636 11.7004L5.69778 14.6018L8.59915 11.7004L16 4.29962L13.0985 1.39825Z" fill="%2327A3BD"/></svg>') no-repeat;
    width: 16px;
    height: 16px;
    background-size: contain;
    flex-shrink: 0;
}

.tooth_stage_item {
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    gap: 0.94rem;
}

.best_imp_in_bot_l .tooth_stage_item {
    font-size: 0.9rem;
    line-height: 1;
}

.tooth_stage:not(:last-child) {
    margin-bottom: 1.56rem;
}

.ost_page_in {
    letter-spacing: -0.25px;
}

.best_imp_in_top {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.best_imp_in {
    padding: 3.75rem 2rem;
    background: #E9F6F8;
}

.best_imp_in_top_l_item {
    display: flex;
    gap: 1.25rem;
    padding-bottom: 2.19rem;
}

.best_imp_in_top_l_item_img {
    width: 5.8125rem;
    height: 5.8125rem;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.best_imp_in_top_l_item_title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.81rem;
}

.best_imp_in_top_l_item_flag {
    display: flex;
    align-items: center;
    gap: 0.62rem;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 1rem;
}

.best_imp_in_top_l_item_flag img {
    flex-shrink: 0;
}

.best_imp_in_bot_l_list {
    display: flex;
    gap: 0.5rem;
}

.best_imp_in_bot_in {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.best_imp_in_bot {
    border-top: 1px solid #C9DDE5;
    padding-top: 1.69rem;
}

.tooth_stage_item_wrap {
    flex-shrink: 0;
}

.ost_page_in .about-clinic__content-title {
    margin: 0 0 2.19rem;
    font-size: 3.375rem;
    font-weight: 700;
    display: block;
    line-height: 100%;
}

.ost_page_in .about-clinic__wrapper {
    padding-left: 0;
}

.ost_gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* три равные колонки */
    grid-auto-rows: 200px; /* базовая высота */
    gap: 15px;
}

.ost_item {
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
}

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

/* Настраиваем высоту */
.ost_item2 {
    grid-row: span 2; /* вертикальная, как твой рентген-аппарат */
}

.ost_item4 {
    grid-row: span 2; /* вертикальная, как стоматолог внизу справа */
}

.ost_item5 {
    grid-row: span 2; /* вертикальная, как стоматолог внизу справа */
}

.ost_best_in {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.ost_best_item {
    padding: 3.75rem;
    background: #E9F6F8;
    position: relative;
}

.ost_best_item_top {
    padding-bottom: 2.06rem;
    border-bottom: 1px solid #C9DDE5;
    margin-bottom: 2.19rem;
    display: flex;
    align-items: center;
    gap: 1.56rem;
}

.ost_best_item_title {
    margin-bottom: 0.62rem;
    color: #27A3BD;
    font-size: 2rem;
    font-weight: 700;
    line-height: 90%; /* 1.8rem */
}

.ost_best_item_post {
    margin-bottom: 0.81rem;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.ost_best_item_l {
    flex-shrink: 0;
    width: 9.6875rem;
}

.ost_best_item_metro {
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    gap: 0.5rem;
}

.ost_best_item_metro img {
    flex-shrink: 0;
}

.ost_best_item_bot {
    display: grid;
    grid-template-columns: auto 7.8125rem;
    gap: 0.5rem;
}

.ost_best_item_bot_l .tooth_stage_item {
    align-items: start;
}

.ost_best_item_bot_in {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="125" height="110" viewBox="0 0 125 110" fill="none"><path d="M90.8597 8.86154C114.845 20.8001 127.532 43.7223 124.578 64.4159C121.797 84.9503 103.374 103.256 79.3886 108.509C55.4036 113.603 25.6831 105.644 10.7359 84.6319C-4.03746 63.4608 -4.03746 29.2368 13.6906 12.6819C31.4186 -4.03216 66.8747 -3.07707 90.8597 8.86154Z" fill="%23F08B36"/></svg>') no-repeat;
    width: 125px;
    height: 110px;
    background-size: contain;
    color: #FFF;
    text-align: center;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ost_best_item_bot_in span {
    display: block;
    font-size: 2rem;
}

.ost_best_item_badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 140%;
    background: #27A3BD;
    padding: 0.05rem 0.62rem 0.25rem;
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}

.ost_works_in {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.ost_works_item_title {
    margin-bottom: 0.94rem;
    font-size: 2.35rem;
    font-weight: 700;
}

.ost_works_item_text {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 140%;
}

.ost_works_in {
    margin-bottom: 1.87rem;
}

.ost_works_link {
    color: var(--Blue, #27A3BD);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 140%; /* 1.75rem */
    text-decoration-line: underline;
}

.special_top {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}

.special_top_item {
    padding: 1.87rem;
    border: 1px solid #C9DDE5;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 110%; /* 1.375rem */
}

.special_top_item_l {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="80" height="80" viewBox="0 0 80 80" fill="none"><path d="M58.1502 6.44476C73.5006 15.1274 81.6207 31.798 79.7297 46.8479C77.95 61.782 66.1591 75.0954 50.8087 78.9157C35.4583 82.6203 16.4372 76.8319 6.87098 61.5505C-2.58397 46.1533 -2.58397 21.2631 8.76197 9.2232C20.1079 -2.93248 42.7998 -2.23787 58.1502 6.44476Z" fill="%23F08B36"/></svg>') no-repeat;
    background-size: contain;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    flex-shrink: 0;
}

.special_top_item_l span {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 90%;
}

.special_top_item {
    display: flex;
    gap: 0.94rem;
}

.line_through {
    text-decoration: line-through;
}

.special_bot {
    padding: 3.75rem;
    background: #E9F6F8;
}

.special_bot_title {
    margin-bottom: 1.25rem;
    font-size: 2.5rem;
    font-weight: 700;
}

.special_bot_stitle {
    margin-bottom: 0.94rem;
    font-size: 1.25rem;
    font-weight: 700;
}

.special_form .phoneinput {
    border-radius: 0.3125rem;
    border: 1px solid #C9DDE5;
    background: #FFF;
    color: #A2AAB2;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 140%; /* 1.75rem */
    padding: 1.19rem;
}

.special_form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-bottom: 1.56rem;
}

.special_form .ost_banner_r_item_button {
    border: none;
    width: 100%;
}

.special_bot_list {
    margin-bottom: 1.56rem;
}

.ost_page_in ~ #consultForm {
    display: none;
}

.quiz {
    max-width: 680px;
    background: #fff;
    border-radius: 12px;
    padding: 32px;
}

.quiz__title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.quiz__steps {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.quiz__step {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e9f0f4;
    color: #95a6b2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.quiz__step.is-active {
    background: #F28C2E;
    color: #fff;
}

.quiz__line {
    flex: 1;
    height: 2px;
    background: #e9f0f4;
}

.quiz__screen[hidden] {
    display: none !important;
}

.quiz__question {
    font-size: 24px;
    font-weight: 800;
    margin: 18px 0;
}

.quiz__options {
    display: grid;
    gap: 10px;
}

.quiz__option {
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
}

.quiz__option input {
    accent-color: #F28C2E;
}

.quiz__bullets {
    margin: 0 0 12px;
    padding-left: 18px;
}

.quiz__phone-wrap {
    margin: 14px 0;
}

.quiz__phone {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #e2e5ea;
    border-radius: 8px;
    font-size: 18px;
}

.quiz__agree {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    font-size: 14px;
}

.quiz__footer {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 24px;
}

.quiz .btn {
    background: #F28C2E;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 14px 18px;
    font-weight: 700;
    cursor: pointer;
}

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

.quiz .btn--ghost {
    background: #eef4f6;
    color: #333;
}

.form-success {
    font-size: 22px;
    font-weight: 700;
    padding: 20px 0;
}

.bottom_banner {
    width: 186px;
    z-index: 99;
    position: fixed;
    bottom: 100px;
    color: #fff;
    font-size: 0.95rem;
    font-style: normal;
    font-weight: 700;
    right: 40px;
    border-radius: 1.25rem;
}

.bottom_banner.slide {
    bottom: 160px;
}

.bottom_banner a {
    display: block;
    border-radius: 1.25rem;
    overflow: hidden;
}

.bb_mob {
    display: none;
}

.bottom_banner_text {
    padding: 0.5rem 1rem;
    border-radius: 1.25rem;
    text-align: center;
    background: var(--Blue, #27A3BD);
}

.map-caption {
    font: 500 13px/1.2 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    background: #fff;
    padding: 6px 8px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
    white-space: nowrap;
    width: max-content;
    top: 20px;
    position: absolute;
}

.bottom_banner_close {
    position: absolute;
    right: 0;
    top: -20px;
    color: #000;
    font-size: 1rem;
    cursor: pointer;

}

.bottom_banner_close.close {
    transform: scale(-1);
}

.jr_gallery_main .gallery .gallery__photo-wrapper img {
    height: 600px;
}

.true_price {
    color: #000;
}
.banner__item{
    align-items: start;
}
.banner__item span.true_false_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner__column_in {
    margin-top: 70px;
}

.vrachi_button {
    margin: -6rem auto 4rem;
    width: max-content;
    max-width: max-content;
}

.best_imp_in_container {
    padding: 1rem;
    background: #f3f9fe;
    margin-top: 2rem;
    margin-left: -25px;
    max-width: 745px;

    .best_imp_in_top_l_item_img {
        width: 4rem;
        height: 4rem;
    }

    .best_imp_in_top_l_item {
        flex-direction: column;
        gap: 0.5rem;
        align-items: center;
    }

    img {
        border: none;
        width: auto;
    }

    .ost_banner_r_item_button_tel_wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .best_imp_in_top_l_item_title {
        font-size: 1.875rem;
        text-align: center;
    }

    .best_imp_in_bot_l_list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }

    .s_title {
        font-size: 2.75rem;
    }

    .best_imp_in_top_l_item_flag {
        font-size: 1rem;
        justify-content: center;
    }

    .ost_price {
        align-items: center;
    }

    .ost_price_new {
        font-size: 1.75rem;
    }

    .ost_price_old {
        font-size: 1.25rem;
    }
}

.jr_cards_item {
    padding: 1rem;
    border-radius: 16px;
    background: #f3f5f4;
}

.jr_cards_item a {
    display: block;
    transition: 0.3s;
    margin-bottom: 0.5rem;
    box-shadow: none;
}

.jr_cards_item a:hover {
    color: #1ebd7f;
}

.jr_cards_item_title {
    padding-bottom: 0.5rem;
}

.jr_cards_mob {
    display: none;
}

.jr_reviews_bottom_info {
    margin: 1.5rem 0;
}

.jr_reviews_bottom_info_in_title {
    font-size: 2.25rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.jr_reviews_bottom_info_in_title img {
    width: 100px;
    height: 100px;
}

.jr_reviews_bottom_info_in {
    background: #E9F6F8;
    padding: 1rem;
}

.jr_author {
    font-size: 1.25rem;
}

.jr_author span {
    font-weight: 700;
}

.ost_best_item_blog {
    max-width: 690px;
    padding: 1.5rem;
}
.tooth_stage_blog_title{
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.ost_best_item_blog .ost_best_item_bot_l {
    font-size: 1.35rem;
    line-height: 1.2;
    font-weight: 700;
}

.jr_author {
    margin-bottom: 1rem;
}

.jr_inner-works_blog .twentytwenty-container {
    height: 300px !important;
}

.ost_best_item_blog {
    margin-bottom: 2rem;
}
.ost_best_item_blog .ost_best_item_bot {
    align-items: center;
}
.tooth_in_blog_inner_title{
    display: flex;
    gap: 1rem;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.2;
}
.tooth_l_blog{
    display: grid;
    gap: 1rem;
}
.leaders_block_blog{
    position: relative;
    padding: 1rem;
    max-width: 690px;
    .leaders_block_r_img_bage {
        left: 0;
        width: 100%;
        max-width: 100%;
        text-align: center;
        z-index: 9;
        bottom: 0;
    }
}
.tooth_in_blog{
    padding: 0;
}
.tooth_in_blog .tooth_r img {
    max-width: 300px;
    height: auto;
    margin: 0 auto;
    display: block;
}
.tooth_in_blog_wrap .tooth_stage_list{
    padding-left: 0;
}
.tooth_in_blog{
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}
.tooth_in_blog_inner_title_img{
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}
.tooth_in_blog_wrap{
    background: #E9F6F8;
    padding: 3.5rem;
    margin-bottom: 2rem;
}
.leaders_block_list_text {
    font-size: 1.25rem;
    font-weight: 600;
    font-style: italic;
}
.ost_best_item_blog .ost_best_item_top {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.special_top_blog {
    margin-bottom: 2rem;
    max-width: 690px;
}
.special_top_blog .special_top_item {
    align-items: center;
    padding: 1rem;
}
.jr_reviews_bottom_info_in {
    .leaders_block_list_item span {
        width: 80px;
        height: 70px;
    }

    .leaders_block_list_item {
        align-items: center;
    }
}
.tooth_in{
    position: relative;
}
.tooth_in_info{
    position: absolute;
    bottom: 20px;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 18px;
    justify-content: center;
    width: 100%;

}
.tooth_in_info img{
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}
@media screen and (max-width: 768px) {
    .tab-button {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .tooth_in_info{
        position: relative;
        bottom: unset;
        text-align: center;
    }
    .tooth_in_blog_wrap{
        padding: 0.75rem;
    }
    .tooth_stage_blog_title{
        font-size: 1.5rem;
    }
    .tooth_in.tooth_in_blog{
        padding: 0;
    }
    .special_top_blog .special_top_item{
        padding: 0.5rem;
        font-size: 1rem;
    }
    .tooth_stage_item{
        align-items: start;
        font-size: 1rem;
    }
    .tooth_in_blog_inner_title{
        font-size: 0.875rem;
    }
    .tooth_in_blog .tooth_r img {
        max-width: 200px;
    }
    .tooth_in_blog .tooth_r{
        display: none;
    }
    .article-inner a {
        border-bottom: none;
    }
    .jr_cards_mob {
        display: block;
    }

    .best_imp_in_container {
        margin-left: 0;

        .best_imp_in_top_l_item {
            display: grid;
            grid-template-columns: 4rem auto;
            gap: 2rem;
        }

        .best_imp_in_top_l_item_r {
            justify-self: unset;
        }

        .ost_price {

        }

        .best_imp_in_top_l_item_img {
            width: 5.5rem;
            height: 5.5rem;
        }
    }

    .banner__column_in {
        margin-top: 0;
    }

    .jr_gallery_main .gallery .gallery__photo-wrapper img {
        height: 240px;
    }

    .ispolzuyet_fayly_kuki {
        font-size: 12px;
        text-align: center;
        left: 0;
        transform: unset;
        max-width: 100%;
        bottom: 0;
        padding: 5px;
    }

    .rewiews img {
        max-width: 100%;
        width: auto;
    }

    .ask_widget {
        right: 20px;
    }

    .reviews-tab-header {
        text-align: center;
    }

    .gallery .gallery__photo-wrapper img,
    .gallery .gallery__photo-slide img {
        height: 240px;
    }

    .gallery__photo-preview img {
        height: 50px;
    }

    .rewiews__item {
        padding-bottom: 0;
    }

    .ost_h1 {
        margin-bottom: 0.94rem;
        font-size: 2.25rem;
    }

    .ost_banner_in {
        padding: 0.95rem;
    }

    .ost_banner_in {
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }

    .ost_banner_l {
        max-width: 50%;
    }

    .ost_banner_r_item_top_title_wrap_r {
        position: absolute;
        right: 1rem;
        top: 1rem;
    }

    .ost_s_title {
        font-size: 1.5rem;
    }

    .ost_price_new {
        font-size: 1.875rem;
    }

    .ost_price_old {
        font-size: 1.125rem;
    }

    .ost_banner_r_item_top {
        padding-bottom: 1.5rem;
        margin-bottom: 1rem;
    }

    .ost_ul_item {
        align-items: start;
    }

    section {
        margin-bottom: 3rem;
    }

    .ost_banner_r_item_button_tel_wrap,
    .leaders_block,
    .tooth_in,
    .best_imp_in_top,
    .best_imp_in_bot_in,
    .ost_works_in,
    .ost_best_in {
        grid-template-columns: repeat(1, 1fr);
    }

    .ost_ul_item:before {
        position: relative;
        top: 5px;
    }

    .tooth_in,
    .best_imp_in {
        padding: 1.5rem 1rem;
        gap: 1rem;
    }

    .s_title {
        margin-bottom: 1.5rem;
        font-size: 1.875rem;
    }

    .tooth_stage_title {
        font-size: 1.5rem;
    }

    .best_imp_in_top_l_item_l {
        border-right: none;

    }

    .best_imp_in_top_l {
        border-bottom: 1px solid #C9DDE5;
        padding: 1.5rem 0;
    }

    .best_imp_in_bot_in {
        gap: 1rem;
    }

    .ost_page_in .about-clinic__content-title {
        margin-bottom: 1.5rem;
        font-size: 1.875rem;
    }

    .best_imp_in_bot_l_list {
        display: block;
    }

    .ost_page_in section {
        margin-bottom: 3rem;
    }

    .ost_gallery {
        display: flex;
        flex-direction: column;
    }

    .ost_gallery a {
        height: 200px;
    }

    .ost_best_item {
        padding: 1.5rem 1rem;
    }

    .special_top,
    .special_form {
        grid-template-columns: repeat(1, 1fr);
        gap: 0.62rem;
    }

    .ost_works_item_title {
        font-size: 1.85rem;
    }

    .ost_works_item_text {
        font-size: 1.125rem;
    }

    .special_top_item {
        align-items: center;
        padding: 1rem;
    }

    .special_bot {
        padding: 1.25rem 1rem;
    }

    .banner_gift_img {
        width: 140px;
        height: 140px;
        right: -40px;
        bottom: -50px;
    }

    .ost_page_in {
        overflow: hidden;
    }

    .leaders_block_r_egg {
        width: 18.75rem;
        height: 18.75rem;
    }

    .leaders_block {
        padding: 1.5rem 1rem 0;
        gap: 0;
    }

    .leaders_block.leaders_block_2 {
        padding: 1.5rem 1rem 0;
        gap: 1rem;
    }

    .leaders_block:nth-child(4) .leaders_block_l {
        order: 0;
    }

    .leaders_block_2_item span {
        font-size: 2.25rem;
    }

    .leaders_block:nth-child(4) .leaders_block_r_img_bage {
        bottom: 2rem;
    }

    .ost_best_item_alan {
        padding-top: 3rem;
    }

    .ost_best_item_badge {
        font-size: 1rem;
        width: 80%;
        text-align: center;
    }

    .ost_best_item_title {
        margin-bottom: 0.63rem;
        font-size: 1.5rem;
    }

    .ost_best_item_l {
        width: 8rem;
    }

    .ost_best_item_metro {
        font-size: 1rem;
    }

    .special_bot_title {
        font-size: 1.875rem;
    }

    .special_form .phoneinput {
        width: 100%;
    }

    .quiz {
        padding: 1rem;
    }

    .quiz__submit[hidden] {
        display: none;
    }

    .bottom_banner {
        width: 7.8125rem;
        right: 20px;
    }

    .bottom_banner a {
        background: #fff;
    }

    .bb_dd {
        display: none;
    }

    .bottom_banner_text {
        padding: 0.5rem;
        font-size: 0.65rem;
    }

    .bb_mob {
        display: block;
    }

    .best_imp_in_top_l_item_title {
        font-size: 2rem;
    }

    .best_imp .ost_price {
        flex-direction: column;
        align-items: start;
        gap: 0.5rem;
    }

    .best_imp_in_top_l_item_r {
        justify-self: start;
    }

    .vrachi_button {
        margin: -2rem auto 2rem;
        width: max-content;
        max-width: max-content;
    }
}

.inner-works .twentytwenty-container img {
    width: 100%;
    height: inherit;
}

.rewiews__autor {
    font-weight: 700;
}

.ost_banner_r_item_tel .ct-phone:before{
    content: '';
    display: block;
    display: none;
    position: relative;
    background: url('data:image/svg+xml,<svg width="39" height="36" viewBox="0 0 39 36" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M37.0598 24.5622C36.9085 24.4895 31.2482 21.6992 30.2424 21.3368C29.8318 21.1892 29.3919 21.0451 28.924 21.0451C28.1597 21.0451 27.5177 21.4264 27.0175 22.1754C26.4521 23.0168 24.7405 25.0197 24.2116 25.618C24.1425 25.697 24.0482 25.7914 23.9918 25.7914C23.9411 25.7914 23.0651 25.4302 22.7999 25.3149C16.728 22.6746 12.1192 16.3251 11.4872 15.2544C11.3969 15.1005 11.3932 15.0306 11.3924 15.0306C11.4146 14.9491 11.6188 14.7442 11.7241 14.6384C12.0324 14.3331 12.3664 13.9306 12.6896 13.5412C12.8426 13.3567 12.9959 13.172 13.1464 12.9979C13.6153 12.4518 13.824 12.0278 14.066 11.5368L14.1928 11.2816C14.7837 10.1064 14.279 9.11469 14.1159 8.79446C13.982 8.52646 11.592 2.75215 11.3379 2.14549C10.7269 0.681602 9.91948 0 8.79745 0C8.69334 0 8.79745 -4.92604e-07 8.36084 0.0184212C7.8292 0.0408805 4.93403 0.422437 3.65395 1.23021C2.29648 2.08695 0 4.8179 0 9.62066C0 13.9432 2.74015 18.0245 3.91662 19.5767C3.94586 19.6158 3.99955 19.6953 4.07745 19.8094C8.58293 26.3962 14.1996 31.2777 19.8934 33.5547C25.375 35.7466 27.9707 36 29.4463 36C29.4466 36 29.4466 36 29.4466 36C30.0667 36 30.5631 35.9513 31.0009 35.9081L31.2787 35.8816C33.1724 35.7136 37.3338 33.555 38.2804 30.9217C39.026 28.8476 39.2226 26.5815 38.7265 25.7591C38.3867 25.1998 37.8011 24.9185 37.0598 24.5622Z" fill="black"/></svg>') no-repeat;
    width: 30px;
    height: 27px;
    background-size: contain;

}
.ost_banner_r_item_tel .ct-phone{
    display: flex;
    align-items: center;
    gap: 5px;
}

.articles-main__list .articles-main__thumb{
    display: block;
    height: 210px;
    margin-bottom: 1rem;
}
.articles-main__list .articles-main__thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* End */
/* /local/templates/samson/css/style.css?1769174299255895 */
/* /local/templates/samson/css/fancy.css?174645936923425 */
/* /local/templates/samson/css/additional.css?17134450051354 */
/* /local/templates/samson/css/foundation.css?17551762348095 */
/* /local/templates/samson/css/twentytwenty.css?17364097734398 */
/* /local/templates/samson/components/bitrix/menu/header/style.css?1737346744509 */
/* /local/templates/samson/styles.css?17551714077769 */
/* /local/templates/samson/template_styles.css?178204226543487 */
