

/* Start:/bitrix/templates/clinic_ge/css/normalize.css?16783542416137*/
/*! 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 {
  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 */
  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 {
  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"] {
  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;
}
/* End */


/* Start:/bitrix/templates/clinic_ge/js/mmenu-js/mmenu.css?167835424348346*/
/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */.mm-menu_theme-white{--mm-color-border:rgba( 0,0,0, 0.1 );--mm-color-button:rgba( 0,0,0, 0.3 );--mm-color-text:rgba( 0,0,0, 0.7 );--mm-color-text-dimmed:rgba( 0,0,0, 0.3 );--mm-color-background:#fff;--mm-color-background-highlight:rgba( 0,0,0, 0.06 );--mm-color-background-emphasis:rgba( 0,0,0, 0.03 );--mm-shadow:0 0 10px rgba( 0,0,0, 0.2 )}.mm-menu_theme-dark{--mm-color-border:rgba( 0,0,0, 0.3 );--mm-color-button:rgba( 255,255,255, 0.4 );--mm-color-text:rgba( 255,255,255, 0.85 );--mm-color-text-dimmed:rgba( 255,255,255, 0.4 );--mm-color-background:#333;--mm-color-background-highlight:rgba( 255,255,255, 0.08 );--mm-color-background-emphasis:rgba( 0,0,0, 0.1 );--mm-shadow:0 0 20px rgba( 0,0,0, 0.5 )}.mm-menu_theme-black{--mm-color-border:rgba( 255,255,255, 0.25 );--mm-color-button:rgba( 255,255,255, 0.4 );--mm-color-text:rgba( 255,255,255, 0.75 );--mm-color-text-dimmed:rgba( 255,255,255, 0.4 );--mm-color-background:#000;--mm-color-background-highlight:rgba( 255,255,255, 0.2 );--mm-color-background-emphasis:rgba( 255,255,255, 0.15 );--mm-shadow:none}:root{--mm-line-height:20px;--mm-listitem-size:44px;--mm-navbar-size:44px;--mm-offset-top:0;--mm-offset-right:0;--mm-offset-bottom:0;--mm-offset-left:0;--mm-color-border:rgba(0, 0, 0, 0.1);--mm-color-button:rgba(0, 0, 0, 0.3);--mm-color-text:rgba(0, 0, 0, 0.75);--mm-color-text-dimmed:rgba(0, 0, 0, 0.3);--mm-color-background:#f3f3f3;--mm-color-background-highlight:rgba(0, 0, 0, 0.05);--mm-color-background-emphasis:rgba(255, 255, 255, 0.4);--mm-shadow:0 0 10px rgba(0, 0, 0, 0.3)}.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu{top:0;right:0;bottom:0;left:0;background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75);line-height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;top:var(--mm-offset-top);right:var(--mm-offset-right);bottom:var(--mm-offset-bottom);left:var(--mm-offset-left);z-index:0;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text);line-height:var(--mm-line-height);-webkit-tap-highlight-color:var(--mm-color-background-emphasis);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mm-menu a,.mm-menu a:active,.mm-menu a:hover,.mm-menu a:link,.mm-menu a:visited{text-decoration:none;color:inherit}[dir=rtl] .mm-menu{direction:rtl}.mm-panel{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75);z-index:0;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;-webkit-overflow-scrolling:touch;overflow:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain;color:var(--mm-color-text);border-color:var(--mm-color-border);background:var(--mm-color-background);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-panel:after{height:44px}.mm-panel:not(.mm-hidden){display:block}.mm-panel:after{content:'';display:block;height:var(--mm-listitem-size)}.mm-panel_opened{z-index:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-panel_opened-parent{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-panel_highest{z-index:2}.mm-panel_noanimation{-webkit-transition:none!important;-o-transition:none!important;transition:none!important}.mm-panel_noanimation.mm-panel_opened-parent{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-panels>.mm-panel{position:absolute;left:0;right:0;top:0;bottom:0}.mm-panel__content{padding:20px 20px 0}.mm-panels{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75);position:relative;height:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text)}[dir=rtl] .mm-panel:not(.mm-panel_opened){-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}[dir=rtl] .mm-panel.mm-panel_opened-parent{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}.mm-listitem_vertical>.mm-panel{display:none;width:100%;padding:10px 0 10px 10px;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.mm-listitem_vertical>.mm-panel:after,.mm-listitem_vertical>.mm-panel:before{content:none;display:none}.mm-listitem_opened>.mm-panel{display:block}.mm-listitem_vertical>.mm-listitem__btn{height:44px;height:var(--mm-listitem-size);bottom:auto}.mm-listitem_vertical .mm-listitem:last-child:after{border-color:transparent}.mm-listitem_opened>.mm-listitem__btn:after{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);right:19px}.mm-btn{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;width:50px;padding:0}.mm-btn:after,.mm-btn:before{border:2px solid rgba(0,0,0,.3);border:2px solid var(--mm-color-button)}.mm-btn_next:after,.mm-btn_prev:before{content:'';border-bottom:none;border-right:none;-webkit-box-sizing:content-box;box-sizing:content-box;display:block;width:8px;height:8px;margin:auto;position:absolute;top:0;bottom:0}.mm-btn_prev:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}.mm-btn_next:after{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}.mm-btn_close:after,.mm-btn_close:before{content:'';-webkit-box-sizing:content-box;box-sizing:content-box;display:block;width:5px;height:5px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.mm-btn_close:before{border-right:none;border-bottom:none;right:18px}.mm-btn_close:after{border-left:none;border-top:none;right:25px}[dir=rtl] .mm-btn_next:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}[dir=rtl] .mm-btn_prev:before{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}[dir=rtl] .mm-btn_close:after,[dir=rtl] .mm-btn_close:before{right:auto}[dir=rtl] .mm-btn_close:before{left:25px}[dir=rtl] .mm-btn_close:after{left:18px}.mm-navbar{min-height:44px;border-bottom:1px solid rgba(0,0,0,.1);background:#f3f3f3;color:rgba(0,0,0,.3);display:-webkit-box;display:-ms-flexbox;display:flex;min-height:var(--mm-navbar-size);border-bottom:1px solid var(--mm-color-border);background:var(--mm-color-background);color:var(--mm-color-text-dimmed);text-align:center;opacity:1;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-navbar>*{min-height:44px}@supports ((position:-webkit-sticky) or (position:sticky)){.mm-navbar_sticky{position:-webkit-sticky;position:sticky;top:0;z-index:1}}.mm-navbar>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;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;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-navbar__btn{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.mm-navbar__title{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:20px;padding-right:20px;overflow:hidden}.mm-navbar__title:not(:last-child){padding-right:0}.mm-navbar__title>span{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title{padding-left:0}.mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title:last-child{padding-right:50px}[dir=rtl] .mm-navbar{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.mm-listview{list-style:none;display:block;padding:0;margin:0}.mm-listitem{color:rgba(0,0,0,.75);border-color:rgba(0,0,0,.1);color:var(--mm-color-text);border-color:var(--mm-color-border);list-style:none;display:block;padding:0;margin:0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.mm-listitem:after{content:'';border-color:inherit;border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;left:20px;right:0;bottom:0}.mm-listitem a,.mm-listitem a:hover{text-decoration:none}.mm-listitem__btn,.mm-listitem__text{padding:12px;display:block;padding:calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);padding-left:0;padding-right:0;color:inherit}.mm-listitem__text{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding-left:20px;padding-right:10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:10%;flex-basis:10%}.mm-listitem__btn{background:rgba(3,2,1,0);border-color:inherit;width:auto;padding-right:50px;position:relative}.mm-listitem__btn:not(.mm-listitem__text){border-left-width:1px;border-left-style:solid}.mm-listitem_selected>.mm-listitem__text{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-listitem_opened>.mm-listitem__btn,.mm-listitem_opened>.mm-panel{background:rgba(0,0,0,.05);background:var(--mm-color-background-highlight)}[dir=rtl] .mm-listitem:after{left:0;right:20px}[dir=rtl] .mm-listitem__text{padding-left:10px;padding-right:20px}[dir=rtl] .mm-listitem__btn{padding-left:50px;border-left-width:0;border-left-style:none}[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text){padding-right:0;border-right-width:1px;border-right-style:solid}.mm-page{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.mm-slideout{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;z-index:1}.mm-wrapper_opened{overflow-x:hidden;position:relative}.mm-wrapper_opened .mm-page{min-height:100vh}.mm-wrapper_background .mm-page{background:inherit}.mm-menu_offcanvas{position:fixed;right:auto;z-index:0}.mm-menu_offcanvas:not(.mm-menu_opened){display:none}.mm-menu_offcanvas{width:80%;min-width:240px;max-width:440px}.mm-wrapper_opening .mm-menu_offcanvas~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_offcanvas~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_offcanvas~.mm-slideout{-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}.mm-wrapper__blocker{background:rgba(3,2,1,0);overflow:hidden;display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2}.mm-wrapper_blocking{overflow:hidden}.mm-wrapper_blocking body{overflow:hidden}.mm-wrapper_blocking .mm-wrapper__blocker{display:block}.mm-sronly{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;white-space:nowrap!important;width:1px!important;min-width:1px!important;height:1px!important;min-height:1px!important;padding:0!important;overflow:hidden!important;position:absolute!important}.mm-menu_autoheight:not(.mm-menu_offcanvas){position:relative}.mm-menu_autoheight.mm-menu_position-bottom,.mm-menu_autoheight.mm-menu_position-top{max-height:80%}.mm-menu_autoheight-measuring .mm-panel{display:block!important}.mm-menu_autoheight-measuring .mm-panels>.mm-panel{bottom:auto!important;height:auto!important}.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel{display:none!important}[class*=mm-menu_columns-]{-webkit-transition-property:width;-o-transition-property:width;transition-property:width}[class*=mm-menu_columns-] .mm-panels>.mm-panel{right:auto;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:width,transform;transition-property:width,transform;transition-property:width,transform,-webkit-transform}[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened,[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened-parent{display:block!important}[class*=mm-panel_columns-]{border-right:1px solid;border-color:inherit}.mm-menu_columns-1 .mm-panel_columns-0,.mm-menu_columns-2 .mm-panel_columns-1,.mm-menu_columns-3 .mm-panel_columns-2,.mm-menu_columns-4 .mm-panel_columns-3{border-right:none}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-0{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_columns-0 .mm-panels>.mm-panel{z-index:0}.mm-menu_columns-0 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-0 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_columns-0{width:80%;min-width:240px;max-width:0}.mm-wrapper_opening .mm-menu_columns-0~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-0~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:0px){.mm-wrapper_opening .mm-menu_columns-0~.mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:0px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-1{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_columns-1 .mm-panels>.mm-panel{z-index:1;width:100%}.mm-menu_columns-1 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-1 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}.mm-menu_columns-1{width:80%;min-width:240px;max-width:440px}.mm-wrapper_opening .mm-menu_columns-1~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-1~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_columns-1~.mm-slideout{-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-2{-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}.mm-menu_columns-2 .mm-panels>.mm-panel{z-index:2;width:50%}.mm-menu_columns-2 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-2 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}.mm-menu_columns-2{width:80%;min-width:240px;max-width:880px}.mm-wrapper_opening .mm-menu_columns-2~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-2~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:1100px){.mm-wrapper_opening .mm-menu_columns-2~.mm-slideout{-webkit-transform:translate3d(880px,0,0);transform:translate3d(880px,0,0)}}.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:1100px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-880px,0,0);transform:translate3d(-880px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-3{-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}.mm-menu_columns-3 .mm-panels>.mm-panel{z-index:3;width:33.34%}.mm-menu_columns-3 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-3 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}.mm-menu_columns-3{width:80%;min-width:240px;max-width:1320px}.mm-wrapper_opening .mm-menu_columns-3~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-3~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:1650px){.mm-wrapper_opening .mm-menu_columns-3~.mm-slideout{-webkit-transform:translate3d(1320px,0,0);transform:translate3d(1320px,0,0)}}.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:1650px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-1320px,0,0);transform:translate3d(-1320px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-4{-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}.mm-menu_columns-4 .mm-panels>.mm-panel{z-index:4;width:25%}.mm-menu_columns-4 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-4 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(500%,0,0);transform:translate3d(500%,0,0)}.mm-menu_columns-4{width:80%;min-width:240px;max-width:1760px}.mm-wrapper_opening .mm-menu_columns-4~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-4~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:2200px){.mm-wrapper_opening .mm-menu_columns-4~.mm-slideout{-webkit-transform:translate3d(1760px,0,0);transform:translate3d(1760px,0,0)}}.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:2200px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-1760px,0,0);transform:translate3d(-1760px,0,0)}}[class*=mm-menu_columns-].mm-menu_position-bottom,[class*=mm-menu_columns-].mm-menu_position-top{width:100%;max-width:100%;min-width:100%}.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front{-webkit-transition-property:width,min-width,max-width,-webkit-transform;transition-property:width,min-width,max-width,-webkit-transform;-o-transition-property:width,min-width,max-width,transform;transition-property:width,min-width,max-width,transform;transition-property:width,min-width,max-width,transform,-webkit-transform}.mm-counter{color:rgba(0,0,0,.3);display:block;padding-left:20px;float:right;text-align:right;color:var(--mm-color-text-dimmed)}.mm-listitem_nosubitems>.mm-counter{display:none}[dir=rtl] .mm-counter{text-align:left;float:left;padding-left:0;padding-right:20px}.mm-divider{position:relative;min-height:20px;padding:4.3px;background:#f3f3f3;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;min-height:var(--mm-line-height);padding:calc(((var(--mm-listitem-size) * .65) - var(--mm-line-height)) * .5);padding-right:10px;padding-left:20px;font-size:75%;text-transform:uppercase;background:var(--mm-color-background);opacity:1;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-divider:before{background:rgba(0,0,0,.05)}@supports ((position:-webkit-sticky) or (position:sticky)){.mm-divider{position:-webkit-sticky;position:sticky;z-index:2;top:0}.mm-navbar_sticky:not(.mm-hidden)~.mm-listview .mm-divider{top:var(--mm-navbar-size)}}.mm-divider:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--mm-color-background-highlight)}.mm-wrapper_dragging .mm-menu,.mm-wrapper_dragging .mm-slideout{-webkit-transition-duration:0s!important;-o-transition-duration:0s!important;transition-duration:0s!important;-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.mm-wrapper_dragging .mm-menu{pointer-events:none!important}.mm-wrapper_dragging .mm-wrapper__blocker{display:none!important}.mm-menu_dropdown{-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%}.mm-wrapper_dropdown .mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}.mm-wrapper_dropdown .mm-wrapper__blocker{-webkit-transition-delay:0s!important;-o-transition-delay:0s!important;transition-delay:0s!important;z-index:1}.mm-wrapper_dropdown .mm-menu_dropdown{z-index:2}.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown{display:none}.mm-menu_tip-bottom:before,.mm-menu_tip-left:before,.mm-menu_tip-right:before,.mm-menu_tip-top:before{content:'';background:inherit;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);display:block;width:15px;height:15px;position:absolute;z-index:-1;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.mm-menu_tip-left:before{left:22px}.mm-menu_tip-right:before{right:22px}.mm-menu_tip-top:before{top:-8px}.mm-menu_tip-bottom:before{bottom:-8px}:root{--mm-iconbar-size:50px}.mm-menu_iconbar-left .mm-navbars_bottom,.mm-menu_iconbar-left .mm-navbars_top,.mm-menu_iconbar-left .mm-panels{margin-left:50px;margin-left:var(--mm-iconbar-size)}.mm-menu_iconbar-right .mm-navbars_bottom,.mm-menu_iconbar-right .mm-navbars_top,.mm-menu_iconbar-right .mm-panels{margin-right:50px;margin-right:var(--mm-iconbar-size)}.mm-iconbar{width:50px;border-color:rgba(0,0,0,.1);background:#f3f3f3;color:rgba(0,0,0,.3);display:none;position:absolute;top:0;bottom:0;z-index:2;width:var(--mm-iconbar-size);overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;border:0 solid;border-color:var(--mm-color-border);background:var(--mm-color-background);color:var(--mm-color-text-dimmed);text-align:center}.mm-menu_iconbar-left .mm-iconbar,.mm-menu_iconbar-right .mm-iconbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mm-menu_iconbar-left .mm-iconbar{border-right-width:1px;left:0}.mm-menu_iconbar-right .mm-iconbar{border-left-width:1px;right:0}.mm-iconbar__bottom,.mm-iconbar__top{width:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-overflow-scrolling:touch;overflow:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain}.mm-iconbar__bottom>*,.mm-iconbar__top>*{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;padding:12.5px 0}.mm-iconbar__bottom a,.mm-iconbar__bottom a:hover,.mm-iconbar__top a,.mm-iconbar__top a:hover{text-decoration:none}.mm-iconbar__top{top:0}.mm-iconbar__bottom{bottom:0}.mm-iconbar__tab_selected{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}:root{--mm-iconpanel-size:50px}.mm-panel_iconpanel-1{width:calc(100% - 50px);width:calc(100% - (var(--mm-iconpanel-size) * 1))}.mm-panel_iconpanel-2{width:calc(100% - 100px);width:calc(100% - (var(--mm-iconpanel-size) * 2))}.mm-panel_iconpanel-3{width:calc(100% - 150px);width:calc(100% - (var(--mm-iconpanel-size) * 3))}.mm-panel_iconpanel-first~.mm-panel{width:calc(100% - 50px);width:calc(100% - var(--mm-iconpanel-size))}.mm-menu_iconpanel .mm-panels>.mm-panel{left:auto;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:transform,width;transition-property:transform,width;transition-property:transform,width,-webkit-transform}.mm-menu_iconpanel .mm-panels>.mm-panel_opened,.mm-menu_iconpanel .mm-panels>.mm-panel_opened-parent{display:block!important}.mm-menu_iconpanel .mm-panels>.mm-panel_opened-parent{overflow-y:hidden;-webkit-transform:unset;-ms-transform:unset;transform:unset}.mm-menu_iconpanel .mm-panels>.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0){border-left-width:1px;border-left-style:solid}.mm-menu_hidedivider .mm-panel_opened-parent .mm-divider,.mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar{opacity:0}.mm-panel__blocker{background:inherit;opacity:0;display:block;position:absolute;top:0;right:0;left:0;z-index:3;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-panel_opened-parent .mm-panel__blocker{opacity:.6;bottom:-100000px}[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel{left:0;right:auto;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:transform,width;transition-property:transform,width;transition-property:transform,width,-webkit-transform}[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0){border-left:none;border-right:1px solid;border-color:inherit}.mm-menu_keyboardfocus a:focus,.mm-menu_keyboardfocus.mm-menu_opened~.mm-wrapper__blocker a:focus{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis);outline:0}.mm-wrapper__blocker .mm-tabstart{cursor:default;display:block;width:100%;height:100%}.mm-wrapper__blocker .mm-tabend{opacity:0;position:absolute;bottom:0}.mm-navbars_top{-ms-flex-negative:0;flex-shrink:0}.mm-navbars_top .mm-navbar:not(:last-child){border-bottom:none}.mm-navbars_bottom{-ms-flex-negative:0;flex-shrink:0}.mm-navbars_bottom .mm-navbar{border-bottom:none}.mm-navbars_bottom .mm-navbar:first-child{border-top:1px solid rgba(0,0,0,.1);border-top:1px solid var(--mm-color-border)}.mm-btn:not(.mm-hidden)+.mm-navbar__searchfield .mm-searchfield__input{padding-left:0}.mm-navbar__searchfield:not(:last-child) .mm-searchfield__input{padding-right:0}.mm-navbar__breadcrumbs{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0 20px;overflow-x:auto;-webkit-overflow-scrolling:touch}.mm-navbar__breadcrumbs>*{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;padding-right:6px}.mm-navbar__breadcrumbs>a{text-decoration:underline}.mm-navbar__breadcrumbs:not(:last-child){padding-right:0}.mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs{padding-left:0}.mm-navbar_tabs>*{padding:0 10px;border:1px solid transparent}.mm-navbar__tab_selected{background:#f3f3f3;color:rgba(0,0,0,.75);background:var(--mm-color-background);color:var(--mm-color-text)}.mm-navbar__tab_selected:not(:first-child){border-left-color:rgba(0,0,0,.1)}.mm-navbar__tab_selected:not(:last-child){border-right-color:rgba(0,0,0,.1)}.mm-navbar__tab_selected:not(:first-child){border-left-color:var(--mm-color-border)}.mm-navbar__tab_selected:not(:last-child){border-right-color:var(--mm-color-border)}.mm-navbars_top .mm-navbar_tabs{border-bottom:none}.mm-navbars_top .mm-navbar_tabs>*{border-bottom-color:rgba(0,0,0,.1);border-bottom-color:var(--mm-color-border)}.mm-navbars_top .mm-navbar__tab_selected{border-top-color:rgba(0,0,0,.1);border-top-color:var(--mm-color-border);border-bottom-color:transparent}.mm-navbars_top.mm-navbars_has-tabs .mm-navbar{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar{background:#f3f3f3;background:var(--mm-color-background)}.mm-navbars_bottom .mm-navbar_tabs:first-child{border-top:none}.mm-navbars_bottom .mm-navbar_tabs>*{border-top-color:rgba(0,0,0,.1);border-top-color:var(--mm-color-border)}.mm-navbars_bottom .mm-navbar__tab_selected{border-bottom-color:rgba(0,0,0,.1);border-bottom-color:var(--mm-color-border);border-top-color:transparent}.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar{background:#f3f3f3;background:var(--mm-color-background)}.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs,.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-searchfield{height:44px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:var(--mm-navbar-size);padding:0;overflow:hidden}.mm-searchfield input{height:30.8px;line-height:30.8px}.mm-searchfield input,.mm-searchfield input:focus,.mm-searchfield input:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.75)}.mm-searchfield input{display:block;width:100%;max-width:100%;height:calc(var(--mm-navbar-size) * .7);min-height:unset;max-height:unset;margin:0;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box;border:none!important;border-radius:4px;line-height:calc(var(--mm-navbar-size) * .7);-webkit-box-shadow:none!important;box-shadow:none!important;outline:0!important;font:inherit;font-size:inherit}.mm-searchfield input,.mm-searchfield input:focus,.mm-searchfield input:hover{background:var(--mm-color-background-highlight);color:var(--mm-color-text)}.mm-searchfield input::-ms-clear{display:none}.mm-searchfield__input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:100%;max-width:100%;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-panel__noresultsmsg{color:rgba(0,0,0,.3);padding:50px 0;color:var(--mm-color-text-dimmed);text-align:center;font-size:150%}.mm-searchfield__btn{position:absolute;right:0;top:0;bottom:0}.mm-panel_search{left:0!important;right:0!important;width:100%!important;border-left:none!important}.mm-searchfield__cancel{line-height:44px;display:block;padding-right:10px;margin-right:-100px;line-height:var(--mm-navbar-size);text-decoration:none;-webkit-transition:margin .4s ease;-o-transition:margin .4s ease;transition:margin .4s ease}.mm-searchfield__cancel-active{margin-right:0}.mm-listitem_nosubitems>.mm-listitem__btn{display:none}.mm-listitem_nosubitems>.mm-listitem__text{padding-right:10px}.mm-listitem_onlysubitems>.mm-listitem__text:not(.mm-listitem__btn){z-index:-1;pointer-events:none}.mm-sectionindexer{background:inherit;text-align:center;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;width:20px;position:absolute;top:0;bottom:0;right:-20px;z-index:5;-webkit-transition:right .4s ease;-o-transition:right .4s ease;transition:right .4s ease;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:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.mm-sectionindexer a{color:rgba(0,0,0,.3);color:var(--mm-color-text-dimmed);line-height:1;text-decoration:none;display:block}.mm-sectionindexer~.mm-panel{padding-right:0}.mm-sectionindexer_active{right:0}.mm-sectionindexer_active~.mm-panel{padding-right:20px}.mm-menu_selected-hover .mm-listitem__btn,.mm-menu_selected-hover .mm-listitem__text,.mm-menu_selected-parent .mm-listitem__btn,.mm-menu_selected-parent .mm-listitem__text{-webkit-transition:background-color .4s ease;-o-transition:background-color .4s ease;transition:background-color .4s ease}.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected:not(:hover)>.mm-listitem__text{background:0 0}.mm-menu_selected-hover .mm-listitem__btn:hover,.mm-menu_selected-hover .mm-listitem__text:hover{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>.mm-listitem__text{background:0 0}.mm-menu_selected-parent .mm-listitem_selected-parent>.mm-listitem__btn,.mm-menu_selected-parent .mm-listitem_selected-parent>.mm-listitem__text{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}:root{--mm-sidebar-collapsed-size:50px;--mm-sidebar-expanded-size:440px}.mm-wrapper_sidebar-collapsed body,.mm-wrapper_sidebar-expanded body{position:relative}.mm-wrapper_sidebar-collapsed .mm-slideout,.mm-wrapper_sidebar-expanded .mm-slideout{-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:width,transform;transition-property:width,transform;transition-property:width,transform,-webkit-transform}.mm-wrapper_sidebar-collapsed .mm-page,.mm-wrapper_sidebar-expanded .mm-page{background:inherit;-webkit-box-sizing:border-box;box-sizing:border-box;min-height:100vh}.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed,.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;top:0!important;right:auto!important;bottom:0!important;left:0!important}.mm-wrapper_sidebar-collapsed .mm-slideout{width:calc(100% - 50px);-webkit-transform:translate3d(50px,0,0);transform:translate3d(50px,0,0);width:calc(100% - var(--mm-sidebar-collapsed-size));-webkit-transform:translate3d(var(--mm-sidebar-collapsed-size),0,0);transform:translate3d(var(--mm-sidebar-collapsed-size),0,0)}.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-divider,.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar{opacity:0}.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded{width:440px;width:var(--mm-sidebar-expanded-size);min-width:0!important;max-width:100000px!important;border-right-width:1px;border-right-style:solid}.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after{content:none;display:none}.mm-wrapper_sidebar-expanded.mm-wrapper_blocking,.mm-wrapper_sidebar-expanded.mm-wrapper_blocking body{overflow:visible}.mm-wrapper_sidebar-expanded .mm-wrapper__blocker{display:none!important}.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout{width:calc(100% - 440px);-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0);width:calc(100% - var(--mm-sidebar-expanded-size));-webkit-transform:translate3d(var(--mm-sidebar-expanded-size),0,0);transform:translate3d(var(--mm-sidebar-expanded-size),0,0)}.mm-menu__blocker{background:rgba(3,2,1,0);display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:3}.mm-menu_opened .mm-menu__blocker{display:none}[dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}[dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}input.mm-toggle{margin-top:5px;background:rgba(0,0,0,.1);display:inline-block;min-width:58px;width:58px;height:34px;margin:0 10px;margin-top:calc((var(--mm-listitem-size) - 34px)/ 2);border:none!important;background:var(--mm-color-border);border-radius:34px;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;cursor:pointer;-webkit-transition:background-color .2s ease;-o-transition:background-color .2s ease;transition:background-color .2s ease}input.mm-toggle:before{background:#f3f3f3}input.mm-toggle:before{content:'';display:block;width:32px;height:32px;margin:1px;border-radius:34px;background:var(--mm-color-background);-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;-o-transition:transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}input.mm-toggle:checked{background:#4bd963}input.mm-toggle:checked:before{-webkit-transform:translateX(24px);-ms-transform:translateX(24px);transform:translateX(24px)}input.mm-check{margin-top:2px;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:none!important;background:0 0!important;cursor:pointer;display:inline-block;width:40px;height:40px;margin:0 10px;margin-top:calc((var(--mm-listitem-size) - 40px)/ 2)}input.mm-check:before{content:'';display:block;width:40%;height:20%;margin:25% 0 0 20%;border-left:3px solid;border-bottom:3px solid;border-color:var(--mm-color-text);opacity:.3;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease}input.mm-check:checked:before{opacity:1}[dir=rtl] input.mm-toggle:checked~label.mm-toggle:before{float:left}.mm-menu_border-none .mm-listitem:after{content:none}.mm-menu_border-full .mm-listitem:after{left:0!important}.mm-menu_fx-menu-slide{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-wrapper_opened .mm-menu_fx-menu-slide{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-wrapper_opening .mm-menu_fx-menu-slide{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-none .mm-panel,.mm-panel_fx-none{-webkit-transition-property:none;-o-transition-property:none;transition-property:none}.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent,.mm-panel_fx-none.mm-panel_opened-parent{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu_fullscreen{width:100%;min-width:140px;max-width:10000px}.mm-wrapper_opening .mm-menu_fullscreen~.mm-slideout{-webkit-transform:translate3d(100vw,0,0);transform:translate3d(100vw,0,0)}@media all and (max-width:140px){.mm-wrapper_opening .mm-menu_fullscreen~.mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:10000px){.mm-wrapper_opening .mm-menu_fullscreen~.mm-slideout{-webkit-transform:translate3d(10000px,0,0);transform:translate3d(10000px,0,0)}}.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-100vw,0,0);transform:translate3d(-100vw,0,0)}@media all and (max-width:140px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:10000px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-10000px,0,0);transform:translate3d(-10000px,0,0)}}.mm-menu_fullscreen.mm-menu_position-top{height:100vh;min-height:140px;max-height:10000px}.mm-menu_fullscreen.mm-menu_position-bottom{height:100vh;min-height:140px;max-height:10000px}.mm-menu_listview-justify .mm-panels>.mm-panel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mm-menu_listview-justify .mm-panels>.mm-panel:after{content:none;display:none}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listview{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;margin-top:0;margin-bottom:0}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;min-height:50px}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem__text{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mm-listview_inset{list-style:inside disc;width:100%;padding:0 30px 15px 30px;margin:0}.mm-listview_inset .mm-listitem{padding:5px 0}.mm-menu_multiline .mm-listitem__text{-o-text-overflow:clip;text-overflow:clip;white-space:normal}[class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker{opacity:0}.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker{opacity:.3;-webkit-transition:opacity .4s ease .4s;-o-transition:opacity .4s ease .4s;transition:opacity .4s ease .4s}.mm-menu_opened.mm-menu_pagedim~.mm-wrapper__blocker{background:inherit}.mm-menu_opened.mm-menu_pagedim-black~.mm-wrapper__blocker{background:#000}.mm-menu_opened.mm-menu_pagedim-white~.mm-wrapper__blocker{background:#fff}.mm-menu_popup{-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease;opacity:0;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%;min-height:140px;max-height:880px;top:50%;left:50%;bottom:auto;right:auto;z-index:2;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.mm-menu_popup.mm-menu_opened~.mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}.mm-menu_popup.mm-menu_opened~.mm-wrapper__blocker{-webkit-transition-delay:0s!important;-o-transition-delay:0s!important;transition-delay:0s!important;z-index:1}.mm-wrapper_opening .mm-menu_popup{opacity:1}.mm-menu_position-right{left:auto;right:0}.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}}.mm-menu_position-bottom,.mm-menu_position-front,.mm-menu_position-top{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-menu_position-bottom.mm-menu_opened,.mm-menu_position-front.mm-menu_opened,.mm-menu_position-top.mm-menu_opened{z-index:2}.mm-menu_position-bottom.mm-menu_opened~.mm-slideout,.mm-menu_position-front.mm-menu_opened~.mm-slideout,.mm-menu_position-top.mm-menu_opened~.mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}.mm-menu_position-bottom.mm-menu_opened~.mm-wrapper__blocker,.mm-menu_position-front.mm-menu_opened~.mm-wrapper__blocker,.mm-menu_position-top.mm-menu_opened~.mm-wrapper__blocker{z-index:1}.mm-menu_position-front{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu_position-front.mm-menu_position-right{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_position-bottom,.mm-menu_position-top{width:100%;min-width:100%;max-width:100%}.mm-menu_position-top{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.mm-menu_position-top{height:80vh;min-height:140px;max-height:880px}.mm-menu_position-bottom{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);top:auto}.mm-menu_position-bottom{height:80vh;min-height:140px;max-height:880px}.mm-wrapper_opening .mm-menu_position-bottom,.mm-wrapper_opening .mm-menu_position-front,.mm-wrapper_opening .mm-menu_position-top{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_shadow-page:after{-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);content:'';display:block;width:20px;height:120%;position:absolute;left:100%;top:-10%;z-index:100;-webkit-clip-path:polygon(-20px 0,0 0,0 100%,-20px 100%);clip-path:polygon(-20px 0,0 0,0 100%,-20px 100%);-webkit-box-shadow:var(--mm-shadow);box-shadow:var(--mm-shadow)}.mm-menu_shadow-page.mm-menu_position-right:after{left:auto;right:100%;-webkit-clip-path:polygon(20px 0,40px 0,40px 100%,20px 100%);clip-path:polygon(20px 0,40px 0,40px 100%,20px 100%)}.mm-menu_shadow-page.mm-menu_position-front:after{content:none;display:none}.mm-menu_shadow-menu{-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);-webkit-box-shadow:var(--mm-shadow);box-shadow:var(--mm-shadow)}.mm-menu_shadow-panels .mm-panels>.mm-panel{-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);-webkit-box-shadow:var(--mm-shadow);box-shadow:var(--mm-shadow)}.mm-menu_theme-white{--mm-color-border:rgba( 0,0,0, 0.1 );--mm-color-button:rgba( 0,0,0, 0.3 );--mm-color-text:rgba( 0,0,0, 0.7 );--mm-color-text-dimmed:rgba( 0,0,0, 0.3 );--mm-color-background:#fff;--mm-color-background-highlight:rgba( 0,0,0, 0.06 );--mm-color-background-emphasis:rgba( 0,0,0, 0.03 );--mm-shadow:0 0 10px rgba( 0,0,0, 0.2 )}.mm-menu_theme-dark{--mm-color-border:rgba( 0,0,0, 0.3 );--mm-color-button:rgba( 255,255,255, 0.4 );--mm-color-text:rgba( 255,255,255, 0.85 );--mm-color-text-dimmed:rgba( 255,255,255, 0.4 );--mm-color-background:#333;--mm-color-background-highlight:rgba( 255,255,255, 0.08 );--mm-color-background-emphasis:rgba( 0,0,0, 0.1 );--mm-shadow:0 0 20px rgba( 0,0,0, 0.5 )}.mm-menu_theme-black{--mm-color-border:rgba( 255,255,255, 0.25 );--mm-color-button:rgba( 255,255,255, 0.4 );--mm-color-text:rgba( 255,255,255, 0.75 );--mm-color-text-dimmed:rgba( 255,255,255, 0.4 );--mm-color-background:#000;--mm-color-background-highlight:rgba( 255,255,255, 0.2 );--mm-color-background-emphasis:rgba( 255,255,255, 0.15 );--mm-shadow:none}body.modal-open .mm-slideout{z-index:unset}
/* End */


/* Start:/bitrix/templates/clinic_ge/js/slick/slick.css?16783542431776*/
/* Slider */
.slick-slider
{
    position: relative;

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

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

/* End */


/* Start:/bitrix/templates/clinic_ge/js/fancybox/jquery.fancybox.min.css?167835424312795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/bitrix/templates/clinic_ge/css/main.css?1758537452188752*/
/* fonts */
@font-face {
  font-family: 'Futura PT';
  src: url('/bitrix/templates/clinic_ge/css/../fonts/FuturaPT-Book/FuturaPT-Book.woff2') format('woff2'), url('/bitrix/templates/clinic_ge/css/../fonts/FuturaPT-Book/FuturaPT-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Futura PT';
  src: url('/bitrix/templates/clinic_ge/css/../fonts/FuturaPT-Medium/FuturaPT-Medium.woff2') format('woff2'), url('/bitrix/templates/clinic_ge/css/../fonts/FuturaPT-Medium/FuturaPT-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Futura PT';
  src: url('/bitrix/templates/clinic_ge/css/../fonts/FuturaPT-Demi/FuturaPT-Demi.woff2') format('woff2'), url('/bitrix/templates/clinic_ge/css/../fonts/FuturaPT-Demi/FuturaPT-Demi.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Futura PT';
  src: url('/bitrix/templates/clinic_ge/css/../fonts/FuturaPT-Bold/FuturaPT-Bold.woff2') format('woff2'), url('/bitrix/templates/clinic_ge/css/../fonts/FuturaPT-Bold/FuturaPT-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('/bitrix/templates/clinic_ge/css/../fonts/PlayfairDisplay-Regular/PlayfairDisplay-Regular.woff2') format('woff2'), url('/bitrix/templates/clinic_ge/css/../fonts/PlayfairDisplay-Regular/PlayfairDisplay-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('/bitrix/templates/clinic_ge/css/../fonts/PlayfairDisplay-Bold/PlayfairDisplay-Bold.woff2') format('woff2'), url('/bitrix/templates/clinic_ge/css/../fonts/PlayfairDisplay-Bold/PlayfairDisplay-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
/* fonts end */

@media (prefers-color-scheme: dark) {
  body {
    background-color: #ffffff;
  }
}

html {
  height: 100%;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Futura PT', Arial, serif;
  background-color: #ffffff;
  color: #637c7f;
  overflow-x: hidden;
}

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

img {
  max-width: 100%;
  height: auto;
  /* display: block; */
}

a,
button {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button:focus,
input:focus,
select:focus,
button:active,
input:active,
select:active {
  outline: none;
}

ul[class],
ol[class] {
  list-style: none;
  padding: 0;
  margin: 0;
}

a:not([class]) {
  color: #27666e;
  text-decoration: underline;
}

a:not([class]):hover {
  color: #78a4aa;
  text-decoration: none;
}

hr {
  border-top: 1px solid #27666e;
}

.hidden {
  display: none;
}

h1,
h2,
h3 {
  font-weight: 600;
}

.wrapper {
  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;
  position: relative;
}

.main-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.main-content p {
  text-align: justify;
}

.site-footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.row-flex--margin {
  margin: 0 -15px;
}

.row-flex-align-v-center {
  align-items: center;
}

.column {
  padding: 0 15px;
}

.column-20 {
  flex: 0 0 20%;
  max-width: 20%;
}

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

.column-30 {
  flex: 0 0 30%;
  max-width: 30%;
}

.column-33 {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.column-40 {
  flex: 0 0 40%;
  max-width: 40%;
}

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

.column-60 {
  flex: 0 0 60%;
  max-width: 60%;
}

.column-70 {
  flex: 0 0 70%;
  max-width: 70%;
}

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

.column-80 {
  flex: 0 0 80%;
  max-width: 80%;
}

.svg-icon {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: sub;
}

.svg-icon.svg-icon-15 {
  width: 15px;
  height: 15px;
}

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

.svg-icon.svg-icon-50 {
  width: 50px;
  height: 50px;
}

.svg-icon-clock {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23B2D0D5' enable-background='new 0 0 443.294 443.294' height='512' viewBox='0 0 443.294 443.294' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m221.647 0c-122.214 0-221.647 99.433-221.647 221.647s99.433 221.647 221.647 221.647 221.647-99.433 221.647-221.647-99.433-221.647-221.647-221.647zm0 415.588c-106.941 0-193.941-87-193.941-193.941s87-193.941 193.941-193.941 193.941 87 193.941 193.941-87 193.941-193.941 193.941z'/%3E%3Cpath d='m235.5 83.118h-27.706v144.265l87.176 87.176 19.589-19.589-79.059-79.059z'/%3E%3C/svg%3E");
}

.marker-address__point::before,
.svg-icon-phone {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='611.989px' height='611.989px' viewBox='0 0 611.989 611.989' style='enable-background:new 0 0 611.989 611.989;' xml:space='preserve' fill='%23B2D0D5'%3E%3Cg%3E%3Cg id='_x34__16_'%3E%3Cg%3E%3Cpath d='M593.742,68.874l-56.656-56.499l0,0c-15.65-15.591-41.006-15.591-56.656,0l-84.985,112.998 c-12.992,19.135-15.65,40.888,0,56.499l34.667,34.568c-25.71,34.451-56.577,72.031-91.323,106.68 c-39.274,39.175-82.997,74.807-122.29,104.041l-33.506-33.428l0,0c-15.65-15.61-37.462-12.953-56.656,0L13.023,478.482 c-18.997,13.091-15.65,40.907,0,56.499l56.656,56.499c31.281,31.202,71.992,21.201,113.313,0c0,0,125.066-70.023,232.139-176.801 c100.714-100.438,178.611-232.828,178.611-232.828C609.983,137.342,625.023,100.096,593.742,68.874z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}

.svg-icon-vk {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 511.962 511.962' style='enable-background:new 0 0 511.962 511.962;' xml:space='preserve' width='512px' height='512px'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M507.399,370.471c-1.376-2.304-9.888-20.8-50.848-58.816c-42.88-39.808-37.12-33.344,14.528-102.176 c31.456-41.92,44.032-67.52,40.096-78.464c-3.744-10.432-26.88-7.68-26.88-7.68l-76.928,0.448c0,0-5.696-0.768-9.952,1.76 c-4.128,2.496-6.784,8.256-6.784,8.256s-12.192,32.448-28.448,60.032c-34.272,58.208-48,61.28-53.6,57.664 c-13.024-8.416-9.76-33.856-9.76-51.904c0-56.416,8.544-79.936-16.672-86.016c-8.384-2.016-14.528-3.36-35.936-3.584 c-27.456-0.288-50.72,0.096-63.872,6.528c-8.768,4.288-15.52,13.856-11.392,14.4c5.088,0.672,16.608,3.104,22.72,11.424 c7.904,10.72,7.616,34.848,7.616,34.848s4.544,66.4-10.592,74.656c-10.4,5.664-24.64-5.888-55.2-58.72 c-15.648-27.04-27.488-56.96-27.488-56.96s-2.272-5.568-6.336-8.544c-4.928-3.616-11.84-4.768-11.84-4.768l-73.152,0.448 c0,0-10.976,0.32-15.008,5.088c-3.584,4.256-0.288,13.024-0.288,13.024s57.28,133.984,122.112,201.536 c59.488,61.92,127.008,57.856,127.008,57.856h30.592c0,0,9.248-1.024,13.952-6.112c4.352-4.672,4.192-13.44,4.192-13.44 s-0.608-41.056,18.464-47.104c18.784-5.952,42.912,39.68,68.48,57.248c19.328,13.28,34.016,10.368,34.016,10.368l68.384-0.96 C488.583,400.807,524.359,398.599,507.399,370.471z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23FFFFFF'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.svg-icon-instagram {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve' width='512px' height='512px' class=''%3E%3Cg%3E%3Cg%3E%3Cpath d='M256,152c-57.9,0-105,47.1-105,105s47.1,105,105,105s105-47.1,105-105S313.9,152,256,152z M256,152 c-57.9,0-105,47.1-105,105s47.1,105,105,105s105-47.1,105-105S313.9,152,256,152z M437,0H75C33.6,0,0,33.6,0,75v362 c0,41.4,33.6,75,75,75h362c41.4,0,75-33.6,75-75V75C512,33.6,478.4,0,437,0z M256,392c-74.399,0-135-60.601-135-135 c0-74.401,60.601-135,135-135s135,60.599,135,135C391,331.399,330.399,392,256,392z M421,122c-16.5,0-30-13.5-30-30s13.5-30,30-30 s30,13.5,30,30S437.5,122,421,122z M256,152c-57.9,0-105,47.1-105,105s47.1,105,105,105s105-47.1,105-105S313.9,152,256,152z M256,152c-57.9,0-105,47.1-105,105s47.1,105,105,105s105-47.1,105-105S313.9,152,256,152z M256,152c-57.9,0-105,47.1-105,105 s47.1,105,105,105s105-47.1,105-105S313.9,152,256,152z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23FFFFFF'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.svg-icon-tiktok {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 448 512' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z'/%3E%3C/svg%3E");
}

.svg-icon-close {
  background-image: url("data:image/svg+xml,%3Csvg height='311pt' viewBox='0 0 311 311.07733' width='311pt' fill='%2327666E' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16.035156 311.078125c-4.097656 0-8.195312-1.558594-11.308594-4.695313-6.25-6.25-6.25-16.382812 0-22.632812l279.0625-279.0625c6.25-6.25 16.382813-6.25 22.632813 0s6.25 16.382812 0 22.636719l-279.058594 279.058593c-3.136719 3.117188-7.234375 4.695313-11.328125 4.695313zm0 0'/%3E%3Cpath d='m295.117188 311.078125c-4.097657 0-8.191407-1.558594-11.308594-4.695313l-279.082032-279.058593c-6.25-6.253907-6.25-16.386719 0-22.636719s16.382813-6.25 22.636719 0l279.058594 279.0625c6.25 6.25 6.25 16.382812 0 22.632812-3.136719 3.117188-7.230469 4.695313-11.304687 4.695313zm0 0'/%3E%3C/svg%3E");
}

.svg-icon-menu {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' fill='%2327666E' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='24.75px' height='24.75px' viewBox='0 0 24.75 24.75' style='enable-background:new 0 0 24.75 24.75;' xml:space='preserve' %3E%3Cg%3E%3Cpath d='M0,3.875c0-1.104,0.896-2,2-2h20.75c1.104,0,2,0.896,2,2s-0.896,2-2,2H2C0.896,5.875,0,4.979,0,3.875z M22.75,10.375H2 c-1.104,0-2,0.896-2,2c0,1.104,0.896,2,2,2h20.75c1.104,0,2-0.896,2-2C24.75,11.271,23.855,10.375,22.75,10.375z M22.75,18.875H2 c-1.104,0-2,0.896-2,2s0.896,2,2,2h20.75c1.104,0,2-0.896,2-2S23.855,18.875,22.75,18.875z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}

.svg-icon-wtatsapp {
  background-image: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgo8cGF0aCBzdHlsZT0iZmlsbDojNENBRjUwOyIgZD0iTTI1Ni4wNjQsMGgtMC4xMjhsMCwwQzExNC43ODQsMCwwLDExNC44MTYsMCwyNTZjMCw1NiwxOC4wNDgsMTA3LjkwNCw0OC43MzYsMTUwLjA0OGwtMzEuOTA0LDk1LjEwNCAgbDk4LjQtMzEuNDU2QzE1NS43MTIsNDk2LjUxMiwyMDQsNTEyLDI1Ni4wNjQsNTEyQzM5Ny4yMTYsNTEyLDUxMiwzOTcuMTUyLDUxMiwyNTZTMzk3LjIxNiwwLDI1Ni4wNjQsMHoiLz4KPHBhdGggc3R5bGU9ImZpbGw6I0ZBRkFGQTsiIGQ9Ik00MDUuMDI0LDM2MS41MDRjLTYuMTc2LDE3LjQ0LTMwLjY4OCwzMS45MDQtNTAuMjQsMzYuMTI4Yy0xMy4zNzYsMi44NDgtMzAuODQ4LDUuMTItODkuNjY0LTE5LjI2NCAgQzE4OS44ODgsMzQ3LjIsMTQxLjQ0LDI3MC43NTIsMTM3LjY2NCwyNjUuNzkyYy0zLjYxNi00Ljk2LTMwLjQtNDAuNDgtMzAuNC03Ny4yMTZzMTguNjU2LTU0LjYyNCwyNi4xNzYtNjIuMzA0ICBjNi4xNzYtNi4zMDQsMTYuMzg0LTkuMTg0LDI2LjE3Ni05LjE4NGMzLjE2OCwwLDYuMDE2LDAuMTYsOC41NzYsMC4yODhjNy41MiwwLjMyLDExLjI5NiwwLjc2OCwxNi4yNTYsMTIuNjQgIGM2LjE3NiwxNC44OCwyMS4yMTYsNTEuNjE2LDIzLjAwOCw1NS4zOTJjMS44MjQsMy43NzYsMy42NDgsOC44OTYsMS4wODgsMTMuODU2Yy0yLjQsNS4xMi00LjUxMiw3LjM5Mi04LjI4OCwxMS43NDQgIGMtMy43NzYsNC4zNTItNy4zNiw3LjY4LTExLjEzNiwxMi4zNTJjLTMuNDU2LDQuMDY0LTcuMzYsOC40MTYtMy4wMDgsMTUuOTM2YzQuMzUyLDcuMzYsMTkuMzkyLDMxLjkwNCw0MS41MzYsNTEuNjE2ICBjMjguNTc2LDI1LjQ0LDUxLjc0NCwzMy41NjgsNjAuMDMyLDM3LjAyNGM2LjE3NiwyLjU2LDEzLjUzNiwxLjk1MiwxOC4wNDgtMi44NDhjNS43MjgtNi4xNzYsMTIuOC0xNi40MTYsMjAtMjYuNDk2ICBjNS4xMi03LjIzMiwxMS41ODQtOC4xMjgsMTguMzY4LTUuNTY4YzYuOTEyLDIuNCw0My40ODgsMjAuNDgsNTEuMDA4LDI0LjIyNGM3LjUyLDMuNzc2LDEyLjQ4LDUuNTY4LDE0LjMwNCw4LjczNiAgQzQxMS4yLDMyOS4xNTIsNDExLjIsMzQ0LjAzMiw0MDUuMDI0LDM2MS41MDR6Ii8+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=');
}
.svg-icon-viber {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cpath style='fill:%23665CAC;' d='M307.207,0H204.794C105.969,0,25.571,80.398,25.571,179.223v76.81 c0,69.381,40.014,132.344,102.413,161.961v85.537c0,7.427,9.291,11.31,14.569,6.035l74.309-74.31h90.344 c98.824,0,179.223-80.398,179.223-179.223v-76.81C486.429,80.398,406.03,0,307.207,0z'/%3E%3Cpath style='fill:%23523494;' d='M153.587,417.993c-62.399-29.618-102.413-92.58-102.413-161.961v-76.81 C51.174,80.398,131.573,0,230.397,0h-25.603C105.969,0,25.571,80.398,25.571,179.223v76.81c0,69.381,40.014,132.344,102.413,161.961 v85.537c0,7.427,9.291,11.31,14.569,6.035l11.034-11.034V417.993z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M384.85,318.101l-7.673-41.566c-0.635-3.434-3.295-6.135-6.719-6.82l-60.347-12.069 c-2.803-0.558-5.691,0.317-7.71,2.334l-24.517,24.518c-41.308-18.509-64.234-41.485-84.406-84.566l24.438-24.437 c2.017-2.018,2.893-4.912,2.334-7.71l-12.069-60.348c-0.685-3.423-3.386-6.085-6.82-6.719l-41.566-7.672 c-1.138-0.209-2.31-0.187-3.44,0.07c-10.975,2.493-20.989,8.023-28.96,15.996c-13.802,13.802-19.077,33.942-15.253,58.243 c6.419,40.806,26.411,97.594,63.296,134.627l0.504,0.5c37.004,36.859,93.793,56.853,134.601,63.273 c5.141,0.81,10.092,1.211,14.84,1.211c17.695,0,32.52-5.582,43.405-16.465c7.971-7.972,13.503-17.986,15.995-28.959 C385.036,320.411,385.06,319.241,384.85,318.101z'/%3E%3Cg%3E%3Cpolygon style='fill:%23E5E5E5;' points='209.571,183.839 217.915,175.494 217.924,175.485 209.57,183.838 '/%3E%3Crect x='292.235' y='264.183' transform='matrix(0.7071 -0.7071 0.7071 0.7071 -99.4675 288.2322)' style='fill:%23E5E5E5;' width='11.916' height='0.002'/%3E%3Cpath style='fill:%23E5E5E5;' d='M341.473,350.871c-4.748,0-9.699-0.401-14.84-1.211c-40.807-6.42-97.596-26.414-134.601-63.273 l-0.504-0.5c-36.885-37.033-56.877-93.821-63.296-134.627c-3.089-19.633-0.233-36.548,8.256-49.601 c-3.251,2.169-6.302,4.657-9.097,7.452c-13.802,13.802-19.077,33.942-15.253,58.243c6.419,40.806,26.411,97.594,63.296,134.627 l0.504,0.5c37.004,36.859,93.793,56.853,134.601,63.273c5.141,0.81,10.092,1.211,14.84,1.211c17.695,0,32.52-5.581,43.405-16.465 c2.794-2.795,5.282-5.845,7.451-9.096C366.598,347.672,354.858,350.871,341.473,350.871z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='fill:%23FFFFFF;' d='M273.069,145.085c-4.713,0-8.534,3.821-8.534,8.534s3.821,8.534,8.534,8.534 c18.824,0,34.138,15.314,34.138,34.138c0,4.65,3.884,8.534,8.534,8.534s8.534-3.884,8.534-8.534 C324.276,168.055,301.305,145.085,273.069,145.085z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M273.069,110.947c-3.157,0-6.343,0.175-9.471,0.52c-4.685,0.517-8.064,4.734-7.547,9.42 s4.743,8.056,9.42,7.547c2.508-0.277,5.064-0.418,7.598-0.418c37.647,0,68.275,30.628,68.275,68.275 c0,2.535-0.141,5.091-0.418,7.599c-0.51,4.621,2.924,8.911,7.547,9.42c4.622,0.509,8.909-2.924,9.42-7.547 c0.345-3.128,0.52-6.314,0.52-9.472C358.413,149.233,320.128,110.947,273.069,110.947z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M273.069,76.81c-3.05,0-6.139,0.116-9.179,0.347c-4.7,0.356-8.222,4.456-7.866,9.155 c0.355,4.7,4.469,8.222,9.155,7.866c2.613-0.199,5.268-0.299,7.89-0.299c56.471,0,102.413,45.942,102.413,102.413 c0,7.99-0.922,15.944-2.74,23.64c-1.043,4.41,1.673,8.994,6.046,10.192c4.601,1.26,9.469-1.625,10.565-6.266 c2.122-8.981,3.198-18.255,3.198-27.566C392.551,130.409,338.952,76.81,273.069,76.81z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}

.svg-icon-address {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' fill='%2327666E' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M256,120c-33.091,0-60,26.909-60,60c0,33.249,26.861,60,60,60c33.733,0,60-27.255,60-60C316,146.909,289.091,120,256,120z '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M256,0C156.742,0,76,80.742,76,180c0,33.53,9.287,66.255,26.851,94.644l142.896,230.259 c5.925,9.569,19.895,9.423,25.635-0.205L410.63,272.212C427.211,244.424,436,212.534,436,180C436,80.742,355.258,0,256,0z M256,270.2c-50.345,0-90.2-40.979-90.2-90.2c0-49.629,40.571-90.2,90.2-90.2s90.2,40.571,90.2,90.2 C346.2,228.787,306.881,270.2,256,270.2z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}

.svg-icon-envelope {
  background-image: url("data:image/svg+xml,%3Csvg id='Capa_1' fill='%2327666E' enable-background='new 0 0 511.996 511.996' height='512' viewBox='0 0 511.996 511.996' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m230.9 253.371c13.369 8.913 36.827 8.914 50.199-.001.002-.001.005-.003.007-.004l227.865-151.911c-7.474-21.616-28.018-37.188-52.142-37.188h-401.663c-24.125 0-44.668 15.572-52.143 37.188l227.87 151.912c.003.002.005.002.007.004z'/%3E%3Cpath d='m297.746 278.328c-.003.002-.005.004-.007.005-11.702 7.801-26.724 11.702-41.741 11.702-15.02 0-30.036-3.9-41.739-11.703-.002-.001-.003-.002-.005-.003l-214.254-142.835v257.072c0 30.417 24.747 55.163 55.166 55.163h401.666c30.418 0 55.164-24.746 55.164-55.163v-257.072z'/%3E%3C/svg%3E");
}

.svg-icon-metro {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='94.69px' height='94.691px' fill='%2327666E' viewBox='0 0 94.69 94.691' style='enable-background:new 0 0 94.69 94.691;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M62.695,10.642l-15.35,48.393L31.996,10.642C13.737,16.918,0,33.943,0,53.461c0,11.756,4.796,22.597,12.555,30.587h22.254 l2.333-10.117C10.556,63.514,15.583,31.235,25.221,25.966C26.365,26.31,43.129,83.81,43.129,83.81c0.229,0,0.973,0,1.882,0 c0.192,0,0.915,0,1.816,0c0.326,0,0.678,0,1.035,0c0.612,0,1.247,0,1.815,0c0.91,0,1.653,0,1.883,0c0,0,16.765-57.5,17.908-57.844 c9.639,5.269,14.664,37.548-11.922,47.965l2.334,10.117h22.254c7.76-7.99,12.556-18.831,12.556-30.587 C94.69,33.943,80.953,16.918,62.695,10.642z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
}

.svg-icon-fax {
  background-image: url("data:image/svg+xml,%3Csvg id='Capa_1' fill='%2327666E' enable-background='new 0 0 512 512' height='512' viewBox='0 0 512 512' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='m0 136v300c0 8.291 6.709 15 15 15h30v-330h-30c-8.291 0-15 6.709-15 15z'/%3E%3Cpath d='m167 91h-62c-16.538 0-30 13.462-30 30v330c0 16.538 13.462 30 30 30h62c16.538 0 30-13.462 30-30v-330c0-16.538-13.462-30-30-30z'/%3E%3Cpath d='m452 46c0-8.286-6.716-15-15-15h-120c-8.284 0-15 6.714-15 15v135h150z'/%3E%3Cpath d='m497 121h-15v75c0 8.291-6.709 15-15 15h-180c-8.291 0-15-6.709-15-15v-75h-45v330h270c8.291 0 15-6.709 15-15v-300c0-8.291-6.709-15-15-15zm-180 285c-8.284 0-15-6.716-15-15s6.716-15 15-15 15 6.716 15 15-6.716 15-15 15zm0-60c-8.284 0-15-6.716-15-15s6.716-15 15-15 15 6.716 15 15-6.716 15-15 15zm0-60c-8.284 0-15-6.716-15-15s6.716-15 15-15 15 6.716 15 15-6.716 15-15 15zm60 120c-8.284 0-15-6.716-15-15s6.716-15 15-15 15 6.716 15 15-6.716 15-15 15zm0-60c-8.284 0-15-6.716-15-15s6.716-15 15-15 15 6.716 15 15-6.716 15-15 15zm0-60c-8.284 0-15-6.716-15-15s6.716-15 15-15 15 6.716 15 15-6.716 15-15 15zm60 120c-8.284 0-15-6.716-15-15s6.716-15 15-15 15 6.716 15 15-6.716 15-15 15zm0-60c-8.284 0-15-6.716-15-15s6.716-15 15-15 15 6.716 15 15-6.716 15-15 15zm0-60c-8.284 0-15-6.716-15-15s6.716-15 15-15 15 6.716 15 15-6.716 15-15 15z'/%3E%3C/g%3E%3C/svg%3E");
}

.svg-icon-clock-dark {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' fill='%2327666E' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 299.995 299.995' style='enable-background:new 0 0 299.995 299.995;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M149.995,0C67.156,0,0,67.158,0,149.995s67.156,150,149.995,150s150-67.163,150-150S232.834,0,149.995,0z M214.842,178.524H151.25c-0.215,0-0.415-0.052-0.628-0.06c-0.213,0.01-0.412,0.06-0.628,0.06 c-5.729,0-10.374-4.645-10.374-10.374V62.249c0-5.729,4.645-10.374,10.374-10.374s10.374,4.645,10.374,10.374v95.527h54.47 c5.729,0,10.374,4.645,10.374,10.374C225.212,173.879,220.571,178.524,214.842,178.524z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}

.svg-icon-phone-dark {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' fill='%2327666E' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 384 384' style='enable-background:new 0 0 384 384;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M353.188,252.052c-23.51,0-46.594-3.677-68.469-10.906c-10.719-3.656-23.896-0.302-30.438,6.417l-43.177,32.594 c-50.073-26.729-80.917-57.563-107.281-107.26l31.635-42.052c8.219-8.208,11.167-20.198,7.635-31.448 c-7.26-21.99-10.948-45.063-10.948-68.583C132.146,13.823,118.323,0,101.333,0H30.813C13.823,0,0,13.823,0,30.813 C0,225.563,158.438,384,353.188,384c16.99,0,30.813-13.823,30.813-30.813v-70.323C384,265.875,370.177,252.052,353.188,252.052z' /%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}

.svg-icon-protected-tooth {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' fill='%2327666E' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='419.657px' height='419.657px' viewBox='0 0 419.657 419.657' style='enable-background:new 0 0 419.657 419.657;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M265.314,88.434c-15.834,0-32.526,9.207-44.729,15.939c-2.91,1.605-8.734,5.496-10.756,5.495 c-2.008,0-7.809-3.88-10.717-5.487c-12.163-6.73-28.82-15.947-44.768-15.947c-20.149,0-38.646,8.285-52.082,23.33 c-12.735,14.258-19.75,33.01-19.75,52.807c0,27.688,9.902,66.976,26.489,105.091c7.39,16.979,15.267,31.665,22.781,42.479 c9.362,13.471,17.651,20.02,25.342,20.02c3.694,0,10.435-1.5,14.063-11.543c3.021-8.355,5.727-17.902,8.605-28.059 c6.538-23.076,16.42-57.951,29.559-57.951h0.957c5.609,0,10.855,5.275,16.035,16.125c5.51,11.539,9.744,27.053,13.842,42.06 c2.744,10.052,5.336,19.548,8.272,27.79c3.563,10,10.246,11.496,13.916,11.498c7.664,0,15.949-6.646,25.328-20.318 c7.496-10.927,15.388-25.756,22.82-42.885c16.67-38.41,26.621-77.402,26.621-104.305c0-19.797-7.014-38.551-19.748-52.807 C303.96,96.719,285.464,88.434,265.314,88.434z M296.328,262.715c-6.948,16.01-14.543,30.318-21.385,40.291 c-6.09,8.877-7.759,9.819-10.922,12.652c-0.414,0.371-0.812,0.208-0.984-0.271c-2.748-7.674-5.256-16.903-7.926-26.682 c-4.272-15.656-8.692-31.846-14.801-44.641c-8.012-16.777-17.826-24.934-30.002-24.934h-0.957 c-11.77,0-21.372,8.092-29.359,24.739c-6.083,12.679-10.671,28.871-15.119,44.57c-2.78,9.812-5.405,19.077-8.237,26.909 c-0.125,0.345-0.324,1.099-1.106,0.867c-1.917-0.564-4.843-3.996-11.04-12.912c-6.846-9.85-14.409-23.991-21.299-39.819 c-15.546-35.726-25.203-73.629-25.203-98.916c0-29.819,21.079-60.662,56.355-60.662c9.116,0,21.201,4.219,32.326,11.287 c1.601,1.018,3.937,2.813,6.195,4.55c0.922,0.71,1.831,1.407,2.68,2.047c2.764,2.069,6.496,4.774,10.889,7.358 c2.326,1.375,4.443,2.595,6.832,3.607c9.57,4.063,19.717,6.123,30.16,6.123c10.752,0,32.903-4.556,32.903-7.033 c0-1.689-26.143,1.477-45.075-5.783c-3.002-1.151-9.127-3.154-9.127-3.94c0-0.563,0.555-1.073,1.104-1.403 c1.351-0.808,2.879-1.722,4.849-2.809c10.711-5.91,25.381-14.004,37.233-14.004c35.275,0,56.355,30.843,56.355,60.662 C321.669,189.085,311.958,226.692,296.328,262.715z'/%3E%3Cpath d='M395.208,98.594c-0.515-12.152-9.285-25.033-20.406-29.959L227.548,3.385C222.621,1.202,216.271,0,209.667,0 s-12.953,1.202-17.88,3.385L44.532,68.635c-11.145,4.938-19.876,17.848-20.307,30.03c-0.219,6.14-5.018,150.921,22.087,198.354 c27,47.248,140.428,115.155,145.243,118.022c4.997,2.978,11.452,4.615,18.176,4.615c6.67,0,13.078-1.615,18.043-4.549 c4.861-2.869,119.326-70.825,146.336-118.091C401.232,249.555,395.468,104.737,395.208,98.594z M356.746,287.096 C332.353,329.782,218.75,397.213,217.607,397.89c-1.877,1.106-4.819,1.77-7.875,1.77c-3.082,0-6.053-0.672-7.943-1.799 c-1.133-0.676-113.709-68.062-138.112-110.765C43.515,251.811,42.79,139.623,44.212,99.373c0.159-4.473,4.33-10.641,8.422-12.454 L199.89,21.67c2.359-1.046,6.016-1.67,9.777-1.67c3.764,0,7.418,0.624,9.777,1.67L366.7,86.919 c4.113,1.823,8.336,8.022,8.525,12.517C376.921,139.672,376.904,251.817,356.746,287.096z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}

.svg-icon-hospital {
  background-image: url("data:image/svg+xml,%3Csvg height='512' fill='%2327666E' viewBox='0 0 64 64' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Hospital-Health_Clinic-Building-Medical-Health' data-name='Hospital-Health Clinic-Building-Medical-Health'%3E%3Cpath d='m61 28h-13v-4h1a1 1 0 0 0 1-1v-4a1 1 0 0 0 -1-1h-7v-6a1 1 0 0 0 -1-1h-18a1 1 0 0 0 -1 1v6h-7a1 1 0 0 0 -1 1v4a1 1 0 0 0 1 1h1v4h-13a1 1 0 0 0 -1 1v32a1 1 0 0 0 1 1h58a1 1 0 0 0 1-1v-32a1 1 0 0 0 -1-1zm-45 32h-12v-30h12zm8-47h16v16h-16zm-8 9v-2h6v2zm15 38h-4v-8h4zm6 0h-4v-8h4zm9 0h-7v-9a1 1 0 0 0 -1-1h-12a1 1 0 0 0 -1 1v9h-7v-36h4v6a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-6h4zm-4-38v-2h6v2zm18 38h-12v-30h12z'/%3E%3Cpath d='m37 18h-2v-2a1 1 0 0 0 -1-1h-4a1 1 0 0 0 -1 1v2h-2a1 1 0 0 0 -1 1v4a1 1 0 0 0 1 1h2v2a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-2h2a1 1 0 0 0 1-1v-4a1 1 0 0 0 -1-1zm-1 4h-2a1 1 0 0 0 -1 1v2h-2v-2a1 1 0 0 0 -1-1h-2v-2h2a1 1 0 0 0 1-1v-2h2v2a1 1 0 0 0 1 1h2z'/%3E%3Cpath d='m21 34h2v2h-2z'/%3E%3Cpath d='m25 34h2v2h-2z'/%3E%3Cpath d='m29 34h2v2h-2z'/%3E%3Cpath d='m33 34h2v2h-2z'/%3E%3Cpath d='m37 34h2v2h-2z'/%3E%3Cpath d='m41 34h2v2h-2z'/%3E%3Cpath d='m21 38h2v2h-2z'/%3E%3Cpath d='m25 38h2v2h-2z'/%3E%3Cpath d='m29 38h2v2h-2z'/%3E%3Cpath d='m33 38h2v2h-2z'/%3E%3Cpath d='m37 38h2v2h-2z'/%3E%3Cpath d='m41 38h2v2h-2z'/%3E%3Cpath d='m51 34h2v2h-2z'/%3E%3Cpath d='m55 34h2v2h-2z'/%3E%3Cpath d='m51 38h2v2h-2z'/%3E%3Cpath d='m55 38h2v2h-2z'/%3E%3Cpath d='m51 42h2v2h-2z'/%3E%3Cpath d='m55 42h2v2h-2z'/%3E%3Cpath d='m51 46h2v2h-2z'/%3E%3Cpath d='m55 46h2v2h-2z'/%3E%3Cpath d='m51 50h2v2h-2z'/%3E%3Cpath d='m55 50h2v2h-2z'/%3E%3Cpath d='m51 54h2v2h-2z'/%3E%3Cpath d='m55 54h2v2h-2z'/%3E%3Cpath d='m7 34h2v2h-2z'/%3E%3Cpath d='m11 34h2v2h-2z'/%3E%3Cpath d='m7 38h2v2h-2z'/%3E%3Cpath d='m11 38h2v2h-2z'/%3E%3Cpath d='m7 42h2v2h-2z'/%3E%3Cpath d='m11 42h2v2h-2z'/%3E%3Cpath d='m7 46h2v2h-2z'/%3E%3Cpath d='m11 46h2v2h-2z'/%3E%3Cpath d='m7 54h2v2h-2z'/%3E%3Cpath d='m11 54h2v2h-2z'/%3E%3Cpath d='m7 50h2v2h-2z'/%3E%3Cpath d='m11 50h2v2h-2z'/%3E%3Cpath d='m21 42h2v2h-2z'/%3E%3Cpath d='m25 42h2v2h-2z'/%3E%3Cpath d='m29 42h2v2h-2z'/%3E%3Cpath d='m33 42h2v2h-2z'/%3E%3Cpath d='m37 42h2v2h-2z'/%3E%3Cpath d='m41 42h2v2h-2z'/%3E%3Cpath d='m21 46h2v2h-2z'/%3E%3Cpath d='m25 46h2v2h-2z'/%3E%3Cpath d='m29 46h2v2h-2z'/%3E%3Cpath d='m33 46h2v2h-2z'/%3E%3Cpath d='m37 46h2v2h-2z'/%3E%3Cpath d='m41 46h2v2h-2z'/%3E%3C/g%3E%3C/svg%3E");
}

.svg-icon-tube {
  background-image: url("data:image/svg+xml,%3Csvg id='Capa_1' fill='%2327666E' enable-background='new 0 0 512 512' height='512' viewBox='0 0 512 512' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='m403.422 180.824v-57.054l-73.009-37.416v-86.354h-148.826v86.354l-73.009 37.416v57.054c0 14.465 9.747 26.688 23.016 30.468v156.581c-13.269 3.78-23.016 16.003-23.016 30.467v113.66h96.002l23.979-21.392h54.883l23.978 21.392h96.002v-113.66c0-14.465-9.747-26.687-23.016-30.467v-156.581c13.269-3.78 23.016-16.003 23.016-30.468zm-103.009-102.833h-29.413v-47.991h29.413zm-59.413-47.991v47.991h-29.413v-47.991zm-102.422 112.106 66.568-34.115h101.707l66.568 34.115v38.718c0 .928-.754 1.683-1.682 1.683h-231.479c-.928 0-1.682-.755-1.682-1.683zm211.828 224.552h-188.812v-154.152h188.813v154.152zm23.016 115.342h-54.564l-23.979-21.392h-77.758l-23.978 21.392h-54.564v-83.66c0-.928.754-1.682 1.682-1.682h231.48c.928 0 1.682.754 1.682 1.682v83.66z'/%3E%3Cpath d='m320.667 241.314h-129.334v93.498h129.334zm-30 63.499h-69.334v-33.498h69.334z'/%3E%3C/g%3E%3C/svg%3E");
}

.svg-icon-doctor {
  background-image: url("data:image/svg+xml,%0A%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%2327666E' viewBox='0 0 510.903 510.903' style='enable-background:new 0 0 510.903 510.903;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M470.085,486.716c0.018-0.074,0.034-0.148,0.052-0.223c0.088-0.38,0.171-0.761,0.244-1.146 c0.027-0.139,0.05-0.28,0.075-0.42c0.059-0.333,0.117-0.667,0.166-1.003c0.03-0.205,0.053-0.412,0.079-0.619 c0.035-0.282,0.072-0.564,0.1-0.849c0.028-0.287,0.046-0.577,0.066-0.866c0.015-0.215,0.035-0.428,0.045-0.644 c0.025-0.512,0.039-1.027,0.039-1.545v-53.155c0-13.169-3.508-26.617-9.593-39.069c-1.106-2.264-2.298-4.496-3.569-6.686 c-1.271-2.19-2.623-4.341-4.048-6.442c-1.425-2.102-2.924-4.156-4.492-6.154c-0.784-0.999-1.585-1.984-2.402-2.954 c-11.443-13.581-26.103-24.237-42.066-29.345l-15.804-5.057l-23.387-7.484l-0.36-0.435c-0.001-0.002-0.003-0.003-0.005-0.005 c-0.148-0.178-0.305-0.352-0.471-0.518l-18.633-18.633c-2.959-2.959-6.83-4.473-10.727-4.532c-0.211-2.206-0.366-4.517-0.449-6.932 c-0.022-0.665-0.039-1.348-0.052-2.038c20.311-23.178,32.982-54.56,37.834-86.098c1.228-1.22,2.021-2.837,2.19-4.603l3.93-41.181 c2.433-1.24,4.103-3.763,4.103-6.681V36.212c0-2.82-1.582-5.402-4.095-6.683c-77.271-39.372-169.536-39.372-246.81,0 c-2.513,1.28-4.095,3.862-4.095,6.683v115.19c0,2.918,1.67,5.441,4.103,6.681l3.93,41.181c0.169,1.766,0.962,3.383,2.19,4.603 c4.849,31.519,17.507,62.882,37.797,86.056c-0.077,3.211-0.253,6.198-0.538,9.01c-3.871,0.077-7.712,1.593-10.653,4.533 l-18.633,18.633c-0.167,0.167-0.323,0.34-0.471,0.518c-0.001,0.001-0.003,0.003-0.005,0.005l-0.36,0.435l-39.192,12.541 c-36.486,11.674-66.169,52.339-66.169,90.649v53.155c0,0.518,0.014,1.033,0.039,1.545c0.011,0.216,0.031,0.429,0.045,0.644 c0.02,0.29,0.038,0.579,0.066,0.866c0.028,0.285,0.065,0.566,0.1,0.849c0.026,0.207,0.049,0.414,0.079,0.619 c0.049,0.336,0.106,0.67,0.166,1.003c0.025,0.14,0.048,0.281,0.075,0.42c0.074,0.385,0.157,0.766,0.244,1.146 c0.017,0.074,0.034,0.148,0.052,0.223c0.104,0.437,0.218,0.869,0.34,1.298c0,0.002,0.001,0.004,0.002,0.006 c3.759,13.191,15.911,22.882,30.292,22.882h95.992c0.005,0,0.01,0.001,0.016,0.001c0.005,0,0.01-0.001,0.014-0.001h71.976 c0.003,0,0.006,0,0.009,0c0.002,0,0.003,0,0.005,0h31.978c0.001,0,0.003,0,0.005,0c0.003,0,0.006,0,0.009,0h71.976 c0.005,0,0.009,0.001,0.014,0.001c0.005,0,0.01-0.001,0.016-0.001h95.992c14.381,0,26.533-9.69,30.292-22.882 c0.001-0.002,0.001-0.004,0.002-0.006C469.867,487.585,469.981,487.152,470.085,486.716z M278.57,495.902l-4.45-85.285 c1.023-0.974,1.908-2.085,2.636-3.304l6.772,6.772c2.921,2.921,6.858,4.541,10.954,4.541c0.405,0,0.811-0.016,1.218-0.048 c4.525-0.355,8.653-2.664,11.323-6.336l27.03-37.167l-43.958,120.827H278.57z M220.807,495.902l-43.958-120.827l27.03,37.167 c2.67,3.672,6.798,5.98,11.323,6.336c0.407,0.032,0.813,0.048,1.218,0.048c4.096,0,8.033-1.619,10.954-4.541l6.772-6.772 c0.728,1.219,1.613,2.331,2.636,3.304l-4.45,85.285H220.807z M142.915,390.663c-0.221-2.236-1.434-4.255-3.303-5.501 l-16.431-10.954c-0.051-0.034-0.188-0.125-0.218-0.349c-0.03-0.224,0.078-0.348,0.119-0.395c0.042-0.047,0.082-0.095,0.122-0.144 l25.682-31.049l55.853,153.347h-33.314l-49.281-78.624c-0.134-0.215-0.279-0.422-0.435-0.622c-0.155-0.199-0.137-0.483,0.041-0.661 l19.006-19.006C142.344,395.116,143.137,392.899,142.915,390.663z M150.542,193.902l-3.34-35h10.894 c-1.886,10.619-3.734,25.959-4.905,36.465L150.542,193.902z M155.821,213.965c1.128,0.625,2.379,0.938,3.63,0.938 c1.195,0,2.39-0.285,3.481-0.856c2.233-1.17,3.729-3.385,3.981-5.893c1.475-14.666,4.243-38.132,6.407-49.25h164.261 c2.165,11.118,4.932,34.585,6.407,49.25c0.252,2.508,1.748,4.723,3.981,5.893c1.091,0.571,2.286,0.856,3.481,0.856 c1.251,0,2.502-0.313,3.63-0.938l0.544-0.301c-11.421,51.056-45.18,98.238-100.174,98.238s-88.753-47.182-100.174-98.238 L155.821,213.965z M360.361,193.902l-2.649,1.465c-1.17-10.506-3.019-25.846-4.905-36.465h10.894L360.361,193.902z M189.993,303.558c17.599,14.441,39.443,23.344,65.459,23.344c25.974,0,47.789-8.875,65.373-23.275 c0.032,0.257,0.059,0.523,0.094,0.777c0.076,0.565,0.22,1.104,0.411,1.618l-65.878,59.291l-65.953-59.358 c0.174-0.482,0.306-0.987,0.38-1.515C189.919,304.148,189.954,303.851,189.993,303.558z M247.452,399.902 c-0.257,0-0.5-0.243-0.5-0.5v-4.894l8.5-8.5l8.5,8.5v4.894c0,0.257-0.243,0.5-0.5,0.5H247.452z M251.579,414.902h7.744l4.227,81 h-16.197L251.579,414.902z M370.148,396.705l19.006,19.006c0.178,0.178,0.196,0.462,0.041,0.661c-0.155,0.2-0.3,0.407-0.435,0.622 l-49.281,78.624h-33.314l55.853-153.347L387.7,373.32c0.04,0.048,0.081,0.097,0.122,0.144c0.041,0.047,0.148,0.171,0.119,0.395 c-0.03,0.224-0.167,0.315-0.218,0.349l-16.431,10.954c-1.87,1.246-3.082,3.265-3.303,5.501 C367.766,392.899,368.559,395.116,370.148,396.705z M455.952,426.247v53.155c0,0.536-0.03,1.065-0.081,1.588 c-0.024,0.247-0.067,0.489-0.102,0.733c-0.037,0.262-0.071,0.524-0.12,0.782c-0.064,0.332-0.146,0.658-0.23,0.983 c-0.038,0.149-0.073,0.3-0.115,0.447c-0.116,0.398-0.246,0.79-0.391,1.175c-0.019,0.052-0.038,0.104-0.058,0.157 c-2.096,5.41-7.011,9.487-13.069,10.351h-84.604l44.119-70.389c4.5-6.137,3.871-14.712-1.541-20.124l-12.537-12.537l8.818-5.879 c3.707-2.472,6.173-6.421,6.765-10.837c0.587-4.379-0.724-8.802-3.599-12.153l-15.901-19.224l16.904,5.409 C430.426,359.552,455.952,394.521,455.952,426.247z M349.617,328.174l-54.724,75.245c-0.037,0.051-0.136,0.187-0.366,0.205 c-0.219,0.021-0.348-0.101-0.393-0.145l-27.79-27.791l68.482-61.634c0.198-0.179,0.5-0.17,0.688,0.018L349.617,328.174z M142.952,40.853c70.789-34.481,154.212-34.48,225,0v103.049h-225V40.853z M175.388,314.073c0.188-0.188,0.491-0.196,0.688-0.018 l68.482,61.634l-27.79,27.791c-0.044,0.044-0.168,0.166-0.393,0.145c-0.23-0.019-0.329-0.154-0.366-0.205l-54.724-75.246 L175.388,314.073z M54.952,426.247c0-31.726,25.526-66.695,55.741-76.363l16.904-5.409l-15.902,19.225 c-2.875,3.351-4.186,7.773-3.599,12.153c0.592,4.416,3.058,8.365,6.765,10.837l8.818,5.879l-12.538,12.537 c-5.411,5.412-6.04,13.987-1.54,20.124l44.119,70.389H69.117c-6.058-0.864-10.973-4.941-13.069-10.351 c-0.02-0.052-0.038-0.104-0.058-0.157c-0.145-0.386-0.275-0.777-0.391-1.175c-0.042-0.147-0.077-0.298-0.115-0.447 c-0.084-0.325-0.166-0.651-0.23-0.983c-0.049-0.257-0.083-0.52-0.12-0.782c-0.035-0.244-0.078-0.486-0.102-0.733 c-0.05-0.523-0.081-1.052-0.081-1.588V426.247z'/%3E%3Cpath d='M287.452,71.902h-24.5v-24.5c0-4.142-3.358-7.5-7.5-7.5s-7.5,3.358-7.5,7.5v24.5h-24.5c-4.142,0-7.5,3.358-7.5,7.5 s3.358,7.5,7.5,7.5h24.5v24.5c0,4.142,3.358,7.5,7.5,7.5s7.5-3.358,7.5-7.5v-24.5h24.5c4.142,0,7.5-3.358,7.5-7.5 S291.594,71.902,287.452,71.902z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
}

.svg-icon-check-list {
  background-image: url("data:image/svg+xml,%0A%3Csvg version='1.1' fill='%2327666E' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 496 496' style='enable-background:new 0 0 496 496;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Crect x='208' y='384' width='16' height='16'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='192' y='400' width='16' height='16'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='208' y='416' width='16' height='16'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='224' y='400' width='16' height='16'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M456,64h-16V40c0-22.056-17.944-40-40-40H224c-22.056,0-40,17.944-40,40v24h-16c-22.056,0-40,17.944-40,40v78.328 c-2.888,1.072-5.592,1.672-8,1.672c-4.464,0-9.912-1.904-15.76-5.504C93.088,171.632,80.552,168,67.976,168 C30.496,168,0,198.496,0,235.976v9.832c0,29.344,11.432,56.944,32.184,77.696c10.952,10.952,19.088,24.576,23.528,39.408 l13.68,45.584C72.176,417.768,80.552,424,90.24,424c12,0,21.76-9.76,21.76-21.76V320c0-4.408,3.592-8,8-8s8,3.592,8,8v80v2.24V456 c0,22.056,17.944,40,40,40h288c22.056,0,40-17.944,40-40V104C496,81.944,478.056,64,456,64z M200,40c0-13.232,10.768-24,24-24h176 c13.232,0,24,10.768,24,24v24h-16V32H216v32h-16V40z M368,368v80H176v-56h-0.448l8.728-29.104 c4.448-14.832,12.584-28.456,23.528-39.4c6.32-6.32,11.656-13.328,16.184-20.768V304h208v-16h-200.36 c2.152-5.168,3.776-10.536,5.112-16H432v-16H239.504c0.304-3.376,0.496-6.768,0.496-10.2V240h64v-16h-65.12 c-1-5.6-2.68-10.96-4.968-16H304v-16h-80v0.256c-5.568-6.608-12.368-12.152-20.048-16.256H432v-16H192v11.008 c-5.096-1.568-10.472-2.48-16-2.8V112h48v32h176v-32h48v256H368z M436.688,384L384,436.688V384H436.688z M232,64V48h160v16H232z M384,80v48H240V80H384z M144,104c0-13.232,10.768-24,24-24h56v16h-64v73.24c-5.456,1.008-10.84,2.584-16,4.912V104z M120,296 c-13.232,0-24,10.768-24,24v82.24c0,3.176-2.584,5.76-5.76,5.76c-2.56,0-4.784-1.648-5.512-4.112l-13.68-45.584 C65.84,340.952,56.32,325,43.504,312.184C25.768,294.456,16,270.872,16,245.8v-9.832C16,207.32,39.32,184,67.976,184 c9.616,0,19.248,2.808,27.88,8.128c16.976,10.456,31.32,10.456,48.296,0c8.624-5.32,18.264-8.128,27.872-8.128 C200.68,184,224,207.32,224,235.976v9.832c0,25.072-9.768,48.656-27.496,66.384c-12.816,12.816-22.336,28.76-27.544,46.12 l-13.68,45.592c-0.736,2.448-2.952,4.096-5.52,4.096c-3.176,0-5.76-2.584-5.76-5.76V400v-80C144,306.768,133.232,296,120,296z M480,456c0,13.232-10.768,24-24,24H168c-13.232,0-24-10.768-24-24v-32.872c1.848,0.512,3.752,0.872,5.76,0.872 c3.68,0,7.168-0.912,10.24-2.536V464h219.312L464,379.312V96h-64V80h56c13.232,0,24,10.768,24,24V456z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='32' y='96' width='16' height='16'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='16' y='112' width='16' height='16'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='32' y='128' width='16' height='16'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='48' y='112' width='16' height='16'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='224' y='320' width='176' height='16'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='320' y='192' width='112' height='16'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='320' y='224' width='112' height='16'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M155.312,203.968c-23.952,15.968-46.672,15.96-70.616,0.008l-8.872,13.312C90.472,227.048,105.336,232,120,232 c14.672,0,29.536-4.952,44.184-14.72L155.312,203.968z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='416' y='320' width='16' height='16'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
}

.svg-icon-dentist-tools {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' fill='%2327666E' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 496 496' style='enable-background:new 0 0 496 496;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M96,440v-41.136c13.76-3.576,24-16,24-30.864V128c0-14.864-10.24-27.288-24-30.864V56H64V30.248l57.944-14.488 l-3.88-15.52L48,17.752V72h32v25.136c-13.76,3.576-24,16-24,30.864v240c0,14.864,10.24,27.288,24,30.864V456h32v24H64v-16H48v32 h80v-56H96z M72,128c0-8.824,7.176-16,16-16s16,7.176,16,16v48H72V128z M72,192h32v16H72V192z M72,224h32v16H72V224z M72,256h32 v16H72V256z M72,288h32v16H72V288z M72,368v-48h32v48c0,8.824-7.176,16-16,16S72,376.824,72,368z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M192,16h48V0h-48c-13.232,0-24,10.768-24,24v24c0,13.232,10.768,24,24,24h8v25.136c-13.76,3.576-24,16-24,30.864v336 c0,17.648,14.352,32,32,32s32-14.352,32-32V128c0-14.864-10.24-27.288-24-30.864V56h-24c-4.408,0-8-3.592-8-8V24 C184,19.592,187.592,16,192,16z M224,464c0,8.824-7.176,16-16,16c-8.824,0-16-7.176-16-16v-96h32V464z M224,352h-32v-16h32V352z M224,320h-32v-16h32V320z M224,288h-32v-16h32V288z M224,256h-32v-16h32V256z M224,128v96h-32v-96c0-8.824,7.176-16,16-16 C216.824,112,224,119.176,224,128z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M448,88c0-48.52-39.48-88-88-88c-48.52,0-88,39.48-88,88c0,40.192,27.12,74.104,64,84.592V208h-8v80h8v184 c0,13.232,10.768,24,24,24s24-10.768,24-24V288h8v-80h-8v-35.408C420.88,162.104,448,128.192,448,88z M368,472 c0,4.408-3.592,8-8,8c-4.408,0-8-3.592-8-8V288h16V472z M376,272h-32v-16h32V272z M376,240h-32v-16h32V240z M352,208v-32.408 c2.64,0.24,5.296,0.408,8,0.408c2.704,0,5.36-0.168,8-0.408V208H352z M360,160c-39.696,0-72-32.304-72-72s32.304-72,72-72 s72,32.304,72,72S399.696,160,360,160z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M360,32c-8.36,0-16.472,1.848-24.104,5.504l6.904,14.432C348.264,49.328,354.048,48,360,48c22.056,0,40,17.944,40,40 c0,5.952-1.328,11.736-3.936,17.2l14.432,6.904C414.152,104.472,416,96.36,416,88C416,57.12,390.88,32,360,32z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M377.2,124.064C371.736,126.672,365.952,128,360,128c-22.056,0-40-17.944-40-40c0-5.952,1.328-11.736,3.936-17.2 l-14.432-6.904C305.848,71.528,304,79.64,304,88c0,30.88,25.12,56,56,56c8.36,0,16.472-1.848,24.104-5.504L377.2,124.064z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
}

.svg-icon-dentist-armchair {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' fill='%2327666E' enable-background='new 0 0 512 512' height='512' viewBox='0 0 512 512' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='m509.789 188.39s-16.05-52.329-16.084-52.44c-1.588-5.178-7.315-8.223-12.49-6.621-5.192 1.607-8.244 7.283-6.631 12.49l8.546 27.852c-4.477-.175-8.971.66-13.201 2.511-2.103.92-4.043 2.061-5.817 3.371l-35.382-115.355s.797.007 1.145.007c4.092 0 8.18-.848 12.044-2.538 2.105-.921 4.046-2.062 5.821-3.374.28.912.452 1.472.453 1.477 1.595 5.196 7.295 8.217 12.491 6.63 5.213-1.592 8.225-7.277 6.63-12.489 0 0-9.837-31.846-9.84-31.853-3.205-7.369-9.087-13.043-16.563-15.978-3.565-1.399-6.18-2.085-9.898-2.08-2.723.004-6.552.375-9.206 1.127l-94.916 14.36c-15.328-8.584-35.315-6.234-48.549 6.97-.032.031-.063.063-.094.095l-12.727 13.038-3.123-3.123c-3.905-3.904-10.238-3.904-14.143 0l-28.285 28.284c-3.905 3.905-3.905 10.237 0 14.143l63.643 63.64c3.858 3.857 10.284 3.858 14.143 0l28.285-28.284c3.905-3.905 3.905-10.237 0-14.143l-4.105-4.105s14.833-14.921 15.669-15.927l71.262-12.416 40.423 131.774-60.871 82.597-54.095-22.212c-17.787-7.304-37.844-8.702-56.474-3.942l-31.846 8.139v-51.015c0-5.522-4.477-10-10-10h-20.001v-30c0-16.542-13.459-30-30.001-30s-30.001 13.458-30.001 30c0 5.522 4.477 10 10 10s10-4.478 10-10c0-5.514 4.486-10 10-10s10 4.486 10 10v30h-60.003c-5.523 0-10 4.478-10 10v16.555l-15.293-21.381c-6.341-8.868-19.035-10.977-27.904-4.635l-16.269 11.634s-11.635-16.268-11.635-16.268l16.269-11.634c8.971-6.416 11.049-18.933 4.634-27.902l-23.269-32.536c-6.415-8.968-18.932-11.047-27.904-4.634l-16.268 11.634c-8.97 6.415-11.049 18.932-4.634 27.902l110.061 153.892c6.086 8.51 13.771 15.327 22.423 20.245-5 2.999-9.281 7.127-12.514 12.182-5.503 8.606-7.325 18.84-5.131 28.816 3.808 17.312 19.629 30.023 37.357 30.023 8.419 0 15.319-3.368 22.736-6.879l80.46 37.862c-2.605 5.599-4.307 11.7-4.888 18.123h-148.232c-5.523 0-10 4.478-10 10v40c0 5.522 4.477 10 10 10h300.014c3.788 0 7.251-2.14 8.945-5.528s1.328-7.441-.944-10.472l-29.714-39.617c-2.136-3.466-14.464-22.744-32.889-37.372l68.915-62.795 15.847 6.117c14.108 5.462 31.042-2.891 37-16.277 6.106-13.72.705-30.476-12.331-38.068-1.804-1.051-6.265-2.795-6.265-2.795l49.466-85.074c7.652-8.342 10.25-20.655 5.748-31.728zm-219.106-71.071-49.5-49.497 14.143-14.142 49.5 49.497zm30.126-52.476-13.016 13.016-28.127-28.126 12.844-13.16c8.097-8.036 21.011-8.249 28.813-.464 7.917 7.901 7.234 21.004-.514 28.734zm26.017-10.677c.139-1.374.212-2.761.212-4.158 0-5.908-1.274-11.606-3.683-16.784l57.01-8.625c-1.079 5.722-.52 11.812 1.97 17.537.324.744.682 1.467 1.059 2.175zm73.85-20.007c-2.22-5.105.126-11.076 5.231-13.309 4.941-2.162 11.037.154 13.225 5.184 2.221 5.105-.125 11.076-5.231 13.309-5.022 2.198-11.047-.176-13.225-5.184zm-400.692 111.949s.003-.003.01-.008l16.269-11.634 23.269 32.536-16.269 11.634zm126.015 72.892h80.004v46.125l-47.362 12.104c-8.058 2.057-16.384-.981-21.221-7.742l-11.421-15.968zm15.427 163.045c-9.558 4.525-21.281-4.166-23.327-13.471-2.14-9.732 4.2-19.6 13.905-21.735l74.009-16.336c5.625-1.237 10.123-1.858 14.079-1.858 7.396 0 12.893 2.173 20.286 6.554.001-.001-98.939 46.84-98.952 46.846zm206.013 85.107c.175.292 18.571 24.848 18.571 24.848h-270.012v-20h148.29c5.87 0 10.585-5.266 9.94-11.1-.148-1.335-.223-2.647-.223-3.9 0-19.299 15.702-35 35.002-35 25.598 0 50.857 32.592 58.432 45.152zm-33.563-59.224c-7.726-3.64-16.077-5.928-24.87-5.928-14.758 0-28.166 5.851-38.055 15.343l-68.879-32.412 41.361-19.581 51.195 17.785c3.16 1.097 6.659.544 9.323-1.477l61.51-46.619 34.004 13.125zm-47.441-79.875c-1.754-1.122-12.306-7.941-15.698-9.949l24.748-6.173c4.017-1 8.182-.744 12.044.747l35.991 13.893-47.386 35.915-26.908-9.347s16.066-7.606 16.1-7.622c6.984-3.307 7.61-13.309 1.109-17.464zm168.847 8.844c-1.617 5.177-7.08 8.112-12.267 6.641l-128.284-49.518c-7.725-2.982-16.055-3.498-24.087-1.494l-107.814 26.895c-20.045 4.997-40.759-2.627-52.775-19.429l-51.888-72.552 16.269-11.633 46.716 65.313c9.673 13.524 26.332 19.604 42.441 15.484l99.209-25.354c14.491-3.702 30.089-2.613 43.924 3.065 0 0 120.99 49.68 121.177 49.757 5.26 2.162 9.309 6.651 7.379 12.825zm-19.397-39.378-28.392-11.658 50.263-68.203c3.319 4.513 7.841 8.014 13.182 10.111 1.648.647 3.331 1.137 5.031 1.484zm50.057-88.52c-5.889 2.576-12.828-1.173-13.918-7.51-.775-4.508 1.745-9.156 5.923-10.984 5.004-2.19 11.059.202 13.227 5.185 2.219 5.105-.127 11.076-5.232 13.309z'/%3E%3Ccircle cx='471.014' cy='96' r='10'/%3E%3C/g%3E%3C/svg%3E");
}

.svg-icon-smile-2 {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' fill='%2327666E' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M437.02,74.98C388.667,26.629,324.38,0,256,0S123.333,26.629,74.98,74.98C26.629,123.333,0,187.62,0,256 s26.629,132.668,74.98,181.02C123.333,485.371,187.62,512,256,512s132.667-26.629,181.02-74.98 C485.371,388.668,512,324.38,512,256S485.371,123.333,437.02,74.98z M256,472c-119.103,0-216-96.897-216-216S136.897,40,256,40 s216,96.897,216,216S375.103,472,256,472z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M368.993,285.776c-0.072,0.214-7.298,21.626-25.02,42.393C321.419,354.599,292.628,368,258.4,368 c-34.475,0-64.195-13.561-88.333-40.303c-18.92-20.962-27.272-42.54-27.33-42.691l-37.475,13.99 c0.42,1.122,10.533,27.792,34.013,54.273C171.022,389.074,212.215,408,258.4,408c46.412,0,86.904-19.076,117.099-55.166 c22.318-26.675,31.165-53.55,31.531-54.681L368.993,285.776z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Ccircle cx='168' cy='180.12' r='32'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Ccircle cx='344' cy='180.12' r='32'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
}

.svg-icon-chat {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' fill='%2327666E' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M345.154,160.478H166.846c-10.552,0-19.104,8.552-19.104,19.104s8.552,19.104,19.104,19.104h178.308 c10.552,0,19.104-8.552,19.104-19.104S355.706,160.478,345.154,160.478z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M345.154,236.896H166.846c-10.552,0-19.104,8.552-19.104,19.104s8.552,19.104,19.104,19.104h178.308 c10.552,0,19.104-8.552,19.104-19.104S355.706,236.896,345.154,236.896z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M345.154,313.313H166.846c-10.552,0-19.104,8.552-19.104,19.104s8.552,19.104,19.104,19.104h178.308 c10.552,0,19.104-8.552,19.104-19.104S355.706,313.313,345.154,313.313z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M256,0C117.302,0,4.458,112.844,4.458,251.542c0,31.516,5.795,62.351,17.251,91.708 c8.903,22.55,20.697,43.265,35.133,61.746L22.55,485.4c-2.751,6.445-1.751,13.87,2.598,19.359C28.81,509.383,34.35,512,40.119,512 c1.089,0,2.191-0.089,3.286-0.287l129.917-22.671c26.02,9.323,53.805,14.042,82.678,14.042 c138.699,0,251.542-112.844,251.542-251.542S394.699,0,256,0z M256,464.876c-26.039,0-50.945-4.496-74.023-13.367 c-3.229-1.242-6.737-1.592-10.138-0.987L71.495,468.034l25.04-58.708c2.866-6.718,1.649-14.488-3.133-20.009 c-15.143-17.474-27.307-37.693-36.12-60.026c-9.699-24.842-14.615-51.003-14.615-77.749C42.667,133.91,138.367,38.209,256,38.209 s213.333,95.701,213.333,213.333S373.633,464.876,256,464.876z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
}

.svg-icon-edit {
  background-image: url("data:image/svg+xml,%3Csvg height='401pt' fill='%2327666E' viewBox='0 -1 401.52289 401' width='401pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m370.589844 250.972656c-5.523438 0-10 4.476563-10 10v88.789063c-.019532 16.5625-13.4375 29.984375-30 30h-280.589844c-16.5625-.015625-29.980469-13.4375-30-30v-260.589844c.019531-16.558594 13.4375-29.980469 30-30h88.789062c5.523438 0 10-4.476563 10-10 0-5.519531-4.476562-10-10-10h-88.789062c-27.601562.03125-49.96875 22.398437-50 50v260.59375c.03125 27.601563 22.398438 49.96875 50 50h280.589844c27.601562-.03125 49.96875-22.398437 50-50v-88.792969c0-5.523437-4.476563-10-10-10zm0 0'/%3E%3Cpath d='m376.628906 13.441406c-17.574218-17.574218-46.066406-17.574218-63.640625 0l-178.40625 178.40625c-1.222656 1.222656-2.105469 2.738282-2.566406 4.402344l-23.460937 84.699219c-.964844 3.472656.015624 7.191406 2.5625 9.742187 2.550781 2.546875 6.269531 3.527344 9.742187 2.566406l84.699219-23.464843c1.664062-.460938 3.179687-1.34375 4.402344-2.566407l178.402343-178.410156c17.546875-17.585937 17.546875-46.054687 0-63.640625zm-220.257812 184.90625 146.011718-146.015625 47.089844 47.089844-146.015625 146.015625zm-9.40625 18.875 37.621094 37.625-52.039063 14.417969zm227.257812-142.546875-10.605468 10.605469-47.09375-47.09375 10.609374-10.605469c9.761719-9.761719 25.589844-9.761719 35.351563 0l11.738281 11.734375c9.746094 9.773438 9.746094 25.589844 0 35.359375zm0 0'/%3E%3C/svg%3E");
}

.svg-icon-phone-2 {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' fill='%2327666E' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 473.806 473.806' style='enable-background:new 0 0 473.806 473.806;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M374.456,293.506c-9.7-10.1-21.4-15.5-33.8-15.5c-12.3,0-24.1,5.3-34.2,15.4l-31.6,31.5c-2.6-1.4-5.2-2.7-7.7-4 c-3.6-1.8-7-3.5-9.9-5.3c-29.6-18.8-56.5-43.3-82.3-75c-12.5-15.8-20.9-29.1-27-42.6c8.2-7.5,15.8-15.3,23.2-22.8 c2.8-2.8,5.6-5.7,8.4-8.5c21-21,21-48.2,0-69.2l-27.3-27.3c-3.1-3.1-6.3-6.3-9.3-9.5c-6-6.2-12.3-12.6-18.8-18.6 c-9.7-9.6-21.3-14.7-33.5-14.7s-24,5.1-34,14.7c-0.1,0.1-0.1,0.1-0.2,0.2l-34,34.3c-12.8,12.8-20.1,28.4-21.7,46.5 c-2.4,29.2,6.2,56.4,12.8,74.2c16.2,43.7,40.4,84.2,76.5,127.6c43.8,52.3,96.5,93.6,156.7,122.7c23,10.9,53.7,23.8,88,26 c2.1,0.1,4.3,0.2,6.3,0.2c23.1,0,42.5-8.3,57.7-24.8c0.1-0.2,0.3-0.3,0.4-0.5c5.2-6.3,11.2-12,17.5-18.1c4.3-4.1,8.7-8.4,13-12.9 c9.9-10.3,15.1-22.3,15.1-34.6c0-12.4-5.3-24.3-15.4-34.3L374.456,293.506z M410.256,398.806 C410.156,398.806,410.156,398.906,410.256,398.806c-3.9,4.2-7.9,8-12.2,12.2c-6.5,6.2-13.1,12.7-19.3,20 c-10.1,10.8-22,15.9-37.6,15.9c-1.5,0-3.1,0-4.6-0.1c-29.7-1.9-57.3-13.5-78-23.4c-56.6-27.4-106.3-66.3-147.6-115.6 c-34.1-41.1-56.9-79.1-72-119.9c-9.3-24.9-12.7-44.3-11.2-62.6c1-11.7,5.5-21.4,13.8-29.7l34.1-34.1c4.9-4.6,10.1-7.1,15.2-7.1 c6.3,0,11.4,3.8,14.6,7c0.1,0.1,0.2,0.2,0.3,0.3c6.1,5.7,11.9,11.6,18,17.9c3.1,3.2,6.3,6.4,9.5,9.7l27.3,27.3 c10.6,10.6,10.6,20.4,0,31c-2.9,2.9-5.7,5.8-8.6,8.6c-8.4,8.6-16.4,16.6-25.1,24.4c-0.2,0.2-0.4,0.3-0.5,0.5 c-8.6,8.6-7,17-5.2,22.7c0.1,0.3,0.2,0.6,0.3,0.9c7.1,17.2,17.1,33.4,32.3,52.7l0.1,0.1c27.6,34,56.7,60.5,88.8,80.8 c4.1,2.6,8.3,4.7,12.3,6.7c3.6,1.8,7,3.5,9.9,5.3c0.4,0.2,0.8,0.5,1.2,0.7c3.4,1.7,6.6,2.5,9.9,2.5c8.3,0,13.5-5.2,15.2-6.9 l34.2-34.2c3.4-3.4,8.8-7.5,15.1-7.5c6.2,0,11.3,3.9,14.4,7.3c0.1,0.1,0.1,0.1,0.2,0.2l55.1,55.1 C420.456,377.706,420.456,388.206,410.256,398.806z'/%3E%3Cpath d='M256.056,112.706c26.2,4.4,50,16.8,69,35.8s31.3,42.8,35.8,69c1.1,6.6,6.8,11.2,13.3,11.2c0.8,0,1.5-0.1,2.3-0.2 c7.4-1.2,12.3-8.2,11.1-15.6c-5.4-31.7-20.4-60.6-43.3-83.5s-51.8-37.9-83.5-43.3c-7.4-1.2-14.3,3.7-15.6,11 S248.656,111.506,256.056,112.706z'/%3E%3Cpath d='M473.256,209.006c-8.9-52.2-33.5-99.7-71.3-137.5s-85.3-62.4-137.5-71.3c-7.3-1.3-14.2,3.7-15.5,11 c-1.2,7.4,3.7,14.3,11.1,15.6c46.6,7.9,89.1,30,122.9,63.7c33.8,33.8,55.8,76.3,63.7,122.9c1.1,6.6,6.8,11.2,13.3,11.2 c0.8,0,1.5-0.1,2.3-0.2C469.556,223.306,474.556,216.306,473.256,209.006z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}

.site-header {
  position: relative;
  z-index: 2;
}

.site-header__line--top {
  padding: 20px 0;
  position: relative;
  z-index: 2;
}

.logo {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; */
}

.logo__image {
  /* width: 140px; */
  /* width: 300px; */
  max-width: 300px;
  width: 100%;
}

.logo__image img {
  width: 100%;
}

.logo__text {
  color: #27666e;
  font-size: 25px;
  font-family: 'Playfair Display';
  line-height: 1.3;
  font-weight: 400;
  max-width: 380px;
  flex: 0 0 calc(100% - 170px);
}

.contacts-box--header {
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 0 -10px;
  margin-left: auto;
}

.contacts-box--header .contacts-box-item {
  padding: 0 10px;
}

.contacts-box--header .contacts-box-item__title {
  display: block;
  color: #27666e;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 5px;
  /* text-align: center; */
  text-align: right;
}

.contacts-box--header .contacts-box-item__text {
  color: #27666e;
  font-weight: 600;
  letter-spacing: 1px;
  padding-left: 5px;
}

.contacts-box-item__text a {
  color: #27666e;
  text-decoration: none;
}

.contacts-box-item__text a:hover {
  color: #78a4aa;
}

.contacts-box--header .contacts-box-item__subtext {
  display: block;
  color: #27666e;
  font-weight: 500;
}

.contacts-box-item--flex {
  display: flex;
  flex-wrap: wrap;
}

.contacts-box-item__group-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.contacts-box-item__group-inner .contacts-box-item__inner {
  padding: 0 10px;
}

.contacts-box--header .contacts-box-item--work-mode .contacts-box-item__subtext {
  text-align: center;
}

.contacts-box__title {
  display: block;
  font-family: 'Playfair Display';
  font-size: 22px;
  color: #27666e;
  margin-bottom: 20px;
  font-weight: 500;
}

.contacts-box--footer .contacts-box-item--margin-bottom {
  margin-bottom: 30px;
}

.contacts-box--footer .contacts-box-item__title,
.contacts-box--footer .contacts-box-item__text {
  color: #27666e;
}

.site-footer-info {
  padding: 90px;
  max-width: 630px;
}

.site-header__line--bottom {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  background-color: #27666e;
  padding: 15px 0;
}

.site-copyright {
  color: #27666e;
  font-size: 13px;
  font-weight: 500;
}

.policy {
  font-size: 13px;
  font-weight: 600;
  color: #27666e;
  text-align: center;
}

.policy a {
  color: #27666e;
  text-decoration: none;
}

.policy a:hover {
  color: #27666e;
  text-decoration: underline;
}

.grecaptcha-badge {
  display: none !important;
}

.policies-google {
  font-size: 12px;
  line-height: 1.1;
  color: #27666e;
  text-align: right;
}

.policies-google a {
  color: #27666e;
  text-decoration: underline;
}

.policies-google a:hover {
  color: #27666e;
  text-decoration: none;
}

.site-footer__line--bottom {
  padding: 10px 0;
}

.map-wrap {
  width: 100%;
  height: 100%;
}

.socials-box-list {
  display: flex;
  margin: 0 -2px;
}

.socials-box-list__item {
  padding: 0 2px;
}

.socials-box-list__icon {
  display: flex;
  width: 30px;
  height: 30px;
  background-color: #27666e;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.socials-box-list__icon--blue {
  background-color: #5181b8;
}

.socials-box-list__icon .svg-icon-instagram {
  width: 15px;
  height: 15px;
}

.svg-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.svg-icon--60 {
  width: 60px;
  height: 60px;
}

.svg-icon-15 {
  width: 15px;
  height: 15px;
}

.svg-icon-prev {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" width="512px" height="512px" viewBox="0 0 451.847 451.847" style="enable-background:new 0 0 451.847 451.847;" xml:space="preserve"%3E%3Cg%3E%3Cg%3E%3Cpath d="M97.141,225.92c0-8.095,3.091-16.192,9.259-22.366L300.689,9.27c12.359-12.359,32.397-12.359,44.751,0 c12.354,12.354,12.354,32.388,0,44.748L173.525,225.92l171.903,171.909c12.354,12.354,12.354,32.391,0,44.744 c-12.354,12.365-32.386,12.365-44.745,0l-194.29-194.281C100.226,242.115,97.141,234.018,97.141,225.92z" data-original="%23000000" class="active-path" data-old_color="%23000000" fill="%23333333"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A');
}

.svg-icon-next {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" width="512px" height="512px" viewBox="0 0 451.846 451.847" style="enable-background:new 0 0 451.846 451.847;" xml:space="preserve"%3E%3Cg%3E%3Cg%3E%3Cpath d="M345.441,248.292L151.154,442.573c-12.359,12.365-32.397,12.365-44.75,0c-12.354-12.354-12.354-32.391,0-44.744 L278.318,225.92L106.409,54.017c-12.354-12.359-12.354-32.394,0-44.748c12.354-12.359,32.391-12.359,44.75,0l194.287,194.284 c6.177,6.18,9.262,14.271,9.262,22.366C354.708,234.018,351.617,242.115,345.441,248.292z" data-original="%23000000" class="active-path" data-old_color="%23000000" fill="%23333333"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A');
}

.section-our-clinics {
  padding: 5vh 0 10vh;
}

.our-clinics-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.our-clinics-list-item {
  flex: 0 0 33.333%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.our-clinics-list-item__inner {
  position: relative;
}

.our-clinics-list-item__title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 25px;
  background-color: #27666e;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease;
}

.our-clinics-list-item:hover .our-clinics-list-item__title {
  background-color: #27666e;
}

.section-advantage {
  padding: 10vh 0 5vh;
  background-color: #b2d0d5;
}

.advantage-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.advantage-list-item {
  flex: 0 0 50%;
  padding: 0 15px;
  display: flex;
  margin-bottom: 40px;
}

.advantage-list-item__icon {
  flex: 0 0 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.advantage-list-item__title {
  display: block;
  color: #27666e;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 8px;
  flex: 0 0 calc(100% - 130px);
}

.advantage-list-item__text {
  display: block;
  color: #27666e;
}

.svg-icon-smile {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve' width='512px' height='512px'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M107.972,291.258c-1.861-1.861-4.432-2.932-7.073-2.932c-2.631,0-5.213,1.071-7.073,2.932 c-1.861,1.86-2.931,4.441-2.931,7.072c0,2.642,1.071,5.213,2.931,7.083c1.861,1.861,4.442,2.921,7.073,2.921 s5.213-1.06,7.073-2.921c1.861-1.871,2.931-4.441,2.931-7.083C110.903,295.699,109.833,293.118,107.972,291.258z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M202.317,291.258c-1.86-1.861-4.441-2.932-7.073-2.932c-2.631,0-5.213,1.071-7.073,2.932 c-1.861,1.86-2.931,4.441-2.931,7.072c0,2.642,1.07,5.213,2.931,7.083c1.861,1.861,4.442,2.921,7.073,2.921 s5.213-1.06,7.073-2.921c1.861-1.871,2.931-4.452,2.931-7.083C205.248,295.699,204.178,293.118,202.317,291.258z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23B2D0D5'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M183.966,346.195c-5.338-1.43-10.821,1.746-12.248,7.083c-2.859,10.702-12.582,18.178-23.646,18.178 c-11.063,0-20.786-7.476-23.646-18.178c-1.426-5.339-6.909-8.515-12.248-7.083c-5.338,1.427-8.509,6.909-7.083,12.248 c5.194,19.443,22.867,33.023,42.978,33.023c20.11,0,37.783-13.58,42.977-33.023C192.475,353.105,189.303,347.621,183.966,346.195z ' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M256.121,39.995c-5.526,0-10.005,4.479-10.005,10.005v63.514c0,5.526,4.479,10.005,10.005,10.005 c5.526,0,10.005-4.479,10.005-10.005V50C266.126,44.474,261.647,39.995,256.121,39.995z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M263.198,141.795c-1.862-1.871-4.443-2.931-7.073-2.931c-2.641,0-5.213,1.061-7.083,2.931 c-1.861,1.861-2.921,4.442-2.921,7.073s1.061,5.213,2.921,7.073c1.871,1.861,4.442,2.931,7.083,2.931 c2.631,0,5.213-1.07,7.073-2.931s2.931-4.442,2.931-7.073S265.058,143.656,263.198,141.795z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M195.152,130.95L169.61,105.43c-3.908-3.905-10.244-3.903-14.149,0.006c-3.905,3.909-3.903,10.243,0.006,14.149 l25.542,25.521c1.953,1.952,4.512,2.927,7.071,2.927c2.562,0,5.125-0.979,7.078-2.933 C199.063,141.19,199.061,134.856,195.152,130.95z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M356.801,105.456c-3.909-3.906-10.244-3.903-14.149,0.005l-27.155,27.177c-3.906,3.909-3.903,10.244,0.005,14.149 c1.953,1.953,4.512,2.928,7.071,2.928c2.562,0,5.124-0.978,7.077-2.933l27.155-27.177 C360.712,115.696,360.709,109.361,356.801,105.456z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M506.938,285.54c-21.132-78.867-102.486-125.836-181.351-104.702c-27.068,7.253-50.981,21.674-69.659,41.643 c-27.946-29.764-66.622-46.621-107.856-46.621C66.425,175.86,0,242.286,0,323.933s66.425,148.072,148.072,148.072 c41.273,0,80.011-16.909,107.967-46.745c27.682,29.351,66.721,46.694,107.906,46.694c12.649,0,25.505-1.637,38.29-5.062 C481.1,445.759,528.07,364.404,506.938,285.54z M148.072,451.995c-70.615,0-128.063-57.449-128.063-128.063 c0-70.614,57.448-128.063,128.063-128.063c36.555,0,70.791,15.319,95.088,42.282c-2.654,3.754-5.156,7.645-7.484,11.676 c-19.776,34.253-25.029,74.157-14.792,112.36c4.697,17.533,12.371,33.487,22.332,47.469 C218.914,436.654,184.64,451.995,148.072,451.995z M397.056,447.564c-68.207,18.271-138.568-22.347-156.844-90.554 c-8.853-33.041-4.31-67.553,12.793-97.176c3.156-5.466,6.671-10.642,10.51-15.509c0.166-0.191,0.32-0.389,0.47-0.59 c16.93-21.203,40.082-36.415,66.78-43.569c11.061-2.963,22.173-4.378,33.116-4.378c56.536,0,108.415,37.785,123.727,94.931 C505.886,358.927,465.263,429.287,397.056,447.564z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M334.605,304.249c-3.096-11.558-15.014-18.444-26.577-15.345c-11.558,3.098-18.441,15.019-15.344,26.577 c1.198,4.47,5.24,7.419,9.658,7.419c0.856,0,1.729-0.111,2.595-0.344c5.338-1.431,8.505-6.915,7.074-12.253 c-0.241-0.9,0.295-1.83,1.195-2.071c0.558-0.148,1.006,0.01,1.283,0.169c0.276,0.16,0.638,0.468,0.788,1.026 c1.43,5.337,6.914,8.506,12.253,7.074C332.869,315.072,336.035,309.587,334.605,304.249z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M425.169,279.982c-1.501-5.599-5.091-10.278-10.111-13.177c-5.02-2.897-10.868-3.668-16.466-2.167 c-5.599,1.5-10.279,5.09-13.176,10.11c-2.898,5.02-3.669,10.867-2.168,16.467c1.198,4.47,5.24,7.418,9.658,7.418 c0.856-0.001,1.729-0.111,2.596-0.344c5.337-1.431,8.504-6.916,7.074-12.254c-0.149-0.558,0.009-1.005,0.169-1.282 s0.467-0.638,1.026-0.787c0.558-0.149,1.007,0.01,1.283,0.169s0.637,0.467,0.787,1.026c1.43,5.337,6.914,8.505,12.253,7.074 C423.432,290.805,426.599,285.32,425.169,279.982z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M416.404,342.76c-1.431-5.337-6.917-8.506-12.254-7.075c-5.338,1.431-8.504,6.915-7.074,12.253 c3.404,12.705-4.163,25.812-16.868,29.216c-6.156,1.65-12.584,0.802-18.101-2.383c-5.519-3.187-9.466-8.33-11.114-14.485 c-1.431-5.337-6.916-8.508-12.254-7.074c-5.337,1.431-8.504,6.916-7.074,12.253c3.033,11.318,10.291,20.777,20.438,26.635 c6.758,3.902,14.26,5.896,21.861,5.896c3.811,0,7.646-0.5,11.425-1.514C408.75,390.222,422.663,366.121,416.404,342.76z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.svg-icon-stopwatch {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-46 0 512 512' width='512px' height='512px'%3E%3Cg%3E%3Cpath d='m373.824219 170.601562 21.527343-21.53125c11.695313-11.691406 11.695313-30.722656 0-42.421874-11.695312-11.695313-30.726562-11.695313-42.421874 0l-22.984376 22.984374c-23.976562-16.699218-51.308593-28.257812-79.945312-33.804687v-29.828125h20c5.523438 0 10-4.476562 10-10v-26c0-16.542969-13.457031-30-30-30h-80c-16.542969 0-30 13.457031-30 30v26c0 5.523438 4.476562 10 10 10h20v29.828125c-28.632812 5.542969-55.96875 17.105469-79.945312 33.804687l-22.984376-22.984374c-11.691406-11.695313-30.722656-11.695313-42.421874 0-11.695313 11.695312-11.695313 30.726562 0 42.421874l21.527343 21.53125c-29.839843 37.167969-46.175781 83.464844-46.175781 131.398438 0 115.792969 94.207031 210 210 210s210-94.207031 210-210c0-47.933594-16.335938-94.230469-46.175781-131.398438zm-6.753907-49.8125c3.902344-3.898437 10.242188-3.894531 14.140626 0 3.894531 3.898438 3.894531 10.242188 0 14.140626l-20.664063 20.660156c-4.65625-4.78125-9.539063-9.339844-14.617187-13.65625zm-207.070312-90.789062c0-5.515625 4.484375-10 10-10h80c5.515625 0 10 4.484375 10 10v16h-100zm70 36v26.945312c-13.253906-1.242187-26.742188-1.242187-40 0v-26.945312zm-191.210938 54.789062c3.898438-3.894531 10.242188-3.898437 14.140626 0l21.140624 21.144532c-5.078124 4.316406-9.960937 8.875-14.617187 13.65625l-20.664063-20.660156c-3.894531-3.898438-3.894531-10.242188 0-14.140626zm171.210938 371.210938c-104.765625 0-190-85.234375-190-190 0-46.214844 16.777344-90.742188 47.238281-125.386719 8.390625-9.542969 17.753907-18.261719 27.828125-25.925781 25.246094-19.210938 55.128906-31.855469 86.417969-36.570312 9.363281-1.402344 18.957031-2.117188 28.515625-2.117188s19.152344.714844 28.511719 2.117188c31.292969 4.714843 61.175781 17.359374 86.425781 36.570312 10.070312 7.664062 19.433594 16.382812 27.824219 25.925781 30.460937 34.644531 47.238281 79.171875 47.238281 125.386719 0 104.765625-85.234375 190-190 190zm0 0' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3Cpath d='m210 332c16.542969 0 30-13.457031 30-30 0-13.035156-8.359375-24.152344-20-28.28125v-71.71875c0-5.523438-4.476562-10-10-10s-10 4.476562-10 10v71.71875c-11.640625 4.128906-20 15.246094-20 28.28125 0 16.542969 13.457031 30 30 30zm0-40c5.515625 0 10 4.484375 10 10s-4.484375 10-10 10-10-4.484375-10-10 4.484375-10 10-10zm0 0' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3Cpath d='m316.527344 196.5c-.15625-.183594-.3125-.367188-.488282-.539062-.1875-.191407-.386718-.363282-.585937-.535157-17.625-17.4375-39.398437-30.339843-63.027344-37.316406-5.300781-1.5625-10.859375 1.460937-12.421875 6.757813-1.5625 5.296874 1.460938 10.859374 6.757813 12.421874 17.507812 5.171876 33.839843 14.109376 47.761719 26.042969l-6.746094 6.746094c-3.902344 3.90625-3.902344 10.238281 0 14.144531 1.953125 1.953125 4.511718 2.929688 7.074218 2.929688 2.558594 0 5.117188-.976563 7.070313-2.929688l6.761719-6.761718c18.09375 21.039062 28.839844 46.9375 30.933594 74.539062h-9.617188c-5.523438 0-10 4.480469-10 10 0 5.523438 4.476562 10 10 10h9.617188c-2.09375 27.605469-12.839844 53.5-30.933594 74.539062l-6.761719-6.761718c-3.90625-3.902344-10.238281-3.902344-14.144531 0-3.90625 3.90625-3.90625 10.238281 0 14.144531l6.761718 6.761719c-21.039062 18.09375-46.9375 28.839844-74.539062 30.9375v-9.621094c0-5.523438-4.476562-10-10-10s-10 4.476562-10 10v9.617188c-27.601562-2.09375-53.5-12.839844-74.539062-30.933594l6.761718-6.761719c3.90625-3.90625 3.90625-10.238281 0-14.144531-3.90625-3.902344-10.238281-3.902344-14.144531 0l-6.761719 6.761718c-18.09375-21.039062-28.839844-46.9375-30.933594-74.539062h9.617188c5.523438 0 10-4.476562 10-10s-4.476562-10-10-10h-9.617188c2.09375-27.601562 12.839844-53.5 30.933594-74.539062l6.761719 6.761718c1.953125 1.953125 4.511719 2.929688 7.070313 2.929688 2.5625 0 5.121093-.976563 7.074218-2.929688 3.902344-3.90625 3.902344-10.238281 0-14.144531l-6.746094-6.746094c13.921876-11.9375 30.253907-20.871093 47.761719-26.042969 5.296875-1.5625 8.320313-7.125 6.757813-12.421874-1.5625-5.296876-7.117188-8.316407-12.421875-6.757813-23.625 6.972656-45.390625 19.871094-63.011719 37.300781-.207031.175782-.410156.355469-.601562.546875-.171876.171875-.324219.351563-.480469.53125-28.042969 28.304688-43.480469 65.742188-43.480469 105.511719 0 39.765625 15.4375 77.199219 43.472656 105.5.15625.183594.3125.367188.488282.539062.171874.175782.351562.328126.53125.484376 28.304687 28.039062 65.738281 43.476562 105.507812 43.476562 39.765625 0 77.199219-15.433594 105.5-43.46875.183594-.160156.367188-.316406.539062-.492188.171876-.167968.324219-.351562.480469-.527343 28.042969-28.304688 43.480469-65.742188 43.480469-105.511719 0-39.765625-15.4375-77.199219-43.472656-105.5zm0 0' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3Cpath d='m210 172c5.519531 0 10-4.480469 10-10s-4.480469-10-10-10-10 4.480469-10 10 4.480469 10 10 10zm0 0' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3C/g%3E%3C/svg%3E");
}
.svg-icon-hot-drink {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 409.221 409.221' enable-background='new 0 0 409.221 409.221' width='512px' height='512px'%3E%3Cg%3E%3Cpath d='m122.173,100.642h-64.228c-14.407,0-26.128-11.722-26.128-26.129s11.721-26.129 26.128-26.129h113.462c3.322,0 6.128-2.807 6.128-6.128s-2.806-6.128-6.128-6.128h-70.444c-14.407,0-26.127-11.721-26.127-26.128 0-5.522 4.477-10 10-10s10,4.478 10,10c0,3.321 2.806,6.128 6.127,6.128h70.444c14.407,0 26.128,11.721 26.128,26.128s-11.721,26.128-26.128,26.128h-113.462c-3.322,0-6.128,2.807-6.128,6.129s2.807,6.129 6.128,6.129h64.229c6,0 11.867,2.1 16.523,5.911 4.273,3.498 4.901,9.799 1.402,14.072-1.977,2.414-4.849,3.665-7.743,3.665-2.229,0-4.47-0.74-6.329-2.263-0.773-0.631-2.068-1.385-3.854-1.385zm255.037,113.153l-28.74,143.7c-0.935,4.675-5.039,8.039-9.806,8.039h-39.778l-7.129,35.647c-0.935,4.675-5.039,8.039-9.806,8.039h-137.954c-4.767,0-8.871-3.364-9.806-8.039l-45.983-229.92c-0.588-2.938 0.173-5.984 2.072-8.301 1.899-2.317 4.737-3.66 7.733-3.66h6.135c0.135-8.877 2.467-16.232 7.037-22.294 10.863-14.409 31.365-16.847 51.192-19.203 32.619-3.878 52.614-8.257 55.236-36.311 0.48-5.14 4.794-9.069 9.957-9.069 50.313,0 86.634,43.275 92.609,86.877h7.754c2.996,0 5.834,1.343 7.733,3.66 1.899,2.316 2.66,5.363 2.072,8.301l-6.114,30.573h35.778c2.996,0 5.834,1.343 7.733,3.66 1.902,2.317 2.663,5.363 2.075,8.301zm-253.06-54.495h15.07c0.129-0.002 0.258-0.002 0.387,0h160.323c-5.439-30.921-30.261-61.826-63.932-66.318-8.613,37.235-44.511,41.501-71.26,44.681-16.382,1.948-31.856,3.787-37.583,11.383-1.892,2.51-2.89,5.898-3.005,10.254zm185.426,50.803c0.028-0.161 0.06-0.321 0.096-0.479l6.065-30.323h-164.136l33.86,169.307c1.083,5.415-2.429,10.684-7.845,11.767-5.409,1.089-10.684-2.429-11.767-7.845l-34.644-173.23h-16.101c-0.117,0.002-0.232,0.002-0.348,0h-4.544l41.984,209.921h121.558l7.075-35.374c0.032-0.191 0.07-0.38 0.113-0.566l28.634-143.178zm45.63,11.731h-27.58l-24.74,123.7h27.58l24.74-123.7z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.svg-icon-teddy-bear {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve' width='512px' height='512px' class=''%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M454.773,375.483c-8.143-14.111-20.159-23.29-35.714-27.279c-3.716-0.953-7.461-1.551-11.177-1.788 c0.48-5.345,0.73-10.73,0.73-16.106c0-6.824-0.391-13.656-1.166-20.423c27.647-3.783,48.974-26.763,48.974-54.46 c0-30.329-25.581-55.005-57.024-55.005c-3.084,0-6.128,0.248-9.117,0.709c6.464-15.569,10.023-32.542,10.023-50.298 c0-11.544-1.495-22.936-4.454-33.993c22.685-9.582,37.781-31.292,37.781-55.848C433.63,27.361,405.243,0,370.351,0 c-21.271,0-40.957,10.358-52.583,27.05c-18.524-8.188-38.867-12.481-59.393-12.481s-40.869,4.293-59.393,12.481 C187.354,10.358,167.667,0,146.396,0c-34.893,0-63.281,27.362-63.281,60.994c0,24.557,15.098,46.267,37.783,55.849 c-2.959,11.06-4.455,22.453-4.455,33.992c0,17.756,3.56,34.728,10.023,50.298c-2.989-0.461-6.032-0.709-9.116-0.709 c-31.444,0-57.025,24.675-57.025,55.005c0,27.695,21.33,50.674,48.974,54.46c-0.775,6.771-1.167,13.605-1.167,20.423 c0,5.524,0.265,11.055,0.772,16.546c-0.386-0.008-0.771-0.02-1.159-0.02c-4.894,0-9.874,0.641-14.804,1.904 c-15.555,3.989-27.57,13.166-35.714,27.278c-14.095,24.426-13.358,60.525-6.376,85.467C59.18,491.229,87.31,512,119.262,512 c1.339,0,2.68-0.044,4.018-0.118c0.058-0.001,0.115-0.001,0.173-0.004c0.088-0.004,0.176-0.012,0.264-0.017 c0.104-0.006,0.207-0.013,0.31-0.02c26.193-1.425,49.252-16.886,60.158-39.198c22.542,13.977,47.94,21.305,74.186,21.305 c25.056,0,49.464-6.747,71.286-19.581c0.352,0.658,0.698,1.319,1.073,1.969c9.434,16.347,24.962,28,43.722,32.811 c5.986,1.535,12.138,2.315,18.283,2.315c31.952,0,60.082-20.772,68.408-50.513C468.131,436.008,468.867,399.908,454.773,375.483z M103.121,60.994c0-22.601,19.413-40.989,43.275-40.989c17.07,0,32.595,9.549,39.551,24.328c1.162,2.469,3.283,4.355,5.869,5.223 c2.587,0.867,5.415,0.64,7.832-0.628c17.879-9.391,38.186-14.354,58.724-14.354c20.539,0,40.845,4.963,58.724,14.354 c2.416,1.269,5.246,1.496,7.832,0.628c2.587-0.868,4.707-2.755,5.869-5.223c6.957-14.779,22.481-24.328,39.552-24.328 c23.862,0,43.275,18.387,43.275,40.989c0,15.991-9.727,30.21-24.466,36.928c-2.376-5.411-5.11-10.68-8.184-15.741 c-2.869-4.721-9.019-6.222-13.741-3.356c-4.721,2.868-6.224,9.02-3.356,13.741c4.079,6.715,7.464,13.851,10.06,21.212 c0.063,0.18,0.137,0.352,0.209,0.526c4.075,11.745,6.15,24.03,6.15,36.531c0,60.894-49.354,110.999-111.923,115.868v-74.374 c14.48-4.959,24.708-20.001,24.708-33.281c0-7.282-3.382-24.22-34.71-24.22c-31.328,0-34.71,16.938-34.71,24.22 c0,13.28,10.227,28.322,24.708,33.281v74.374c-62.568-4.868-111.923-54.973-111.923-115.868c0-12.684,2.129-25.156,6.329-37.07 c0.941-2.67,0.707-5.612-0.645-8.1c-1.351-2.488-3.693-4.285-6.445-4.949C116.512,96.094,103.121,79.759,103.121,60.994z M258.374,344.078c-5.524,0-10.002,4.478-10.002,10.002v30.317c-33.885-4.87-60.014-34.08-60.014-69.291 c0-14.252,4.37-28.112,12.399-39.752c17.617,7.544,37.115,11.746,57.617,11.746s40-4.202,57.618-11.746 c8.029,11.641,12.4,25.5,12.4,39.752c0,35.21-26.13,64.421-60.014,69.291V354.08C268.376,348.556,263.898,344.078,258.374,344.078 z M243.669,159.048c0-0.975,0-1.379,1.653-2.193c1.533-0.755,5.268-2.021,13.052-2.021c7.784,0,11.519,1.267,13.052,2.021 c1.653,0.814,1.653,1.218,1.653,2.193c0,5.638-6.874,14.967-14.706,14.967C250.541,174.014,243.669,164.686,243.669,159.048z M163.943,466.876c-6.722,11.647-17.861,19.969-31.365,23.432c-3.269,0.838-6.602,1.366-9.946,1.579 c-0.009,0-0.018,0.001-0.026,0.002c-1.113,0.07-2.227,0.105-3.34,0.105c-23.018,0.001-43.227-14.763-49.147-35.902 c-5.664-20.231-6.691-50.788,4.438-70.075c5.428-9.405,13.067-15.261,23.356-17.899c3.307-0.848,6.616-1.278,9.834-1.278 c3.383,0,6.666,0.469,9.839,1.335c0.15,0.046,0.299,0.092,0.452,0.131c25.767,7.364,44.264,40.925,50.447,63.013 C171.85,443.341,170.237,455.969,163.943,466.876z M324.253,425.388c-2.751,9.826-3.179,19.927-1.379,29.687 c-19.594,12.352-41.751,18.868-64.499,18.868c-24.465,0-48.109-7.464-68.722-21.628c1.15-8.725,0.54-17.665-1.902-26.388 c-7.281-26.007-27.781-62.385-58.238-74.765c-0.908-6.882-1.372-13.87-1.372-20.852c0-9.466,0.848-18.962,2.522-28.223 c0.549-3.039-0.335-6.159-2.397-8.458c-2.062-2.299-5.071-3.518-8.148-3.299c-0.917,0.065-1.846,0.097-2.763,0.097 c-20.413,0-37.02-15.702-37.02-35.001c0-19.299,16.607-35,37.02-35c9.765,0,18.946,3.56,25.908,10.02 c10.676,14.189,24.123,26.333,39.574,35.698c-9.401,14.508-14.482,31.512-14.482,48.962c0,49.638,40.384,90.021,90.021,90.021 s90.021-40.384,90.021-90.021c0-17.45-5.081-34.453-14.482-48.962c15.452-9.364,28.899-21.508,39.574-35.698 c6.963-6.462,16.144-10.02,25.909-10.02c20.412,0,37.019,15.701,37.019,35s-16.607,35.001-37.019,35.001 c-0.916,0-1.847-0.033-2.766-0.097c-3.078-0.219-6.087,1-8.149,3.299c-2.06,2.299-2.946,5.42-2.397,8.459 c1.673,9.25,2.522,18.745,2.522,28.221c0,6.194-0.364,12.398-1.078,18.517C354.295,359.029,331.93,397.973,324.253,425.388z M441.883,455.556c-5.917,21.139-26.126,35.903-49.144,35.903c-4.47,0-8.949-0.567-13.314-1.687 c-13.505-3.463-24.645-11.785-31.365-23.432c-6.294-10.908-7.908-23.536-4.543-35.555c6.512-23.257,26.673-59.232,54.598-63.955 c0.109-0.018,0.218-0.037,0.326-0.058c1.903-0.305,3.842-0.465,5.815-0.465c3.219,0,6.528,0.43,9.834,1.278 c10.288,2.639,17.928,8.493,23.357,17.899C448.575,404.767,447.548,435.325,441.883,455.556z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M321.264,113.305c-9.231,0-16.762,7.207-16.762,16.042c0,8.836,7.53,16.043,16.762,16.043 c9.232,0,16.761-7.207,16.761-16.043C338.025,120.512,330.496,113.305,321.264,113.305z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M195.485,113.305c-9.232,0-16.762,7.207-16.762,16.042c0,8.836,7.529,16.043,16.762,16.043 c9.231,0,16.761-7.207,16.761-16.043C212.246,120.512,204.716,113.305,195.485,113.305z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M360.875,56.578l-0.233-0.231c-3.967-3.844-10.314-3.761-14.159,0.206c-3.845,3.966-3.762,10.283,0.205,14.128 c0.007,0.006,0.054,0.054,0.062,0.061c1.947,1.948,4.494,2.92,7.043,2.92c2.557,0,5.115-0.978,7.072-2.929 C364.771,66.837,364.765,60.492,360.875,56.578z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M258.371,315.105c-5.524,0-10.002,4.478-10.002,10.002v0.236c0,5.524,4.478,10.002,10.002,10.002 c5.524,0,10.002-4.478,10.002-10.002v-0.236C268.373,319.583,263.895,315.105,258.371,315.105z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.svg-icon-microscope {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' height='512px' viewBox='0 0 59 61' width='512px' class=''%3E%3Cg%3E%3Cg id='048---Microscope'%3E%3Cpath id='Shape' d='m41.68 12.05c-.15.05-3.68 1.27-3.68 4.95 0 .5522847.4477153 1 1 1s1-.4477153 1-1c.1025034-1.3744722 1.0155003-2.5550716 2.32-3 .5246705-.1767311.8067311-.7453295.63-1.27s-.7453295-.8067311-1.27-.63z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3Cpath id='Shape' d='m59 6.5c.0020224-1.87277612-1.1585593-3.55011531-2.9118433-4.20836275s-3.7309857-.15913552-4.9619577 1.25224762c-1.230972 1.41138315-1.4566436 3.43857061-.566199 5.08611513l-1.76 1.5c-3.1911349-2.69420693-7.8164506-2.83913625-11.17-.35l-1.36-1.21c1.3623237-2.17931753.8505806-5.03648273-1.1834575-6.60748236-2.0340381-1.57099962-4.927787-1.34408345-6.692086.52476651-1.7642989 1.86884996-1.8244306 4.7708593-.1390607 6.71118893 1.6853699 1.94032962 4.5672354 2.28692072 6.6646042.80152692l1.24 1.11c-5.75 6.76.77 17 9.39 14.47l1.27 1.74c-1.4383066 2.6198261-.9015421 5.8831731 1.3001195 7.904287 2.2016615 2.0211139 5.4989148 2.2773754 7.986413.6207017 2.4874981-1.6566738 3.5220242-4.7979005 2.5057683-7.6084945s-3.8205106-4.5637925-6.7923008-4.2464942l-1.41-1.94c2.1822245-3.1886469 2.0856361-7.41439-.24-10.5l1.69-1.45c1.363027.9875451 3.1632264 1.1318623 4.666172.3740746 1.5029457-.75778775 2.4573433-2.29097745 2.473828-3.9740746zm-4.5-2.5c1.028535-.01912916 1.9637905.59373413 2.3568262 1.54440399.3930357.95066987.1636061 2.04504924-.5781584 2.75781551-.7417644.71276626-1.8444186.89839483-2.7786678.4677805l1.18-1c.4197364-.35898509.4689851-.99026359.11-1.41s-.9902636-.46898509-1.41-.11l-1.21 1c-.2452486-.75069103-.1183014-1.57330609.3418439-2.2151396.4601453-.64183352 1.1984676-1.02613965 1.9881561-1.0348604zm-25.5 2c-.0047299-1.22450498.7352224-2.32898288 1.8694645-2.79042596s2.4350896-.18722263 3.286547.69280867c.8514574.88003131 1.0826058 2.18921859.5839885 3.30761729l-1.08-1c-.416915-.33580195-1.024335-.28371326-1.3779907.11816821s-.3280933 1.01099462.0579907 1.38183179l1 .91c-.9198179.4594964-2.0108792.41591965-2.8911213-.11547076-.8802422-.53139042-1.427025-1.47655822-1.4488787-2.50452924zm7 11c-.0048423-2.9248122 1.8092831-5.5443198 4.5489397-6.5684445 2.7396567-1.02412464 5.8272499-.2369528 7.7421744 1.973842 1.9149244 2.2107949 2.2534617 5.3791169.8488859 7.9446025-1.0084765-1.2310847-2.8027602-1.4604877-4.0885283-.5227272-1.285768.9377606-1.6155575 2.7163327-.7514717 4.0527272-2.0482171.3871176-4.1624027-.1587246-5.7672252-1.4889871-1.6048224-1.3302624-2.5333029-3.3065339-2.5327748-5.3910129zm21 13.5c0 2.4852814-2.0147186 4.5-4.5 4.5s-4.5-2.0147186-4.5-4.5 2.0147186-4.5 4.5-4.5c2.4829999.0054995 4.4945005 2.0170001 4.5 4.5zm-8.9-4.77-2.1-2.92c-.212573-.2911715-.2536605-.6736313-.1077851-1.0033107.1458753-.3296794.4565516-.5564921.815-.595.3584484-.038508.7102121.1171392.9227851.4083107l2.17 3c-.6227832.2759668-1.1968558.6508024-1.7 1.11z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3Cpath id='Shape' d='m40 37h-2.35c.6996155-1.4667175.2943463-3.2222115-.9774102-4.2338228-1.2717565-1.0116112-3.0734231-1.0116112-4.3451796 0-1.2717565 1.0116113-1.6770257 2.7671053-.9774102 4.2338228h-2.35c-1.6568542-.1215026-3.0984974 1.1231458-3.22 2.78s1.1231458 3.0984974 2.78 3.22c-2.7860616 3.0584015-7.0525542 4.2949252-11.0422575 3.2002897-3.9897032-1.0946355-7.0278148-4.3352879-7.86304192-8.3872448-.8352271-4.0519569.67369722-8.2298867 3.90529942-10.8130449.1465403.0086119.2934597.0086119.44 0 1.0818511 0 2.1345191-.3508894 3-1l1.23 1.22c-.1823393.6851562.0116954 1.4156398.51 1.92l1.41 1.42c.3751365.3755541.8841815.5865733 1.415.5865733s1.0398635-.2110192 1.415-.5865733l.71-.71 2.07 2.15c.3751365.3755541.8841815.5865733 1.415.5865733s1.0398635-.2110192 1.415-.5865733l2.82-2.83c.3755541-.3751365.5865733-.8841815.5865733-1.415s-.2110192-1.0398635-.5865733-1.415l-2.12-2.12.71-.7c.3755541-.3751365.5865733-.8841815.5865733-1.415s-.2110192-1.0398635-.5865733-1.415l-1.41-1.42c-.5064386-.5018619-1.2417506-.6961671-1.93-.51l-14.34-14.36c-.3751365-.37555409-.8841815-.58657331-1.415-.58657331s-1.03986349.21101922-1.415.58657331l-2.82-2.81c-.37513651-.37555409-.8841815-.58657331-1.415-.58657331s-1.03986349.21101922-1.415.58657331l-2.84 2.82c-.37555409.37513651-.58657331.8841815-.58657331 1.415s.21101922 1.03986349.58657331 1.415l2.84 2.83c-.37555409.3751365-.58657331.8841815-.58657331 1.415s.21101922 1.0398635.58657331 1.415l6.16 6.15c-.56229295.7300361-.90872744 1.603051-1 2.52-4.41867899 3.9543016-6.60637801 9.8311509-5.84900602 15.7122743s4.36264166 11.0119533 9.63900602 13.7177257h-4.79c-3.3137085 0-6 2.6862915-6 6v2h-1c-.55228475 0-1 .4477153-1 1s.44771525 1 1 1h40c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1h-1v-2c0-3.3137085-2.6862915-6-6-6h-4.79c3.4229335-1.7507137 6.1924789-4.5553166 7.9-8h2.89c1.6568542 0 3-1.3431458 3-3s-1.3431458-3-3-3zm-7-1.5c0-.8284271.6715729-1.5 1.5-1.5s1.5.6715729 1.5 1.5-.6715729 1.5-1.5 1.5-1.5-.6715729-1.5-1.5zm-19-16.5c1.6568542 0 3 1.3431458 3 3s-1.3431458 3-3 3-3-1.3431458-3-3 1.3431458-3 3-3zm16 8.75-2.83 2.83-2.12-2.12 2.83-2.83zm-1.41-5.66-7.08 7.07-1.41-1.41 7.07-7.07zm-26.17-16.26 2.83-2.83 2.83 2.83-2.83 2.83zm8.49 0 14.14 14.17-5.66 5.66-1.1-1.1c1.1157223-1.9571677.7847849-4.4187712-.808222-6.011778-1.5930068-1.5930069-4.0546103-1.9239443-6.011778-.808222l-6.22-6.25c9.27-9.26 3.75-3.78 5.66-5.66zm23.09 47.17c2.209139 0 4 1.790861 4 4v2h-34v-2c0-2.209139 1.790861-4 4-4zm-13-2c-6.3865548-.0115458-12.15452995-3.8200053-14.67373113-9.6887225-2.51920119-5.8687171-1.30704292-12.6734635 3.08373113-17.3112775.41625831.9450426 1.1149163 1.7380194 2 2.27-3.45507159 3.4706659-4.66652551 8.5885108-3.13401493 13.2397959 1.53251057 4.651285 5.54890703 8.046652 10.39036343 8.7837686 4.8414565.7371165 9.6863412-1.3091116 12.5336515-5.2935645h3.64c-2.8551921 4.9453446-8.1296129 7.9941428-13.84 8zm19-10h-11c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1h11c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.svg-icon-card-payment {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' height='512px' viewBox='0 -47 512 511' width='512px' class=''%3E%3Cg%3E%3Cpath d='m502 133.113281c5.523438 0 10-4.476562 10-10v-80.476562c0-23.234375-18.863281-42.136719-42.050781-42.136719h-250.203125c-23.1875 0-42.050782 18.902344-42.050782 42.136719v143.433593h-143.667968c-18.761719 0-34.027344 15.261719-34.027344 34.019532v163.738281c0 18.757813 15.265625 34.019531 34.027344 34.019531h260.839844c18.765624 0 34.027343-15.261718 34.027343-34.019531v-33.011719h141.054688c23.1875 0 42.050781-18.902344 42.050781-42.136718v-95.121094c0-5.519532-4.476562-10-10-10s-10 4.480468-10 10v61.78125h-163.101562v-55.25c0-18.757813-15.265626-34.019532-34.027344-34.019532h-97.175782v-143.433593c0-12.207031 9.894532-22.136719 22.050782-22.136719h63.417968v116.410156c0 3.402344 1.730469 6.570313 4.589844 8.410156 2.863282 1.839844 6.460938 2.101563 9.558594.691407l47.535156-21.664063 47.539063 21.664063c1.320312.601562 2.734375.898437 4.144531.898437 1.890625 0 3.773438-.535156 5.410156-1.589844 2.863282-1.839843 4.589844-5.007812 4.589844-8.410156v-116.410156h63.417969c12.160156 0 22.054687 9.929688 22.054687 22.136719v80.476562c-.003906 5.523438 4.472656 10 9.996094 10zm-193.101562 250.714844c0 7.730469-6.292969 14.019531-14.027344 14.019531h-260.84375c-7.734375 0-14.027344-6.289062-14.027344-14.019531v-124.363281h288.898438zm183.101562-88.484375v13.335938c0 12.207031-9.894531 22.140624-22.050781 22.140624h-141.050781v-35.476562zm-183.101562-75.253906v19.375h-288.898438v-19.375c0-7.730469 6.292969-14.019532 14.027344-14.019532h260.839844c7.734374 0 14.03125 6.289063 14.03125 14.019532zm77.632812-98.726563-37.539062-17.101562c-1.3125-.601563-2.730469-.902344-4.144532-.902344-1.414062 0-2.828125.300781-4.144531.902344l-37.539063 17.101562v-100.863281h83.367188zm0 0' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3Cpath d='m239.570312 280.589844c-8.5 0-16.46875 2.3125-23.308593 6.347656-7.042969-4.167969-15.011719-6.347656-23.359375-6.347656-25.378906 0-46.03125 20.648437-46.03125 46.027344 0 25.382812 20.652344 46.03125 46.03125 46.03125 8.347656 0 16.316406-2.179688 23.359375-6.347657 6.839843 4.035157 14.808593 6.347657 23.308593 6.347657 25.382813 0 46.03125-20.648438 46.03125-46.03125 0-25.378907-20.648437-46.027344-46.03125-46.027344zm-72.699218 46.027344c0-14.351563 11.679687-26.027344 26.03125-26.027344 2.730468 0 5.390625.410156 7.914062 1.214844-4.601562 7.164062-7.277344 15.683593-7.277344 24.8125 0 9.132812 2.675782 17.652343 7.277344 24.816406-2.523437.804687-5.183594 1.214844-7.914062 1.214844-14.351563.003906-26.03125-11.675782-26.03125-26.03125zm72.699218 26.035156c-14.351562 0-26.03125-11.679688-26.03125-26.03125 0-14.355469 11.679688-26.03125 26.03125-26.03125 14.355469 0 26.03125 11.675781 26.03125 26.03125 0 14.351562-11.675781 26.03125-26.03125 26.03125zm0 0' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3Cpath d='m100.292969 316.902344h-47c-5.523438 0-10-4.476563-10-10 0-5.519532 4.476562-10 10-10h47c5.523437 0 10 4.480468 10 10 0 5.523437-4.476563 10-10 10zm0 0' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3Cpath d='m100.292969 360.40625h-47c-5.523438 0-10-4.476562-10-10 0-5.519531 4.476562-10 10-10h47c5.523437 0 10 4.480469 10 10 0 5.523438-4.476563 10-10 10zm0 0' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3Cpath d='m502 178.152344c-4.179688 0-7.984375-2.6875-9.402344-6.613282-1.382812-3.828124-.253906-8.21875 2.808594-10.902343 3.28125-2.871094 8.167969-3.257813 11.871094-.96875 3.515625 2.175781 5.359375 6.464843 4.507812 10.515625-.960937 4.582031-5.09375 7.96875-9.785156 7.96875zm0 0' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.svg-icon-team {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve' width='512px' height='512px' class=''%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Ccircle cx='441.639' cy='338.1' r='10' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Ccircle cx='60.965' cy='338.1' r='10' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M494.298,491.996h-85.876l-0.525-245.772c-0.012-5.517-4.487-9.98-10.001-9.98c-0.007,0-0.015,0-0.022,0 c-5.524,0.012-9.992,4.499-9.98,10.023l0.525,245.729h-29.049l-0.257-109.348c-0.013-5.516-4.488-9.978-10.001-9.978 c-0.008,0-0.016,0-0.024,0c-5.524,0.013-9.992,4.501-9.978,10.025l0.257,109.301h-24.285v-132.36 c28.31-2.503,50.569-25.767,50.569-54.016v-96.924c0-15.412-3.27-30.519-9.525-44.471c19.751,1.319,38.136,9.355,52.28,23.013 c15.478,14.946,24.027,34.82,24.071,55.971l0.183,56.916c0.018,5.513,4.492,9.97,10.001,9.97c0.011,0,0.022,0,0.033,0 c5.523-0.018,9.987-4.51,9.97-10.034l-0.183-56.905c-0.057-26.6-10.775-51.569-30.18-70.307 c-11.084-10.703-24.249-18.63-38.597-23.439c10.163-9.673,16.505-23.323,16.473-38.427c-0.063-29.142-23.79-52.807-52.919-52.807 c-0.038,0-0.077,0-0.114,0c-8.486,0.019-16.924,2.097-24.401,6.01c-4.894,2.562-6.785,8.606-4.223,13.5 c2.563,4.894,8.608,6.785,13.5,4.223c4.706-2.463,9.809-3.718,15.168-3.73c18.179-0.009,32.948,14.696,32.987,32.846 c0.039,18.15-14.696,32.948-32.846,32.987c-0.431,0.001-0.852,0.038-1.267,0.092c-0.533,0.022-1.065,0.041-1.599,0.071 c-14.45-19.776-34.736-34.122-57.84-41.402c12.266-10.762,20.033-26.535,20.033-44.098C306.652,26.321,280.332,0,247.979,0 c-32.354,0-58.675,26.321-58.675,58.675c0,18.414,8.534,34.866,21.847,45.631c-21.208,7.654-39.794,21.365-53.292,39.812 c-1.584-0.071-3.166-0.113-4.74-0.113c-0.748,0-1.494,0.012-2.239,0.028c-0.183-0.01-0.363-0.028-0.548-0.028 c-18.15,0-32.916-14.766-32.916-32.916c0-18.15,14.766-32.916,32.916-32.916c5.486,0,10.913,1.374,15.693,3.973 c4.853,2.637,10.925,0.843,13.565-4.01c2.638-4.853,0.843-10.926-4.01-13.565c-7.704-4.189-16.435-6.403-25.249-6.403 c-29.18,0-52.92,23.74-52.92,52.92c0,15.89,7.05,30.156,18.174,39.865c-37.813,14.581-64.622,50.512-64.622,92.42v56.72 c0,5.524,4.478,10.002,10.002,10.002c5.524,0,10.002-4.478,10.002-10.002v-56.72c0-41.48,33.116-75.606,75.144-79.055 c-6.227,13.925-9.484,28.998-9.484,44.378v96.924c0,28.808,23.147,52.433,52.255,54.141v132.234h-27.248V382.668 c0-5.524-4.478-10.002-10.002-10.002s-10.002,4.478-10.002,10.002v109.328h-24.586v-245.65c0-5.524-4.478-10.002-10.002-10.002 c-5.524,0-10.002,4.478-10.002,10.002v245.65H17.702c-5.524,0-10.002,4.478-10.002,10.002S12.177,512,17.702,512h476.597 c5.524,0,10.002-4.478,10.002-10.002C504.299,496.474,499.822,491.996,494.298,491.996z M209.307,58.675 c0-21.323,17.348-38.671,38.671-38.671s38.67,17.348,38.67,38.671s-17.348,38.671-38.67,38.671 C226.656,97.346,209.307,79.998,209.307,58.675z M305.079,202.066c-5.524,0-10.002,4.478-10.002,10.002v279.928h-35.622V352.849 c0-5.524-4.478-10.002-10.002-10.002s-10.002,4.478-10.002,10.002v139.148h-30.565V212.068c0-5.524-4.478-10.002-10.002-10.002 c-5.524,0-10.002,4.478-10.002,10.002v127.641c-18.067-1.64-32.252-16.299-32.252-34.088v-96.924 c0-17.31,5.034-34.159,14.558-48.724c17.452-26.689,47.34-42.623,79.95-42.623c32.664,0,62.579,15.975,80.021,42.734 c9.477,14.54,14.487,31.35,14.487,48.613v96.924c0,17.232-13.31,31.525-30.565,33.895V212.068 C315.082,206.544,310.603,202.066,305.079,202.066z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.svg-icon-checklist {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve' width='512px' height='512px' class=''%3E%3Cg%3E%3Cg id='XMLID_1761_'%3E%3Cg id='XMLID_346_'%3E%3Cpath id='XMLID_427_' d='M474,20.882c-20.953,0-38,17.047-38,38v338.167c0,1.074,0.173,2.141,0.512,3.16l28,84.07 c1.361,4.084,5.183,6.84,9.488,6.84s8.127-2.755,9.488-6.84l28-84.07c0.339-1.019,0.512-2.085,0.512-3.16V293.382 c0-5.523-4.477-10-10-10s-10,4.477-10,10v93.667h-36V88.132h36v125.25c0,5.523,4.477,10,10,10s10-4.477,10-10v-154.5 C512,37.929,494.953,20.882,474,20.882z M474,449.472l-14.129-42.423h28.259L474,449.472z M456,68.132v-9.25 c0-9.925,8.075-18,18-18s18,8.075,18,18v9.25H456z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3Cpath id='XMLID_803_' d='M502,243.38c-2.63,0-5.21,1.07-7.07,2.93c-1.86,1.86-2.93,4.44-2.93,7.07s1.07,5.21,2.93,7.07 c1.86,1.86,4.44,2.93,7.07,2.93c2.63,0,5.21-1.07,7.07-2.93c1.86-1.86,2.93-4.44,2.93-7.07s-1.07-5.21-2.93-7.07 C507.21,244.45,504.63,243.38,502,243.38z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3Cpath id='XMLID_909_' d='M370,0h-92.833H126.833H34C15.252,0,0,15.252,0,34v444c0,18.748,15.252,34,34,34h336 c18.748,0,34-15.252,34-34V34C404,15.252,388.748,0,370,0z M267.167,20v40.75c0,6.203-5.047,11.25-11.25,11.25H148.083 c-6.203,0-11.25-5.047-11.25-11.25V20H267.167z M384,478c0,7.72-6.28,14-14,14H34c-7.72,0-14-6.28-14-14V34c0-7.72,6.28-14,14-14 h82.833v20H70c-16.542,0-30,13.458-30,30v372c0,16.542,13.458,30,30,30h48.205c5.523,0,10-4.477,10-10s-4.477-10-10-10H70 c-5.514,0-10-4.486-10-10V70c0-5.514,4.486-10,10-10h46.833v0.75c0,17.231,14.019,31.25,31.25,31.25h107.833 c17.231,0,31.25-14.019,31.25-31.25V60H334c5.514,0,10,4.486,10,10v319h-33c-16.542,0-30,13.458-30,30v33h-82.794 c-5.523,0-10,4.477-10,10s4.477,10,10,10H291c2.652,0,5.196-1.054,7.071-2.929l63-63c1.875-1.875,2.929-4.419,2.929-7.071V70 c0-16.542-13.458-30-30-30h-46.833V20H370c7.72,0,14,6.28,14,14V478z M329.858,409L301,437.858V419c0-5.514,4.486-10,10-10 H329.858z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3Cpath id='XMLID_912_' d='M138.339,228.905l-30.979,30.979l-9.29-9.29c-3.905-3.905-10.237-3.905-14.143,0 c-3.905,3.905-3.905,10.237,0,14.143l16.361,16.361c1.953,1.953,4.512,2.929,7.071,2.929s5.119-0.976,7.071-2.929l38.05-38.05 c3.905-3.905,3.905-10.237,0-14.143C148.577,225,142.245,225,138.339,228.905z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3Cpath id='XMLID_913_' d='M191.757,283.899h50.782c5.523,0,10-4.477,10-10s-4.477-10-10-10h-50.782c-5.523,0-10,4.477-10,10 S186.234,283.899,191.757,283.899z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3Cpath id='XMLID_914_' d='M191.757,243.899H293.32c5.523,0,10-4.477,10-10s-4.477-10-10-10H191.757c-5.523,0-10,4.477-10,10 S186.234,243.899,191.757,243.899z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3Cpath id='XMLID_915_' d='M152.482,321.905c-3.905-3.905-10.237-3.905-14.143,0l-30.979,30.979l-9.29-9.29 c-3.905-3.905-10.237-3.905-14.143,0c-3.905,3.905-3.905,10.237,0,14.143l16.361,16.361c1.953,1.953,4.512,2.929,7.071,2.929 s5.119-0.976,7.071-2.929l38.05-38.05C156.387,332.142,156.387,325.81,152.482,321.905z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3Cpath id='XMLID_916_' d='M242.539,376.899c5.523,0,10-4.477,10-10s-4.477-10-10-10h-50.782c-5.523,0-10,4.477-10,10 s4.477,10,10,10H242.539z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3Cpath id='XMLID_917_' d='M191.757,336.899H293.32c5.523,0,10-4.477,10-10s-4.477-10-10-10H191.757c-5.523,0-10,4.477-10,10 S186.234,336.899,191.757,336.899z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3Cpath id='XMLID_918_' d='M100.29,186.936c1.875,1.875,4.419,2.929,7.071,2.929c2.652,0,5.196-1.054,7.071-2.929l38.05-38.05 c3.905-3.905,3.905-10.237,0-14.143c-3.905-3.905-10.237-3.905-14.143,0l-30.979,30.979l-9.29-9.29 c-3.905-3.906-10.237-3.904-14.142,0c-3.905,3.905-3.906,10.237,0,14.142L100.29,186.936z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3Cpath id='XMLID_926_' d='M191.757,189.738h50.782c5.523,0,10-4.477,10-10s-4.477-10-10-10h-50.782c-5.523,0-10,4.477-10,10 S186.234,189.738,191.757,189.738z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3Cpath id='XMLID_927_' d='M191.757,149.738H293.32c5.523,0,10-4.477,10-10s-4.477-10-10-10H191.757c-5.523,0-10,4.477-10,10 S186.234,149.738,191.757,149.738z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3Cpath id='XMLID_950_' d='M158.21,452c-2.64,0-5.21,1.07-7.08,2.93c-1.86,1.86-2.93,4.44-2.93,7.07c0,2.63,1.07,5.21,2.93,7.07 s4.44,2.93,7.08,2.93c2.63,0,5.21-1.07,7.07-2.93s2.92-4.44,2.92-7.07c0-2.63-1.06-5.21-2.92-7.07 C163.42,453.07,160.84,452,158.21,452z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.svg-icon-like {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 484.4 484.4' style='enable-background:new 0 0 484.4 484.4;' xml:space='preserve' width='512px' height='512px' class=''%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M164.9,197.5c0-6.6-5.4-12-12-12H56.7c-6.6,0-12,5.4-12,12s5.4,12,12,12h96.2C159.5,209.5,164.9,204.1,164.9,197.5z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3Cpath d='M427.7,185.5h-96.2c-6.6,0-12,5.4-12,12s5.4,12,12,12h96.2c6.6,0,12-5.4,12-12S434.4,185.5,427.7,185.5z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3Cpath d='M242.2,120.2c6.6,0,12-5.4,12-12V12c0-6.6-5.4-12-12-12s-12,5.4-12,12v96.2C230.2,114.8,235.6,120.2,242.2,120.2z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3Cpath d='M305.3,146.4c3.1,0,6.1-1.2,8.5-3.5l68.1-68.1c4.7-4.7,4.7-12.3,0-17s-12.3-4.7-17,0l-68.1,68.1c-4.7,4.7-4.7,12.3,0,17 C299.2,145.2,302.3,146.4,305.3,146.4z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3Cpath d='M170.6,142.9c2.3,2.3,5.4,3.5,8.5,3.5s6.1-1.2,8.5-3.5c4.7-4.7,4.7-12.3,0-17l-68.1-68.1c-4.7-4.7-12.3-4.7-17,0 s-4.7,12.3,0,17L170.6,142.9z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3Cpath d='M386.4,273.2c-9.1-7.8-20.6-12.1-32.3-12.1h-10.9H304h-18.6v-48.5c0-23.2-6.9-40.1-20.6-50.2 c-21.6-15.8-50.9-6.9-52.2-6.5c-5,1.6-8.4,6.2-8.4,11.4v58.5c0,17.8-8.5,32.9-25.4,45c-12.8,9.2-25.9,13.4-27.6,13.9L150,285 c-4.5-5.1-11.1-8.3-18.5-8.3H85.9c-13.6,0-24.7,11.1-24.7,24.7V451c0,13.6,11.1,24.7,24.7,24.7h45.8c6,0,11.6-2.2,15.8-5.8 c9.2,9,21.7,14.5,35.2,14.5h45.5h4.7H326c14.4,0,27.1-3.5,36.8-10c12.4-8.4,20.1-21.7,22.3-38.7l18.5-115 C406.5,302.9,399.9,284.7,386.4,273.2z M132.4,451c0,0.4-0.3,0.7-0.7,0.7H85.9c-0.4,0-0.7-0.3-0.7-0.7V301.4 c0-0.4,0.3-0.7,0.7-0.7h45.8c0.4,0,0.7,0.3,0.7,0.7V451z M379.9,317l-18.5,115.2c0,0.1,0,0.3-0.1,0.5c-0.8,6.9-3.4,27.8-35.3,27.8 h-93.1h-4.7h-45.5c-12.8,0-24-9.6-26-22.3c-0.1-0.5-0.2-1-0.3-1.4V308.2l0.7-0.2c0.2,0,0.3-0.1,0.5-0.1c0.7-0.2,17.7-5,34.6-17.1 c23.5-16.7,36-39.2,36-65v-48.6c6.6-0.7,15.7-0.4,22.4,4.5c7.2,5.3,10.8,15.7,10.8,30.8V273c0,6.6,5.4,12,12,12H304h39.2h10.9 c6,0,11.9,2.3,16.7,6.3C378,297.5,381.4,307.3,379.9,317z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2327666E'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.svg-icon-cash {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' fill='%2327666E' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 406.026 406.026' style='enable-background:new 0 0 406.026 406.026;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M404.929,239.015c-0.893-1.525-2.265-2.712-3.903-3.375l-29.12-11.92l30.16-17.76c3.813-2.232,5.095-7.132,2.863-10.945 c-0.893-1.525-2.265-2.712-3.903-3.375l-29.12-11.92l30.16-17.76c2.634-1.585,4.127-4.539,3.84-7.6 c-0.231-3.023-2.152-5.657-4.96-6.8l-114.64-46.96l-56.48-24c-0.917-0.363-1.894-0.552-2.88-0.56l-92-37.44 c-2.259-0.938-4.823-0.79-6.96,0.4l-123.28,69.28c-3.946,1.987-5.534,6.797-3.547,10.743c0.906,1.8,2.459,3.192,4.347,3.897 l29.76,12.32l-30.56,17.04c-3.845,2.176-5.198,7.058-3.022,10.903c0.865,1.528,2.207,2.728,3.822,3.417l29.76,12.32l-30.4,17.04 c-4.065,1.732-5.955,6.432-4.223,10.496c0.903,2.119,2.675,3.745,4.863,4.464l29.76,12.24l-30.4,17.04 c-3.845,2.176-5.198,7.058-3.022,10.903c0.865,1.528,2.207,2.728,3.822,3.417l103.44,43.92c0.378,0.275,0.78,0.516,1.2,0.72 l56.56,24l104,44.24c2.34,0.993,5.013,0.815,7.2-0.48l124-72.96c3.813-2.232,5.095-7.132,2.863-10.945 c-0.893-1.525-2.265-2.712-3.903-3.375l-29.12-11.92l30.16-17.76C405.879,247.729,407.16,242.828,404.929,239.015z M379.986,200.201l-106.64,62.8l-95.36-40.48v-26.64l92.8,39.44c0.987,0.42,2.048,0.638,3.12,0.64c1.436,0,2.845-0.387,4.08-1.12 l76.56-45.04L379.986,200.201z M380.306,156.121l-106.96,62.8l-86.64-36.8l97.6-65.2L380.306,156.121z M105.186,279.561 l-78.48-33.36l26.96-15.12l51.6,21.92L105.186,279.561z M105.186,235.561l-78.48-33.36l26.96-15.28l51.6,21.92L105.186,235.561z M105.186,191.561l-78.48-33.28l26.96-15.12l51.6,21.92L105.186,191.561z M26.706,114.281l105.76-59.44l76.72,31.44l-96.64,64.48 L26.706,114.281z M165.506,177.161c-2.205,1.49-3.524,3.979-3.52,6.64v120l-40.72-17.28v-122.32l106-70.64l39.44,16 L165.506,177.161z M379.986,288.201l-106.64,62.72l-95.36-40.48v-26.56l92.8,39.04c2.34,0.993,5.013,0.815,7.2-0.48l76.56-45.04 L379.986,288.201z M273.346,306.921l-95.36-40.48v-26.56l92.88,39.44c2.34,0.993,5.013,0.815,7.2-0.48l76.56-45.04l25.36,10.4 L273.346,306.921z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}

.svg-icon-bank {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' fill='%2327666E' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M503.467,187.731c4.719,0,8.533-3.823,8.533-8.533v-34.133c0-4.71-3.814-8.533-8.533-8.533h-56.954L261.02,1.628 c-2.987-2.167-7.049-2.167-10.035,0L65.493,136.531H8.533c-4.71,0-8.533,3.823-8.533,8.533v34.133c0,4.71,3.823,8.533,8.533,8.533 h34.133v238.933H25.603c-4.71,0-8.533,3.823-8.533,8.533v25.6H8.533c-4.71,0-8.533,3.823-8.533,8.533v34.133 c0,4.71,3.823,8.533,8.533,8.533h494.933c4.719,0,8.533-3.823,8.533-8.533v-34.133c0-4.71-3.814-8.533-8.533-8.533h-8.531v-25.6 c0-4.71-3.814-8.533-8.533-8.533h-17.069V187.731H503.467z M256.003,19.078l161.491,117.453H94.512L256.003,19.078z M17.067,153.598h477.867v17.067H460.8h-34.133h-59.733H332.8h-59.733h-34.133H179.2h-34.133H85.333H51.2H17.067V153.598z M375.467,426.665V187.731h42.667v238.933H375.467z M281.6,426.665V187.731h42.667v238.933H281.6z M187.733,426.665V187.731H230.4 v238.933H187.733z M93.867,426.665V187.731h42.667v238.933H93.867z M153.6,187.731h17.067v238.933H153.6V187.731z M247.467,187.731h17.067v238.933h-17.067V187.731z M341.333,187.731H358.4v238.933h-17.067V187.731z M59.733,187.731H76.8 v238.933H59.733V187.731z M494.933,494.931H17.067v-17.067h477.867V494.931z M477.869,460.798H34.136v-17.067H51.2h34.133h59.733 H179.2h59.733h34.133H332.8h34.133h59.733H460.8h17.069V460.798z M452.267,426.665H435.2V187.731h17.067V426.665z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}

.svg-icon-credit {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' fill='%2327666E' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 480 480' style='enable-background:new 0 0 480 480;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Crect x='160' y='48' width='16' height='16'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='304' y='48' width='16' height='16'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M472,400h-8V112c0-17.673-14.327-32-32-32h-80V24c0-4.418-3.582-8-8-8H136c-4.418,0-8,3.582-8,8v56H48 c-17.673,0-32,14.327-32,32v288H8c-4.418,0-8,3.582-8,8v24c0,17.673,14.327,32,32,32h416c17.673,0,32-14.327,32-32v-24 C480,403.582,476.418,400,472,400z M144,32h192v208h-16V88c0-4.418-3.582-8-8-8h-24V56c0-4.418-3.582-8-8-8h-80 c-4.418,0-8,3.582-8,8v24h-24c-4.418,0-8,3.582-8,8v152h-16V32z M232.04,208.76c-15.741,3.196-28.044,15.499-31.24,31.24H176V96 h24c4.418,0,8-3.582,8-8V64h64v24c0,4.418,3.582,8,8,8h24v144h-24.8C274.804,218.35,253.69,204.364,232.04,208.76z M262.528,240 h-45.056c4.335-12.442,17.935-19.014,30.376-14.68C254.726,227.716,260.132,233.123,262.528,240z M384,256v-16h-32V136h56v216H72 V136h56v104H96v16H384z M32,112c0-8.837,7.163-16,16-16h80v24H64c-4.418,0-8,3.582-8,8v232c0,4.418,3.582,8,8,8h352 c4.418,0,8-3.582,8-8V128c0-4.418-3.582-8-8-8h-64V96h80c8.837,0,16,7.163,16,16v288H312c-2.122,0-4.156,0.844-5.656,2.344 L292.688,416H187.312l-13.656-13.656c-1.5-1.5-3.534-2.344-5.656-2.344H32V112z M464,432c0,8.837-7.163,16-16,16H32 c-8.837,0-16-7.163-16-16v-16h148.688l13.656,13.656c1.5,1.5,3.534,2.344,5.656,2.344h112c2.122,0,4.156-0.844,5.656-2.344 L315.312,416H464V432z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='232' y='384' width='16' height='16'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='152' y='280' width='16' height='16'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='184' y='280' width='176' height='16'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='120' y='312' width='208' height='16'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}

.svg-icon-youtube {
  background-image: url("data:image/svg+xml,%3Csvg fill='%2327666E' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M490.24,113.92c-13.888-24.704-28.96-29.248-59.648-30.976C399.936,80.864,322.848,80,256.064,80 c-66.912,0-144.032,0.864-174.656,2.912c-30.624,1.76-45.728,6.272-59.744,31.008C7.36,138.592,0,181.088,0,255.904 C0,255.968,0,256,0,256c0,0.064,0,0.096,0,0.096v0.064c0,74.496,7.36,117.312,21.664,141.728 c14.016,24.704,29.088,29.184,59.712,31.264C112.032,430.944,189.152,432,256.064,432c66.784,0,143.872-1.056,174.56-2.816 c30.688-2.08,45.76-6.56,59.648-31.264C504.704,373.504,512,330.688,512,256.192c0,0,0-0.096,0-0.16c0,0,0-0.064,0-0.096 C512,181.088,504.704,138.592,490.24,113.92z M192,352V160l160,96L192,352z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}

.svg-icon-book {
  background-image: url("data:image/svg+xml,%3Csvg fill='%2327666E' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M433.231,0H108.308C83.876,0,64,19.876,64,44.308v423.385C64,492.124,83.876,512,108.308,512h324.923 c8.157,0,14.769-6.613,14.769-14.769V14.769C448,6.613,441.387,0,433.231,0z M137.846,64h236.308 c8.157,0,14.769,6.613,14.769,14.769s-6.613,14.769-14.769,14.769H137.846c-8.157,0-14.769-6.613-14.769-14.769 S129.69,64,137.846,64z M137.846,142.769h118.646c8.157,0,14.769,6.613,14.769,14.769s-6.613,14.769-14.769,14.769H137.846 c-8.157,0-14.769-6.613-14.769-14.769S129.69,142.769,137.846,142.769z M418.462,482.462H108.308 c-8.144,0-14.769-6.625-14.769-14.769V448h324.923V482.462z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}

.svg-icon-point {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' fill='%23B2D0D5' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M256,0C161.896,0,85.333,76.563,85.333,170.667c0,28.25,7.063,56.26,20.49,81.104L246.667,506.5 c1.875,3.396,5.448,5.5,9.333,5.5s7.458-2.104,9.333-5.5l140.896-254.813c13.375-24.76,20.438-52.771,20.438-81.021 C426.667,76.563,350.104,0,256,0z M256,256c-47.052,0-85.333-38.281-85.333-85.333c0-47.052,38.281-85.333,85.333-85.333 s85.333,38.281,85.333,85.333C341.333,217.719,303.052,256,256,256z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
}

.svg-icon-location {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 448 512' fill='%23b2d0d5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M444.4 98.21l-143.1 351.1C292.9 468.5 275.2 480 256 480c-28.84 0-48.02-23.1-48.02-47.1v-159.1H48c-22.94 0-42.67-16.22-47.09-38.75c-4.437-22.5 7.688-44.1 28.92-53.69l351.1-143.1c17.86-7.343 38.45-3.188 52.11 10.5C447.6 59.74 451.8 80.3 444.4 98.21z'/%3E%3C/svg%3E");
}

.section-first-screen-page-braces {
  background-image: url('/bitrix/templates/clinic_ge/css/../images/braces/bg-first-screen-braces.jpg');
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}

.section-first-screen-page-braces::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(top, rgba(133, 112, 99, 0.3), rgba(133, 112, 99, 0.3));
  background-image: -webkit-linear-gradient(top, rgba(133, 112, 99, 0.3), rgba(133, 112, 99, 0.3));
  background-image: -o-linear-gradient(top, rgba(133, 112, 99, 0.3), rgba(133, 112, 99, 0.3));
  background-image: -ms-linear-gradient(top, rgba(133, 112, 99, 0.3), rgba(133, 112, 99, 0.3));
  background-image: linear-gradient(top, rgba(133, 112, 99, 0.3), rgba(133, 112, 99, 0.3));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#b2857063', endColorstr='#b2857063');
  top: 0;
  right: 0;
}

.first-screen-page-braces__title {
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  padding: 80px 0 40px;
  font-family: 'Playfair Display';
  display: block;
  line-height: 1.17;
}

.first-screen-page-braces__text {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}

.first-screen-page-braces__text strong {
  font-size: 32px;
  font-weight: 500;
}

.first-screen-page-braces__text--small {
  margin-top: 10px;
  font-size: 18px;
}

.consultation-form-box {
  max-width: 360px;
  width: 100%;
  background-color: #27666e;
  border-radius: 3px;
  padding: 34px;
}

.consultation-form-box--align-right {
  margin-left: auto;
}

.consultation-form-box a:not([class]) {
  color: #fff;
}

.consultation-form-box a:not([class]):hover {
  color: #b2d0d5;
}

.form-field {
  height: 50px;
  border-radius: 3px;
  color: #27666e;
  font-size: 16px;
  line-height: 1.33;
  width: 100%;
  font-family: 'Playfair Display';
  border: 1px solid #27666e;
  padding: 0 18px;
  outline: none;
  transition: all 0.3s ease;
}

.form-field--textarea {
  min-height: 100px;
}

.form-field:focus {
  border-color: #000;
}

.form-field-item {
  margin-bottom: 15px;
}

.form-field--textarea {
  padding-top: 10px;
}

.button {
  display: inline-block;
  color: #fff;
  background-color: #72c255;
  border-radius: 3px;
  font-family: Futura PT;
  font-weight: 500;
  padding: 17px 30px;
  line-height: 1;
  border: 1px solid transparent;
  font-size: 16px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
}

.button:hover {
  background-color: #333;
}

.button-full-wifth {
  width: 100%;
}

.button-small {
  font-size: 13px;
  padding: 11px 22px;
}

.button-color-bright-green {
  background-color: #72c255;
}

.button-color-dark-green {
  background-color: #27666e;
}

.button-color-bright-green-outline {
  border-color: #72c255;
  border-width: 2px;
  background: none;
}

.button-color-bright-green-outline:hover {
  background-color: #72c255;
}

.button-color-white {
  border-color: #fff;
  background-color: #fff;
  color: #27666e;
}

.button-color-white:hover {
  background-color: #72c255;
  border-color: #72c255;
  color: #fff;
}

.button-color-white-outline {
  color: #fff;
  border-color: #fff;
  border-width: 2px;
  background: none;
}

.button-color-white-outline:hover {
  background-color: #72c255;
  border-color: #72c255;
}

.button-color-green {
  color: #fff;
  background-color: #72c255;
}

.button-color-green:hover {
  color: #27666e;
  background-color: #b2d0d5;
}

.button-color-green-2 {
  color: #fff;
  background-color: #72c255;
}

.button-color-green-2:hover {
  color: #72c255;
  background-color: #fff;
}

.button-with-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-with-icon svg {
  margin-right: 20px;
}

.form__title {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 20px;
}

.privacy-message {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}

.privacy-message--without-margin {
  margin: 0;
}

/* .section__title {
  color: #27666e;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.23;
  display: block;
  text-align: center;
  font-family: 'Playfair Display';
  margin-bottom: 50px;
} */

.section__title {
  color: #27666e;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.23;
  display: block;
  text-align: center;
  margin-bottom: 50px;
}

.section__title--color-white {
  color: #fff;
}

.section__title--without-margin {
  margin: 0;
}

.section__title--color-light-green {
  color: #b2d0d5;
}

.section-page-braces-cases {
  padding: 13vh 0 5vh;
}

.page-braces-cases-list {
  display: flex;
  flex-wrap: wrap;
}

.page-braces-cases-list-item {
  padding: 0 20px;
  margin-bottom: 70px;
  flex: 0 0 33.333%;
}

.page-braces-cases-list-item__image {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-braces-cases-list-item__title {
  display: block;
  text-align: center;
  color: #27666e;
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
}

.page-braces-cases-list-item__text {
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}

.page-braces-cases-list-item__text p {
  margin: 0;
}

.section-page-braces-paralax {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

.section-page-braces-paralax::after {
  content: '';
  background-color: rgba(120, 164, 170, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-braces-paralax-box {
  display: flex;
  align-items: center;
  height: 65vh;
  position: relative;
  z-index: 1;
}

.page-braces-paralax-box__title {
  display: block;
  font-family: 'Playfair Display';
  text-align: center;
  color: #fff;
  font-size: 62px;
  letter-spacing: 0.5px;
  padding: 0 0 25px 0;
}

.page-braces-paralax-box__title--small {
  font-size: 48px;
  line-height: 1.2;
}

.page-braces-paralax-box__title--align-left {
  text-align: left;
}

.page-braces-paralax-box__text {
  font-size: 24px;
  color: #fff;
  text-align: center;
}

.page-braces-paralax-box__text--align-left {
  text-align: left;
}

.page-braces-paralax-box__text p {
  margin: 0;
}

.section-page-braces-paralax-image-1 {
  background-image: url('/bitrix/templates/clinic_ge/css/../images/braces/bg-paralax-box-image-1.jpg');
}

.section-page-braces-paralax-image-2 {
  background-image: url('/bitrix/templates/clinic_ge/css/../images/braces/bg-paralax-box-image-2.jpg');
}

.section-page-braces-paralax-image-3 {
  background-image: url('/bitrix/templates/clinic_ge/css/../images/braces/bg-paralax-box-image-3.jpg');
}

.section-products-page-braces {
  padding: 10vh 0;
}

.tabs-box-content__item {
  display: none;
}
.tabs-box-content__item:first-child {
  display: block;
}

.tabs-box-navigation {
  display: flex;
  flex-wrap: wrap;
}

.tabs-box-navigation__item {
  flex-grow: 1;
  flex-basis: 0;
  border: 1px solid #27666e;
  border-width: 2px 2px 2px 0;
  background-color: #fff;
  text-align: center;
  padding: 11px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tabs-box-navigation__item:first-child {
  border-width: 2px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.tabs-box-navigation__item:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.tabs-box-navigation__title {
  color: #27666e;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: underline;
  transition: all 0.3s ease;
}

.tabs-box-navigation__item:hover .tabs-box-navigation__title {
  color: #b2d0d5;
}

.tabs-box-navigation__item.active {
  background-color: #b2d0d5;
  border-color: #b2d0d5;
}

.tabs-box-navigation__item.active .tabs-box-navigation__title {
  color: #fff;
}

.tabs-box-content__item {
  padding-top: 50px;
}

.tabs-box--view-border {
  background-color: #fff;
}

.tabs-box--view-border .tabs-box-navigation {
  border-bottom: 1px solid #f3f2f7;
  padding: 0 30px;
}

.tabs-box--view-border .tabs-box-content__item {
  padding: 40px;
}

.tabs-box--view-border .tabs-box-navigation__item {
  border: 1px solid transparent;
  border-width: 0 0 3px 0;
  border-radius: 0;
}

.tabs-box--view-border .tabs-box-navigation__title {
  font-size: 14px;
  text-decoration: none;
}

.tabs-box--view-border .tabs-box-navigation__item.active {
  background-color: #fff;
  border-color: #b2d0d5;
}

.tabs-box--view-border .tabs-box-navigation__item.active .tabs-box-navigation__title {
  color: #b2d0d5;
}

.products-page-braces-image-box {
  margin-top: 10px;
}

.products-page-braces-image-box__header {
  background-color: #27666e;
  padding: 21px 30px;
}

.products-page-braces-image-box__title {
  display: block;
  color: #fff;
  font-weight: 600;
}

.products-page-braces-image-box__subtitle {
  display: block;
  color: #fff;
}

.products-page-braces-image-box__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 68%;
}

.products-page-braces__title {
  display: block;
  color: #b2d0d5;
  font-size: 22px;
  font-family: 'Playfair Display';
  margin-bottom: 30px;
}

.products-page-braces-description-list-item {
  padding-bottom: 15px;
}

.products-page-braces-description-list-item p {
  margin: 0;
}

.products-page-braces-description-list-item__title {
  display: block;
  color: #27666e;
  font-weight: 600;
}

.products-page-braces__description {
  text-align: center;
  margin: 50px 0 0;
}

.section-page-braces-steps {
  padding: 10vh 0;
  background-color: #27666e;
}

.section-page-braces-steps__subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  display: block;
  text-align: center;
  margin-top: 10px;
}

.page-braces-steps-list {
  display: flex;
  flex-wrap: wrap;
  margin: 10vh -15px 0;
}

.page-braces-steps-list-item {
  flex: 0 0 50%;
  padding: 0 15px;
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
}

.page-braces-steps-list-item__image {
  max-width: 70px;
}

.page-braces-steps-list-item__content {
  flex: 0 0 calc(100% - 90px);
}

.page-braces-steps-list-item__title {
  display: block;
  color: #b2d0d5;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.page-braces-steps-list-item__content p {
  margin: 0;
  color: #fff;
}

.section-page-braces-conclusion {
  padding: 10vh 0 5vh;
}

.page-braces-conclusion__title {
  display: block;
  font-size: 42px;
  font-family: 'Playfair Display';
  margin-bottom: 40px;
  color: #27666e;
}

.page-braces-conclusion__content {
  font-size: 20px;
}

.page-braces-conclusion__contacts {
  font-size: 18px;
}

.page-braces-conclusion__contacts a {
  color: #b2d0d5;
}

.page-braces-conclusion__contacts a:hover {
  color: #27666e;
}

.accordion-item__header {
  cursor: pointer;
  position: relative;
}

.accordion-item__body {
  max-height: 0;
  overflow: hidden;
  text-transform: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition-duration: 0.5s;
  transition-property: max-height;
  z-index: 1;
  position: relative;
}

.accordion-item__icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.accordion-item__icon .svg-icon {
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.accordion-item__header:hover .accordion-item__icon,
.accordion-item--opened .accordion-item__icon {
  background-color: #27666e;
}

.accordion-item--opened .accordion-item__icon .svg-icon {
  transform: rotate(0);
}

.accordion-item__header:hover .accordion-item__icon .svg-icon,
.accordion-item--opened .accordion-item__icon .svg-icon {
  background-image: url("data:image/svg+xml,%3Csvg height='311pt' viewBox='0 0 311 311.07733' width='311pt' fill='%23FFFFFF' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16.035156 311.078125c-4.097656 0-8.195312-1.558594-11.308594-4.695313-6.25-6.25-6.25-16.382812 0-22.632812l279.0625-279.0625c6.25-6.25 16.382813-6.25 22.632813 0s6.25 16.382812 0 22.636719l-279.058594 279.058593c-3.136719 3.117188-7.234375 4.695313-11.328125 4.695313zm0 0'/%3E%3Cpath d='m295.117188 311.078125c-4.097657 0-8.191407-1.558594-11.308594-4.695313l-279.082032-279.058593c-6.25-6.253907-6.25-16.386719 0-22.636719s16.382813-6.25 22.636719 0l279.058594 279.0625c6.25 6.25 6.25 16.382812 0 22.632812-3.136719 3.117188-7.230469 4.695313-11.304687 4.695313zm0 0'/%3E%3C/svg%3E");
}

.accordion-item--opened .accordion-item__body {
  max-height: 100rem;
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition-duration: 0.5s;
  transition-property: max-height;
}

.section-questions {
  padding: 10vh 0;
  background-color: #f3f2f7;
}

.questions {
  margin-bottom: 10vh;
}

.questions-list-item {
  background-color: #fff;
  margin-bottom: 2px;
}

.questions-list-item__title {
  color: #27666e;
  font-size: 20px;
  font-weight: 500;
}

.questions-list-item__header {
  padding: 25px 30px;
}

.questions-list-item__content {
  padding: 0 30px 10px;
  font-size: 19px;
}

.form-field-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.form-field-row .form-field-item {
  flex: 0 0 25%;
  padding: 0 10px;
}

.form-call-order .form__title {
  font-family: 'Playfair Display', serif;
  text-align: left;
  font-size: 26px;
  margin-bottom: 15px;
}

.form__subtitle {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #27666e;
}

.form-header {
  margin-bottom: 40px;
}

.section-page-braces-services {
  padding: 5vh 0 10vh;
}

.section-page-braces-services__subtitle {
  font-weight: 500;
  margin-top: 20px;
  font-size: 22px;
  color: #27666e;
  display: block;
  text-align: center;
}

.page-braces-services-list {
  display: flex;
  flex-wrap: wrap;
  margin: 55px -20px 40px;
}

.page-braces-services-list-item {
  padding: 0 20px;
  margin-bottom: 15px;
  flex: 0 0 33.333%;
}

.page-braces-services-list-item__inner {
  padding: 45px 30px;
  background-color: #27666e;
  border-radius: 3px;
}

.page-braces-services-list-item__image {
  width: 130px;
  height: 130px;
  background-size: 170%;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(0.8);
  transform: scale(1);
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  border: 2px solid #b2d0d5;
  margin-bottom: 40px;
}

.page-braces-services-list-item__title {
  display: block;
  font-size: 22px;
  color: #fff;
  font-family: 'Playfair Display';
  text-align: center;
  margin-bottom: 20px;
}

.page-braces-services-list-item__price {
  display: block;
  font-size: 18px;
  color: #b2d0d5;
  text-align: center;
  margin-bottom: 40px;
}

.page-braces-services-list-item__button {
  text-align: center;
}

.page-braces-services__description {
  text-align: center;
}

.page-braces-services__description p {
  margin: 0;
}

.section-page-braces-conclusion-price {
  padding: 10vh 0;
  background-color: #f6f4f7;
}

.section-page-braces-conclusion-price__text {
  font-size: 18px;
}

.section-page-braces-conclusion-price__text p {
  margin: 0;
}

.section-page-braces-conclusion-price__text a {
  color: #b2d0d5;
}

.section-page-braces-conclusion-price-text__main {
  font-size: 20px;
}

.section-page-braces-conclusion-price__button {
  margin-top: 10px;
}

.section-page-braces-our-team {
  padding: 10vh 0;
}

.our-team-list-team-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.our-team-list-team-list--align-h-center {
  justify-content: center;
}

.our-team-list-team-list-item {
  flex: 0 0 25%;
  padding: 0 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.our-team-list-team-list-item__image {
  padding-bottom: 115%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.our-team-list-team-list-item__body {
  background-color: #f2f5f7;
  padding: 27px 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.our-team-list-team-list-item__title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #27666e;
}

.our-team-list-team-list-item__subtitle {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #27666e;
  margin-bottom: 15px;
}

.our-team-list-team-list-item__content {
  font-size: 14px;
}

.our-team-list-team-list-item__content ul {
  padding-left: 15px;
}

.our-team-list-team-list-item__body .button {
  margin-top: auto;
  align-self: end;
}

.section-page-braces-about {
  padding: 10vh 0;
}

.section-page-braces-about__title {
  font-size: 32px;
  color: #b2d0d5;
  font-family: 'Playfair Display';
  display: block;
}

.section-page-braces-about__subtitle {
  font-size: 22px;
  color: #27666e;
  font-weight: 500;
  display: block;
}

.section-page-braces-about__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 116%;
}

.section-page-braces-advantages {
  background-color: #27666e;
  padding: 10vh 0;
}

.page-braces-advantages-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.page-braces-advantages-list-item {
  padding: 0 15px;
  flex: 0 0 50%;
  margin-bottom: 40px;
}

.page-braces-advantages-list-item__inner {
  background-color: #fff;
  padding: 30px 30px 40px;
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}

.page-braces-advantages-list-item__content {
  flex: 0 0 calc(100% - 120px);
}

.page-braces-advantages-list-item__content p {
  margin: 0;
}

.page-braces-advantages-list-item__image {
  width: 90px;
  height: 90px;
  background-color: #b2d0d5;
  border-radius: 50%;
}

.section-page-braces-gallery {
  padding: 10vh 0 5vh;
}

.slider-item {
  width: 100%;
  cursor: pointer;
}

.slider-item img {
  margin: 0 auto;
}

.js-slide-for-wrapper {
  margin-bottom: 30px;
}

.js-slider-nav {
  max-width: 900px;
  margin: 0 auto 60px;
}

.slider-box--gallery .slider-item__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 73.918vh;
  margin: 0 20px;
}

.slider-box--gallery .slider-item__content {
  color: #27666e;
  font-size: 22px;
  margin-top: 15px;
  font-weight: 500;
  padding: 0 20px;
  text-align: center;
}

.slider-box--gallery .slider-item__content p {
  margin: 0;
}

.slick-slider * {
  outline: none;
}

.slider-box {
  position: relative;
}

.js-slider {
  display: flex;
  overflow: hidden;
}

.js-slider.slick-slider {
  display: block;
}

.slider-box__item {
  outline: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.slider-box-navigation-arrows__item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 40px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.slider-box-navigation-arrows__item--prev {
  left: 20px;
}

.slider-box-navigation-arrows__item--next {
  right: 20px;
}

.slider-box-navigation-arrows--round .slider-box-navigation-arrows__item {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #b2d0d5;
}

.slider-box-navigation-arrows--round .slider-box-navigation-arrows__item:hover {
  background-color: #27666e;
}

.slider-box-navigation-arrows--round .slider-box-navigation-arrows__item .svg-icon {
  width: 15px;
  height: 15px;
}

.slider-box-navigation-arrows--small .slider-box-navigation-arrows__item {
  width: 20px;
  height: 20px;
}

.slider-box-navigation-arrows--small .slider-box-navigation-arrows__item .svg-icon {
  width: 10px;
  height: 10px;
}

.slider-box--gallery .slider-box-navigation-arrows__item--next {
  right: 10vw;
}

.slider-box--gallery .slider-box-navigation-arrows__item--prev {
  left: 10vw;
}

.slider-box--gallery .slider-item {
  opacity: 0.5;
  transition: all 0.3s ease;
}

.slider-box--gallery .slick-current {
  opacity: 1;
}

.slider-box-navigation-points {
  position: absolute;
  bottom: 30px;
  width: 100%;
}

.slider-box-navigation-points--position-noramal {
  position: initial;
}

.slider-box-navigation-points .slick-dots {
  display: flex;
  justify-content: center;
}

.slider-box-navigation-points .slick-dots li {
  padding: 10px;
  line-height: 1;
  font-size: 0;
}

.slider-box-navigation-points button {
  width: 10px;
  height: 10px;
  padding: 0;
  background-color: #f3f2f7;
  font-size: 0;
  line-height: 1;
  border: 0;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}

.slider-box-navigation-points .slick-active button {
  background-color: #27666e;
}

.slider-box--gallery .slider-box-navigation-points {
  bottom: 60px;
}

.slider-box--practice .slider-item {
  font-size: 18px;
}

.slider-box--practice .slider-item__title {
  display: block;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #27666e;
}

.section-page-braces-practice {
  padding: 5vh 0 10vh;
}

.section-page-braces-reviews {
  padding: 10vh 0;
  background-color: #f3f2f7;
}

.page-braces-reviews__content {
  padding: 30px 50px 30px 0;
}

.page-braces-reviews__title {
  font-size: 22px;
  font-family: 'Playfair Display';
  font-weight: 500;
  color: #27666e;
}

.page-braces-reviews__author {
  display: block;
  font-weight: 600;
  margin-bottom: 30px;
}

.section-page-braces-reviews .call-order-form-box {
  padding-top: 10vh;
}

.section-page-braces-license {
  background-color: #27666e;
}

.section-page-braces-license {
  padding: 10vh 0;
}

.section-page-braces-license .section__title {
  text-align: left;
}

.page-braces-license-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.page-braces-license-list__item {
  padding: 0 15px;
  flex: 0 0 33.333%;
}

.popup-wrapper {
  max-width: 560px;
}

.popup-wrapper p {
  margin: 15px 0;
}

.our-team-list-team-hidden {
  font-size: 18px;
  width: 90vw;
}

.our-team-list-team-hidden__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.our-team-list-team-hidden__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 133%;
}

.our-team-list-team-hidden__title {
  display: block;
  font-size: 32px;
  color: #b2d0d5;
  font-family: 'Playfair Display';
}

.our-team-list-team-hidden__subtitle {
  font-family: 'Playfair Display';
  font-weight: 500;
  font-size: 22px;
}

.toggle-mobile-menu {
  display: none;
}

.doctor-detail-sertificats-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.doctor-detail-sertificats-list__item {
  flex: 0 0 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.doctor-detail__image {
  margin-bottom: 30px;
}

.slider-box--doctor-detail-gallery,
.slider-box--doctor-detail-gallery-works {
  margin: 0 -10px;
}

.slider-box--doctor-detail-gallery .slider-item,
.slider-box--doctor-detail-gallery-works .slider-item {
  margin: 0 10px;
}

.contacts-item__image-wrap {
  margin-bottom: 25px;
  text-align: center;
}

.contacts-item__image {
  margin: 0 auto;
  border: 4px solid #b2d0d5;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  width: 250px;
  height: 250px;
}

.contacts-item-info-item {
  margin-bottom: 15px;
  display: flex;
}

.contacts-item-info-item__icon {
  flex: 0 0 30px;
}

.contacts-item-info-item__content-wrap {
  flex: 0 0 calc(100% - 30px);
}

.contacts-item-info-item__title {
  display: block;
  color: #27666e;
  font-weight: 600;
  text-transform: uppercase;
}

.contacts-item-info-item__content p {
  margin: 0 0 20px;
}

.contacts-item-info-item__content p:last-child {
  margin: 0;
}

.vacancies-list__item {
  margin-bottom: 30px;
}

.vacancies-list-item {
  border: 1px solid #27666e;
  border-radius: 20px;
  padding: 25px;
}

.vacancies-list-item__title {
  font-weight: 700;
  font-size: 24px;
  color: #27666e;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
  margin-bottom: 30px;
}

.licenses-list {
  display: flex;
  flex-wrap: wrap;
}

.licenses-list-item {
  flex: 0 0 33.333%;
  padding: 0 15px;
  margin-bottom: 30px;
  text-align: center;
}

.payments-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.payments-list__item {
  flex: 0 0 33.333%;
  padding: 0 15px;
  font-size: 14px;
}

.payments-list__item-grow-2 {
  flex: 0 0 66.666%;
}

.payments-list-item__inner {
  border: 1px solid #b2d0d5;
  margin-bottom: 15px;
  padding: 20px;
}

.payments-list-item__icon {
  text-align: center;
  margin-bottom: 20px;
}

.payments-list-item__title {
  display: block;
  text-align: center;
  color: #27666e;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.payments-list-item__title--weight-bold {
  font-weight: 700;
}

.history-box {
  border: 1px solid #27666e;
  margin-bottom: 40px;
}

.history-box__title {
  display: block;
  text-align: center;
  padding: 20px;
  font-size: 18px;
  position: relative;
  color: #fff;
  background-color: #27666e;
}

.history-box__title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #27666e transparent transparent transparent;
}

.history-box__inner {
  display: flex;
  flex-wrap: wrap;
}

.history-box__image {
  flex: 0 0 290px;
}

.history-box__image img {
  display: block;
}

.history-box__text {
  flex: 0 0 calc(100% - 290px);
  padding: 14px 30px;
  font-size: 14px;
}

.page-about-head {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #27666e;
  position: relative;
}

.page-about-head::before,
.page-about-head::after {
  content: '';
  width: 0;
  height: 0;
  border: 0 solid transparent;
  position: absolute;
}

.page-about-head::after {
  border-right-width: 2px;
  border-left-width: 13px;
  border-bottom: 24px solid #fff;
  left: 36px;
  bottom: -1px;
}

.page-about-head::before {
  border-right-width: 2px;
  border-left-width: 15px;
  border-bottom: 25px solid #27666e;
  left: 35px;
  bottom: 0;
}

.page-about-head__image {
  border-radius: 50%;
  overflow: hidden;
  width: 220px;
  height: 220px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.page-about-head__content {
  flex: 0 0 calc(100% - 280px);
  display: flex;
  flex-direction: column;
}

.page-about-head__cite {
  font-family: 'Playfair Display';
  text-align: right;
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  margin: 0;
}

.page-about-head__cite p {
  margin: 0 0 5px;
}

.page-about-head__text {
  text-align: right;
  font-size: 26px;
  text-transform: uppercase;
  color: #27666e;
  margin: auto 0 0;
}

.page-about__author {
  text-align: right;
}

.page-about-services {
  margin: 60px 0;
}

.page-about-services__title {
  font-size: 24px;
  text-transform: uppercase;
  color: #27666e;
  margin-bottom: 25px;
  font-weight: 500;
  display: block;
}

.page-about-services-list {
  display: flex;
  flex-wrap: wrap;
}

.page-about-services-list-item {
  flex: 0 0 25%;
  padding: 30px 20px;
  border: 1px dotted #b2d0d5;
  position: relative;
}

.page-about-services-list-item::before,
.page-about-services-list-item::after {
  content: '';
  position: absolute;
  background: #fff;
}

.page-about-services-list-item::before {
  top: -3.5px;
  right: -1px;
  width: 1px;
  height: 5px;
}

.page-about-services-list-item::after {
  top: -1px;
  right: -3.5px;
  width: 5px;
  height: 1px;
}

.page-about-services-list-item:nth-child(-n + 4) {
  border-width: 0 1px 1px 0;
}

.page-about-services-list-item:nth-last-child(-n + 4) {
  border-width: 0 1px 0 0;
}

.page-about-services-list-item:nth-child(4n) {
  border-right-width: 0;
}

.page-about-services-list-item__icon {
  text-align: center;
  margin-bottom: 15px;
}

.page-about-services-list-item__title {
  display: block;
  text-align: center;
}

.page-about-box-description {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.page-about-box-description__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
}

.page-about-box-description__image,
.page-about-box-description__text {
  flex: 0 0 50%;
}

.page-about-box-description__text {
  padding: 25px;
}

.page-about-box-description__text a {
  text-decoration: underline;
}

.page-about-box-description__text--white {
  background-color: #27666e;
  color: #fff;
}

.page-about-box-description__text--white a {
  color: #fff;
}

.page-about-box-description__text--white a:hover {
  color: #333;
  text-decoration: none;
}

.page-about-box-description__text--green {
  background-color: #b2d0d5;
  color: #27666e;
}

.page-about-box-description__text--green a {
  color: #27666e;
}

.page-about-box-description__text--green a:hover {
  color: #333;
  text-decoration: none;
}

.page-clinic-buttons {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.page-clinic-buttons-item {
  flex: 0 0 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.page-clinic-buttons-item__link {
  display: block;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #27666e;
  border: 1px solid #b2d0d5;
  border-radius: 5px;
  transition: 0.5s;
}

.page-clinic-buttons-item__link:hover {
  border: 1px solid #27666e;
  box-shadow: 1px 1px 3px #27666e;
}

.categories-cards-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 30px;
}

.categories-cards-list-item {
  flex: 0 0 33.333%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.categories-cards-list-item__inner {
  position: relative;
}

.categories-cards-list-item__name {
  display: block;
  /*text-align: center;
  font-size: 20px;
  font-weight: 500; */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #27666e;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease;
}

.categories-cards-list-item__image {
  position: relative;
  height: 247px;
}

.our-clinics-list-item__image::before,
.categories-cards-list-item__image::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(39, 102, 110, 0.4);
  transition: all 0.3s ease;
}

.our-clinics-list-item__image img,
.categories-cards-list-item__image img {
  display: block;
  margin: 0 auto;
}

.our-clinics-list-item:hover .our-clinics-list-item__image::before,
.categories-cards-list-item:hover .categories-cards-list-item__image::before {
  height: 100%;
  top: 0;
}

.our-clinics-list-item:hover .our-clinics-list-item__title,
.categories-cards-list-item:hover .categories-cards-list-item__name {
  background-color: #b2d0d5;
}

.feedback-box-section {
  padding: 5vh 0;
}

.feedback-box-item {
  display: flex;
  align-items: center;
}

.feedback-box-item__icon {
  padding-right: 20px;
}

.feedback-box-item__content {
  flex: 0 0 calc(100% - 70px);
}

.feedback-box-item__title {
  color: #27666e;
  display: block;
  font-weight: 600;
}

.feedback-box-item__subtitle {
  display: block;
  font-size: 14px;
  color: #4e4e4e;
  margin-top: 5px;
}

.category-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.category-list li {
  flex: 0 0 33.333%;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.category-list li a {
  color: #27666e;
  text-decoration: none;
}

.category-list li a:hover {
  color: #b2d0d5;
  text-decoration: none;
}

.section-reviews-item {
  margin-bottom: 20px;
}

.section-reviews-item__icon {
  text-align: center;
  margin-bottom: 10px;
}

.section-reviews-item__icon .svg-icon {
  width: 80px;
  height: 80px;
}

.section-reviews-item__title {
  display: block;
  color: #27666e;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
}

.section-reviews-item:hover .section-reviews-item__title {
  color: #78a4aa;
}

.reviews-widget {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.reviews-widget__item {
  margin-bottom: 30px;
}

.video-reviews-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.video-reviews-list__item {
  flex: 0 0 33.333%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.guestbook-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.guestbook-list__item {
  flex: 0 0 33.333%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.zoon-title {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.contacts-box--page-contacts {
  padding: 20px 0;
}

.map-box {
  min-height: 300px;
  height: 100%;
}

.mobile-contacts {
  display: none;
  margin: 0 40px 0 auto;
}

.popup-address__title {
  display: block;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}

.btn-address-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.btn-address {
  padding: 0 5px;
  text-decoration: none;
  margin-top: 15px;
}

.marker-address__point {
  width: 35px;
  height: 35px;
  margin: 0 auto 10px;
  background-color: #27666e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marker-address__point::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.marker-address__title {
  display: block;
  text-align: center;
  line-height: 1.2;
  font-size: 14px;
  color: #27666e;
}

.modal-popup-address-list .popup-address__title {
  font-weight: 700;
  font-size: 24px;
}

.modal-popup-address-list .btn-address-wrap {
  width: 550px;
  max-width: 100%;
}

.modal-popup-address-list .button {
  margin: 15px 30px;
  width: 215px;
  padding: 15px;
}

.modal-popup-address-list .button .marker-address__title {
  color: inherit;
}

.questions-box__title {
  display: block;
  color: #78a4aa;
  font-size: 26px;
  font-weight: 500;
  padding: 40px 0 20px;
}

.questions-navigation {
  margin-bottom: 30px;
}

.questions-navigation__title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

ul.questions-menu {
  margin-left: 30px;
  list-style: disc;
}

.notification-box {
  display: none;
  z-index: 9999;
  position: fixed;
  left: 30px;
  bottom: 125px;
  max-width: 340px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 35px 30px 20px;
}

.notification-close {
  position: absolute;
  top: 5px;
  right: 5px;
  border: 0;
  background: none;
  cursor: pointer;
}

#popup-phone-modal.fancybox-content {
  padding: 10px;
}

.anchor-list {
  border: 1px solid #b2d0d5;
  border-width: 1px 0;
}

.anchor-list__row {
  display: flex;
  flex-wrap: wrap;
  padding: 34px 0;
  margin: 0 -15px;
}

.anchor-list__item {
  padding: 0 15px;
  margin-bottom: 15px;
}

.anchor-list__link {
  display: block;
  width: 210px;
  max-width: 100%;
  text-align: center;
  color: #27666e;
  background-color: #b2d0d5;
  border-radius: 3px;
  font-weight: 500;
  text-decoration: none;
  padding: 13px 15px;
}

.anchor-list__link:hover {
  background-color: #72c255;
  color: #fff;
}

.reviews-box__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.reviews-box__title {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.reviews-box__title .svg-icon {
  margin-right: 8px;
}

.slider-box-navigation-reviews .slider-box-navigation-arrows__item {
  position: initial;
  width: 34px;
  height: 34px;
  border: 1px solid #b2d0d5;
  border-radius: 50%;
  transform: translateY(0);
}

.icon-prev {
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent #b2d0d5 transparent transparent;
  margin-left: -2px;
  transition: all 0.3s ease;
}

.icon-next {
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #b2d0d5;
  margin-right: -2px;
  transition: all 0.3s ease;
}

.slider-box--video-reviews .slider-box__item {
  padding: 0;
  margin: 0 15px;
}

.slider-box--book-reviews .slider-box__item {
  padding: 0;
  margin: 0 25px;
}

.slider-box-navigation-reviews .slider-box-navigation-arrows__item:hover {
  border-color: #27666e;
}

.slider-box-navigation-reviews .slider-box-navigation-arrows__item:hover .icon-prev {
  border-color: transparent #27666e transparent transparent;
}

.slider-box-navigation-reviews .slider-box-navigation-arrows__item:hover .icon-next {
  border-color: transparent transparent transparent #27666e;
}

.slider-box-navigation__arrows {
  display: flex;
  align-items: center;
}

.reviews-box__body {
  border: 1px solid #b2d0d5;
  border-radius: 10px;
  padding: 60px 45px;
  margin-bottom: 35px;
}

.slider-box-item__video {
  border-radius: 3px;
  overflow: hidden;
}

.slider-box-item__video iframe {
  display: block;
}

.reviews-box__footer {
  text-align: right;
}

.slider-box-navigation__dots {
  margin: 0 15px;
}

.slider-box-navigation__dots .slick-dots {
  display: flex;
}

.slider-box-navigation__dots .slick-dots li {
  margin: 0 4px;
  line-height: 1;
  font-size: 0;
}

.slider-box-navigation__dots .slick-dots li button {
  font-size: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background-color: #b2d0d5;
  cursor: pointer;
}

.slider-box-navigation__dots .slick-dots li.slick-active button {
  background-color: #27666e;
}

.slider-box-item__body {
  margin-top: 25px;
}

.slider-box-item__title {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  color: #27666e;
}

.slider-box-item__body p {
  margin: 0;
}

.reviews-box-section {
  padding: 105px 0;
}

.reviews-box-section--grey {
  background-color: #f9f9f9;
}

.rating-list {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-around;
  gap: 20px;
}

.rating-list__item {
  flex: 0 0 50%;
}

.rating-list__title {
  font-weight: 500;
  font-size: 18px;
  display: block;
  text-align: center;
  margin-bottom: 15px;
}

.rating-section {
  padding: 105px 0;
}

.vk-section {
  padding: 105px 0;
  background-color: #f9f9f9;
}

.vk-title {
  display: block;
  font-size: 30px;
  color: #27666e;
  margin-bottom: 30px;
}

.vk-link {
  color: #5181b8;
  display: flex;
  align-items: center;
}

.vk-link .socials-box-list__icon {
  margin-right: 5px;
}

.vk-box {
  padding: 0 30px;
}

.rating-list-medsovet,
.rating-list-zoon-widget {
  margin-bottom: 25px;
}

.rating-list-yandex {
  text-align: center;
}

.licenses-other {
  margin: 30px 0;
}

.licenses-other__title {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #27666e;
}

.licenses-other__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.licenses-other-list-item {
  padding: 0 15px;
  flex: 0 0 33.333%;
  margin-bottom: 30px;
}

.licenses-other-list-item__images {
  text-align: center;
}

.licenses-other-list-item__subtitle {
  display: block;
}

.contacts-box--header {
  font-size: initial;
}

@media screen and (max-width: 1200px) {
  .site-footer {
    font-size: ;
    overflow: hidden;
  }

  .anchor-list__row {
    justify-content: center;
  }
  .contacts-box--header {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  .column,
  .category-list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .doctor-detail-sertificats-list__item {
    flex: 0 0 33.333%;
  }
  .logo {
    justify-content: flex-start;
  }
  .contacts-box--header {
    justify-content: center;
  }
  .logo__image {
    /* margin-right: 15px; */
  }
  .map-wrap {
    height: 50vh;
  }
  .site-footer-info {
    margin: 0 auto;
  }
  .site-copyright,
  .policies-google {
    text-align: center;
  }
  .site-copyright {
    margin-bottom: 10px;
  }
  .policies-google {
    margin-top: 10px;
  }
  .contacts-box--header {
    display: none;
  }
  .toggle-mobile-menu {
    display: inline-block;
  }
  .first-screen-page-braces__title {
    font-size: 36px;
  }
  .sm-order-1 {
    order: 1;
  }
  .sm-order-2 {
    order: 2;
  }
  .sm-order-3 {
    order: 3;
  }
  .sm-order-4 {
    order: 4;
  }
  .sm-order-5 {
    order: 5;
  }
  .sm-order-6 {
    order: 6;
  }
}

@media screen and (max-width: 768px) {
  .page-about-box-description__image {
    min-height: 30vh;
  }
  .mobile-contacts {
    display: block;
  }
  .services-list-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .guestbook-list__item,
  .video-reviews-list__item,
  .doctor-detail-sertificats-list__item {
    flex: 0 0 50%;
  }
  .section__title {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .history-box__text,
  .history-box__image,
  .page-about-box-description__image,
  .page-about-box-description__text,
  .page-about-services-list-item,
  .page-about-head__content,
  .payments-list__item,
  .licenses-list-item,
  .our-clinics-list-item,
  .advantage-list-item,
  .page-braces-cases-list-item,
  .page-braces-steps-list-item,
  .page-braces-services-list-item,
  .form-field-row .form-field-item,
  .our-team-list-team-list-item,
  .page-braces-advantages-list-item,
  .categories-cards-list-item,
  .licenses-other-list-item {
    flex: 0 0 100%;
  }
  .history-box__image img {
    margin: 0 auto;
  }
  .history-box__image {
    order: -1;
  }
  .site-footer-info {
    padding: 30px 15px;
  }
  .site-header__line--top {
    padding: 10px 0;
  }
  .first-screen-page-braces__title,
  .first-screen-page-braces__text,
  .products-page-braces__title,
  .products-page-braces-description-list-item,
  .section-page-braces-conclusion-price__text,
  .section-page-braces-conclusion-price__button,
  .form-call-order .form__title,
  .form__subtitle,
  .page-braces-paralax-box__title--align-left,
  .page-braces-paralax-box__text {
    text-align: center;
  }
  .first-screen-page-braces__title {
    font-size: 24px;
    padding: 0 0 20px;
  }
  .first-screen__text {
    font-size: 18px;
  }
  .first-screen-page-braces__text strong {
    font-size: 20px;
  }
  .first-screen-page-braces__text--small {
    margin-bottom: 20px;
  }
  .section-first-screen-page-braces {
    padding: 30px 0;
  }
  .page-braces-cases-list-item__title {
    margin-top: 15px;
  }
  .page-braces-cases-list-item__text {
    margin-top: 5px;
  }
  .page-braces-cases-list-item {
    margin-bottom: 30px;
  }
  .page-braces-paralax-box {
    height: auto;
    padding: 60px 0 30px;
  }
  .page-braces-paralax-box {
    background-image: none;
    background-color: rgb(242, 247, 245);
  }
  .page-braces-paralax-box::after {
    display: none;
  }
  .page-braces-paralax-box__title {
    font-size: 28px;
    color: #b2d0d5;
  }
  .page-braces-paralax-box__text {
    font-size: 18px;
    color: #27666e;
  }
  .section-products-page-braces {
    background-color: rgb(242, 247, 245);
  }
  .tabs-box-navigation__item:first-child,
  .tabs-box-navigation__item:last-child,
  .tabs-box-navigation__item {
    border-width: 1px;
    border-radius: 0;
  }
  .tabs-box-navigation__item {
    line-height: 1;
  }
  .tabs-box-navigation__title {
    text-transform: none;
    font-weight: 400;
  }
  .tabs-box-content__item {
    padding-top: 10px;
  }
  .products-page-braces__title {
    margin-top: 30px;
  }
  .page-braces-steps-list-item {
    margin-bottom: 30px;
  }
  .page-braces-conclusion__title {
    font-size: 30px;
  }
  .section-page-braces-services__subtitle {
    font-size: 18px;
  }
  .slider-box-navigation-arrows--round .slider-box-navigation-arrows__item {
    width: 24px;
    height: 24px;
  }
  .slider-box-navigation-arrows--round .slider-box-navigation-arrows__item .svg-icon {
    width: 10px;
    height: 10px;
  }
  .questions-list-item__title {
    font-size: 16px;
  }
  .accordion-item__icon {
    width: 40px;
    height: 40px;
    right: 10px;
  }
  .accordion-item__icon .svg-icon {
    width: 18px;
    height: 18px;
  }
  .questions-list-item__header {
    padding: 20px 50px 20px 20px;
  }
  .questions-list-item__content {
    font-size: 14px;
    padding: 0 20px 10px;
  }
  .our-team-list-team-hidden {
    width: 100vw;
    padding: 50px 15px;
  }
  .section-page-braces-about__title {
    font-size: 20px;
  }
  .section-page-braces-about__image {
    margin-bottom: 30px;
  }
  .section-page-braces-about__subtitle {
    font-size: 16px;
  }
  .page-braces-advantages-list-item__image {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }
  .page-braces-advantages-list-item__inner {
    padding: 30px;
    flex-wrap: wrap;
  }
  .page-braces-advantages-list-item__content {
    flex: 0 0 100%;
  }
  .page-about-head__content {
    margin-top: 30px;
  }
  .page-about-head__cite {
    font-size: 20px;
  }
  .page-about-head__text {
    font-size: 16px;
    margin-top: 20px;
  }
  .page-about-head__image {
    margin: 0 auto;
  }
  .page-about-services-list-item {
    border: 0;
    padding: 0;
  }
  .page-about-services-list-item__icon {
    margin-bottom: 5px;
  }
  .questions-box__title {
    font-size: 20px;
  }
  .reviews-box__body {
    padding: 30px 15px;
  }
  .reviews-box__footer {
    text-align: center;
  }
  .vk-box {
    padding: 0;
    margin-bottom: 25px;
  }
  .reviews-box-section,
  .rating-section,
  .vk-section {
    padding: 40px 0;
  }
  .rating-list__item--medsovet {
    order: -1;
    width: 100%;
  }
  #ms-widget-block {
    margin: 0 auto;
  }
  .rating-list__item {
    margin-bottom: 20px;
  }
  .rating-list {
    flex-wrap: wrap;
  }
  .rating-list__item--medsovet {
    order: -1;
    width: 100%;
  }
}

@media screen and (max-width: 580px) {
  .logo__image {
    /* width: 70px; */
    width: 185px;
  }
  .logo__text {
    font-size: 22px;
  }
  .guestbook-list__item,
  .video-reviews-list__item {
    flex: 0 0 100%;
  }
  .reviews-widget {
    justify-content: center;
  }
}

@media screen and (max-width: 520px) {
  .logo__text {
    display: none;
  }
  .reviews-box__header {
    justify-content: center;
  }
  .reviews-box__title {
    width: 100%;
    margin-bottom: 15px;
    justify-content: center;
  }
}

.switch-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 37px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #27666e;
  box-shadow: 0px 8px 24px rgba(129, 135, 189, 0.15), inset 0px 0px 5px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch-slider:before {
  position: absolute;
  content: '';
  height: 29px;
  width: 46px;
  left: 4px;
  bottom: 4px;
  background-color: #72c255;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 5px;
}

input:checked + .switch-slider {
  background-color: #27666e;
}

input:focus + .switch-slider {
  box-shadow: 0 0 1px #27666e;
}

input:checked + .switch-slider:before {
  transform: translateX(55px);
}

.switch-title {
  font-size: 36px;
  color: #27666e;
  margin: 0 2.5vw;
}

@media screen and (max-width: 768px) {
  .switch-wrapper {
    margin-bottom: 30px;
  }
  .switch-title {
    font-size: 20px;
    min-width: 90px;
  }
}

.price-list-accordions {
  display: flex;
  flex-wrap: wrap;
  margin: 5px -10px;
}

.price-accordion {
  border: 1px solid #27666e;
  border-radius: 10px;
  flex: 0 0 calc(100% - 20px);
  margin: 16px 10px;
  overflow: hidden;
  align-self: baseline;
}

.price-accordion__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
  padding: 0 40px;
  min-height: 95px;
  border-radius: 10px;
  cursor: pointer;
}

.price-accordion__title {
  font-size: 24px;
  letter-spacing: 0.02em;
  color: #27666e;
  transition: all 0.3s ease;
}

.price-accordion__arrow {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background-color: #27666e;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.price-accordion__arrow::before {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  height: 10px;
  transform: rotate(135deg);
  vertical-align: top;
  width: 10px;
  border-color: #fff;
  transition: all 0.3s ease;
  position: relative;
}

.price-accordion.active .price-accordion__header,
.price-accordion__header:hover {
  background-color: #27666e;
}

.price-accordion.active .price-accordion__title,
.price-accordion__header:hover .price-accordion__title {
  color: #fff;
}

.price-accordion.active .price-accordion__header .price-accordion__arrow,
.price-accordion__header:hover .price-accordion__arrow {
  background-color: #fff;
}

.price-accordion.active .price-accordion__header .price-accordion__arrow::before,
.price-accordion__header:hover .price-accordion__arrow::before {
  border-color: #27666e;
}

.price-accordion.active .price-accordion__header .price-accordion__arrow::before {
  transform: rotate(-45deg);
  top: 3px;
}

.price-accordion__body {
  padding: 35px 40px;
  display: none;
}

.price-list-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.price-list-item:not(:last-child) {
  margin-bottom: 15px;
}

.price-list-item__title {
  /* font-size: 24px; */
  font-size: 18px;
  color: #27666e;
  letter-spacing: 0.02em;
  max-width: 70%;
  line-height: 1.3;
}

.price-list-item__price {
  font-weight: 700;
  /* font-size: 24px; */
  color: #27666e;
  font-size: 16px;
  max-width: 40%;
}

.price-list-item__description {
  display: block;
  flex: 1 1 100%;
  font-size: 14px;
  color: rgb(39 102 110 / 70%);
}

.price-list-item__sep {
  flex-grow: 1;
  border-bottom: 1px dashed #27666e;
  align-self: center;
  padding: 8px;
  margin: 0 10px;
  display: none;
}

@media screen and (min-width: 768px) {
  .price-accordion {
    flex: 0 0 calc(50% - 20px);
  }
}

.first-screen {
  min-height: 80vh;
  padding: 50px 0;
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.first-screen > .container {
  align-self: center;
}

.first-screen-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.first-screen-column {
  padding: 0 15px;
  flex: 0 0 100%;
}

.first-screen-form {
  background-color: rgba(255 255 255 / 0.5);
  padding: 30px;
  border-radius: 5px;
}

.first-screen-text {
  margin-top: 30px;
  color: #fff;
  font-size: 22px;
}

.first-screen-text p {
  text-align: center;
}

.first-screen-text a {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .first-screen-column--50 {
    flex: 0 0 50%;
  }
  .first-screen-column--55 {
    flex: 0 0 55%;
  }
  .first-screen-column--45 {
    flex: 0 0 45%;
  }
  .first-screen-column--full {
    flex: 0 0 100%;
  }
}

.article-athor {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.article-athor__image {
  padding: 0 10px;
  align-self: center;
}

.article-athor__image-inner {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #27666e;
  overflow: hidden;
}

.article-athor__body {
  flex: 0 0 calc(100% - 70px);
}

.article-athor__title {
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.article-athor__subtitle {
  display: block;
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%,
  100% {
    opacity: 0;
  }
}
.kik-buttons-widget {
  display: block;
  width: 100%;
  position: fixed;
  z-index: 999;
  left: 0;
  bottom: 0;
  padding: 20px 0;
  overflow-x: scroll;
}
.kik-buttons-widget--deck {
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
}
.kik-buttons-widget a {
  text-decoration: none;
}
.kik-buttons-widget__container {
  display: flex;
  justify-content: space-around;
}
.kik-buttons-widget__text {
  display: block;
  text-align: center;
  font-size: 11px;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  margin-top: 7px;
  font-family: Arial;
  font-weight: 400;
  letter-spacing: 1px;
}
.kik-buttons-widget__icon {
  display: block;
  width: 30px;
  height: 30px;
  background-size: cover;
}
.kik-buttons-widget__icon-wrappper {
  margin: 0 15px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  position: relative;
  cursor: pointer;
}
.kik-buttons-widget__icon-wrappper::before {
  content: '';
  position: absolute;
  display: block;
  width: 180%;
  height: 180%;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #01a4e9;
  z-index: -1;
  animation: pulse-ring 3s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.kik-buttons-widget__icon-wrappper--navigator {
  background-color: #405c98;
}
.kik-buttons-widget__icon-wrappper--envelope {
  background-color: #ffca28;
}
.kik-buttons-widget__icon-wrappper--phone {
  background-color: #64dd17;
}
.kik-buttons-widget__icon-wrappper--whatsapp {
  background-color: #00e676;
}
.kik-buttons-widget__icon-wrappper--viber {
  background-color: #665ca7;
}
.kik-buttons-widget__icon-wrappper--instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
.kik-buttons-widget__icon-wrappper--vk {
  background-color: #5181b8;
}
.kik-buttons-widget__icon-wrappper--telegram {
  background-color: #579ede;
}
.kik-buttons-widget__icon-wrappper--none {
  box-shadow: none;
  flex-grow: 1;
}
.kik-buttons-widget__icon-wrappper--none::before {
  display: none;
}
.kik-buttons-widget__icon--navigator {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 490.735 490.735' style='enable-background:new 0 0 490.735 490.735;' xml:space='preserve' width='512px' height='512px'%3E%3Cg%3E%3Cpath d='M254.464,470.039l-59.5-174.2l-174.3-59.6c-26.7-9.1-27.8-46.4-1.7-57.1l429.5-176.7c25.1-10.3,50.2,14.8,39.9,39.9 l-176.8,429.4C300.864,497.839,263.564,496.639,254.464,470.039z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
}
.kik-buttons-widget__icon--envelope {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDUxMS42MjYgNTExLjYyNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTExLjYyNiA1MTEuNjI2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQ5LjEwNiwxNzguNzI5YzYuNDcyLDQuNTY3LDI1Ljk4MSwxOC4xMzEsNTguNTI4LDQwLjY4NWMzMi41NDgsMjIuNTU0LDU3LjQ4MiwzOS45Miw3NC44MDMsNTIuMDk5ICAgIGMxLjkwMywxLjMzNSw1Ljk0Niw0LjIzNywxMi4xMzEsOC43MWM2LjE4Niw0LjQ3NiwxMS4zMjYsOC4wOTMsMTUuNDE2LDEwLjg1MmM0LjA5MywyLjc1OCw5LjA0MSw1Ljg1MiwxNC44NDksOS4yNzcgICAgYzUuODA2LDMuNDIyLDExLjI3OSw1Ljk5NiwxNi40MTgsNy43YzUuMTQsMS43MTgsOS44OTgsMi41NjksMTQuMjc1LDIuNTY5aDAuMjg3aDAuMjg4YzQuMzc3LDAsOS4xMzctMC44NTIsMTQuMjc3LTIuNTY5ICAgIGM1LjEzNy0xLjcwNCwxMC42MTUtNC4yODEsMTYuNDE2LTcuN2M1LjgwNC0zLjQyOSwxMC43NTItNi41MiwxNC44NDUtOS4yNzdjNC4wOTMtMi43NTksOS4yMjktNi4zNzYsMTUuNDE3LTEwLjg1MiAgICBjNi4xODQtNC40NzcsMTAuMjMyLTcuMzc1LDEyLjEzNS04LjcxYzE3LjUwOC0xMi4xNzksNjIuMDUxLTQzLjExLDEzMy42MTUtOTIuNzljMTMuODk0LTkuNzAzLDI1LjUwMi0yMS40MTEsMzQuODI3LTM1LjExNiAgICBjOS4zMzItMTMuNjk5LDEzLjk5My0yOC4wNywxMy45OTMtNDMuMTA1YzAtMTIuNTY0LTQuNTIzLTIzLjMxOS0xMy41NjUtMzIuMjY0Yy05LjA0MS04Ljk0Ny0xOS43NDktMTMuNDE4LTMyLjExNy0xMy40MThINDUuNjc5ICAgIGMtMTQuNjU1LDAtMjUuOTMzLDQuOTQ4LTMzLjgzMiwxNC44NDRDMy45NDksNzkuNTYyLDAsOTEuOTM0LDAsMTA2Ljc3OWMwLDExLjk5MSw1LjIzNiwyNC45ODUsMTUuNzAzLDM4Ljk3NCAgICBDMjYuMTY5LDE1OS43NDMsMzcuMzA3LDE3MC43MzYsNDkuMTA2LDE3OC43Mjl6IiBmaWxsPSIjRkZGRkZGIi8+CgkJPHBhdGggZD0iTTQ4My4wNzIsMjA5LjI3NWMtNjIuNDI0LDQyLjI1MS0xMDkuODI0LDc1LjA4Ny0xNDIuMTc3LDk4LjUwMWMtMTAuODQ5LDcuOTkxLTE5LjY1LDE0LjIyOS0yNi40MDksMTguNjk5ICAgIGMtNi43NTksNC40NzMtMTUuNzQ4LDkuMDQxLTI2Ljk4LDEzLjcwMmMtMTEuMjI4LDQuNjY4LTIxLjY5Miw2Ljk5NS0zMS40MDEsNi45OTVoLTAuMjkxaC0wLjI4NyAgICBjLTkuNzA3LDAtMjAuMTc3LTIuMzI3LTMxLjQwNS02Ljk5NWMtMTEuMjI4LTQuNjYxLTIwLjIyMy05LjIyOS0yNi45OC0xMy43MDJjLTYuNzU1LTQuNDctMTUuNTU5LTEwLjcwOC0yNi40MDctMTguNjk5ICAgIGMtMjUuNjk3LTE4Ljg0Mi03Mi45OTUtNTEuNjgtMTQxLjg5Ni05OC41MDFDMTcuOTg3LDIwMi4wNDcsOC4zNzUsMTkzLjc2MiwwLDE4NC40Mzd2MjI2LjY4NWMwLDEyLjU3LDQuNDcxLDIzLjMxOSwxMy40MTgsMzIuMjY1ICAgIGM4Ljk0NSw4Ljk0OSwxOS43MDEsMTMuNDIyLDMyLjI2NCwxMy40MjJoNDIwLjI2NmMxMi41NiwwLDIzLjMxNS00LjQ3MywzMi4yNjEtMTMuNDIyYzguOTQ5LTguOTQ5LDEzLjQxOC0xOS42OTQsMTMuNDE4LTMyLjI2NSAgICBWMTg0LjQzN0M1MDMuNDQxLDE5My41NjksNDkzLjkyNywyMDEuODU0LDQ4My4wNzIsMjA5LjI3NXoiIGZpbGw9IiNGRkZGRkYiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}
.kik-buttons-widget__icon--phone {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 411.595 411.595' style='enable-background:new 0 0 411.595 411.595;' xml:space='preserve' width='512px' height='512px'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M284.395,215.803c-0.8,1.2-0.8,2.4-1.2,4c-0.4,5.2,3.6,10,8.8,10.4c5.2,0.4,10-3.6,10.4-8.8c0-1.2,0-2.4,0.4-4.4 c0-2,0-3.2,0-4.4c0-11.6-2-22.8-5.6-33.6c-4.8-14-13.2-26.4-23.2-36.8c-12.4-12.4-27.6-21.2-44.8-26c-8-2-16.8-3.2-25.2-3.2 c-2.8,0-5.6,0-8.8,0.4c-2.8,0.4-5.6,0.8-8.4,1.2c-5.2,0.8-8.8,6-7.6,10.8c0.8,5.2,6,8.8,10.8,7.6c2.4-0.4,4.4-0.8,6.8-0.8 c0.4,0,0.8,0,1.2,0c2,0,4-0.4,6-0.4c22,0,42.4,8.8,56.8,23.6c14.4,14.4,23.2,34,23.6,56v0.8 C284.395,213.803,284.395,215.003,284.395,215.803z' fill='%23FFFFFF'/%3E%3Cpath d='M337.195,224.603c-0.4,5.2,3.6,10,8.8,10.4c5.2,0.4,10-3.6,10.4-8.8c0.4-4.4,0.4-8.8,0.4-13.2c0-8.8-0.8-17.2-2-25.6 c-5.2-32-20.8-60.8-42.8-82.8c-25.2-25.2-58.8-41.6-96-44.4c-4-0.4-8.4-0.4-12.4-0.4c-4.4,0-8.8,0-13.2,0.4 c-4.4,0.4-8.8,0.8-13.2,1.6c-5.2,0.8-8.8,6-7.6,10.8c0.8,5.2,6,8.8,10.8,7.6c2.8-0.4,5.2-0.8,8-1.2c1.2,0,2.4-0.4,3.6-0.4 c4-0.4,8-0.4,11.6-0.4c13.6,0,26.4,2,38.8,5.6c21.6,6.4,40.8,18,56.4,33.6c12.8,12.8,23.2,28.4,30,45.2c6,15.2,9.6,32,9.6,49.6 c0,1.2,0,2.8,0,4C337.595,219.403,337.195,221.803,337.195,224.603z' fill='%23FFFFFF'/%3E%3Cpath d='M350.795,66.203c-38-38-90-61.2-147.6-61.2c-6,0-12,0.4-18,0.8s-12,1.2-18,2.4c-5.2,0.8-8.8,6-7.6,10.8 c0.8,5.2,6,8.8,10.8,7.6c2.8-0.4,5.2-0.8,8-1.2c2.8-0.4,5.6-0.8,8.4-0.8c5.6-0.4,10.8-0.8,16.4-0.8c52,0,99.2,21.2,133.6,55.2 c34,34,55.2,81.2,55.2,133.6c0,2.8,0,6,0,8.8c0,2.4-0.4,4.8-0.4,7.6c-0.4,5.2,3.6,10,8.8,10.4c5.2,0.4,10-3.6,10.4-8.8 c0.4-6,0.8-12,0.8-17.6C411.595,155.803,388.395,103.803,350.795,66.203z' fill='%23FFFFFF'/%3E%3Cpath d='M396.795,308.603l-70.8-38c-23.6-12.8-24.4-4.4-49.2,22c-6,6.4-17.2,23.2-30.4,20c-27.6-6.8-79.2-47.2-96-65.6 c-8-8.8-42.4-50.8-42.8-64.4c-0.8-20.8,44.8-31.2,30-70.8l-31.6-70.8c-29.6-68-112.4,40.8-105.6,91.6 c17.6,125.2,237.2,327.6,359.6,260.8C387.195,378.203,423.995,325.003,396.795,308.603z' fill='%23FFFFFF'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}
.kik-buttons-widget__icon--whatsapp {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMjU2LjA2NCwwaC0wLjEyOEMxMTQuNzg0LDAsMCwxMTQuODE2LDAsMjU2YzAsNTYsMTguMDQ4LDEwNy45MDQsNDguNzM2LDE1MC4wNDhsLTMxLjkwNCw5NS4xMDRsOTguNC0zMS40NTYgICAgQzE1NS43MTIsNDk2LjUxMiwyMDQsNTEyLDI1Ni4wNjQsNTEyQzM5Ny4yMTYsNTEyLDUxMiwzOTcuMTUyLDUxMiwyNTZTMzk3LjIxNiwwLDI1Ni4wNjQsMHogTTQwNS4wMjQsMzYxLjUwNCAgICBjLTYuMTc2LDE3LjQ0LTMwLjY4OCwzMS45MDQtNTAuMjQsMzYuMTI4Yy0xMy4zNzYsMi44NDgtMzAuODQ4LDUuMTItODkuNjY0LTE5LjI2NEMxODkuODg4LDM0Ny4yLDE0MS40NCwyNzAuNzUyLDEzNy42NjQsMjY1Ljc5MiAgICBjLTMuNjE2LTQuOTYtMzAuNC00MC40OC0zMC40LTc3LjIxNnMxOC42NTYtNTQuNjI0LDI2LjE3Ni02Mi4zMDRjNi4xNzYtNi4zMDQsMTYuMzg0LTkuMTg0LDI2LjE3Ni05LjE4NCAgICBjMy4xNjgsMCw2LjAxNiwwLjE2LDguNTc2LDAuMjg4YzcuNTIsMC4zMiwxMS4yOTYsMC43NjgsMTYuMjU2LDEyLjY0YzYuMTc2LDE0Ljg4LDIxLjIxNiw1MS42MTYsMjMuMDA4LDU1LjM5MiAgICBjMS44MjQsMy43NzYsMy42NDgsOC44OTYsMS4wODgsMTMuODU2Yy0yLjQsNS4xMi00LjUxMiw3LjM5Mi04LjI4OCwxMS43NDRjLTMuNzc2LDQuMzUyLTcuMzYsNy42OC0xMS4xMzYsMTIuMzUyICAgIGMtMy40NTYsNC4wNjQtNy4zNiw4LjQxNi0zLjAwOCwxNS45MzZjNC4zNTIsNy4zNiwxOS4zOTIsMzEuOTA0LDQxLjUzNiw1MS42MTZjMjguNTc2LDI1LjQ0LDUxLjc0NCwzMy41NjgsNjAuMDMyLDM3LjAyNCAgICBjNi4xNzYsMi41NiwxMy41MzYsMS45NTIsMTguMDQ4LTIuODQ4YzUuNzI4LTYuMTc2LDEyLjgtMTYuNDE2LDIwLTI2LjQ5NmM1LjEyLTcuMjMyLDExLjU4NC04LjEyOCwxOC4zNjgtNS41NjggICAgYzYuOTEyLDIuNCw0My40ODgsMjAuNDgsNTEuMDA4LDI0LjIyNGM3LjUyLDMuNzc2LDEyLjQ4LDUuNTY4LDE0LjMwNCw4LjczNkM0MTEuMiwzMjkuMTUyLDQxMS4yLDM0NC4wMzIsNDA1LjAyNCwzNjEuNTA0eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
}
.kik-buttons-widget__icon--viber {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMjIgMzIyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMjIgMzIyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnIGlkPSJYTUxJRF83XyI+Cgk8cGF0aCBpZD0iWE1MSURfOF8iIGQ9Ik0yNzUuNDQ1LDEzNS4xMjNjMC4zODctNDUuMzk4LTM4LjI3OS04Ny4wMTYtODYuMTkyLTkyLjc3MWMtMC45NTMtMC4xMTMtMS45OTEtMC4yODUtMy4wOS0wLjQ2NyAgIGMtMi4zNzItMC4zOTMtNC44MjUtMC43OTctNy4zLTAuNzk3Yy05LjgyLDAtMTIuNDQ1LDYuODk4LTEzLjEzNiwxMS4wMTJjLTAuNjcyLDQtMC4wMzEsNy4zNTksMS45MDIsOS45ODggICBjMy4yNTIsNC40MjIsOC45NzQsNS4yMDcsMTMuNTcsNS44MzZjMS4zNDcsMC4xODYsMi42MTgsMC4zNTksMy42ODIsMC41OThjNDMuMDQ4LDkuNjE5LDU3LjU0MywyNC43NDIsNjQuNjI3LDY3LjQyNCAgIGMwLjE3MywxLjA0MywwLjI1MSwyLjMyOCwwLjMzNCwzLjY5MWMwLjMwOSw1LjEwMiwwLjk1MywxNS43MTcsMTIuMzY1LDE1LjcxN2gwLjAwMWMwLjk1LDAsMS45NzEtMC4wODIsMy4wMzQtMC4yNDQgICBjMTAuNjI3LTEuNjE1LDEwLjI5NC0xMS4zMTgsMTAuMTM0LTE1Ljk4Yy0wLjA0NS0xLjMxMy0wLjA4OC0yLjU1NSwwLjAyMy0zLjM4MUMyNzUuNDI5LDEzNS41NDEsMjc1LjQ0NCwxMzUuMzMyLDI3NS40NDUsMTM1LjEyM3ogICAiIGZpbGw9IiNGRkZGRkYiLz4KCTxwYXRoIGlkPSJYTUxJRF85XyIgZD0iTTE3Ni4wNzcsMjUuNjg4YzEuMjc1LDAuMDkyLDIuNDgyLDAuMTgsMy40ODcsMC4zMzRjNzAuNjg5LDEwLjg3MSwxMDMuMTk4LDQ0LjM2MywxMTIuMjA3LDExNS42MDUgICBjMC4xNTMsMS4yMTEsMC4xNzcsMi42ODgsMC4yMDIsNC4yNTJjMC4wOSw1LjU2NiwwLjI3NSwxNy4xNDUsMTIuNzEsMTcuMzg1bDAuMzg2LDAuMDA0YzMuOSwwLDcuMDAyLTEuMTc2LDkuMjIxLTMuNDk4ICAgYzMuODcxLTQuMDQ5LDMuNjAxLTEwLjA2NCwzLjM4My0xNC44OThjLTAuMDUzLTEuMTg2LTAuMTA0LTIuMzAzLTAuMDkxLTMuMjgxQzMxOC40ODEsNjguNzI5LDI1NS40MTEsMi42NTgsMTgyLjYxNCwwLjIwMSAgIGMtMC4zMDItMC4wMS0wLjU5LDAuMDA2LTAuODgxLDAuMDQ3Yy0wLjE0MywwLjAyMS0wLjQwOCwwLjA0Ny0wLjg2MiwwLjA0N2MtMC43MjYsMC0xLjYxOS0wLjA2My0yLjU2Ni0wLjEyNyAgIEMxNzcuMTYsMC4wOSwxNzUuODYyLDAsMTc0LjU0NiwwYy0xMS41OTMsMC0xMy43OTcsOC4yNC0xNC4wNzksMTMuMTUyQzE1OS44MTcsMjQuNTA0LDE3MC43OTksMjUuMzAzLDE3Ni4wNzcsMjUuNjg4eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPHBhdGggaWQ9IlhNTElEXzEwXyIgZD0iTTI4OC4zNiwyMzMuNzAzYy0xLjUwMy0xLjE0OC0zLjA1Ny0yLjMzNi00LjUxMi0zLjUwOGMtNy43MTgtNi4yMTEtMTUuOTI5LTExLjkzNi0yMy44Ny0xNy40NzMgICBjLTEuNjQ4LTEuMTQ4LTMuMjk2LTIuMjk3LTQuOTM4LTMuNDQ5Yy0xMC4xNzItNy4xNDUtMTkuMzE3LTEwLjYxNy0yNy45NTctMTAuNjE3Yy0xMS42MzcsMC0yMS43ODMsNi40My0zMC4xNTcsMTkuMTA5ICAgYy0zLjcxLDUuNjIxLTguMjExLDguMzU0LTEzLjc1OCw4LjM1NGMtMy4yOCwwLTcuMDA3LTAuOTM2LTExLjA3Ni0yLjc4M2MtMzIuODMzLTE0Ljg4OS01Ni4yNzgtMzcuNzE3LTY5LjY4NS02Ny44NSAgIGMtNi40ODEtMTQuNTY0LTQuMzgtMjQuMDg0LDcuMDI2LTMxLjgzMmM2LjQ3Ny00LjM5NiwxOC41MzMtMTIuNTgsMTcuNjc5LTI4LjI1MmMtMC45NjctMTcuNzk3LTQwLjIzNS03MS4zNDYtNTYuNzgtNzcuNDI4ICAgYy03LjAwNS0yLjU3Ni0xNC4zNjUtMi42LTIxLjkxNS0wLjA2Yy0xOS4wMiw2LjM5NC0zMi42NjksMTcuNjIzLTM5LjQ3NSwzMi40NzFDMi4zNjUsNjQuNzMyLDIuNjYyLDgxLjU3OCw5LjgwMSw5OS4xMDIgICBjMjAuNjM4LDUwLjY2Niw0OS42NTQsOTQuODQsODYuMjQ1LDEzMS4yOTNjMzUuODE2LDM1LjY4NCw3OS44MzcsNjQuOTE0LDEzMC44MzksODYuODc1YzQuNTk3LDEuOTc4LDkuNDE5LDMuMDU3LDEyLjk0LDMuODQ0ICAgYzEuMiwwLjI3LDIuMjM2LDAuNSwyLjk5MSwwLjcwN2MwLjQxNSwwLjExMywwLjg0MywwLjE3NCwxLjI3MiwwLjE3OGwwLjQwMywwLjAwMmMwLjAwMSwwLDAsMCwwLjAwMiwwICAgYzIzLjk4OCwwLDUyLjc5MS0yMS45Miw2MS42MzctNDYuOTFDMzEzLjg4LDI1My4yMDksMjk5LjczLDI0Mi4zOTMsMjg4LjM2LDIzMy43MDN6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8cGF0aCBpZD0iWE1MSURfMTFfIiBkPSJNMTg2LjY4Nyw4My41NjRjLTQuMTA3LDAuMTA0LTEyLjY1NCwwLjMxNi0xNS42NTMsOS4wMjFjLTEuNDAzLDQuMDY4LTEuMjM1LDcuNiwwLjUsMTAuNDk4ICAgYzIuNTQ2LDQuMjUyLDcuNDI0LDUuNTU1LDExLjg2MSw2LjI3YzE2LjA5MSwyLjU4MiwyNC4zNTUsMTEuNDgsMjYuMDA4LDI4YzAuNzY4LDcuNzAzLDUuOTU1LDEzLjA4MiwxMi42MTUsMTMuMDgyaDAuMDAxICAgYzAuNDkyLDAsMC45OTUtMC4wMjksMS40OTYtMC4wOWM4LjAxLTAuOTUzLDExLjg5My02LjgzOCwxMS41NDItMTcuNDljMC4xMjgtMTEuMTE3LTUuNjktMjMuNzM4LTE1LjU4NS0zMy43OTEgICBDMjA5LjU0Myw4OC45OCwxOTcuNTc0LDgzLjMwMSwxODYuNjg3LDgzLjU2NHoiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}
.kik-buttons-widget__icon--instagram {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' height='511pt' viewBox='0 0 511 511.9' width='511pt'%3E%3Cpath d='m510.949219 150.5c-1.199219-27.199219-5.597657-45.898438-11.898438-62.101562-6.5-17.199219-16.5-32.597657-29.601562-45.398438-12.800781-13-28.300781-23.101562-45.300781-29.5-16.296876-6.300781-34.898438-10.699219-62.097657-11.898438-27.402343-1.300781-36.101562-1.601562-105.601562-1.601562s-78.199219.300781-105.5 1.5c-27.199219 1.199219-45.898438 5.601562-62.097657 11.898438-17.203124 6.5-32.601562 16.5-45.402343 29.601562-13 12.800781-23.097657 28.300781-29.5 45.300781-6.300781 16.300781-10.699219 34.898438-11.898438 62.097657-1.300781 27.402343-1.601562 36.101562-1.601562 105.601562s.300781 78.199219 1.5 105.5c1.199219 27.199219 5.601562 45.898438 11.902343 62.101562 6.5 17.199219 16.597657 32.597657 29.597657 45.398438 12.800781 13 28.300781 23.101562 45.300781 29.5 16.300781 6.300781 34.898438 10.699219 62.101562 11.898438 27.296876 1.203124 36 1.5 105.5 1.5s78.199219-.296876 105.5-1.5c27.199219-1.199219 45.898438-5.597657 62.097657-11.898438 34.402343-13.300781 61.601562-40.5 74.902343-74.898438 6.296876-16.300781 10.699219-34.902343 11.898438-62.101562 1.199219-27.300781 1.5-36 1.5-105.5s-.101562-78.199219-1.300781-105.5zm-46.097657 209c-1.101562 25-5.300781 38.5-8.800781 47.5-8.601562 22.300781-26.300781 40-48.601562 48.601562-9 3.5-22.597657 7.699219-47.5 8.796876-27 1.203124-35.097657 1.5-103.398438 1.5s-76.5-.296876-103.402343-1.5c-25-1.097657-38.5-5.296876-47.5-8.796876-11.097657-4.101562-21.199219-10.601562-29.398438-19.101562-8.5-8.300781-15-18.300781-19.101562-29.398438-3.5-9-7.699219-22.601562-8.796876-47.5-1.203124-27-1.5-35.101562-1.5-103.402343s.296876-76.5 1.5-103.398438c1.097657-25 5.296876-38.5 8.796876-47.5 4.101562-11.101562 10.601562-21.199219 19.203124-29.402343 8.296876-8.5 18.296876-15 29.398438-19.097657 9-3.5 22.601562-7.699219 47.5-8.800781 27-1.199219 35.101562-1.5 103.398438-1.5 68.402343 0 76.5.300781 103.402343 1.5 25 1.101562 38.5 5.300781 47.5 8.800781 11.097657 4.097657 21.199219 10.597657 29.398438 19.097657 8.5 8.300781 15 18.300781 19.101562 29.402343 3.5 9 7.699219 22.597657 8.800781 47.5 1.199219 27 1.5 35.097657 1.5 103.398438s-.300781 76.300781-1.5 103.300781zm0 0'/%3E%3Cpath d='m256.449219 124.5c-72.597657 0-131.5 58.898438-131.5 131.5s58.902343 131.5 131.5 131.5c72.601562 0 131.5-58.898438 131.5-131.5s-58.898438-131.5-131.5-131.5zm0 216.800781c-47.097657 0-85.300781-38.199219-85.300781-85.300781s38.203124-85.300781 85.300781-85.300781c47.101562 0 85.300781 38.199219 85.300781 85.300781s-38.199219 85.300781-85.300781 85.300781zm0 0'/%3E%3Cpath d='m423.851562 119.300781c0 16.953125-13.746093 30.699219-30.703124 30.699219-16.953126 0-30.699219-13.746094-30.699219-30.699219 0-16.957031 13.746093-30.699219 30.699219-30.699219 16.957031 0 30.703124 13.742188 30.703124 30.699219zm0 0'/%3E%3C/svg%3E");
}
.kik-buttons-widget__icon--vk {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' id='Bold' enable-background='new 0 0 24 24' height='512' viewBox='0 0 24 24' width='512'%3E%3Cpath d='m19.915 13.028c-.388-.49-.277-.708 0-1.146.005-.005 3.208-4.431 3.538-5.932l.002-.001c.164-.547 0-.949-.793-.949h-2.624c-.668 0-.976.345-1.141.731 0 0-1.336 3.198-3.226 5.271-.61.599-.892.791-1.225.791-.164 0-.419-.192-.419-.739v-5.105c0-.656-.187-.949-.74-.949h-4.126c-.419 0-.668.306-.668.591 0 .622.945.765 1.043 2.515v3.797c0 .832-.151.985-.486.985-.892 0-3.057-3.211-4.34-6.886-.259-.713-.512-1.001-1.185-1.001h-2.625c-.749 0-.9.345-.9.731 0 .682.892 4.073 4.148 8.553 2.17 3.058 5.226 4.715 8.006 4.715 1.671 0 1.875-.368 1.875-1.001 0-2.922-.151-3.198.686-3.198.388 0 1.056.192 2.616 1.667 1.783 1.749 2.076 2.532 3.074 2.532h2.624c.748 0 1.127-.368.909-1.094-.499-1.527-3.871-4.668-4.023-4.878z'/%3E%3C/svg%3E");
}
.kik-buttons-widget__icon--telegram {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 448 512' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M446.7 98.6l-67.6 318.8c-5.1 22.5-18.4 28.1-37.3 17.5l-103-75.9-49.7 47.8c-5.5 5.5-10.1 10.1-20.7 10.1l7.4-104.9 190.9-172.5c8.3-7.4-1.8-11.5-12.9-4.1L117.8 284 16.2 252.2c-22.1-6.9-22.5-22.1 4.6-32.7L418.2 66.4c18.4-6.9 34.5 4.1 28.5 32.2z'/%3E%3C/svg%3E");
}
@media screen and (min-width: 768px) {
  .kik-buttons-widget {
    display: none;
  }
}

.domains {
  margin-left: 15px;
}

.domains-list {
  display: flex;
  flex-direction: column;
}

.domains-list__item {
  width: 20px;
  height: 20px;
  margin: 3px 0;
}

@media screen and (max-width: 992px) {
  .domains {
    margin-left: auto;
  }

  .domains-list {
    flex-direction: row;
  }

  .domains-list__item {
    margin: 0 3px;
  }
}

.converter-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.currency-item__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border: 1px solid #27666e;
  color: #27666e;
  font-size: 22px;
  line-height: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
}

.currency-item.active .currency-item__btn {
  background-color: #27666e;
  color: #fff;
}

.select-location {
  position: relative;
  margin-top: 5px;
}

.select-location__current {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.select-location-list {
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 170px;
  background-color: #fff;
  z-index: 10;
  clip: rect(1px, 1px, 1px, 1px);
  opacity: 0.1;
  -webkit-transition: opacity 0.2s cubic-bezier(0.2, 0, 0.2, 1), -webkit-transform 0.1s cubic-bezier(0.2, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.2, 0, 0.2, 1), -webkit-transform 0.1s cubic-bezier(0.2, 0, 0.2, 1);
  transition: transform 0.1s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.2, 0, 0.2, 1);
  transition: transform 0.1s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.2, 0, 0.2, 1), -webkit-transform 0.1s cubic-bezier(0.2, 0, 0.2, 1);
  -webkit-transform: translateY(-10px) scaleY(0.5);
  transform: translateY(-10px) scaleY(0.5);
  -webkit-transform-origin: top;
  transform-origin: top;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #e8e8e8;
}

.select-location-list.active {
  clip: auto;
  opacity: 1;
  -webkit-transform: translateY(0) scaleY(1);
  transform: translateY(0) scaleY(1);
}

.arrow-down {
  border-style: solid;
  border-width: 2px 2px 0 0;
  display: inline-flex;
  height: 7px;
  transform: rotate(135deg);
  width: 7px;
}

.select-location-list__item a {
  display: block;
  padding: 3px 15px;
  text-decoration: none;
}

.select-location-list__item a:hover {
  text-decoration: underline;
}

/* End */


/* Start:/bitrix/templates/clinic_ge/components/bitrix/menu/top/style.css?16783542443032*/
.main-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main-menu > li {
  padding: 0 15px;
}

.main-menu > li > a {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
  text-decoration: none;
}

.main-menu > li > a:hover {
  color: #B2D0D5;
}

.main-menu li,
.main-menu li a {
  position: relative;
}

.main-menu ul {
  clip: rect(1px, 1px, 1px, 1px);
  opacity: 0.1;
  -webkit-transition: opacity 0.2s cubic-bezier(0.2, 0, 0.2, 1), -webkit-transform 0.1s cubic-bezier(0.2, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.2, 0, 0.2, 1), -webkit-transform 0.1s cubic-bezier(0.2, 0, 0.2, 1);
  transition: transform 0.1s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.2, 0, 0.2, 1);
  transition: transform 0.1s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.2, 0, 0.2, 1), -webkit-transform 0.1s cubic-bezier(0.2, 0, 0.2, 1);
  -webkit-transform: translateY(-10px) scaleY(0.5);
          transform: translateY(-10px) scaleY(0.5);
  -webkit-transform-origin: top;
          transform-origin: top;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #e8e8e8;
  background-color: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  width: 200px;
  z-index: 1;
}

.main-menu > li > ul::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 30px;
}

.main-menu ul li a {
  display: block;
  padding: 5px 15px;
  color: #27666E;
  font-size: 14px;
  text-decoration: none;
}

.main-menu ul li a:hover {
  color: #B2D0D5;
  text-decoration: underline;
}

.main-menu li:hover > ul {
  clip: auto;
  opacity: 1;
  -webkit-transform: translateY(0) scaleY(1);
          transform: translateY(0) scaleY(1);
}

.main-menu ul ul {
  top: -1px;
  left: 100%;
}

.main-menu ul li.has-children > a::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: '';
  display: inline-block;
  height: 5px;
  position: absolute;
  bottom: 11px;
  vertical-align: top;
  width: 5px;
  right: 8px;
  transform: rotate(45deg);
  border-color: #333;
}

.main-menu li.disable_link > a:hover {
  color: #27666E;
  text-decoration: none;
}

.column-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.js-slide-for-wrapper {
  position: relative;
}

table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  border-spacing: 0;
}

.table-price {
  border: 1px solid #637C7F;
  margin-bottom: 20px;
}

.table-price thead {
	background-color: #27666E;
	color: #fff;
}

.table-price tr th:first-child {
	width: 70%;
}

.table-price tr th,
.table-price tr td {
	padding: 10px 15px;
	border: 1px solid #637C7F;
}

.table-price tbody tr:nth-child(odd) {
	background-color: #B2D0D5;
}

@media screen and (max-width: 992px) {
  .main-navigation {
    display: flex;
    justify-content: flex-end;
  }
  .site-header__line--bottom {
    display: none;
  }

  .response-table {
    overflow-x: scroll;
  }
}


/* End */


/* Start:/bitrix/templates/clinic_ge/components/bitrix/news.list/main-slider/style.css?167835424529317*/
.slider-box--main .slider-box__item {
	padding: 61vh 0 0;
}

.slider-box--main .slider-box-item__detail-text {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	line-height: 1;
}

.slider-box--main .slider-box-item__detail-title {
	font-size: 48px;
	display: block;
	margin-bottom: 30px;
}

.slider-box--main .slider-box-item__detail-text .container {
	position: relative;
	z-index: 1;
}

.slider-box--main .slider-box-item--dark::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-color: rgb(39 102 110 / 50%)
}

.slider-box--main .slider-box-item__link {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slider-box--main .slider-box__item:hover .button-color-bright-green-outline {
  /* background-color:#72c255; */
	background-color: #fff;
	color:#72c255;
}

.benefits-list li {
	margin-bottom: 15px;
}

.benefits-list .svg-icon {
	mask-size: contain;
	-webkit-mask-size: contain;
	mask-position: center;
	-webkit-mask-position: center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	background-color: #fff;
	margin-right: 15px;
	display: inline-flex;
}

.benefits-list .svg-icon-point {
	mask-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_48_837)'%3E%3Cpath d='M23.4075 17.1875V14.0625H20.3169L18.7564 12.5L12.4988 18.75L14.0445 20.3125C14.0445 21.9578 14.0445 23.3758 14.0445 25C14.8248 25 16.3853 25 17.1655 25C17.1655 23.4375 17.1655 22.1359 17.1655 20.3125H20.2865V25C21.0668 25 22.6273 25 23.4075 25C23.4075 23.4375 23.4075 22.1359 23.4075 20.3125L24.968 18.75L23.4075 17.1875Z' fill='white'/%3E%3Cpath d='M9.38015 0H9.37859H9.37781C4.43805 0.0140625 0.727178 3.71563 0.127945 7.99766C0.0483599 8.5625 -1.56205e-05 9.08203 -1.56205e-05 9.59219C-0.00547737 11.1539 0.481399 12.5195 1.62369 14.5375C2.76987 16.5719 4.60658 19.3672 7.48258 24.0055L7.50053 24.0344L7.5216 24.0625C7.98038 24.6766 8.68261 25 9.37157 25H9.37937H9.38717C10.0761 25 10.7784 24.6766 11.2364 24.0625L11.2567 24.0352L11.2746 24.0063C11.9035 22.9922 12.4824 22.0656 13.0161 21.2156L11.6952 20.3844C11.17 21.2211 10.5989 22.1344 9.98016 23.1313C9.82411 23.3336 9.60955 23.4297 9.37859 23.4359C9.14764 23.4297 8.93307 23.3336 8.77702 23.1313C5.91272 18.5141 4.07601 15.7117 2.98366 13.7703C1.88273 11.8047 1.56595 10.8141 1.56048 9.59219C1.56048 9.18281 1.5995 8.73594 1.67284 8.21484C2.17142 4.67266 5.25809 1.56562 9.37859 1.5625C13.4991 1.56562 16.5858 4.67266 17.0836 8.21484C17.1569 8.73594 17.1959 9.18281 17.1959 9.59219C17.1951 10.1438 17.128 10.6313 16.9626 11.1883L18.4576 11.6367C18.6659 10.9445 18.7572 10.2781 18.7564 9.59297C18.7564 9.08281 18.708 8.56328 18.6285 7.99844C18.0292 3.71563 14.3184 0.0140625 9.38015 0Z' fill='white'/%3E%3Cpath d='M6.27243 9.375C6.27399 11.1 7.67064 12.4984 9.39343 12.5C11.1162 12.4984 12.5129 11.1 12.5144 9.375C12.5129 7.65 11.1162 6.25156 9.39343 6.25C7.67064 6.25156 6.27399 7.65 6.27243 9.375ZM10.9539 9.375C10.9524 10.2344 10.2517 10.9359 9.39343 10.9375C8.53516 10.9359 7.83449 10.2344 7.83293 9.375C7.83449 8.51562 8.53516 7.81406 9.39343 7.8125C10.2525 7.81406 10.9532 8.51562 10.9539 9.375Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_48_837'%3E%3Crect width='25' height='25' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_48_837)'%3E%3Cpath d='M23.4075 17.1875V14.0625H20.3169L18.7564 12.5L12.4988 18.75L14.0445 20.3125C14.0445 21.9578 14.0445 23.3758 14.0445 25C14.8248 25 16.3853 25 17.1655 25C17.1655 23.4375 17.1655 22.1359 17.1655 20.3125H20.2865V25C21.0668 25 22.6273 25 23.4075 25C23.4075 23.4375 23.4075 22.1359 23.4075 20.3125L24.968 18.75L23.4075 17.1875Z' fill='white'/%3E%3Cpath d='M9.38015 0H9.37859H9.37781C4.43805 0.0140625 0.727178 3.71563 0.127945 7.99766C0.0483599 8.5625 -1.56205e-05 9.08203 -1.56205e-05 9.59219C-0.00547737 11.1539 0.481399 12.5195 1.62369 14.5375C2.76987 16.5719 4.60658 19.3672 7.48258 24.0055L7.50053 24.0344L7.5216 24.0625C7.98038 24.6766 8.68261 25 9.37157 25H9.37937H9.38717C10.0761 25 10.7784 24.6766 11.2364 24.0625L11.2567 24.0352L11.2746 24.0063C11.9035 22.9922 12.4824 22.0656 13.0161 21.2156L11.6952 20.3844C11.17 21.2211 10.5989 22.1344 9.98016 23.1313C9.82411 23.3336 9.60955 23.4297 9.37859 23.4359C9.14764 23.4297 8.93307 23.3336 8.77702 23.1313C5.91272 18.5141 4.07601 15.7117 2.98366 13.7703C1.88273 11.8047 1.56595 10.8141 1.56048 9.59219C1.56048 9.18281 1.5995 8.73594 1.67284 8.21484C2.17142 4.67266 5.25809 1.56562 9.37859 1.5625C13.4991 1.56562 16.5858 4.67266 17.0836 8.21484C17.1569 8.73594 17.1959 9.18281 17.1959 9.59219C17.1951 10.1438 17.128 10.6313 16.9626 11.1883L18.4576 11.6367C18.6659 10.9445 18.7572 10.2781 18.7564 9.59297C18.7564 9.08281 18.708 8.56328 18.6285 7.99844C18.0292 3.71563 14.3184 0.0140625 9.38015 0Z' fill='white'/%3E%3Cpath d='M6.27243 9.375C6.27399 11.1 7.67064 12.4984 9.39343 12.5C11.1162 12.4984 12.5129 11.1 12.5144 9.375C12.5129 7.65 11.1162 6.25156 9.39343 6.25C7.67064 6.25156 6.27399 7.65 6.27243 9.375ZM10.9539 9.375C10.9524 10.2344 10.2517 10.9359 9.39343 10.9375C8.53516 10.9359 7.83449 10.2344 7.83293 9.375C7.83449 8.51562 8.53516 7.81406 9.39343 7.8125C10.2525 7.81406 10.9532 8.51562 10.9539 9.375Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_48_837'%3E%3Crect width='25' height='25' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.benefits-list .svg-icon-phone {
	mask-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_48_859)'%3E%3Cpath d='M14.0034 1.55598C16.5785 1.55598 18.9077 2.60161 20.6014 4.29374C22.2935 5.98743 23.339 8.31674 23.339 10.8919C23.339 11.3213 23.6876 11.6699 24.117 11.6699C24.5465 11.6699 24.895 11.3213 24.895 10.8919C24.8934 4.88423 20.0109 0.00155598 14.0034 0C13.574 0 13.2255 0.348541 13.2255 0.777992C13.2255 1.20744 13.574 1.55598 14.0034 1.55598Z' fill='white'/%3E%3Cpath d='M14.0034 4.6678C15.7204 4.6678 17.2725 5.3641 18.4021 6.49297C19.5309 7.62262 20.2272 9.17471 20.2272 10.8917C20.2272 11.3212 20.5757 11.6697 21.0051 11.6697C21.4346 11.6697 21.7831 11.3212 21.7831 10.8917C21.7816 6.59956 18.2955 3.11337 14.0034 3.11182C13.574 3.11182 13.2255 3.46036 13.2255 3.88981C13.2255 4.31926 13.574 4.6678 14.0034 4.6678Z' fill='white'/%3E%3Cpath d='M14.0034 7.78011C15.7173 7.78322 17.1122 9.17738 17.1153 10.8921C17.1153 11.3215 17.4638 11.6701 17.8933 11.6701C18.3227 11.6701 18.6712 11.3215 18.6712 10.8921C18.6697 8.31536 16.5793 6.22568 14.0034 6.22412C13.574 6.22412 13.2255 6.57266 13.2255 7.00211C13.2255 7.43156 13.574 7.78011 14.0034 7.78011Z' fill='white'/%3E%3Cpath d='M19.9152 13.8864C19.4616 13.432 18.8595 13.2018 18.2651 13.2025C17.6707 13.2018 17.0686 13.432 16.615 13.8864L15.515 14.9865C15.3609 15.1397 15.1664 15.2136 14.965 15.2144C14.7635 15.2136 14.569 15.1397 14.4149 14.9865L10.014 10.5854C9.86071 10.4313 9.7868 10.2368 9.78602 10.0353C9.7868 9.83382 9.86071 9.63933 10.014 9.48528L11.114 8.3852C11.5683 7.93163 11.7986 7.32947 11.7978 6.73508C11.7986 6.14069 11.5683 5.53853 11.114 5.08496L6.71305 0.683857C6.25871 0.22951 5.65734 -0.000776028 5.0622 1.96466e-06C4.46783 -0.000776028 3.86568 0.22951 3.41213 0.683857L1.21126 2.88402C0.380388 3.70402 -0.00781768 4.74809 -3.80003e-05 5.78749C0.024079 7.89273 1.3404 9.97698 2.91812 11.964C4.50751 13.9424 6.42442 15.7979 7.81309 17.1874C9.20254 18.5761 11.058 20.4931 13.0364 22.0825C15.0233 23.6603 17.1075 24.9767 19.2127 25.0008C20.252 25.0086 21.2953 24.6203 22.116 23.7894L24.3169 21.5893C24.7712 21.1357 25.0015 20.5336 25.0007 19.9392C25.0015 19.344 24.7712 18.7426 24.3169 18.289L19.9152 13.8864ZM4.51218 1.78394C4.66621 1.63067 4.86071 1.55676 5.0622 1.55599C5.26369 1.55676 5.45819 1.63067 5.61222 1.78394L10.0132 6.18504C10.1664 6.33908 10.2404 6.53358 10.2411 6.73508C10.2404 6.93658 10.1664 7.13108 10.0132 7.28512L9.46316 7.83516L3.96215 2.33398L4.51218 1.78394ZM21.0152 22.6886C20.4559 23.2371 19.9012 23.4362 19.2119 23.444C17.8232 23.4681 15.8767 22.3867 14.0104 20.8689C12.1347 19.3635 10.3127 17.4869 8.91314 16.0865C7.5128 14.6869 5.63712 12.8649 4.13097 10.9891C2.61393 9.12274 1.53256 7.1762 1.5559 5.78749C1.56368 5.09819 1.76284 4.54425 2.3113 3.9841L2.86133 3.43406L8.47359 9.0465C8.32422 9.36236 8.22853 9.69534 8.22853 10.0353C8.22775 10.6297 8.45803 11.2319 8.91236 11.6854L13.3133 16.0865C13.7669 16.5409 14.369 16.7712 14.9634 16.7704C15.3034 16.7712 15.6363 16.6747 15.9522 16.5253L21.5645 22.1378L21.0152 22.6886ZM23.2161 20.4876L22.6661 21.0377L17.165 15.5365L17.7151 14.9865C17.8691 14.8332 18.0636 14.7593 18.2651 14.7585C18.4666 14.7593 18.6611 14.8332 18.8151 14.9865L23.2161 19.3876C23.3693 19.5416 23.4432 19.7361 23.444 19.9376C23.4425 20.1399 23.3693 20.3344 23.2161 20.4876Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_48_859'%3E%3Crect width='25' height='25' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_48_859)'%3E%3Cpath d='M14.0034 1.55598C16.5785 1.55598 18.9077 2.60161 20.6014 4.29374C22.2935 5.98743 23.339 8.31674 23.339 10.8919C23.339 11.3213 23.6876 11.6699 24.117 11.6699C24.5465 11.6699 24.895 11.3213 24.895 10.8919C24.8934 4.88423 20.0109 0.00155598 14.0034 0C13.574 0 13.2255 0.348541 13.2255 0.777992C13.2255 1.20744 13.574 1.55598 14.0034 1.55598Z' fill='white'/%3E%3Cpath d='M14.0034 4.6678C15.7204 4.6678 17.2725 5.3641 18.4021 6.49297C19.5309 7.62262 20.2272 9.17471 20.2272 10.8917C20.2272 11.3212 20.5757 11.6697 21.0051 11.6697C21.4346 11.6697 21.7831 11.3212 21.7831 10.8917C21.7816 6.59956 18.2955 3.11337 14.0034 3.11182C13.574 3.11182 13.2255 3.46036 13.2255 3.88981C13.2255 4.31926 13.574 4.6678 14.0034 4.6678Z' fill='white'/%3E%3Cpath d='M14.0034 7.78011C15.7173 7.78322 17.1122 9.17738 17.1153 10.8921C17.1153 11.3215 17.4638 11.6701 17.8933 11.6701C18.3227 11.6701 18.6712 11.3215 18.6712 10.8921C18.6697 8.31536 16.5793 6.22568 14.0034 6.22412C13.574 6.22412 13.2255 6.57266 13.2255 7.00211C13.2255 7.43156 13.574 7.78011 14.0034 7.78011Z' fill='white'/%3E%3Cpath d='M19.9152 13.8864C19.4616 13.432 18.8595 13.2018 18.2651 13.2025C17.6707 13.2018 17.0686 13.432 16.615 13.8864L15.515 14.9865C15.3609 15.1397 15.1664 15.2136 14.965 15.2144C14.7635 15.2136 14.569 15.1397 14.4149 14.9865L10.014 10.5854C9.86071 10.4313 9.7868 10.2368 9.78602 10.0353C9.7868 9.83382 9.86071 9.63933 10.014 9.48528L11.114 8.3852C11.5683 7.93163 11.7986 7.32947 11.7978 6.73508C11.7986 6.14069 11.5683 5.53853 11.114 5.08496L6.71305 0.683857C6.25871 0.22951 5.65734 -0.000776028 5.0622 1.96466e-06C4.46783 -0.000776028 3.86568 0.22951 3.41213 0.683857L1.21126 2.88402C0.380388 3.70402 -0.00781768 4.74809 -3.80003e-05 5.78749C0.024079 7.89273 1.3404 9.97698 2.91812 11.964C4.50751 13.9424 6.42442 15.7979 7.81309 17.1874C9.20254 18.5761 11.058 20.4931 13.0364 22.0825C15.0233 23.6603 17.1075 24.9767 19.2127 25.0008C20.252 25.0086 21.2953 24.6203 22.116 23.7894L24.3169 21.5893C24.7712 21.1357 25.0015 20.5336 25.0007 19.9392C25.0015 19.344 24.7712 18.7426 24.3169 18.289L19.9152 13.8864ZM4.51218 1.78394C4.66621 1.63067 4.86071 1.55676 5.0622 1.55599C5.26369 1.55676 5.45819 1.63067 5.61222 1.78394L10.0132 6.18504C10.1664 6.33908 10.2404 6.53358 10.2411 6.73508C10.2404 6.93658 10.1664 7.13108 10.0132 7.28512L9.46316 7.83516L3.96215 2.33398L4.51218 1.78394ZM21.0152 22.6886C20.4559 23.2371 19.9012 23.4362 19.2119 23.444C17.8232 23.4681 15.8767 22.3867 14.0104 20.8689C12.1347 19.3635 10.3127 17.4869 8.91314 16.0865C7.5128 14.6869 5.63712 12.8649 4.13097 10.9891C2.61393 9.12274 1.53256 7.1762 1.5559 5.78749C1.56368 5.09819 1.76284 4.54425 2.3113 3.9841L2.86133 3.43406L8.47359 9.0465C8.32422 9.36236 8.22853 9.69534 8.22853 10.0353C8.22775 10.6297 8.45803 11.2319 8.91236 11.6854L13.3133 16.0865C13.7669 16.5409 14.369 16.7712 14.9634 16.7704C15.3034 16.7712 15.6363 16.6747 15.9522 16.5253L21.5645 22.1378L21.0152 22.6886ZM23.2161 20.4876L22.6661 21.0377L17.165 15.5365L17.7151 14.9865C17.8691 14.8332 18.0636 14.7593 18.2651 14.7585C18.4666 14.7593 18.6611 14.8332 18.8151 14.9865L23.2161 19.3876C23.3693 19.5416 23.4432 19.7361 23.444 19.9376C23.4425 20.1399 23.3693 20.3344 23.2161 20.4876Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_48_859'%3E%3Crect width='25' height='25' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.benefits-list .svg-icon-bag {
	mask-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.59298 16.8305C8.5836 17.7168 9.03438 18.4725 9.64532 18.9052C10.2555 19.3472 10.993 19.5363 11.7211 19.5386C12.4492 19.5363 13.1859 19.3472 13.7961 18.9052C14.4063 18.4725 14.857 17.7161 14.8477 16.8297C14.8484 16.3596 14.7516 15.9262 14.55 15.5612C14.1922 14.9106 13.5797 14.5838 13.0336 14.4032C12.2039 14.134 11.3563 14.0655 10.8297 13.8616C10.5656 13.7643 10.4086 13.6561 10.3203 13.5456C10.2344 13.4336 10.1602 13.2912 10.1555 12.9355C10.1649 12.5347 10.3008 12.3254 10.5703 12.1145C10.8399 11.9129 11.2758 11.7806 11.7211 11.783C12.1656 11.7806 12.6016 11.9129 12.8711 12.1145C13.1399 12.3254 13.275 12.534 13.2852 12.9355C13.2852 13.3651 13.6352 13.7137 14.0664 13.7137C14.4977 13.7137 14.8477 13.3651 14.8477 12.9355C14.8578 12.0491 14.4063 11.2927 13.7961 10.86C13.1859 10.418 12.4492 10.2289 11.7211 10.2266C10.993 10.2289 10.2555 10.418 9.64532 10.86C9.03438 11.2927 8.5836 12.0491 8.59298 12.9355C8.5922 13.4056 8.68907 13.839 8.89063 14.204C9.24845 14.8546 9.86095 15.1814 10.407 15.3627C11.2367 15.632 12.0844 15.7005 12.6109 15.9044C12.875 16.0017 13.032 16.1098 13.1203 16.2203C13.2063 16.3324 13.2805 16.4748 13.2852 16.8305C13.275 17.232 13.1399 17.4406 12.8711 17.6515C12.6016 17.853 12.1664 17.9853 11.7211 17.983C11.2758 17.9853 10.8406 17.853 10.5703 17.6515C10.3008 17.4406 10.1656 17.2312 10.1563 16.8312C10.1563 16.4017 9.80626 16.053 9.37501 16.053C8.9422 16.0522 8.59298 16.4009 8.59298 16.8305Z' fill='white'/%3E%3Cpath d='M10.9375 10.2142V11.0057C10.9375 11.4353 11.2875 11.7839 11.7188 11.7839C12.15 11.7839 12.5 11.4353 12.5 11.0057V10.2142C12.5 9.78467 12.15 9.43604 11.7188 9.43604C11.2875 9.43604 10.9375 9.78467 10.9375 10.2142Z' fill='white'/%3E%3Cpath d='M10.9375 18.7743V19.5526C10.9375 19.9821 11.2875 20.3308 11.7188 20.3308C12.15 20.3308 12.5 19.9821 12.5 19.5526V18.7611C12.5 18.3315 12.15 17.9829 11.7188 17.9829C11.2875 17.9829 10.9375 18.3315 10.9375 18.7611' fill='white'/%3E%3Cpath d='M14.057 5.29728C15.5273 3.97276 16.3125 1.99611 16.3461 1.95097C16.5008 1.57743 16.3414 1.14708 15.9813 0.961868C15.6211 0.776654 15.1766 0.898833 14.9617 1.24125C14.6523 1.71984 14.2477 1.90506 13.7719 1.91362C13.2797 1.9144 12.7266 1.67082 12.3305 1.17043C11.6844 0.36498 10.707 0.00077821 9.76485 0C8.82188 0.00077821 7.84532 0.36498 7.19922 1.17043C7.02266 1.39222 6.98047 1.68872 7.08907 1.95019C7.10313 1.98132 7.51954 2.993 8.26563 4.04825C8.575 4.48327 8.95704 4.9144 9.39141 5.30039C8.93672 5.49494 8.4875 5.72218 8.05 6.00467C6.2961 7.14319 4.67969 8.92373 3.47266 10.9572C2.2711 12.9922 1.475 15.2817 1.47188 17.4802C1.46329 19.477 2.17266 21.4381 3.86641 22.8226C5.55547 24.2086 8.11328 24.9984 11.718 24.9992C15.3109 24.9984 17.8641 24.2008 19.5484 22.8047C21.2375 21.4093 21.9438 19.4397 21.9359 17.4327C21.9266 14.5105 20.55 11.4233 18.6352 9.00233C17.3117 7.35409 15.7328 6.00156 14.057 5.29728ZM9.11563 2.49027C8.97813 2.25759 8.87032 2.05292 8.77891 1.87237C9.0586 1.68872 9.3875 1.55564 9.76485 1.55642C10.3109 1.55564 10.8234 1.7751 11.1055 2.13697C11.7594 2.95876 12.6977 3.41946 13.6555 3.45603C13.3742 3.81245 13.0641 4.14553 12.7469 4.3751C12.3836 4.63813 12.0422 4.76731 11.718 4.76654C11.3734 4.76731 11.0055 4.61946 10.6172 4.32062C10.0383 3.88016 9.48907 3.12763 9.11563 2.49027ZM18.5477 21.6101C17.2555 22.6879 15.0898 23.4436 11.718 23.4436C8.33125 23.4444 6.15625 22.6934 4.86172 21.6233C3.5711 20.5525 3.04375 19.1432 3.03516 17.4809C3.02579 15.0607 4.2711 12.1899 6.03125 9.98988C6.90782 8.88872 7.90703 7.95331 8.90235 7.30973C9.89844 6.66303 10.8828 6.31984 11.7188 6.32296C13.4219 6.29416 15.6773 7.76187 17.4109 9.96887C19.157 12.1564 20.3836 15.014 20.3742 17.4335C20.3648 19.1074 19.8359 20.5315 18.5477 21.6101Z' fill='white'/%3E%3C/svg%3E%0A");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.59298 16.8305C8.5836 17.7168 9.03438 18.4725 9.64532 18.9052C10.2555 19.3472 10.993 19.5363 11.7211 19.5386C12.4492 19.5363 13.1859 19.3472 13.7961 18.9052C14.4063 18.4725 14.857 17.7161 14.8477 16.8297C14.8484 16.3596 14.7516 15.9262 14.55 15.5612C14.1922 14.9106 13.5797 14.5838 13.0336 14.4032C12.2039 14.134 11.3563 14.0655 10.8297 13.8616C10.5656 13.7643 10.4086 13.6561 10.3203 13.5456C10.2344 13.4336 10.1602 13.2912 10.1555 12.9355C10.1649 12.5347 10.3008 12.3254 10.5703 12.1145C10.8399 11.9129 11.2758 11.7806 11.7211 11.783C12.1656 11.7806 12.6016 11.9129 12.8711 12.1145C13.1399 12.3254 13.275 12.534 13.2852 12.9355C13.2852 13.3651 13.6352 13.7137 14.0664 13.7137C14.4977 13.7137 14.8477 13.3651 14.8477 12.9355C14.8578 12.0491 14.4063 11.2927 13.7961 10.86C13.1859 10.418 12.4492 10.2289 11.7211 10.2266C10.993 10.2289 10.2555 10.418 9.64532 10.86C9.03438 11.2927 8.5836 12.0491 8.59298 12.9355C8.5922 13.4056 8.68907 13.839 8.89063 14.204C9.24845 14.8546 9.86095 15.1814 10.407 15.3627C11.2367 15.632 12.0844 15.7005 12.6109 15.9044C12.875 16.0017 13.032 16.1098 13.1203 16.2203C13.2063 16.3324 13.2805 16.4748 13.2852 16.8305C13.275 17.232 13.1399 17.4406 12.8711 17.6515C12.6016 17.853 12.1664 17.9853 11.7211 17.983C11.2758 17.9853 10.8406 17.853 10.5703 17.6515C10.3008 17.4406 10.1656 17.2312 10.1563 16.8312C10.1563 16.4017 9.80626 16.053 9.37501 16.053C8.9422 16.0522 8.59298 16.4009 8.59298 16.8305Z' fill='white'/%3E%3Cpath d='M10.9375 10.2142V11.0057C10.9375 11.4353 11.2875 11.7839 11.7188 11.7839C12.15 11.7839 12.5 11.4353 12.5 11.0057V10.2142C12.5 9.78467 12.15 9.43604 11.7188 9.43604C11.2875 9.43604 10.9375 9.78467 10.9375 10.2142Z' fill='white'/%3E%3Cpath d='M10.9375 18.7743V19.5526C10.9375 19.9821 11.2875 20.3308 11.7188 20.3308C12.15 20.3308 12.5 19.9821 12.5 19.5526V18.7611C12.5 18.3315 12.15 17.9829 11.7188 17.9829C11.2875 17.9829 10.9375 18.3315 10.9375 18.7611' fill='white'/%3E%3Cpath d='M14.057 5.29728C15.5273 3.97276 16.3125 1.99611 16.3461 1.95097C16.5008 1.57743 16.3414 1.14708 15.9813 0.961868C15.6211 0.776654 15.1766 0.898833 14.9617 1.24125C14.6523 1.71984 14.2477 1.90506 13.7719 1.91362C13.2797 1.9144 12.7266 1.67082 12.3305 1.17043C11.6844 0.36498 10.707 0.00077821 9.76485 0C8.82188 0.00077821 7.84532 0.36498 7.19922 1.17043C7.02266 1.39222 6.98047 1.68872 7.08907 1.95019C7.10313 1.98132 7.51954 2.993 8.26563 4.04825C8.575 4.48327 8.95704 4.9144 9.39141 5.30039C8.93672 5.49494 8.4875 5.72218 8.05 6.00467C6.2961 7.14319 4.67969 8.92373 3.47266 10.9572C2.2711 12.9922 1.475 15.2817 1.47188 17.4802C1.46329 19.477 2.17266 21.4381 3.86641 22.8226C5.55547 24.2086 8.11328 24.9984 11.718 24.9992C15.3109 24.9984 17.8641 24.2008 19.5484 22.8047C21.2375 21.4093 21.9438 19.4397 21.9359 17.4327C21.9266 14.5105 20.55 11.4233 18.6352 9.00233C17.3117 7.35409 15.7328 6.00156 14.057 5.29728ZM9.11563 2.49027C8.97813 2.25759 8.87032 2.05292 8.77891 1.87237C9.0586 1.68872 9.3875 1.55564 9.76485 1.55642C10.3109 1.55564 10.8234 1.7751 11.1055 2.13697C11.7594 2.95876 12.6977 3.41946 13.6555 3.45603C13.3742 3.81245 13.0641 4.14553 12.7469 4.3751C12.3836 4.63813 12.0422 4.76731 11.718 4.76654C11.3734 4.76731 11.0055 4.61946 10.6172 4.32062C10.0383 3.88016 9.48907 3.12763 9.11563 2.49027ZM18.5477 21.6101C17.2555 22.6879 15.0898 23.4436 11.718 23.4436C8.33125 23.4444 6.15625 22.6934 4.86172 21.6233C3.5711 20.5525 3.04375 19.1432 3.03516 17.4809C3.02579 15.0607 4.2711 12.1899 6.03125 9.98988C6.90782 8.88872 7.90703 7.95331 8.90235 7.30973C9.89844 6.66303 10.8828 6.31984 11.7188 6.32296C13.4219 6.29416 15.6773 7.76187 17.4109 9.96887C19.157 12.1564 20.3836 15.014 20.3742 17.4335C20.3648 19.1074 19.8359 20.5315 18.5477 21.6101Z' fill='white'/%3E%3C/svg%3E%0A");
}

.benefits-list .svg-icon-tools {
	mask-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.3752 12.9268C10.3329 12.8741 10.2793 12.8291 10.2172 12.7945C10.1551 12.7599 10.0858 12.7364 10.0133 12.7252C9.94082 12.714 9.86651 12.7154 9.79464 12.7294C9.72277 12.7433 9.65474 12.7695 9.59444 12.8064L8.88079 13.2435L5.9561 9.5901C6.58858 9.05224 6.96629 8.32578 7.01406 7.55533C7.06182 6.78488 6.77613 6.02695 6.21385 5.43243C5.65158 4.8379 4.85396 4.45038 3.97978 4.34702C3.1056 4.24365 2.21898 4.43202 1.49641 4.87462C0.773839 5.31722 0.268322 5.98159 0.0804917 6.73547C-0.107339 7.48936 0.0362919 8.27747 0.482793 8.94291C0.929294 9.60836 1.64592 10.1023 2.49 10.3265C3.33408 10.5506 4.24372 10.4886 5.03783 10.1526L7.96246 13.8059L7.24879 14.243C7.18848 14.2799 7.13709 14.3269 7.09753 14.3812C7.05798 14.4355 7.03104 14.4961 7.01826 14.5595C7.00549 14.6229 7.00711 14.6879 7.02306 14.7508C7.039 14.8136 7.06895 14.8731 7.11118 14.9259L14.7324 24.446C14.8438 24.5859 14.9858 24.7052 15.1502 24.7968C15.3147 24.8884 15.4982 24.9506 15.6903 24.9798C15.7765 24.9931 15.8638 24.9998 15.9512 24.9998C16.2548 24.9998 16.551 24.9177 16.7992 24.7648L17.6318 24.2548C17.9542 24.0574 18.1738 23.756 18.2422 23.4169C18.3105 23.0779 18.2221 22.729 17.9963 22.447L10.3752 12.9268ZM1.54193 8.58546C1.29085 8.27156 1.14288 7.90351 1.11407 7.52125C1.08526 7.13899 1.17672 6.75713 1.37851 6.41713C1.58031 6.07712 1.88473 5.79197 2.25873 5.59261C2.63272 5.39325 3.06201 5.28731 3.49999 5.2863C3.64121 5.28636 3.78215 5.2972 3.92121 5.31871C4.23142 5.36579 4.52788 5.46622 4.79341 5.61418C5.05895 5.76215 5.28829 5.95472 5.46817 6.18073C5.83233 6.63616 5.97489 7.19943 5.86438 7.74671C5.75388 8.294 5.39943 8.7805 4.87895 9.09927C4.35847 9.41804 3.71458 9.54298 3.08882 9.44662C2.46305 9.35027 1.90665 9.04053 1.54193 8.58546Z' fill='white'/%3E%3Cpath d='M5.12392 6.39221C5.03866 6.28569 4.9085 6.21315 4.76209 6.19056C4.61569 6.16797 4.46502 6.19718 4.34323 6.27176C4.22144 6.34634 4.13851 6.46019 4.11269 6.58825C4.08686 6.71631 4.12025 6.8481 4.20552 6.95462C4.33536 7.11719 4.38617 7.31816 4.3468 7.51346C4.30743 7.70875 4.1811 7.88241 3.99552 7.99632C3.93522 8.03325 3.88383 8.08021 3.84428 8.13452C3.80473 8.18882 3.77779 8.24941 3.76501 8.31282C3.75223 8.37623 3.75386 8.44122 3.76979 8.50408C3.78573 8.56694 3.81566 8.62645 3.85788 8.67919C3.90011 8.73193 3.9538 8.77688 4.01588 8.81148C4.07797 8.84607 4.14723 8.86963 4.21973 8.88081C4.29222 8.89199 4.36653 8.89057 4.43839 8.87663C4.51026 8.86269 4.57829 8.83651 4.63859 8.79958C5.06743 8.5363 5.35937 8.13498 5.45035 7.68367C5.54134 7.23236 5.42394 6.76791 5.12392 6.39221Z' fill='white'/%3E%3Cpath d='M24.7323 18.3219L17.111 8.80175C17.0257 8.69524 16.8956 8.62272 16.7492 8.60014C16.6028 8.57756 16.4521 8.60678 16.3303 8.68136L15.6168 9.11842L11.3483 3.78642C11.263 3.6799 11.1329 3.60737 10.9865 3.58479C10.8401 3.5622 10.6894 3.59141 10.5676 3.66599L9.83972 4.11182C9.70348 4.19546 9.54972 4.25479 9.38725 4.28642C9.22477 4.31805 9.05677 4.32136 8.89283 4.29615C8.72889 4.27095 8.57224 4.21774 8.43183 4.13955C8.29142 4.06136 8.17001 3.95973 8.07454 3.84047C7.97907 3.72121 7.9114 3.58666 7.87542 3.44451C7.83944 3.30236 7.83584 3.1554 7.86483 3.01204C7.89382 2.86867 7.95484 2.73171 8.04438 2.60899C8.13393 2.48626 8.25025 2.38018 8.3867 2.2968L10.6805 0.891934C10.8023 0.817345 10.8852 0.703498 10.911 0.575436C10.9369 0.447374 10.9034 0.315589 10.8182 0.20907C10.7329 0.102552 10.6027 0.0300268 10.4563 0.00744902C10.3099 -0.0151288 10.1592 0.0140904 10.0375 0.0886788L7.74367 1.49354C7.22495 1.81125 6.87175 2.29619 6.7618 2.84168C6.65185 3.38716 6.79414 3.94851 7.15737 4.40223C7.52061 4.85596 8.07502 5.16488 8.69867 5.26106C9.32231 5.35723 9.96408 5.23277 10.4828 4.91506L10.7515 4.75047L14.6984 9.68086L13.9848 10.1179C13.9245 10.1549 13.8731 10.2018 13.8336 10.2561C13.794 10.3104 13.7671 10.371 13.7543 10.4344C13.7415 10.4978 13.7431 10.5628 13.7591 10.6257C13.775 10.6885 13.805 10.748 13.8472 10.8008L21.4684 20.321C21.6944 20.6027 22.0389 20.7945 22.4265 20.8543C22.814 20.9141 23.2128 20.8369 23.5353 20.6397L24.3678 20.1298C24.6899 19.9321 24.9091 19.6307 24.9774 19.2918C25.0457 18.9528 24.9576 18.6041 24.7323 18.3219Z' fill='white'/%3E%3C/svg%3E%0A");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.3752 12.9268C10.3329 12.8741 10.2793 12.8291 10.2172 12.7945C10.1551 12.7599 10.0858 12.7364 10.0133 12.7252C9.94082 12.714 9.86651 12.7154 9.79464 12.7294C9.72277 12.7433 9.65474 12.7695 9.59444 12.8064L8.88079 13.2435L5.9561 9.5901C6.58858 9.05224 6.96629 8.32578 7.01406 7.55533C7.06182 6.78488 6.77613 6.02695 6.21385 5.43243C5.65158 4.8379 4.85396 4.45038 3.97978 4.34702C3.1056 4.24365 2.21898 4.43202 1.49641 4.87462C0.773839 5.31722 0.268322 5.98159 0.0804917 6.73547C-0.107339 7.48936 0.0362919 8.27747 0.482793 8.94291C0.929294 9.60836 1.64592 10.1023 2.49 10.3265C3.33408 10.5506 4.24372 10.4886 5.03783 10.1526L7.96246 13.8059L7.24879 14.243C7.18848 14.2799 7.13709 14.3269 7.09753 14.3812C7.05798 14.4355 7.03104 14.4961 7.01826 14.5595C7.00549 14.6229 7.00711 14.6879 7.02306 14.7508C7.039 14.8136 7.06895 14.8731 7.11118 14.9259L14.7324 24.446C14.8438 24.5859 14.9858 24.7052 15.1502 24.7968C15.3147 24.8884 15.4982 24.9506 15.6903 24.9798C15.7765 24.9931 15.8638 24.9998 15.9512 24.9998C16.2548 24.9998 16.551 24.9177 16.7992 24.7648L17.6318 24.2548C17.9542 24.0574 18.1738 23.756 18.2422 23.4169C18.3105 23.0779 18.2221 22.729 17.9963 22.447L10.3752 12.9268ZM1.54193 8.58546C1.29085 8.27156 1.14288 7.90351 1.11407 7.52125C1.08526 7.13899 1.17672 6.75713 1.37851 6.41713C1.58031 6.07712 1.88473 5.79197 2.25873 5.59261C2.63272 5.39325 3.06201 5.28731 3.49999 5.2863C3.64121 5.28636 3.78215 5.2972 3.92121 5.31871C4.23142 5.36579 4.52788 5.46622 4.79341 5.61418C5.05895 5.76215 5.28829 5.95472 5.46817 6.18073C5.83233 6.63616 5.97489 7.19943 5.86438 7.74671C5.75388 8.294 5.39943 8.7805 4.87895 9.09927C4.35847 9.41804 3.71458 9.54298 3.08882 9.44662C2.46305 9.35027 1.90665 9.04053 1.54193 8.58546Z' fill='white'/%3E%3Cpath d='M5.12392 6.39221C5.03866 6.28569 4.9085 6.21315 4.76209 6.19056C4.61569 6.16797 4.46502 6.19718 4.34323 6.27176C4.22144 6.34634 4.13851 6.46019 4.11269 6.58825C4.08686 6.71631 4.12025 6.8481 4.20552 6.95462C4.33536 7.11719 4.38617 7.31816 4.3468 7.51346C4.30743 7.70875 4.1811 7.88241 3.99552 7.99632C3.93522 8.03325 3.88383 8.08021 3.84428 8.13452C3.80473 8.18882 3.77779 8.24941 3.76501 8.31282C3.75223 8.37623 3.75386 8.44122 3.76979 8.50408C3.78573 8.56694 3.81566 8.62645 3.85788 8.67919C3.90011 8.73193 3.9538 8.77688 4.01588 8.81148C4.07797 8.84607 4.14723 8.86963 4.21973 8.88081C4.29222 8.89199 4.36653 8.89057 4.43839 8.87663C4.51026 8.86269 4.57829 8.83651 4.63859 8.79958C5.06743 8.5363 5.35937 8.13498 5.45035 7.68367C5.54134 7.23236 5.42394 6.76791 5.12392 6.39221Z' fill='white'/%3E%3Cpath d='M24.7323 18.3219L17.111 8.80175C17.0257 8.69524 16.8956 8.62272 16.7492 8.60014C16.6028 8.57756 16.4521 8.60678 16.3303 8.68136L15.6168 9.11842L11.3483 3.78642C11.263 3.6799 11.1329 3.60737 10.9865 3.58479C10.8401 3.5622 10.6894 3.59141 10.5676 3.66599L9.83972 4.11182C9.70348 4.19546 9.54972 4.25479 9.38725 4.28642C9.22477 4.31805 9.05677 4.32136 8.89283 4.29615C8.72889 4.27095 8.57224 4.21774 8.43183 4.13955C8.29142 4.06136 8.17001 3.95973 8.07454 3.84047C7.97907 3.72121 7.9114 3.58666 7.87542 3.44451C7.83944 3.30236 7.83584 3.1554 7.86483 3.01204C7.89382 2.86867 7.95484 2.73171 8.04438 2.60899C8.13393 2.48626 8.25025 2.38018 8.3867 2.2968L10.6805 0.891934C10.8023 0.817345 10.8852 0.703498 10.911 0.575436C10.9369 0.447374 10.9034 0.315589 10.8182 0.20907C10.7329 0.102552 10.6027 0.0300268 10.4563 0.00744902C10.3099 -0.0151288 10.1592 0.0140904 10.0375 0.0886788L7.74367 1.49354C7.22495 1.81125 6.87175 2.29619 6.7618 2.84168C6.65185 3.38716 6.79414 3.94851 7.15737 4.40223C7.52061 4.85596 8.07502 5.16488 8.69867 5.26106C9.32231 5.35723 9.96408 5.23277 10.4828 4.91506L10.7515 4.75047L14.6984 9.68086L13.9848 10.1179C13.9245 10.1549 13.8731 10.2018 13.8336 10.2561C13.794 10.3104 13.7671 10.371 13.7543 10.4344C13.7415 10.4978 13.7431 10.5628 13.7591 10.6257C13.775 10.6885 13.805 10.748 13.8472 10.8008L21.4684 20.321C21.6944 20.6027 22.0389 20.7945 22.4265 20.8543C22.814 20.9141 23.2128 20.8369 23.5353 20.6397L24.3678 20.1298C24.6899 19.9321 24.9091 19.6307 24.9774 19.2918C25.0457 18.9528 24.9576 18.6041 24.7323 18.3219Z' fill='white'/%3E%3C/svg%3E%0A");
}

@media screen and (max-width: 768px) {
  .slider-box--main .slider-box-item__detail-title {
    font-size: 28px;
	}
}
/* End */


/* Start:/bitrix/templates/clinic_ge/components/api/main.feedback/callback/style.css?1750099010779*/

header .callback {
	border: 2px solid #633282;
	padding: 2px;
	border-radius: 5px;
	width: 128px;
	margin: 29px 0 0 0;
	line-height: 17px;
	height: 64px;
	position: fixed;
    right: 0;
    top: 200px;
	z-index: 11;
}
header .callback a.callback_link{
	background: #633282;
	border-radius: 3px;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 7px 5px;	
	font-family: 'Candara';
}
header .callback a.callback_link:before{
	content:'';
	background: url(/bitrix/templates/stomNew/images/snippet.png) no-repeat -1px -23px;
	float: left;
	width: 45px;
	height: 45px;
	vertical-align: middle;
	box-shadow: inset 0 0 16px 6px rgba(0, 0, 0, 0.22);
	border-radius: 3px;
	margin-right: 10px;
}
header .callback a.banner img{
    margin-left: -6px;
    margin-top: 1px;	
}
/* End */


/* Start:/bitrix/templates/clinic_ge/components/api/main.feedback/ask-a-question/style.css?1750099010779*/

header .callback {
	border: 2px solid #633282;
	padding: 2px;
	border-radius: 5px;
	width: 128px;
	margin: 29px 0 0 0;
	line-height: 17px;
	height: 64px;
	position: fixed;
    right: 0;
    top: 200px;
	z-index: 11;
}
header .callback a.callback_link{
	background: #633282;
	border-radius: 3px;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 7px 5px;	
	font-family: 'Candara';
}
header .callback a.callback_link:before{
	content:'';
	background: url(/bitrix/templates/stomNew/images/snippet.png) no-repeat -1px -23px;
	float: left;
	width: 45px;
	height: 45px;
	vertical-align: middle;
	box-shadow: inset 0 0 16px 6px rgba(0, 0, 0, 0.22);
	border-radius: 3px;
	margin-right: 10px;
}
header .callback a.banner img{
    margin-left: -6px;
    margin-top: 1px;	
}
/* End */


/* Start:/bitrix/templates/clinic_ge/components/api/main.feedback/appointment/style.css?1750099010779*/

header .callback {
	border: 2px solid #633282;
	padding: 2px;
	border-radius: 5px;
	width: 128px;
	margin: 29px 0 0 0;
	line-height: 17px;
	height: 64px;
	position: fixed;
    right: 0;
    top: 200px;
	z-index: 11;
}
header .callback a.callback_link{
	background: #633282;
	border-radius: 3px;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 7px 5px;	
	font-family: 'Candara';
}
header .callback a.callback_link:before{
	content:'';
	background: url(/bitrix/templates/stomNew/images/snippet.png) no-repeat -1px -23px;
	float: left;
	width: 45px;
	height: 45px;
	vertical-align: middle;
	box-shadow: inset 0 0 16px 6px rgba(0, 0, 0, 0.22);
	border-radius: 3px;
	margin-right: 10px;
}
header .callback a.banner img{
    margin-left: -6px;
    margin-top: 1px;	
}
/* End */


/* Start:/bitrix/templates/clinic_ge/styles.css?16783542413*/
﻿
/* End */
/* /bitrix/templates/clinic_ge/css/normalize.css?16783542416137 */
/* /bitrix/templates/clinic_ge/js/mmenu-js/mmenu.css?167835424348346 */
/* /bitrix/templates/clinic_ge/js/slick/slick.css?16783542431776 */
/* /bitrix/templates/clinic_ge/js/fancybox/jquery.fancybox.min.css?167835424312795 */
/* /bitrix/templates/clinic_ge/css/main.css?1758537452188752 */
/* /bitrix/templates/clinic_ge/components/bitrix/menu/top/style.css?16783542443032 */
/* /bitrix/templates/clinic_ge/components/bitrix/news.list/main-slider/style.css?167835424529317 */
/* /bitrix/templates/clinic_ge/components/api/main.feedback/callback/style.css?1750099010779 */
/* /bitrix/templates/clinic_ge/components/api/main.feedback/ask-a-question/style.css?1750099010779 */
/* /bitrix/templates/clinic_ge/components/api/main.feedback/appointment/style.css?1750099010779 */
/* /bitrix/templates/clinic_ge/styles.css?16783542413 */
