/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.oldie-msg {
  padding: 40px 0;
  display: none;
}
body.oldie .wrapper,
body.oldie .footer {
  display: none;
}
body.oldie .oldie-msg {
  display: block;
}
/*-------------------- PF Agora Sans Pro -------------------------*/
@font-face {
  font-family: 'pfagorasanspro';
  src: url('/local/templates/main/fonts/pfagorasanspro/PFAgoraSansPro-MediumItalic.eot');
  src: url('/local/templates/main/fonts/pfagorasanspro/PFAgoraSansPro-MediumItalic.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/fonts/pfagorasanspro/PFAgoraSansPro-MediumItalic.woff') format('woff'), url('/local/templates/main/fonts/pfagorasanspro/PFAgoraSansPro-MediumItalic.ttf') format('truetype'), url('/local/templates/main/fonts/pfagorasanspro/PFAgoraSansPro-MediumItalic.svg#PFAgoraSansPro-MediumItalic') format('svg');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'pfagorasanspro';
  src: url('/local/templates/main/fonts/pfagorasanspro/PFAgoraSansPro-Light.eot');
  src: url('/local/templates/main/fonts/pfagorasanspro/PFAgoraSansPro-Light.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/fonts/pfagorasanspro/PFAgoraSansPro-Light.woff') format('woff'), url('/local/templates/main/fonts/pfagorasanspro/PFAgoraSansPro-Light.ttf') format('truetype'), url('/local/templates/main/fonts/pfagorasanspro/PFAgoraSansPro-Light.svg#PFAgoraSansPro-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'pfagorasanspro';
  src: url("/local/templates/main/fonts/pfagorasanspro/AgoraSansProThin.eot");
  src: url("/local/templates/main/fonts/pfagorasanspro/AgoraSansProThin.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/pfagorasanspro/AgoraSansProThin.woff") format("woff"), url("/local/templates/main/fonts/pfagorasanspro/AgoraSansProThin.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: 'pfagorasanspro';
  src: url("/local/templates/main/fonts/pfagorasanspro/AgoraSansProMedium.eot");
  src: url("/local/templates/main/fonts/pfagorasanspro/AgoraSansProMedium.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/pfagorasanspro/AgoraSansProMedium.woff") format("woff"), url("/local/templates/main/fonts/pfagorasanspro/AgoraSansProMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: 'pfagorasanspro';
  src: url("/local/templates/main/fonts/pfagorasanspro/AgoraSansProRegular.eot");
  src: url("/local/templates/main/fonts/pfagorasanspro/AgoraSansProRegular.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/pfagorasanspro/AgoraSansProRegular.woff") format("woff"), url("/local/templates/main/fonts/pfagorasanspro/AgoraSansProRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'pfagorasanspro';
  src: url("/local/templates/main/fonts/pfagorasanspro/AgoraSansProBold.eot");
  src: url("/local/templates/main/fonts/pfagorasanspro/AgoraSansProBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/pfagorasanspro/AgoraSansProBold.woff") format("woff"), url("/local/templates/main/fonts/pfagorasanspro/AgoraSansProBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'pfagorasanspro';
  src: url("/local/templates/main/fonts/pfagorasanspro/AgoraSansProItalic.eot");
  src: url("/local/templates/main/fonts/pfagorasanspro/AgoraSansProItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/pfagorasanspro/AgoraSansProItalic.woff") format("woff"), url("/local/templates/main/fonts/pfagorasanspro/AgoraSansProItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: normal;
}
/*
    Contain special dental styles! Sync careful!
*/
@font-face {
  font-family: 'fc-new';
  src: url('/local/templates/main/fonts/fc-new/fc-new.eot?30886994');
  src: url('/local/templates/main/fonts/fc-new/fc-new.eot?30886994#iefix') format('embedded-opentype'), url('/local/templates/main/fonts/fc-new/fc-new.woff2?30886994') format('woff2'), url('/local/templates/main/fonts/fc-new/fc-new.woff?30886994') format('woff'), url('/local/templates/main/fonts/fc-new/fc-new.ttf?30886994') format('truetype'), url('/local/templates/main/fonts/fc-new/fc-new.svg?30886994#fc-new') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fc-new';
    src: url('../font/fc-new.svg#fc-new') format('svg');
  }
}
*/
.icon:before {
  font-family: "fc-new";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  /*width: 1em;*/
  /*margin-right: .2em;*/
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /*margin-left: .2em;*/
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-end:before {
  content: '\e800';
}
.icon-arrow-up:before {
  content: '\e801';
}
.icon-loupe:before {
  content: '\e802';
}
.icon-belgravia-logo:before {
  content: '\e803';
}
.icon-dental-fantasy-logo-ru:before {
  content: '\e804';
}
.icon-minus:before {
  content: '\e805';
}
.icon-plus:before {
  content: '\e806';
}
.icon-baloon:before {
  content: '\e807';
}
.icon-slider-arrow-right:before {
  content: '\e808';
}
.icon-slider-arrow-left:before {
  content: '\e809';
}
.icon-arrow-down:before {
  content: '\e80a';
}
.icon-arrow-right:before {
  content: '\e80b';
}
.icon-video:before {
  content: '\e80c';
}
.icon-youtube:before {
  content: '\e80d';
}
.icon-youtube-fill:before {
  content: '\e80e';
}
.icon-fb:before {
  content: '\e80f';
}
.icon-fb-fill:before {
  content: '\e810';
}
.icon-next-arrow:before {
  content: '\e811';
}
.icon-label:before {
  content: '\e812';
}
.icon-discount:before {
  content: '\e813';
}
.icon-book:before {
  content: '\e814';
}
.icon-messages:before {
  content: '\e815';
}
.icon-doctor:before {
  content: '\e816';
}
.icon-snake-bowl:before {
  content: '\e817';
}
.icon-fantasy-logo-ru:before {
  content: '\e818';
}
.icon-phone:before {
  content: '\e819';
}
.icon-cross:before {
  content: '\e81a';
}
.icon-briefcase:before {
  content: '\e81b';
}
.icon-info:before {
  content: '\e81c';
}
.icon-arrow-right-long:before {
  content: '\e81d';
}
.icon-arrow-left-long:before {
  content: '\e81e';
}
.icon-licence:before {
  content: '\e81f';
}
.icon-pdf:before {
  content: '\e820';
}
.icon-clocks:before {
  content: '\e821';
}
.icon-calendar:before {
  content: '\e822';
}
.icon-horse:before {
  content: '\e823';
}
.icon-purse:before {
  content: '\e824';
}
.icon-payment:before {
  content: '\e825';
}
.icon-clinic:before {
  content: '\e826';
}
.icon-house:before {
  content: '\e827';
}
.icon-fullscreen-on:before {
  content: '\e828';
}
.icon-pram:before {
  content: '\e829';
}
.icon-basket:before {
  content: '\e82b';
}
.icon-tick:before {
  content: '\e82c';
}
.icon-clocks-round:before {
  content: '\e82d';
}
.icon-message:before {
  content: '\e82e';
}
.icon-phone-round:before {
  content: '\e82f';
}
.icon-spin3:before {
  content: '\e832';
}
.icon-dentalfantsy-min-en:before {
  content: '\e833';
}
.icon-fc_en:before {
  content: '\e834';
}
.icon-house-1:before {
  content: '\e835';
}
.icon-baloon-empty:before {
  content: '\e837';
}
.icon-faq:before {
  content: '\e858';
}
.icon-zip:before {
  content: '\e8d8';
}
.icon-png:before {
  content: '\e8d9';
}
.icon-file:before {
  content: '\e8da';
}
.icon-jpg:before {
  content: '\e8db';
}
.icon-rouble:before {
  content: '\f158';
}
.icon-3d-tour:before {
  content: '\e958';
}
.icon-icon-vk:before {
  content: '\e865';
}
.icon-vk-fill:before {
  content: '\e866';
}
.icon-instagram:before {
  content: '\e876';
}
.icon-instagram-fill:before {
  content: '\e877';
}
.icon-account-m:before {
  content: '\e87c';
}
.icon-account:before {
  content: '\e87b';
}
.icon-document:before {
  content: '\e87a';
}
.icon-pay-online:before {
  content: '\e840';
}
.icon-doc:before {
  content: '\e841';
}
.icon-phone_circle:before {
  content: '\e8c4';
}
.svg-icon-instagram-fill {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 250 250'%3E%3Cpath fill='white' d='M153.85,125A28.85,28.85,0,1,1,125,96.15,28.85,28.85,0,0,1,153.85,125h0Zm41.6-35c0.42,9.13.5,11.86,0.5,35s-0.09,25.84-.5,35c-0.38,8.44-1.79,13-3,16.07A28.66,28.66,0,0,1,176,192.46c-3,1.18-7.63,2.59-16.07,3-9.12.42-11.86,0.5-35,.5s-25.84-.09-35-0.5c-8.44-.38-13-1.79-16.07-3A28.66,28.66,0,0,1,57.54,176c-1.19-3-2.6-7.63-3-16.07-0.42-9.13-.5-11.86-0.5-35s0.09-25.84.5-35c0.38-8.44,1.79-13,3-16.07A28.66,28.66,0,0,1,74,57.54c3-1.19,7.63-2.6,16.07-3,9.13-.42,11.86-0.5,35-0.5s25.84,0.09,35,.5c8.44,0.38,13,1.79,16.07,3A28.66,28.66,0,0,1,192.46,74c1.19,3,2.6,7.59,3,16h0Zm-26,35A44.44,44.44,0,1,0,125,169.44,44.44,44.44,0,0,0,169.45,125h0Zm12.14-46.19a10.38,10.38,0,1,0-10.38,10.38,10.38,10.38,0,0,0,10.38-10.38h0ZM250,125A125,125,0,1,1,125,0,125,125,0,0,1,250,125Zm-38.46,0c0-23.5-.1-26.45-0.52-35.68s-1.88-15.5-4-21A44.25,44.25,0,0,0,181.69,43c-5.5-2.14-11.8-3.6-21-4s-12.18-.52-35.68-0.52-26.45.1-35.68,0.52-15.5,1.88-21,4A44.25,44.25,0,0,0,43,68.31c-2.14,5.5-3.6,11.8-4,21s-0.52,12.18-.52,35.68,0.1,26.45.52,35.68,1.88,15.5,4,21A44.25,44.25,0,0,0,68.31,207c5.5,2.14,11.8,3.6,21,4s12.18,0.52,35.68.52,26.45-.1,35.68-0.52,15.5-1.88,21-4A44.25,44.25,0,0,0,207,181.69c2.14-5.5,3.6-11.8,4-21s0.54-12.19.54-35.69h0Z'/%3E%3C/svg%3E");
}
.rub {
  font-size: 0.8em;
}
.rub:before {
  font-family: "fc-new";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  /*width: 1em;*/
  /*margin-right: .2em;*/
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /*margin-left: .2em;*/
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.rub:before {
  content: '\f158';
}
.icon-about:before {
  content: '\e81b';
}
.icon-fantasy-logo-en:before {
  content: '\e834';
}
.footer-projects .icon-fantasy-logo-en:before {
  font-size: 50px;
}
.icon-dental-fantasy-logo-en:before {
  content: '\e833';
}
.icon.i:before {
  font-family: "i-fantasy" !important;
}
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
@font-face {
  font-family: 'i-fantasy';
  src: url('fonts/i-fantasy/fonts//i-fantasy.eot?mzuacm');
  src: url('fonts/i-fantasy/fonts//i-fantasy.eot?mzuacm#iefix') format('embedded-opentype'), url('fonts/i-fantasy/fonts//i-fantasy.ttf?mzuacm') format('truetype'), url('fonts/i-fantasy/fonts//i-fantasy.woff?mzuacm') format('woff'), url('fonts/i-fantasy/fonts//i-fantasy.svg?mzuacm#i-fantasy') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="i-"],
[class*=" i-"],
.btn-googlemaps:after,
.btn-googlemaps:after,
.btn-yandexmaps:after,
.btn-yandexmaps:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'i-fantasy' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.i-subway:before {
  content: "\e905";
}
.i-auto:before {
  content: "\e906";
}
.i-search:before {
  content: "\e912";
}
.i-document:before {
  content: "\e908";
}
.i-feedback-heart:before {
  content: "\e90a";
}
.i-account:before {
  content: "\e90b";
}
.i-pay-online-thin:before {
  content: "\e90e";
}
.i-profile:before {
  content: "\e909";
}
.i-licence-rounded:before {
  content: "\e911";
}
.i-tour3d:before {
  content: "\e90f";
}
.i-train:before {
  content: "\e90c";
}
.i-car:before {
  content: "\e913";
}
.i-close:before {
  content: "\e914";
}
.i-arrow-next:before {
  content: "\e902";
}
.i-arrow-prev:before {
  content: "\e910";
}
.i-metro-full:before {
  content: "\e907";
}
.i-metro-empty:before {
  content: "\e90d";
}
.i-point-dot-children:before {
  content: "\e915";
}
.i-phone:before {
  content: "\e903";
}
.i-metro:before {
  content: "\e901";
}
.i-point:before {
  content: "\e904";
}
.i-arrowup:before {
  content: "\e916";
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "pfagorasanspro", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #48C5E1;
  text-decoration: underline;
}
a:hover {
  color: #23b3d3;
  outline: 0;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 20px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
  background-color: #fff;
}
hr {
  margin: 0;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.base-color {
  color: #48C5E1;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.specialist-info h2,
.specialist-info .h2,
.main-mail-unsubscribe-box .main-mail-unsubscribe-title,
.card-content > .card-title,
.card-content > div > .card-title,
.signature .signature-title,
.modal-service .service-title {
  font-family: "pfagorasanspro", Times, serif;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #f7f7f7;
}
ah1,
ah2,
ah3,
ah4,
ah5,
ah6,
a.h1,
a.h2,
a.h3,
a.h4,
a.h5,
a.h6 {
  text-decoration: none;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
.main-mail-unsubscribe-box .main-mail-unsubscribe-title,
.modal-service .service-title {
  margin-top: 0;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
  color: #4e4e4e;
}
h1.black,
.h1.black,
h2.black,
.h2.black,
h3.black,
.h3.black {
  color: #000;
}
h1.black:hover,
.h1.black:hover,
h2.black:hover,
.h2.black:hover,
h3.black:hover,
.h3.black:hover {
  color: #000;
}
h4,
.h4,
h5,
.h5,
h6,
.h6,
.specialist-info h2,
.specialist-info .h2,
.card-content > .card-title,
.card-content > div > .card-title,
.signature .signature-title {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
  color: #4e4e4e;
}
h4.black,
.h4.black,
h5.black,
.h5.black,
h6.black,
.h6.black {
  color: #000;
}
h4.black:hover,
.h4.black:hover,
h5.black:hover,
.h5.black:hover,
h6.black:hover,
.h6.black:hover {
  color: #000;
}
h3.text-muted,
.h3.text-muted {
  color: #969594;
}
h1,
.h1,
.main-mail-unsubscribe-box .main-mail-unsubscribe-title,
.modal-service .service-title {
  font-size: 40px;
  color: #9d2393;
  margin-bottom: 40px;
}
h1 + .article-card,
.h1 + .article-card {
  margin-top: 40px;
}
@media (max-width: 767px) {
  h1 + .article-card,
  .h1 + .article-card {
    margin-top: 20px;
  }
}
@media (max-width: 1023px) {
  h1,
  .h1,
  .main-mail-unsubscribe-box .main-mail-unsubscribe-title,
  .modal-service .service-title {
    font-size: 31px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1,
  .main-mail-unsubscribe-box .main-mail-unsubscribe-title,
  .modal-service .service-title {
    margin-bottom: 20px;
  }
}
a h1,
a .h1,
ah1,
a.h1 {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  color: #9d2393;
}
a h1:hover,
a .h1:hover,
ah1:hover,
a.h1:hover,
a h1:focus,
a .h1:focus,
ah1:focus,
a.h1:focus {
  color: #9d2393;
}
a h1:after,
a .h1:after,
ah1:after,
a.h1:after {
  content: '\e80b';
  display: inline;
  margin: 0 0 0 1.1em;
  font-size: .475em;
  font-family: "fc-new";
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: middle;
  text-decoration: inherit;
  /*width: 1em;*/
  /*margin-right: .2em;*/
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
}
a h1:hover,
a .h1:hover,
ah1:hover,
a.h1:hover {
  color: #9d2393;
}
.h1-small-pad {
  margin-bottom: 20px;
}
h2,
.h2 {
  font-size: 24px;
  color: #9d2393;
}
h3,
.h3 {
  font-size: 20px;
  color: #48C5E1;
}
h4,
.h4,
.specialist-info h2,
.specialist-info .h2,
.card-content > .card-title,
.card-content > div > .card-title {
  font-size: 19px;
  color: #48C5E1;
}
a h4,
a .h4,
ah4,
a.h4 {
  display: block;
  position: relative;
}
h4:hover,
.h4:hover {
  color: #48C5E1;
}
h5,
.h5,
.signature .signature-title {
  font-size: 17px;
  color: #48C5E1;
}
h6,
.h6 {
  font-size: 15px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 300;
}
header h1,
header .h1 {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  header h1,
  header .h1 {
    margin-bottom: 10px;
  }
}
small,
.small {
  font-size: 92%;
  display: block;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: rgba(0, 0, 0, 0.3);
}
.text-primary {
  color: #48C5E1;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #23b3d3;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #f90a6f;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cb0559;
}
.bg-primary {
  color: #fff;
  background-color: #48C5E1;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #23b3d3;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
ul > li {
  margin-bottom: 10px;
}
.container-wrap li small,
.container-wrap--gray li small {
  color: #969594;
  font-size: 12px;
  font-weight: 300;
  display: block;
}
.container-wrap ul,
.container-wrap--gray ul {
  list-style-type: none;
  padding: 0;
}
.container-wrap ul > li,
.container-wrap--gray ul > li {
  padding-left: 20px;
  position: relative;
}
.container-wrap ul > li:before,
.container-wrap--gray ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  vertical-align: top;
  margin-top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-clip: border-box;
  background-color: #48C5E1;
}
.container-wrap ul ul li,
.container-wrap--gray ul ul li {
  padding-left: 20px;
}
.container-wrap ul ul li:before,
.container-wrap--gray ul ul li:before {
  width: 4px;
  height: 4px;
  background: #000;
  margin-top: 8px;
  margin-left: 8px;
}
.container-wrap ol,
.container-wrap--gray ol {
  padding-left: 0;
  list-style-type: none;
  padding: 0;
  counter-reset: cntnum;
}
.container-wrap ol > li,
.container-wrap--gray ol > li {
  padding-left: 20px;
  position: relative;
}
.container-wrap ol > li:before,
.container-wrap--gray ol > li:before {
  content: counter(cntnum) '.';
  position: absolute;
  left: 0;
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  counter-increment: cntnum;
}
.list-unstyled,
.container-wrap .list-unstyled,
.container-wrap--gray .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-unstyled li,
.container-wrap .list-unstyled li,
.container-wrap--gray .list-unstyled li {
  padding-left: 0;
}
.list-unstyled li:before,
.container-wrap .list-unstyled li:before,
.container-wrap--gray .list-unstyled li:before {
  content: none;
  display: none;
}
.list-inline {
  margin-left: -5px;
}
.list-inline,
.container-wrap .list-inline,
.container-wrap--gray .list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline li,
.container-wrap .list-inline li,
.container-wrap--gray .list-inline li {
  padding-left: 0;
}
.list-inline li:before,
.container-wrap .list-inline li:before,
.container-wrap--gray .list-inline li:before {
  content: none;
  display: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1024px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #f7f7f7;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #48C5E1;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
a[href^="tel:"] {
  white-space: nowrap;
}
.blue,
.blue:hover {
  color: #48C5E1;
}
.violet,
.violet:hover {
  color: #9d2393;
}
.yellow,
.yellow:hover {
  color: #ffbd2f;
}
.magenta,
.magenta:hover {
  color: #f90a6f;
}
@media (min-width: 768px) {
  .columns2-sm {
    -webkit-columns: 2 100px;
    columns: 2 100px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-rule: medium none;
    column-rule: medium none;
  }
  .columns3-sm {
    -webkit-columns: 3 100px;
    columns: 3 100px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-rule: medium none;
    column-rule: medium none;
  }
}
@media (min-width: 1024px) {
  .columns2-md {
    -webkit-columns: 2 100px;
    columns: 2 100px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-rule: medium none;
    column-rule: medium none;
  }
  .columns3-md {
    -webkit-columns: 3 100px;
    columns: 3 100px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-rule: medium none;
    column-rule: medium none;
  }
}
@media (min-width: 1280px) {
  .columns2-lg {
    -webkit-columns: 2 100px;
    columns: 2 100px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-rule: medium none;
    column-rule: medium none;
  }
  .columns3-lg {
    -webkit-columns: 3 100px;
    columns: 3 100px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-rule: medium none;
    column-rule: medium none;
  }
}
ul[class*="columns"],
ol[class*="columns"],
ul[class^="columns"],
ol[class^="columns"] {
  padding-bottom: 10px;
  margin-bottom: 0;
}
ul > *,
ol > *,
ul > li,
ol > li {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
.content-max-width {
  max-width: 820px;
}
.mw-328 {
  max-width: 328px;
}
.default-margin-remove {
  margin-bottom: -20px;
}
.font-weight-thin {
  font-weight: 200;
}
.position-relative {
  position: relative;
}
.embed-responsive-1by1 {
  padding-bottom: 100% !important;
}
blockquote,
.blockquote {
  padding: 0 0 0 20px;
  margin: 20px 0 20px;
  border-left: 4px solid #48C5E1;
}
blockquote:first-child,
.blockquote:first-child {
  margin-top: 0;
}
blockquote:last-child,
.blockquote:last-child {
  margin-bottom: 0;
}
blockquote p:last-child,
.blockquote p:last-child,
blockquote ul:last-child,
.blockquote ul:last-child,
blockquote ol:last-child,
.blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote .media,
.blockquote .media {
  font-style: normal;
  margin-bottom: 20px;
}
blockquote .media .media-left,
.blockquote .media .media-left {
  padding-right: 20px;
}
blockquote .media .media-left img,
.blockquote .media .media-left img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px dashed #48C5E1;
}
blockquote .media .media-body,
.blockquote .media .media-body {
  vertical-align: middle;
}
blockquote .media .media-title,
.blockquote .media .media-title {
  text-decoration: none !important;
  border-bottom: none !important;
  color: #48C5E1;
  font-size: 18px;
  margin-top: -2px;
  display: inline-block;
  width: 100%;
  line-height: 1.2;
}
blockquote .media .media-title small,
.blockquote .media .media-title small,
blockquote .media .media-title .small,
.blockquote .media .media-title .small {
  font-size: 83.33333333%;
  color: rgba(0, 0, 0, 0.3);
  margin-top: 4px;
}
.blockquote-text {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='52' viewBox='0 0 60 52'%3E%3Cg style='opacity:0.6000000000000001'%3E%3Cpath d='M2870.62,7093.14a11.62,11.62,0,0,1,3.74-8.41,13.26,13.26,0,0,1,18.91.47q3.74,4.2,3.74,11a30.19,30.19,0,0,1-1.87,10.16,49.21,49.21,0,0,1-5,10.16,48.22,48.22,0,0,1-7.47,9,39.35,39.35,0,0,1-9.46,6.65l-4.67-6.3a33.91,33.91,0,0,0,7.35-9.22A28.52,28.52,0,0,0,2879,7105a11.41,11.41,0,0,1-6.19-4.2A12.73,12.73,0,0,1,2870.62,7093.14Zm-31.28,0a11.79,11.79,0,0,1,3.62-8.41,12,12,0,0,1,9-3.74,12.76,12.76,0,0,1,10,4.2q3.74,4.2,3.74,11a30.19,30.19,0,0,1-1.87,10.16,46,46,0,0,1-5.14,10.16,52.07,52.07,0,0,1-7.59,9,41.43,41.43,0,0,1-9.22,6.65q-1.17-1.64-2.33-3.15t-2.57-3.15a36,36,0,0,0,7.47-9.22,27.42,27.42,0,0,0,3.27-11.56Q2839.33,7102.47,2839.33,7093.14Z' transform='translate(-2837 -7081)' style='fill:%23d4f1f8'/%3E%3C/g%3E%3C/svg%3E");
  background-position: 0 0;
  background-size: 60px 52px;
  background-repeat: no-repeat;
  font-size: 15px;
  font-style: italic;
  padding-left: 34px;
  min-height: 52px;
}
[data-detail] > br:last-child {
  display: none;
}
.badge.badge-success {
  background-color: #44d014;
}
.dashed-link {
  color: #48C5E1;
  border-bottom: 1px dashed;
  transition: color 0.3s ease;
}
.dashed-link:hover {
  color: #23b3d3;
}
.i-standalone {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  color: #48C5E1;
  font-size: 40px;
  text-decoration: none;
}
a.i-standalone,
button.i-standalone {
  cursor: pointer;
}
a.i-standalone:hover,
button.i-standalone:hover {
  color: #23b3d3;
}
.media.media-paragraph {
  margin: 20px 0;
}
.media.media-paragraph .media-body {
  width: auto;
}
.media.media-paragraph .media-right,
.media.media-paragraph .media-left {
  font-size: 0;
}
.minh-1lh {
  min-height: 20.00000001px;
}
.gallery-container {
  margin-left: -5px;
  margin-right: -5px;
}
.gallery-container .gallery-item {
  padding: 0 5px 0 5px;
}
.gallery-item {
  float: left;
}
.gallery-item img {
  height: 148px;
  width: auto;
}
.bg-image {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-origin: content-box;
  width: 100%;
  height: calc(100vh - 40px) !important;
  min-height: 400px !important;
  padding: 5px;
  background-color: #eaf8fc;
}
.first-mt-0 > *:first-child {
  margin-top: 0 !important;
}
.last-mb-0 > *:last-child {
  margin-bottom: 0 !important;
}
.embed-responsive-image {
  padding-bottom: 60% !important;
  background-color: #E6E6E6;
}
.embed-responsive-image .embed-responsive-item {
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: auto !important;
  height: 100% !important;
}
.position-relative {
  position: relative !important;
}
.link {
  color: #48C5E1;
  text-decoration: underline;
}
.link:hover {
  color: #23b3d3;
}
.sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 80px;
}
[data-phone-action] {
  white-space: nowrap;
}
.overflow-hidden {
  overflow: hidden;
}
.bordered {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.rounded {
  border-radius: 10px;
}
.font-size-0 {
  font-size: 0;
  line-height: 0;
}
.w-100 {
  width: 100%;
}
a.h6 {
  transition: color 0.3s ease;
}
.img-cardv {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 148.75%;
}
.img-cardv img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.font-size-40 {
  font-size: 40px;
}
.bg-primary-light {
  background-color: #eaf8fc !important;
}
.bg-white {
  background-color: #fff !important;
}
.line-height-1 {
  line-height: 1;
}
.rounded-0 {
  border-radius: 0 !important;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 10px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 6px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 10px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.main-mail-unsubscribe-box .main-mail-unsubscribe-main {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .container,
  .main-mail-unsubscribe-box .main-mail-unsubscribe-main {
    width: 748px;
  }
}
@media (min-width: 1024px) {
  .container,
  .main-mail-unsubscribe-box .main-mail-unsubscribe-main {
    width: 904px;
  }
}
@media (min-width: 1280px) {
  .container,
  .main-mail-unsubscribe-box .main-mail-unsubscribe-main {
    width: 1180px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1280px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.col-xs-2-4 {
  float: left;
  width: 20%;
}
@media (min-width: 768px) {
  .col-sm-2-4 {
    float: left;
    width: 20%;
  }
}
@media (min-width: 1024px) {
  .col-md-2-4 {
    float: left;
    width: 20%;
  }
}
@media (min-width: 1280px) {
  .col-lg-2-4 {
    float: left;
    width: 20%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgba(0, 0, 0, 0.3);
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.03);
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
table:not([class]) {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
table:not([class]):first-child {
  margin-top: 0;
}
table:not([class]):last-child {
  margin-bottom: 0;
}
table:not([class]) td,
table:not([class]) th {
  padding: 10px 20px;
}
table:not([class]) thead td,
table:not([class]) th {
  font-family: "pfagorasanspro", Times, serif;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 19px;
  color: #48C5E1;
  padding-top: 20px;
  padding-bottom: 20px;
}
table:not([class]) thead td small,
table:not([class]) th small,
table:not([class]) thead td .small,
table:not([class]) th .small {
  font-weight: normal;
  line-height: 1;
  color: #f7f7f7;
}
atable:not([class]) thead td,
atable:not([class]) th {
  text-decoration: none;
}
table:not([class]) thead td small,
table:not([class]) th small,
table:not([class]) thead td .small,
table:not([class]) th .small {
  font-size: 75%;
  color: #4e4e4e;
}
table:not([class]) thead td.black,
table:not([class]) th.black {
  color: #000;
}
table:not([class]) thead td.black:hover,
table:not([class]) th.black:hover {
  color: #000;
}
a table:not([class]) thead td,
a table:not([class]) th,
atable:not([class]) thead td,
atable:not([class]) th {
  display: block;
  position: relative;
}
table:not([class]) thead td:hover,
table:not([class]) th:hover {
  color: #48C5E1;
}
table:not([class]) td,
table:not([class]) th {
  border: 2px solid #e1f6fa;
  vertical-align: top;
}
table:not([class]) td:first-child,
table:not([class]) th:first-child {
  border-left: none;
  padding-left: 0;
}
table:not([class]) td:last-child,
table:not([class]) th:last-child {
  border-right: none;
  padding-right: 0;
}
table:not([class]) tr:first-child td,
table:not([class]) tr:first-child th {
  border-top: none;
  padding-top: 0;
}
table:not([class]) tr:last-child td,
table:not([class]) tr:last-child th {
  border-bottom: none;
  padding-bottom: 0;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
  padding-top: 30px;
  padding-bottom: 10px;
}
fieldset + fieldset {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.modal .modal-body fieldset:first-of-type {
  margin-top: -20px;
}
@media (min-width: 768px) {
  .modal .modal-body fieldset:first-of-type {
    margin-top: -40px;
  }
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  z-index: 10;
}
label:not(.control-label) {
  transition: 0.2s all;
  margin-top: 23px !important;
  line-height: 1;
}
@media (max-width: 1023px) {
  label:not(.control-label) {
    margin-top: 12px !important;
  }
}
label.shifted {
  margin-top: 3px!important;
  font-size: 12px!important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 35px);
}
@media (max-width: 767px) {
  label.shifted {
    margin-top: -2px !important;
    display: none;
  }
}
label:empty {
  margin: 0!important;
}
.checkbox label,
.radio label {
  line-height: 1.2 !important;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  left: -100px;
  top: -100px;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
}
.form-control {
  display: block;
  width: 100%;
  height: 60px;
  padding: 20px 25px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 10px;
  background-clip: border-box;
  box-shadow: none;
  -webkit-appearance: none;
  transition: all ease-in-out .15s;
}
@media (max-width: 1023px) {
  .form-control {
    height: 40px;
    padding: 10px 20px;
  }
}
.form-control:focus {
  outline: 0;
}
.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #E6E6E6;
  border-color: #E6E6E6 !important;
  opacity: 1;
}
textarea.form-control {
  height: auto;
  overflow: hidden;
}
.form-control-bordered {
  border: 2px solid #48C5E1;
}
@media (max-width: 1023px) {
  .form-control-bordered {
    border-width: 1px;
  }
}
.control-label {
  color: #48C5E1;
}
@media (min-width: 1024px) {
  .control-label {
    margin-bottom: 30px;
  }
}
.row-checkbox {
  margin-bottom: 20px;
}
.row-checkbox .form-group {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .row-checkbox .form-group {
    margin-bottom: 10px;
  }
}
.col-checkbox .form-group {
  margin-bottom: 0;
}
.col-checkbox .form-group .checkbox:not(.price-checkbox),
.col-checkbox .form-group .radio {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .col-checkbox .form-group .checkbox:not(.price-checkbox),
  .col-checkbox .form-group .radio {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.form-group.has-error .text-danger {
  margin-top: 0 !important;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 60px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 31px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 61px;
  }
}
.form-group {
  margin-bottom: 20px;
}
.form-group:before,
.form-group:after {
  content: " ";
  display: table;
}
.form-group:after {
  clear: both;
}
.form-group:before,
.form-group:after {
  content: " ";
  display: table;
}
.form-group:after {
  clear: both;
}
.radio,
.checkbox:not(.price-checkbox) {
  position: relative;
  overflow: hidden;
  display: block;
}
.radio label,
.checkbox:not(.price-checkbox) label {
  min-height: 30px;
  padding-left: 42px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  display: table;
}
.radio label > span,
.checkbox:not(.price-checkbox) label > span {
  vertical-align: middle;
  display: table-cell;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: 10px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline .radio,
.checkbox-inline .radio,
.radio-inline .checkbox,
.checkbox-inline .checkbox {
  display: inline-block;
  margin-right: 20px;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.radio label,
.checkbox label {
  padding-left: 44px;
  margin-top: 0!important;
}
.radio i,
.checkbox i {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 10px;
  background-clip: border-box;
  border: 1px solid #efefef;
  background-color: #fff;
  color: #48C5E1;
  text-align: center;
}
.radio i:before,
.checkbox i:before {
  font-family: "fc-new";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  /*width: 1em;*/
  /*margin-right: .2em;*/
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /*margin-left: .2em;*/
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.radio i:before,
.checkbox i:before {
  content: '\e82c';
}
.radio i:before,
.checkbox i:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.radio a,
.checkbox a {
  text-decoration: none;
}
.radio input[type="checkbox"]:checked + i:before,
.checkbox input[type="checkbox"]:checked + i:before {
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.radio input[type="radio"]:checked + i:before,
.checkbox input[type="radio"]:checked + i:before {
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 6px;
}
select.input-sm {
  height: 31px;
  line-height: 31px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 6px;
}
.form-group-sm select.form-control {
  height: 31px;
  line-height: 31px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 31px;
  min-height: 33px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.5;
}
.input-lg {
  height: 61px;
  padding: 16px 28px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 60px;
}
select.input-lg {
  height: 61px;
  line-height: 61px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
@media (max-width: 1023px) {
  .input-lg {
    height: 60px;
    padding: 6px 18px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 34px;
  }
  select.input-lg {
    height: 60px;
    line-height: 60px;
  }
  textarea.input-lg,
  select[multiple].input-lg {
    height: auto;
  }
}
.form-group-lg .form-control {
  height: 61px;
  padding: 16px 28px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 20px;
}
.form-group-lg select.form-control {
  height: 61px;
  line-height: 61px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 61px;
  min-height: 40px;
  padding: 17px 28px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 75px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 61px;
  height: 61px;
  line-height: 61px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error {
  position: relative;
}
.has-error .form-control {
  box-shadow: none;
  border-color: #f90a6f;
  color: #f90a6f;
}
.has-error.input-group .input-group-addon {
  color: #f90a6f;
  border-color: #f90a6f;
}
.has-error .radio i,
.has-error .checkbox i {
  border-color: #f90a6f;
}
label.text-danger {
  width: 100%;
  font-weight: normal;
  text-transform: lowercase;
  font-size: 10px;
  text-align: right;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 20px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 17px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 13px;
  }
}
.input-group .eq {
  padding-left: 10px;
}
.input-group .input-group-addon {
  padding: 2px 10px;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  background-clip: border-box;
}
.input-group .input-group-addon:first-child {
  padding-left: 0;
}
.input-group .input-group-addon:last-child {
  padding-right: 0;
}
.input-group.input-group-captcha .input-group-addon {
  border: 0;
}
.input-group.input-group-captcha .form-control:last-child,
.input-group.input-group-captcha .form-control,
.input-group.input-group-captcha .form-control:not(:first-child):not(:last-child) {
  border-radius: 10px;
  background-clip: border-box;
}
.rounded-form .form-group {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .rounded-form .form-group {
    margin-bottom: 10px;
  }
}
.rounded-form .form-control {
  height: 60px;
  font-size: 20px;
  padding: 20px 25px;
  border-radius: 60px;
  background-clip: border-box;
  background-color: #fff;
  border: 0;
}
.rounded-form .input-group-interval .input-group-date {
  float: left;
  width: 100%;
  padding: 0;
  position: relative;
}
.rounded-form .input-group-interval .input-group-date:before {
  font-family: "fc-new";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  /*width: 1em;*/
  /*margin-right: .2em;*/
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /*margin-left: .2em;*/
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.rounded-form .input-group-interval .input-group-date:before {
  content: '\e822';
}
.rounded-form .input-group-interval .input-group-date:before {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
  font-size: 16px;
}
.rounded-form .input-group-interval .input-group-addon:not(.input-group-date) {
  color: #48C5E1;
  font-size: 20px;
  border: 0;
  padding: 0 10px;
  border-radius: 0;
  background-clip: border-box;
}
.rounded-form .input-group-interval .input-group-addon:first-child {
  padding-left: 0;
}
.rounded-form .input-group-interval .form-control {
  padding-left: 50px;
}
.rounded-form .input-group-interval .form-control,
.rounded-form .input-group-interval .form-control:not(:first-child):not(:last-child),
.rounded-form .input-group-interval .form-control:last-child {
  border-radius: 60px;
  background-clip: border-box;
  position: static;
}
.btn.btn-round {
  height: 60px;
  width: 60px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.btn.btn-round .icon {
  margin: 0 -12px;
  font-size: 22px;
  font-weight: 400;
}
.form-info {
  font-weight: normal;
  margin: 20px 0 20px 25px !important;
  vertical-align: middle;
  max-width: 300px;
}
.form-info.form-info-image {
  max-width: 340px;
  margin: 0 -10px -6px !important;
  padding-left: 18px !important;
}
.form-info.form-info-image img {
  height: 28px;
  width: auto;
  margin: 18px 10px 6px;
  max-width: calc(92%);
}
@media (max-width: 1023px) {
  .form-info.form-info-image img {
    margin: 6px;
    height: 22px;
  }
}
@media (max-width: 1024px), (min-width: 1300px) {
  .form-info.form-info-image {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .form-info {
    margin-left: 0 !important;
    max-width: 100%;
  }
}
.btn-special-position {
  margin-bottom: 0 !important;
  display: table;
  width: 100%;
}
.btn-special-position .btn,
.btn-special-position .form-info {
  display: table-cell;
  vertical-align: top;
}
.btn-special-position .form-info {
  width: 10000px;
  max-width: 100%;
  overflow: hidden;
  zoom: 1;
}
.btn-special-position {
  margin-bottom: 0 !important;
  display: table;
  width: 100%;
}
.btn-special-position .btn,
.btn-special-position .form-info {
  display: table-cell;
  vertical-align: top;
}
.btn-special-position .form-info {
  width: 10000px;
  max-width: 100%;
  overflow: hidden;
  zoom: 1;
}
.form-group-date,
.form-group-time {
  position: relative;
}
.form-group-date:before,
.form-group-time:before {
  font-family: "fc-new";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  /*width: 1em;*/
  /*margin-right: .2em;*/
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /*margin-left: .2em;*/
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.form-group-date:before,
.form-group-time:before {
  content: '\e822';
}
.form-group-date:before,
.form-group-time:before {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
  font-size: 16px;
}
.form-group-date .form-control,
.form-group-time .form-control {
  padding-left: 50px;
}
.form-group-date .form-control[readonly],
.form-group-time .form-control[readonly],
.form-group-date .form-control[disabled],
.form-group-time .form-control[disabled] {
  border-color: #fff;
  background-color: #fff;
}
.form-group-time:before {
  content: '\e821';
}
form .row {
  margin-left: -10px;
  margin-right: -10px;
}
form [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.row .btn-war-width {
  margin-left: 10px;
  margin-right: 10px;
}
.row .form-info {
  margin: 0;
  padding: 0 10px;
}
[data-form-container].panel .form-group:last-of-type {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .control-label {
    display: table;
    min-height: 60px;
    margin-top: -2px;
    margin-bottom: 22px;
  }
  .control-label > span {
    display: table-cell;
    vertical-align: middle;
  }
}
.form-group .btn:not(.hidden) ~ .preloader {
  position: absolute;
  margin-left: 20px;
  margin-top: -10px;
}
@media (min-width: 1024px) {
  .form-group .btn.btn-absolute ~ .btn.hidden ~ .preloader {
    position: relative;
  }
}
.form-control-static {
  margin-bottom: 20px;
}
.form-group > label:not(.error) {
  z-index: 9;
}
.form-group-labeled {
  position: relative;
}
.form-group-labeled label.form-label {
  color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 0 !important;
}
.form-group-labeled label:not(.form-label) {
  display: none;
}
.form-group-labeled .form-control {
  height: auto;
}
.form-group-labeled .form-control::-webkit-input-placeholder {
  color: #000;
}
.form-group-labeled .form-control:-ms-input-placeholder {
  color: #000;
}
.form-group-labeled .form-control::placeholder {
  color: #000;
}
@media (min-width: 768px) {
  .form-group-labeled label.form-label {
    position: absolute;
    left: 25px;
    top: 5px;
  }
  .form-group-labeled .form-control {
    padding: 20px 25px;
    height: 61px;
  }
}
label.checkbox-group-label {
  display: block;
  color: rgba(0, 0, 0, 0.3);
  margin-top: 0 !important;
}
label.checkbox-group-label + .checkbox {
  margin-top: 10px;
}
.btn,
.main-mail-unsubscribe-box .ui-btn {
  display: inline-block;
  margin-bottom: 2px;
  font-weight: normal;
  font-family: "pfagorasanspro", Times, serif;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  white-space: nowrap;
  padding: 18px 30px;
  font-size: 22px;
  line-height: 1em;
  border-radius: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0;
}
.btn:hover,
.btn:hover:focus {
  color: #48C5E1;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  -webkit-opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  opacity: 0.65;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn:focus {
  outline: 0;
}
.btn.modal-btn {
  font-size: 13px;
  padding: 10px 20px;
  border-radius: 17px;
  background-clip: border-box;
}
@media (max-width: 1023px) {
  .btn:not(.btn-special):not(.btn-googlemaps):not(.btn-yandexmaps) {
    font-size: 13px;
    border-width: 1px;
    padding: 10px 20px;
    border-radius: 17px;
    background-clip: border-box;
  }
}
.btn-default {
  color: #48C5E1;
  background-color: #fff;
  border-color: #48C5E1;
}
.btn-default:focus,
.btn-default.focus {
  color: #48C5E1;
  background-color: #e6e6e6;
  border-color: #187b92;
}
.btn-default:hover {
  color: #48C5E1;
  background-color: #e6e6e6;
  border-color: #21accb;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #48C5E1;
  background-color: #e6e6e6;
  border-color: #21accb;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #48C5E1;
  background-color: #d4d4d4;
  border-color: #187b92;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #48C5E1;
}
.btn-default .badge {
  color: #fff;
  background-color: #48C5E1;
}
.btn-primary,
.main-mail-unsubscribe-box .ui-btn-primary {
  color: #fff;
  background-color: #48C5E1;
  border-color: #48C5E1;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #23b3d3;
  border-color: #187b92;
}
.btn-primary:hover {
  color: #fff;
  background-color: #23b3d3;
  border-color: #21accb;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #23b3d3;
  border-color: #21accb;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #1e99b5;
  border-color: #187b92;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #48C5E1;
  border-color: #48C5E1;
}
.btn-primary .badge {
  color: #48C5E1;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #44d014;
  border-color: #3cb912;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #35a110;
  border-color: #164407;
}
.btn-success:hover {
  color: #fff;
  background-color: #35a110;
  border-color: #2a810c;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #35a110;
  border-color: #2a810c;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #2a810c;
  border-color: #164407;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #44d014;
  border-color: #3cb912;
}
.btn-success .badge {
  color: #44d014;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #f90a6f;
  border-color: #e40664;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #cb0559;
  border-color: #67032d;
}
.btn-danger:hover {
  color: #fff;
  background-color: #cb0559;
  border-color: #a80449;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #cb0559;
  border-color: #a80449;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #a80449;
  border-color: #67032d;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #f90a6f;
  border-color: #e40664;
}
.btn-danger .badge {
  color: #f90a6f;
  background-color: #fff;
}
.btn-outline {
  color: #48C5E1;
  background-color: #fff;
  border-color: #48C5E1;
}
.btn-outline:focus,
.btn-outline.focus {
  color: #48C5E1;
  background-color: #e6e6e6;
  border-color: #187b92;
}
.btn-outline:hover {
  color: #48C5E1;
  background-color: #e6e6e6;
  border-color: #21accb;
}
.btn-outline:active,
.btn-outline.active,
.open > .dropdown-toggle.btn-outline {
  color: #48C5E1;
  background-color: #e6e6e6;
  border-color: #21accb;
}
.btn-outline:active:hover,
.btn-outline.active:hover,
.open > .dropdown-toggle.btn-outline:hover,
.btn-outline:active:focus,
.btn-outline.active:focus,
.open > .dropdown-toggle.btn-outline:focus,
.btn-outline:active.focus,
.btn-outline.active.focus,
.open > .dropdown-toggle.btn-outline.focus {
  color: #48C5E1;
  background-color: #d4d4d4;
  border-color: #187b92;
}
.btn-outline:active,
.btn-outline.active,
.open > .dropdown-toggle.btn-outline {
  background-image: none;
}
.btn-outline.disabled:hover,
.btn-outline[disabled]:hover,
fieldset[disabled] .btn-outline:hover,
.btn-outline.disabled:focus,
.btn-outline[disabled]:focus,
fieldset[disabled] .btn-outline:focus,
.btn-outline.disabled.focus,
.btn-outline[disabled].focus,
fieldset[disabled] .btn-outline.focus {
  background-color: #fff;
  border-color: #48C5E1;
}
.btn-outline .badge {
  color: #fff;
  background-color: #48C5E1;
}
.btn-outline-gray {
  color: #efefef;
  background-color: #fff;
  border-color: #48C5E1;
}
.btn-outline-gray:focus,
.btn-outline-gray.focus {
  color: #efefef;
  background-color: #e6e6e6;
  border-color: #187b92;
}
.btn-outline-gray:hover {
  color: #efefef;
  background-color: #e6e6e6;
  border-color: #21accb;
}
.btn-outline-gray:active,
.btn-outline-gray.active,
.open > .dropdown-toggle.btn-outline-gray {
  color: #efefef;
  background-color: #e6e6e6;
  border-color: #21accb;
}
.btn-outline-gray:active:hover,
.btn-outline-gray.active:hover,
.open > .dropdown-toggle.btn-outline-gray:hover,
.btn-outline-gray:active:focus,
.btn-outline-gray.active:focus,
.open > .dropdown-toggle.btn-outline-gray:focus,
.btn-outline-gray:active.focus,
.btn-outline-gray.active.focus,
.open > .dropdown-toggle.btn-outline-gray.focus {
  color: #efefef;
  background-color: #d4d4d4;
  border-color: #187b92;
}
.btn-outline-gray:active,
.btn-outline-gray.active,
.open > .dropdown-toggle.btn-outline-gray {
  background-image: none;
}
.btn-outline-gray.disabled:hover,
.btn-outline-gray[disabled]:hover,
fieldset[disabled] .btn-outline-gray:hover,
.btn-outline-gray.disabled:focus,
.btn-outline-gray[disabled]:focus,
fieldset[disabled] .btn-outline-gray:focus,
.btn-outline-gray.disabled.focus,
.btn-outline-gray[disabled].focus,
fieldset[disabled] .btn-outline-gray.focus {
  background-color: #fff;
  border-color: #48C5E1;
}
.btn-outline-gray .badge {
  color: #fff;
  background-color: #efefef;
}
.btn-outline-inverse {
  color: #fff;
  background-color: #48C5E1;
  border-color: #48C5E1;
}
.btn-outline-inverse:focus,
.btn-outline-inverse.focus {
  color: #fff;
  background-color: #23b3d3;
  border-color: #187b92;
}
.btn-outline-inverse:hover {
  color: #fff;
  background-color: #23b3d3;
  border-color: #21accb;
}
.btn-outline-inverse:active,
.btn-outline-inverse.active,
.open > .dropdown-toggle.btn-outline-inverse {
  color: #fff;
  background-color: #23b3d3;
  border-color: #21accb;
}
.btn-outline-inverse:active:hover,
.btn-outline-inverse.active:hover,
.open > .dropdown-toggle.btn-outline-inverse:hover,
.btn-outline-inverse:active:focus,
.btn-outline-inverse.active:focus,
.open > .dropdown-toggle.btn-outline-inverse:focus,
.btn-outline-inverse:active.focus,
.btn-outline-inverse.active.focus,
.open > .dropdown-toggle.btn-outline-inverse.focus {
  color: #fff;
  background-color: #1e99b5;
  border-color: #187b92;
}
.btn-outline-inverse:active,
.btn-outline-inverse.active,
.open > .dropdown-toggle.btn-outline-inverse {
  background-image: none;
}
.btn-outline-inverse.disabled:hover,
.btn-outline-inverse[disabled]:hover,
fieldset[disabled] .btn-outline-inverse:hover,
.btn-outline-inverse.disabled:focus,
.btn-outline-inverse[disabled]:focus,
fieldset[disabled] .btn-outline-inverse:focus,
.btn-outline-inverse.disabled.focus,
.btn-outline-inverse[disabled].focus,
fieldset[disabled] .btn-outline-inverse.focus {
  background-color: #48C5E1;
  border-color: #48C5E1;
}
.btn-outline-inverse .badge {
  color: #48C5E1;
  background-color: #fff;
}
.btn-bordered {
  color: #000;
  background-color: #fff;
  border-color: #E6E6E6;
}
.btn-bordered:focus,
.btn-bordered.focus {
  color: #000;
  background-color: #e6e6e6;
  border-color: #a6a6a6;
}
.btn-bordered:hover {
  color: #000;
  background-color: #e6e6e6;
  border-color: #c7c7c7;
}
.btn-bordered:active,
.btn-bordered.active,
.open > .dropdown-toggle.btn-bordered {
  color: #000;
  background-color: #e6e6e6;
  border-color: #c7c7c7;
}
.btn-bordered:active:hover,
.btn-bordered.active:hover,
.open > .dropdown-toggle.btn-bordered:hover,
.btn-bordered:active:focus,
.btn-bordered.active:focus,
.open > .dropdown-toggle.btn-bordered:focus,
.btn-bordered:active.focus,
.btn-bordered.active.focus,
.open > .dropdown-toggle.btn-bordered.focus {
  color: #000;
  background-color: #d4d4d4;
  border-color: #a6a6a6;
}
.btn-bordered:active,
.btn-bordered.active,
.open > .dropdown-toggle.btn-bordered {
  background-image: none;
}
.btn-bordered.disabled:hover,
.btn-bordered[disabled]:hover,
fieldset[disabled] .btn-bordered:hover,
.btn-bordered.disabled:focus,
.btn-bordered[disabled]:focus,
fieldset[disabled] .btn-bordered:focus,
.btn-bordered.disabled.focus,
.btn-bordered[disabled].focus,
fieldset[disabled] .btn-bordered.focus {
  background-color: #fff;
  border-color: #E6E6E6;
}
.btn-bordered .badge {
  color: #fff;
  background-color: #000;
}
.btn-secondary {
  color: #fff;
  background-color: #9d2393;
  border-color: #9d2393;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #731a6c;
  border-color: #350c31;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #731a6c;
  border-color: #6b1864;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #fff;
  background-color: #731a6c;
  border-color: #6b1864;
}
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open > .dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open > .dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open > .dropdown-toggle.btn-secondary.focus {
  color: #fff;
  background-color: #561351;
  border-color: #350c31;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus {
  background-color: #9d2393;
  border-color: #9d2393;
}
.btn-secondary .badge {
  color: #9d2393;
  background-color: #fff;
}
@media (max-width: 767px) {
  .btn-primary.btn-xs-special {
    border-color: #9d2393;
    background-color: #9d2393;
    font-size: 20px;
    border-radius: 30px;
    padding: 16px 28px;
  }
  .btn-primary.btn-xs-special:hover,
  .btn-primary.btn-xs-special:active,
  .btn-primary.btn-xs-special:focus,
  .btn-primary.btn-xs-special.active,
  .btn-primary.btn-xs-special:active:focus,
  .btn-primary.btn-xs-special:hover:focus,
  .btn-primary.btn-xs-special:hover:active {
    border-color: #fff;
    background-color: #fff;
    color: #9d2393;
  }
}
.btn-link {
  color: #48C5E1;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23b3d3;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #f7f7f7;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .btn-lg,
  .btn-group-lg > .btn {
    font-size: 22px;
    padding: 18px 30px;
    border-radius: 30px;
    background-clip: border-box;
  }
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 10px 20px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 34px;
  font-family: "pfagorasanspro", Arial, sans-serif;
}
@media (max-width: 1023px) {
  .btn-sm:not(.btn-special) {
    line-height: 1;
  }
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 6px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
@media (min-width: 1024px) {
  .btn-absolute {
    position: absolute;
    right: 100%;
    z-index: 50;
  }
}
.btn-outline.disabled,
.btn-outline[disabled] {
  background: transparent !important;
  color: #48C5E1 !important;
  cursor: default;
}
.btn-special {
  text-decoration: none !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 62px;
  background-image: url("/local/templates/main/images/btn-special.png?v=0.2") !important;
  min-width: 236px;
  font-weight: 500;
  color: #9d2393 !important;
}
.btn-special:before {
  content: attr(data-text);
}
.btn-special > * {
  display: none;
}
.btn-special:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.btn-special.btn-sm {
  font-weight: bold;
  font-family: "pfagoraslabpro", Times, serif;
  font-size: 17px;
  background-size: 100% 46px;
  min-width: 180px;
}
.btn-googlemaps,
.btn-yandexmaps {
  padding-left: 42px;
  padding-right: 14px;
  position: relative;
  overflow: hidden;
  border-width: 1px;
  border-color: #efefef !important;
  color: #000 !important;
  background-color: transparent !important;
}
.btn-googlemaps:before,
.btn-yandexmaps:before {
  content: "";
  display: block;
  width: 24px;
  position: absolute;
  left: 13px;
  top: -2px;
  bottom: 0;
  background-size: auto 24px;
  background-position: left center;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.btn-googlemaps:after,
.btn-yandexmaps:after {
  content: "\e902";
  position: absolute;
  right: -15px;
  opacity: 0;
  top: 50%;
  margin-top: -9px;
  font-size: 110%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.btn-googlemaps span,
.btn-yandexmaps span {
  display: inline-block;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.btn-googlemaps:before,
.btn-yandexmaps:before,
.btn-googlemaps:after,
.btn-yandexmaps:after,
.btn-googlemaps span,
.btn-yandexmaps span {
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.btn-googlemaps:hover:before,
.btn-yandexmaps:hover:before,
.btn-googlemaps:hover:after,
.btn-yandexmaps:hover:after,
.btn-googlemaps:hover span,
.btn-yandexmaps:hover span {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.btn-googlemaps:hover:before,
.btn-yandexmaps:hover:before {
  opacity: 0;
}
.btn-googlemaps:hover:after,
.btn-yandexmaps:hover:after {
  opacity: 1;
}
@media (min-width: 1024px) {
  .btn-googlemaps,
  .btn-yandexmaps {
    border-width: 2px;
    padding-left: 45px;
    padding-right: 20px;
  }
  .btn-googlemaps:before,
  .btn-yandexmaps:before {
    left: 15px;
  }
}
.btn-yandexmaps:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.056' height='24' viewBox='0 0 15.056 24'%3E%3Cpath d='M6476.592,8211.725l-1.445,8.974,3.728-5.535c2.049-3.292,4.342-6.74,4.6-10.095A7.524,7.524,0,0,1,6476.592,8211.725Z' transform='translate(-6468.468 -8196.698)' style='fill:%23e00000'/%3E%3Cpath d='M6483.475,8205.069a7.527,7.527,0,1,0-7.478,6.686c0.2,0,.4-0.015.6-0.03A7.524,7.524,0,0,0,6483.475,8205.069Zm-10.478-.842a3,3,0,1,1,3,3A3,3,0,0,1,6473,8204.226Z' transform='translate(-6468.468 -8196.698)' style='fill:%23f33'/%3E%3Ccircle cx='7.528' cy='7.528' r='2.999' style='fill:%23fff'/%3E%3C/svg%3E");
}
.btn-googlemaps:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.881 24'%3E%3Cpolygon points='14.621 11.528 12.653 13.496 12.655 13.498 14.623 11.531 14.621 11.528' style='fill:none'/%3E%3Cpath d='M1907.724,8219.33h-10.346a1.794,1.794,0,0,0-1.793,1.794v17.05l12.911-12.911a7.148,7.148,0,0,1-1.33-3.605A5.174,5.174,0,0,1,1907.724,8219.33Zm-4.114,5.507a2.841,2.841,0,1,1-.862-2.65l-0.777.759a1.754,1.754,0,1,0,.515,1.892h-1.663v-0.974h2.816a2.976,2.976,0,0,1,.027.412A2.822,2.822,0,0,1,1903.61,8224.837Z' transform='translate(-1895.585 -8216.328)' style='fill:%230eac69'/%3E%3Cpolygon points='2.154 24 18.844 24 10.499 15.655 2.154 24' style='fill:%235c85c4'/%3E%3Cpath d='M1912.578,8234.169l-4.34-4.34,0,0,0,0-2.154,2.154,8.345,8.35v-0.01h0.358a1.794,1.794,0,0,0,1.8-1.793v-0.351l-3.948-3.948A0.276,0.276,0,0,1,1912.578,8234.169Z' transform='translate(-1895.585 -8216.328)' style='fill:%23fff'/%3E%3Cpath d='M1910.206,8227.856c-0.533-.836-1.157-1.705-1.71-2.593l-12.911,12.911v0.356a1.8,1.8,0,0,0,1.8,1.8h0.356l8.345-8.347,2.154-2.154Z' transform='translate(-1895.585 -8216.328)' style='fill:%23ffe23f'/%3E%3Cpath d='M1915.2,8228.209a12.523,12.523,0,0,0-2.07,5.788,0.317,0.317,0,0,1-.31.3h-0.009a0.3,0.3,0,0,1-.173-0.07l3.948,3.948v-12.06C1916.1,8226.831,1915.606,8227.533,1915.2,8228.209Z' transform='translate(-1895.585 -8216.328)' style='fill:%23d3d3d3'/%3E%3Cpath d='M1912.5,8234a12.474,12.474,0,0,0-2.07-5.788c-0.07-.117-0.151-0.236-0.226-0.354l-1.968,1.968,0,0,4.34,4.34A0.294,0.294,0,0,1,1912.5,8234Z' transform='translate(-1895.585 -8216.328)' style='fill:%23d3d3d3'/%3E%3Cpath d='M1900.823,8223.863v0.974h1.663a1.754,1.754,0,1,1-.515-1.892l0.777-.759a2.836,2.836,0,1,0,.918,2.088,2.976,2.976,0,0,0-.027-0.412h-2.816Z' transform='translate(-1895.585 -8216.328)' style='fill:%23f0f0f0'/%3E%3Cpath d='M1910.208,8227.859c0.075,0.118.156,0.238,0.226,0.354a12.474,12.474,0,0,1,2.07,5.788,0.294,0.294,0,0,0,.074.168,0.276,0.276,0,0,0,.057.057,0.3,0.3,0,0,0,.173.07h0.009a0.317,0.317,0,0,0,.31-0.3,12.523,12.523,0,0,1,2.07-5.788c0.409-.676.9-1.378,1.386-2.095,0.972-1.447,1.883-2.958,1.883-4.461a5.429,5.429,0,0,0-5.639-5.324h-0.019a5.566,5.566,0,0,0-5.084,3,5.174,5.174,0,0,0-.559,2.328,7.148,7.148,0,0,0,1.33,3.605h0c0.553,0.888,1.178,1.756,1.71,2.593Zm0.662-6.136a1.943,1.943,0,1,1,1.943,1.943A1.943,1.943,0,0,1,1910.869,8221.723Z' transform='translate(-1895.585 -8216.328)' style='fill:%23e24e3c'/%3E%3Ccircle cx='17.228' cy='5.394' r='1.943' style='fill:%23893129'/%3E%3C/svg%3E");
}
.btn-grid {
  margin: -2px;
}
.btn-grid .btn {
  margin: 2px;
}
@media (min-width: 768px) {
  .btn-grid {
    margin: -5px;
  }
  .btn-grid .btn {
    margin: 5px;
  }
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 967;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #48C5E1;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #f7f7f7;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #f7f7f7;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 957;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 1024px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.dropdown {
  display: inline-block;
  width: 326px;
  margin-bottom: 2px;
}
@media (max-width: 1023px) {
  .dropdown {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .dropdown {
    width: 100%;
  }
}
.dropdown .caret {
  position: absolute;
  right: 30px;
  border: 0;
  margin-top: -2px;
  width: auto;
  height: auto;
}
.dropdown .caret:before {
  font-family: "fc-new";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  /*width: 1em;*/
  /*margin-right: .2em;*/
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /*margin-left: .2em;*/
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.dropdown .caret:before {
  content: '\e80a';
}
.dropdown .caret:before {
  font-size: 9px;
  height: 22px;
  line-height: 22px;
}
@media (max-width: 1023px) {
  .dropdown .caret {
    margin-top: -5px;
    right: 20px;
  }
  .dropdown .caret:before {
    font-size: 6px;
  }
}
.dropdown .btn {
  font-family: "pfagorasanspro", Arial, sans-serif;
  width: 100%;
  text-align: left;
  padding-right: 50px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.dropdown.open .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown.open .caret:before {
  content: '\e801';
}
.dropdown .dropdown-menu {
  margin-top: 0;
  padding: 30px 0;
  width: 326px;
  border: 0;
  max-height: 300px;
  overflow: auto;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.dropdown .dropdown-menu > li {
  margin-bottom: 0;
}
.dropdown .dropdown-menu > li + li {
  margin-top: 10px;
}
.dropdown .dropdown-menu > li > a {
  white-space: normal;
  padding-right: 30px;
  padding-left: 30px;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .dropdown .dropdown-menu > li > a {
    font-size: 13px;
  }
}
@media (max-width: 1023px) {
  .dropdown .dropdown-menu {
    width: 180px;
    border-bottom-right-radius: 17px;
    border-bottom-left-radius: 17px;
  }
  .dropdown .dropdown-menu > li > a {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .dropdown .dropdown-menu {
    width: 100%;
  }
}
.dropdown .btn-primary:hover {
  background-color: #48C5E1;
  color: #fff;
  border-color: #48C5E1;
}
.dropdown-btn-group {
  width: 326px;
}
@media (max-width: 1023px) {
  .dropdown-btn-group {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .dropdown-btn-group {
    width: 100%;
    margin-bottom: 15px;
  }
}
.dropdown-btn-group .btn {
  width: 100%;
}
.dropdown-btn-group > *:not(:first-child) {
  margin-top: 15px;
}
.dropdown-filter {
  display: inline-block;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 767px) {
  .dropdown-filter {
    display: block;
    width: 100%;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.dropdown-filter .dropdown,
.dropdown-filter .dropdown.dropdown-select,
.dropdown-filter .form-group {
  margin: 0 10px 20px;
}
@media (max-width: 767px) {
  .dropdown-filter .dropdown,
  .dropdown-filter .dropdown.dropdown-select,
  .dropdown-filter .form-group {
    margin: 0 10px 10px;
  }
}
@media (min-width: 1280px) {
  .dropdown-filter .dropdown,
  .dropdown-filter .dropdown.dropdown-select,
  .dropdown-filter .form-group {
    width: 280px;
  }
}
.dropdown-menu::-webkit-scrollbar {
  width: 5px;
}
.dropdown-menu::-webkit-scrollbar-track {
  background: transparent;
}
.dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #48C5E1;
  border-radius: 3px;
  box-sizing: border-box;
}
ul.dropdown-menu li {
  padding: 0;
}
ul.dropdown-menu li:before {
  content: none;
  display: none;
}
@media (min-width: 768px) {
  .dropdown-filter.dropdown-inline {
    white-space: nowrap;
    margin-bottom: -20px;
  }
}
.dropdown-filter .dropdown,
.dropdown-filter .form-group {
  display: inline-block;
}
.dropdown.dropdown-select {
  font-size: 14px;
  position: relative;
  margin-top: 0 !important;
  width: 280px;
}
.dropdown.dropdown-select label {
  display: inline-block;
  color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  margin-top: 0 !important;
  margin-bottom: 10px;
}
.dropdown.dropdown-select .dropdown-toggle {
  border-radius: 10px;
  color: #000;
  background-color: #fff;
  border-color: #fff;
  display: inline-block;
  padding: 10px 30px 10px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  width: 100%;
  text-align: left;
}
.dropdown.dropdown-select .dropdown-toggle .caret:before {
  font-size: 5px;
}
.dropdown.dropdown-select .dropdown-menu {
  padding-top: 20px;
  padding-bottom: 30px;
  width: 100%;
  border-top: 1px solid #efefef;
  border-radius: 0 0 10px 10px;
}
.dropdown.dropdown-select.open .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown.dropdown-select a {
  background-color: #fff !important;
}
@media (min-width: 768px) {
  .dropdown.dropdown-select {
    width: auto;
  }
  .dropdown.dropdown-select .dropdown-toggle {
    padding: 20px 50px 20px 25px;
  }
  .dropdown.dropdown-select label {
    position: absolute;
    top: 5px;
    left: 25px;
    margin-bottom: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 61px;
  padding: 16px 28px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 60px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 61px;
  line-height: 61px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
@media (max-width: 1023px) {
  .input-group-lg > .form-control,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .btn {
    height: 60px;
    padding: 6px 18px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 34px;
  }
  select.input-group-lg > .form-control,
  select.input-group-lg > .input-group-addon,
  select.input-group-lg > .input-group-btn > .btn {
    height: 60px;
    line-height: 60px;
  }
  textarea.input-group-lg > .form-control,
  textarea.input-group-lg > .input-group-addon,
  textarea.input-group-lg > .input-group-btn > .btn,
  select[multiple].input-group-lg > .form-control,
  select[multiple].input-group-lg > .input-group-addon,
  select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
  }
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 6px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  line-height: 31px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 20px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #000;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #fff;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 6px;
}
.input-group-addon.input-lg {
  padding: 16px 28px;
  font-size: 20px;
  border-radius: 20px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.nav > li.disabled > a {
  color: #f7f7f7;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #f7f7f7;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: #48C5E1;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 10px 10px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #4e4e4e;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 10px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 10px 10px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 10px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #48C5E1;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 10px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 10px 10px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.nav-pills {
  list-style: none;
  position: relative;
  margin-bottom: 9px;
  white-space: nowrap;
}
.nav-pills:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  top: 50%;
  position: absolute;
  background-color: #efefef;
}
.nav-pills > li {
  margin-bottom: 0;
  display: inline-block !important;
  float: none !important;
  padding-left: 14px !important;
}
.nav-pills > li + li {
  padding-left: 4px !important;
}
@media (min-width: 1024px) {
  .nav-pills > li + li {
    padding-left: 10px !important;
  }
}
.nav-pills > li:first-child {
  padding-left: 20px !important;
}
.nav-pills > li:before {
  display: none !important;
}
.nav-pills > li > a {
  text-decoration: none !important;
  padding: 7px 15px;
  border-radius: 30px;
  border: 1px solid #48C5E1;
}
.nav-pills > li > a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -21px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
}
.nav-pills > li > a .i {
  font-size: 22px;
  display: inline-block;
  margin-top: -2px;
  margin-bottom: -2px;
  padding-right: 10px;
  vertical-align: middle;
}
@media (max-width: 352px) {
  .nav-pills > li > a .i {
    display: none;
  }
}
.nav-pills > li > a span {
  vertical-align: middle;
}
.nav-pills > li.active > a:after {
  border-top-color: #48C5E1;
}
.nav-pills > li:not(.active) > a {
  background-color: #fff;
  border-color: #efefef;
}
@media (min-width: 1024px) {
  .nav-pills:before {
    height: 2px;
    margin-top: -1px;
  }
  .nav-pills > li > a {
    border-width: 2px;
    padding: 10px 20px;
  }
}
@media (min-width: 768px) {
  .nav-pills li:first-child {
    padding-left: 30px !important;
  }
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 1024px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 1024px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1024px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 540px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -20px;
  margin-left: -20px;
}
@media (min-width: 1024px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 969;
  border-width: 0 0 1px;
}
@media (min-width: 1024px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 999;
}
@media (min-width: 1024px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 1024px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -20px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 20px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 10px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 1024px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -20px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 1023px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1024px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: -5px;
  margin-bottom: -5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 1023px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: -5px;
  margin-bottom: -5px;
}
.navbar-btn.btn-sm {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .navbar-text {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 1024px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -20px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.9);
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #48C5E1;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #fff;
}
@media (max-width: 1023px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: rgba(255, 255, 255, 0.9);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: rgba(255, 255, 255, 0.9);
}
.navbar-default .navbar-link:hover {
  color: #fff;
}
.navbar-default .btn-link {
  color: rgba(255, 255, 255, 0.9);
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #fff;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 1023px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #ffffff;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 10px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "\e80b\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #f7f7f7;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 10px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 20px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #48C5E1;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23b3d3;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #48C5E1;
  border-color: #48C5E1;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #f7f7f7;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 16px 28px;
  font-size: 20px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #f7f7f7;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #f7f7f7;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #dedede;
}
.label-primary {
  background-color: #48C5E1;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #23b3d3;
}
.label-success {
  background-color: #44d014;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #35a110;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #f90a6f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #cb0559;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #f7f7f7;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #48C5E1;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  color: inherit;
  background-color: transparent;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 0;
    padding-bottom: 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 0;
    padding-right: 0;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 40px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #48C5E1;
}
.thumbnail .caption {
  padding: 9px;
  color: #000;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 10px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #f90a6f;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #cb0559;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 10px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #48C5E1;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #44d014;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #f90a6f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.media.media-metro {
  text-decoration: none;
  font-size: 0;
}
.media.media-metro:before,
.media.media-metro:after {
  content: " ";
  display: table;
}
.media.media-metro:after {
  clear: both;
}
.media.media-metro:before,
.media.media-metro:after {
  content: " ";
  display: table;
}
.media.media-metro:after {
  clear: both;
}
.media.media-metro .media-left {
  display: table-cell;
  min-width: 14px;
  padding: 0 10px 0 0 !important;
  margin: 0 !important;
  font-size: 0;
  vertical-align: top;
}
.media.media-metro .media-left .media-object {
  width: 11px;
  height: 14px;
}
.media.media-metro .media-body {
  font-size: 15px;
  line-height: 15px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 !important;
  margin: 0 !important;
  width: auto;
}
.media.media-iconed {
  margin-top: 0;
  display: inline-block;
}
.media.media-iconed .media-left {
  min-width: 28px;
  vertical-align: top;
  padding-right: 8px;
  font-size: 20px;
  line-height: 20px;
  color: #48C5E1;
}
.media.media-iconed .media-left .media-object {
  font-size: 0;
}
.media.media-iconed .media-left .media-object,
.media.media-iconed .media-left .media-object svg {
  width: 20px;
  height: 20px;
}
.media.media-iconed .media-left .media-object svg {
  display: block;
}
.media.media-iconed .media-left .media-object svg .a,
.media.media-iconed .media-left .media-object svg .b {
  fill: #48C5E1;
}
.media.media-iconed .media-body {
  min-height: 20px;
  vertical-align: middle;
  color: #000;
}
@media (max-width: 1023px) {
  .media.media-iconed .media-body {
    margin-top: 2px;
  }
}
a.media.media-iconed,
[data-phone-action].media.media-iconed {
  cursor: pointer;
  text-decoration: none;
}
a.media.media-iconed:hover .media-body,
[data-phone-action].media.media-iconed:hover .media-body {
  color: #23b3d3;
}
.media.media-metro-point {
  margin-bottom: 15px;
}
.media.media-metro-point .media-left {
  padding-right: 15px;
  line-height: 0;
}
.media.media-metro-point .media-left .i {
  font-size: 46px;
}
.media.media-metro-point .media-body {
  color: #000;
}
.media.media-metro-point .media-body .badge {
  clear: left;
}
.media.media-metro-point .media-title {
  display: inline-block;
  color: #000;
  width: 100%;
  margin-top: 0;
}
.media.media-metro-point a.media-title {
  text-decoration: none !important;
  color: #48C5E1;
}
.media.media-metro-point .media-text {
  display: inline-block;
  width: 100%;
}
.media.media-metro-point .media-title,
.media.media-metro-point .media-text {
  margin-bottom: 4px;
}
.media.media-metro-point small,
.media.media-metro-point .small {
  font-size: 13px;
}
@media (min-width: 768px) {
  .media.media-metro-point {
    margin-bottom: 30px;
  }
  .media.media-metro-point .media-left,
  .media.media-metro-point .media-body {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .media.media-metro-point .media-left {
    margin-bottom: 20px;
  }
  .media.media-metro-point .media-title,
  .media.media-metro-point .media-text {
    margin-bottom: 8px;
  }
}
a.media.media-metro-point {
  display: block;
  text-decoration: none !important;
}
a.media.media-metro-point .media-title {
  color: #48C5E1;
}
.margin-remove-media-metro-point {
  margin-bottom: -15px;
}
@media (min-width: 768px) {
  .margin-remove-media-metro-point {
    margin-bottom: -30px;
  }
}
.media.media-how-to-get {
  margin-bottom: 2em;
}
.media.media-how-to-get .media-object {
  width: 80px;
  height: 80px;
  background-color: #48C5E1;
  border-radius: 50%;
  overflow: hidden;
  line-height: 80px;
  text-align: center;
  font-size: 0;
}
.media.media-how-to-get .media-object svg {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
}
.media.media-how-to-get .media-object[class*="i-"],
.media.media-how-to-get .media-object[class^="i-"] {
  font-size: 45px;
  line-height: 45px;
  padding: 17.5px;
  color: #fff;
}
.media.media-how-to-get .media-body h3,
.media.media-how-to-get .media-body .h3 {
  color: #48C5E1;
}
@media (max-width: 767px) {
  .media.media-how-to-get {
    margin-bottom: 1em;
  }
  .media.media-how-to-get .media-object {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .media.media-how-to-get .media-object svg {
    width: 32px;
    height: 32px;
  }
  .media.media-how-to-get .media-object[class*="i-"],
  .media.media-how-to-get .media-object[class^="i-"] {
    font-size: 38px;
    line-height: 38px;
    padding: 11px;
  }
}
.media-licence {
  min-height: 40px;
}
.media-licence .media-body {
  width: auto;
  min-width: 0;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #f7f7f7;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #f7f7f7;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #48C5E1;
  border-color: #48C5E1;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #f7fdfe;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #f90a6f;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #f90a6f;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #f90a6f;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #f90a6f;
  border-color: #f90a6f;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 0 20px;
}
.panel-heading {
  padding: 20px 20px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 20px 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 0 20px;
  padding-right: 0 20px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 9px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 9px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 9px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 9px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 10px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-default .panel-heading.bg-primary {
  background-color: #48C5E1;
  border-color: #48C5E1;
}
.panel-default .panel-heading.bg-primary,
.panel-default .panel-heading.bg-primary .panel-title {
  color: #fff;
}
.panel-primary {
  border-color: #48C5E1;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #48C5E1;
  border-color: #48C5E1;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #48C5E1;
}
.panel-primary > .panel-heading .badge {
  color: #48C5E1;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #48C5E1;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #f90a6f;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #f90a6f;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-rounded-lg {
  border-radius: 15px;
}
.panel-rounded-lg .panel-heading,
.panel-rounded-lg.panel-default .panel-heading {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 20px 30px;
}
@media (max-width: 767px) {
  .panel-rounded-lg .panel-heading,
  .panel-rounded-lg.panel-default .panel-heading {
    padding: 20px;
  }
}
.panel-rounded-lg .panel-heading + .panel-body,
.panel-rounded-lg.panel-default .panel-heading + .panel-body {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .panel-rounded-lg .panel-heading + .panel-body,
  .panel-rounded-lg.panel-default .panel-heading + .panel-body {
    padding-top: 20px;
  }
}
.panel-rounded-lg .panel-body,
.panel-rounded-lg.panel-default .panel-body {
  padding: 30px 30px 20px;
}
@media (max-width: 767px) {
  .panel-rounded-lg .panel-body,
  .panel-rounded-lg.panel-default .panel-body {
    padding: 20px;
  }
}
.mb-panel {
  margin-bottom: 10px;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 20px;
}
.well-sm {
  padding: 9px;
  border-radius: 6px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  -webkit-opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -webkit-opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: none;
  transform: none;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media (min-width: 801px) and (min-height: 801px) {
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
  }
}
.modal.in .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
@media (min-width: 801px) and (min-height: 801px) {
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #efefef;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.modal-backdrop.in {
  -webkit-opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.modal-header {
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.2em;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 640px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 400px;
  }
}
@media (min-width: 1024px) {
  .modal-lg {
    width: 864px;
  }
}
@media (min-width: 1280px) {
  .modal-lg {
    width: 1078px;
  }
}
.modal .modal-body .form-footer {
  background-color: #E6E6E6;
  padding: 40px 60px;
  margin: 20px -60px -30px;
  max-width: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 1023px) {
  .modal .modal-body .form-footer {
    padding: 30px 40px;
    margin: 10px -40px -30px;
  }
}
@media (max-width: 767px) {
  .modal .modal-body .form-footer {
    padding: 20px 15px;
    margin: 10px -15px -30px;
  }
}
.modal .modal-steps {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 40px;
}
.modal .modal-steps .steps {
  padding: 0 60px;
}
@media (max-width: 1023px) {
  .modal .modal-steps .steps {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .modal .modal-steps .steps {
    padding: 0 15px;
  }
}
.modal-fix .modal-open {
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "pfagorasanspro", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.tooltip.in {
  -webkit-opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 10px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 950;
  display: none;
  max-width: 350px;
  padding: 1px;
  font-family: "pfagorasanspro", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.02);
  border-radius: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -9px;
}
.popover.right {
  margin-left: 9px;
}
.popover.bottom {
  margin-top: 9px;
}
.popover.left {
  margin-left: -9px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 19px 19px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 10px;
}
.popover > .arrow:after {
  border-width: 9px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: rgba(0, 0, 0, 0.02);
  border-top-color: rgba(0, 0, 0, 0.07);
  bottom: -10px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -9px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-left-width: 0;
  border-right-color: rgba(0, 0, 0, 0.02);
  border-right-color: rgba(0, 0, 0, 0.07);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -9px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.02);
  border-bottom-color: rgba(0, 0, 0, 0.07);
  top: -10px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -9px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0.02);
  border-left-color: rgba(0, 0, 0, 0.07);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -9px;
}
.popover {
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 370px) {
  .popover {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .popover .popover-content {
    font-size: 13px;
  }
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  -webkit-opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  -webkit-opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.specialists-row:before,
.specialists-row:after,
.main-mail-unsubscribe-box .main-mail-unsubscribe-main:before,
.main-mail-unsubscribe-box .main-mail-unsubscribe-main:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.specialists-row:after,
.main-mail-unsubscribe-box .main-mail-unsubscribe-main:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .container-fluid,
  .container,
  .navbar-brand,
  .main-mail-unsubscribe-box .main-mail-unsubscribe-main {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row,
  .container-fluid > .navbar-header {
    margin-left: -10px;
    margin-right: -10px;
  }
  .navbar-toggle {
    margin-right: 10px;
  }
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1024px) {
  .container-sticky .container-sticky-fixed {
    height: 320px !important;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0, rgba(255, 255, 255, 0.8) 100%);
  }
  .container-sticky .container-sticky-fixed > div,
  .container-sticky .container-sticky-fixed > .wrapper-sticky > div {
    width: 100%;
    height: 100%;
    padding-top: 20px;
    background-position: top center;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: auto 200%;
  }
}
@media (min-width: 1025px) {
  .container-sticky {
    position: relative;
  }
  .container-sticky .container-sticky-fixed,
  .container-sticky .container-sticky-text {
    display: block;
    float: left;
  }
  .container-sticky .container-sticky-fixed {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: auto !important;
    width: 50%;
  }
  .container-sticky .container-sticky-fixed,
  .container-sticky .container-sticky-fixed > div:not(.wrapper-sticky),
  .container-sticky .container-sticky-fixed > .wrapper-sticky > div {
    height: 100vh;
    height: calc(100vh - 40px);
  }
  .container-sticky .container-sticky-fixed > div:not(.wrapper-sticky),
  .container-sticky .container-sticky-fixed > .wrapper-sticky > div {
    max-height: 100%;
    opacity: 0;
  }
  .sticky-ready .container-sticky .container-sticky-fixed > div:not(.wrapper-sticky),
  .sticky-ready .container-sticky .container-sticky-fixed > .wrapper-sticky > div {
    opacity: 1;
  }
  .container-sticky .container-sticky-text {
    margin-left: 50%;
    width: 50%;
  }
  .container-sticky .container-sticky-text:before,
  .container-sticky .container-sticky-text:after {
    content: " ";
    display: table;
  }
  .container-sticky .container-sticky-text:after {
    clear: both;
  }
  .container-sticky .container-sticky-text:before,
  .container-sticky .container-sticky-text:after {
    content: " ";
    display: table;
  }
  .container-sticky .container-sticky-text:after {
    clear: both;
  }
  .container-sticky,
  .container-sticky .container-sticky-fixed,
  .container-sticky .container-sticky-fixed > div {
    min-height: 675px;
  }
}
@media (min-width: 1440px) {
  .container-sticky .container-sticky-fixed {
    width: 40%;
  }
  .container-sticky .container-sticky-text {
    margin-left: 40%;
    width: 60%;
  }
}
.container-wrap--smart {
  background-color: #f7f7f7;
}
.container-wrap--gray + .container-wrap--smart,
.container-wrap--gray + .hidden + .container-wrap--smart {
  background-color: white;
}
.specialist-info .specialist-info-image {
  display: block;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 100%;
  background-origin: content-box;
  padding: 50px 50px 0 50px;
}
.specialist-info .btn-container {
  display: block;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -10px;
  margin-top: 40px;
}
.specialist-info .btn-container .btn {
  margin: 0 5px 10px;
}
.specialist-info h2,
.specialist-info .h2 {
  color: #000;
}
.specialist-info header {
  margin: 60px 0 40px;
}
.specialist-info header h1 > span,
.specialist-info header .h1 > span {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.specialist-info header h1 > span:last-child,
.specialist-info header .h1 > span:last-child {
  margin-bottom: 10px;
}
.specialist-info .specialist-info-text {
  overflow: hidden;
}
@media (max-width: 1023px) {
  .specialist-info header {
    margin: 30px 0 20px;
  }
  .specialist-info .btn-container {
    margin-top: 20px;
  }
}
@media (max-width: 1279px) {
  .specialist-info header {
    margin-top: 20px;
  }
}
.steps {
  display: block;
  width: 100%;
  height: 80px;
  white-space: nowrap;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.steps:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 41px;
  border-top: 1px solid #c0c0c0;
  z-index: 0;
}
.steps .step {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  float: left;
  position: relative;
  margin-right: 20px;
  line-height: 80px;
  text-align: center;
  background-color: #efefef;
}
.steps .step:last-of-type {
  margin-right: 0;
}
.steps .step.active {
  background-color: #48C5E1;
}
.steps .step.current {
  background-color: #9d2393;
}
.steps .step.active svg .b,
.steps .step.current svg .b {
  fill: #fff;
}
.steps .step svg {
  display: inline-block;
  vertical-align: middle;
}
.steps .step svg .a {
  fill: none;
}
.steps .step svg .b {
  fill: #48C5E1;
}
.steps .step.i1 svg {
  margin-top: -7px;
}
.steps .step.i2 svg {
  margin-top: -5px;
  margin-left: 3px;
}
.steps .step.i3 svg {
  margin-top: -1px;
  margin-left: 9px;
}
@media (max-width: 767px) {
  .steps {
    height: 56px;
  }
  .steps:before {
    top: 29px;
  }
  .steps .step {
    width: 56px;
    height: 56px;
    line-height: 56px;
  }
  .steps .step svg {
    width: 65%;
    height: 65%;
  }
}
.cookie-info {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 969;
  transition: bottom 0.3s ease;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  padding: 20px 0;
}
.cookie-info .container > * {
  margin-bottom: 0;
}
.cookie-info .container p {
  padding-right: 80px;
  line-height: 1.2;
  font-size: 12px;
}
@media (min-width: 1024px) {
  .cookie-info .container p {
    font-size: 15px;
  }
}
@media (min-width: 1280px) {
  .cookie-info .container p {
    margin-top: 4px;
  }
}
.cookie-info .btn {
  background-color: #48C5E1 !important;
  border-color: #48C5E1 !important;
  color: white !important;
}
.cookie-info .btn:hover {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #48C5E1 !important;
}
.sticky-line-bottom .cookie-info {
  bottom: 40px;
}
.panel.panel-video .embed-responsive {
  margin-bottom: 0;
}
.panel.panel-video .panel-footer {
  background-color: #eaf8fc;
  border-top: none;
}
.media.media-cta {
  color: #48C5E1;
  font-family: "pfagorasanspro", Times, serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
}
.media.media-cta a:hover,
.media.media-cta [data-phone-action]:hover {
  color: #23b3d3;
}
.media.media-cta .media-object {
  max-width: 722px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 1024px) {
  .media.media-cta,
  .media.media-cta .btn {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .media.media-cta {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .media.media-cta {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .media.media-cta .media-body,
  .media.media-cta .media-right {
    max-width: 100%;
    display: block;
  }
  .media.media-cta .media-right {
    margin-top: 20px;
    text-align: center;
  }
}
.collapse-tabs [data-toggle="collapse"] {
  display: inline-block;
  width: 100%;
  padding-right: 30px;
  position: relative;
}
.collapse-tabs [data-toggle="collapse"]:before {
  font-family: 'i-fantasy' !important;
  content: "\e916";
  font-size: 8px;
  position: absolute;
  right: 0;
  top: 12px;
  margin-top: -4px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.collapse-tabs [data-toggle="collapse"].collapsed:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 1023px) {
  .collapse-tabs .nav-tabs {
    display: none;
  }
  .collapse-tabs .tab-pane {
    display: block !important;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
  }
  .container-wrap--gray .collapse-tabs .tab-pane {
    background-color: #fff;
    border-color: #fff;
  }
  .collapse-tabs .tab-pane [data-toggle="collapse"] {
    text-align: left;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    margin-top: 0;
    margin-bottom: 0;
  }
  .collapse-tabs .tab-pane [data-toggle="collapse"].collapsed {
    color: #000;
  }
  .collapse-tabs .tab-pane .collapse,
  .collapse-tabs .tab-pane .collapsing {
    margin-top: 16px;
  }
}
@media (min-width: 1024px) {
  .collapse-tabs .tab-content .tab-pane [data-toggle="collapse"] {
    display: none;
  }
  .collapse-tabs .tab-content .tab-pane .collapse,
  .collapse-tabs .tab-content .tab-pane .collapsing {
    display: block !important;
    height: auto !important;
  }
}
button {
  border: none;
  background: none;
  padding: 0;
}
.img-status {
  width: 64px;
  height: 64px;
}
.pravmir {
  font-size: 14px;
}
.pravmir .btn {
  background-color: #ff4d4d !important;
  border: none !important;
  color: #fff !important;
  border-radius: 0;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 14px 30px 15px;
  min-width: 187px;
  position: relative;
}
.pravmir .btn:after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ff1a1a;
}
@media (max-width: 767px) {
  .pravmir .btn {
    min-width: 0;
  }
}
.pravmir .form-info.form-info-image img {
  margin-top: 6px;
  height: 26px;
}
.pravmir,
.pravmir h1,
.pravmir h2,
.pravmir h3,
.pravmir h4,
.pravmir h5,
.pravmir h6,
.pravmir .h1,
.pravmir .h2,
.pravmir .h3,
.pravmir .h4,
.pravmir .h5,
.pravmir .h6,
.pravmir .btn {
  font-family: "Open Sans", sans-serif;
}
.pravmir,
.pravmir h1,
.pravmir h2,
.pravmir h3,
.pravmir h4,
.pravmir h5,
.pravmir h6,
.pravmir .h1,
.pravmir .h2,
.pravmir .h3,
.pravmir .h4,
.pravmir .h5,
.pravmir .h6,
.pravmir .control-label {
  color: #575757;
}
.pravmir .well-brand {
  height: 120px;
}
@media (max-width: 767px) {
  .pravmir .well-brand {
    max-width: 100%;
  }
}
.pravmir .well-header {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  border-bottom: 1px solid #eeeeee;
}
.pravmir .well-header a,
.pravmir .well-header [data-phone-action] {
  text-decoration: none !important;
}
.pravmir .well-header .media {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .pravmir .well-header {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .pravmir .well-header .media,
  .pravmir .well-header .media .media-left {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .pravmir .well-header .media-body {
    display: none;
  }
}
.pravmir .well-body {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: white;
  border-bottom: 1px solid #eeeeee;
}
.pravmir .well-footer {
  font-size: 13px;
  border-top: none;
  background-color: #f7f7f7;
  margin-top: -1px;
}
.pravmir .well-footer .media {
  margin-bottom: 30px;
}
.pravmir .well-footer .media .media-body a {
  display: inline-block;
  margin-top: 4px;
}
.pravmir .lead {
  font-size: 24px;
  font-weight: normal;
}
.pravmir b.lead {
  font-weight: bold;
}
.pravmir .text-primary {
  color: #5ebbe8 !important;
}
.pravmir .has-error .form-control,
.pravmir .text-secondary,
.pravmir .text-danger {
  color: #ff4d4d !important;
}
.pravmir label.text-danger {
  text-align: left;
}
.pravmir .form-group.has-error .text-danger {
  margin-top: 4px !important;
}
.pravmir .content {
  max-width: 728px;
}
.pravmir h1,
.pravmir .h1 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .pravmir h1,
  .pravmir .h1 {
    margin-bottom: 20px;
  }
}
.pravmir .control-label {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 18px;
  min-height: 0;
}
.pravmir .control-label span {
  display: inline;
}
.pravmir .form-group {
  margin-top: 0;
  margin-bottom: 36px;
}
.pravmir .form-control {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  border-radius: 0;
  height: 44px;
  padding: 10.5px 20px;
}
.pravmir .checkbox,
.pravmir .radio {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.pravmir .checkbox label,
.pravmir .radio label {
  color: #808080;
  min-height: 44px;
  height: 1px;
}
.pravmir .checkbox label span,
.pravmir .radio label span {
  padding-top: 8px;
  padding-bottom: 8px;
}
.pravmir .checkbox i,
.pravmir .radio i {
  width: 26px;
  height: 26px;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  line-height: 44px;
  font-size: 0;
  margin: 9px 0;
}
.pravmir .checkbox i:before,
.pravmir .radio i:before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  top: 0;
  left: 0;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
}
.pravmir .radio label {
  font-weight: bold;
}
.pravmir .radio i {
  width: 26px;
  height: 26px;
  border-radius: 50%;
}
.pravmir .radio i:before {
  border-radius: 50%;
  background-size: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='6' style='fill:%235ebbe8'/%3E%3C/svg%3E");
}
.pravmir .checkbox label {
  font-size: 13px;
}
.pravmir .checkbox i {
  border-radius: 0;
}
.pravmir .checkbox i:before {
  background-size: 16px 14px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' viewBox='0 0 16.78 14.18'%3E%3Cpolygon points='6.22 14.18 0 7.04 1.51 5.73 6.17 11.08 15.23 0 16.78 1.27 6.22 14.18' style='fill:%235ebbe8'/%3E%3C/svg%3E");
}
.pravmir .input-group-addon {
  color: #808080;
  font-weight: bold;
}
.pravmir fieldset {
  padding: 0;
  border: none;
}
.pravmir .section {
  padding: 40px 0;
}
.pravmir .section > *:first-child {
  margin-top: 0;
}
.pravmir .section > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .pravmir .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.pravmir .required .control-label:after {
  content: " *";
  color: #ff4d4d;
}
.pravmir a,
.pravmir [data-phone-action] {
  color: #5ebbe8;
}
.pravmir .icon {
  display: inline-block;
  width: 47px;
  height: 47px;
}
.pravmir .panel-cta {
  background-color: #5ebbe8;
  font-size: 15px;
  font-weight: bold;
}
.pravmir .panel-cta,
.pravmir .panel-cta a {
  color: #fff;
}
.pravmir .panel-cta a {
  text-decoration: none !important;
  box-shadow: inset 0 0 0 #fff, inset 0 -1px 0 #fff;
}
.pravmir .panel-cta .media {
  margin-bottom: 0;
}
.pravmir .panel-cta .media .media-left img,
.pravmir .panel-cta .media .media-right img {
  width: 153px;
  height: 55px;
}
.pravmir .panel-cta .media .media-left,
.pravmir .panel-cta .media .media-right,
.pravmir .panel-cta .media .media-body {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .pravmir .panel-cta .media,
  .pravmir .panel-cta .media-left,
  .pravmir .panel-cta .media-right {
    display: block;
    width: 100%;
  }
  .pravmir .panel-cta .media {
    position: relative;
    padding-top: 78px;
  }
  .pravmir .panel-cta .media .media-left,
  .pravmir .panel-cta .media .media-right {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
  }
  .pravmir .panel-cta .media .media-left img,
  .pravmir .panel-cta .media .media-right img {
    width: 216px;
    height: 78px;
  }
  .pravmir .panel-cta .media .media-body {
    padding-top: 15px;
  }
}
.pravmir .panel .panel-body,
.pravmir .panel .panel-heading,
.pravmir .panel .panel-footer {
  padding: 25px 30px;
}
@media (max-width: 767px) {
  .pravmir h1,
  .pravmir .h1 {
    font-size: 32px;
  }
  .pravmir .lead {
    font-size: 16px;
  }
  .pravmir .form-group {
    margin-bottom: 10px;
  }
  .pravmir .control-label {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .pravmir .media {
    margin-bottom: 10px;
  }
  .pravmir .form-info.form-info-image img {
    margin-top: 1px;
    margin-left: 3px;
    margin-right: 3px;
    height: 16px;
  }
}
@media (min-width: 768px) {
  .pravmir.price-list {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .pravmir.price-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pravmir.price-list .panel-body {
  padding: 25px 30px!important;
}
.bg-pravmir {
  background-color: #5ebbe8 !important;
  background-image: url('/local/templates/main/images/pay/bg-pravmir.svg?9');
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
@media (max-width: 1279px) {
  .bg-pravmir {
    background-image: none;
  }
  .bg-pravmir,
  .bg-pravmir .text-secondary {
    color: #fff !important;
  }
}
.bg-pravmir-donate {
  background-image: url('/local/templates/main/images/pay/bg-pravmir-donate.jpg?3');
  background-size: auto 287px;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media (max-width: 1279px) {
  .bg-pravmir-donate {
    background-size: auto 250px;
  }
}
@media (max-width: 1023px) {
  .bg-pravmir-donate {
    background-image: none;
  }
}
.icon-pravmir-document {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='47' height='47' viewBox='0 0 47 47'%3E%3Cpath d='M6118.5,12829a9.5,9.5,0,0,1,9-9.47v-15H6120a0.5,0.5,0,0,1-.5-0.5v-7.5h-28v45h36v-3A9.5,9.5,0,0,1,6118.5,12829Z' transform='translate(-6090.5 -12795.5)' style='fill:none'/%3E%3Cpolygon points='30 1.71 30 8 36.29 8 30 1.71' style='fill:none'/%3E%3Cpath d='M6128,12820.5a8.5,8.5,0,1,0,8.5,8.5A8.51,8.51,0,0,0,6128,12820.5Z' transform='translate(-6090.5 -12795.5)' style='fill:none'/%3E%3Cpath d='M6137.5,12829a9.5,9.5,0,0,0-9-9.47V12804a0.5,0.5,0,0,0,0-.19,0.5,0.5,0,0,0-.11-0.16l-8-8a0.49,0.49,0,0,0-.16-0.11,0.52,0.52,0,0,0-.19,0h-29a0.5,0.5,0,0,0-.5.5v46a0.5,0.5,0,0,0,.5.5h37a0.5,0.5,0,0,0,.5-0.5v-3.53A9.5,9.5,0,0,0,6137.5,12829Zm-17-31.79,6.29,6.29h-6.29v-6.29Zm-29,44.29v-45h28v7.5a0.5,0.5,0,0,0,.5.5h7.5v15a9.49,9.49,0,0,0,0,18.95v3h-36Zm36.5-4a8.5,8.5,0,1,1,8.5-8.5A8.51,8.51,0,0,1,6128,12837.5Z' transform='translate(-6090.5 -12795.5)' style='fill:%235ebbe8'/%3E%3Cpath d='M6131.8,12831.2' transform='translate(-6090.5 -12795.5)' style='fill:none;stroke:%23ff4d4d;stroke-linecap:round;stroke-linejoin:round'/%3E%3Cpath d='M6131.8,12824.7h-6a0.5,0.5,0,0,0,0,1h4.79l-6.74,6.74a0.5,0.5,0,1,0,.71.71l6.74-6.74v4.79a0.5,0.5,0,1,0,1,0v-6A0.5,0.5,0,0,0,6131.8,12824.7Z' transform='translate(-6090.5 -12795.5)' style='fill:%23ff4d4d'/%3E%3C/svg%3E");
  background-size: 47px;
  text-decoration: none !important;
}
.icon-pravmir-document:before {
  content: attr(data-ext);
  color: #ff4d4d;
  font-family: "Open Sans", sans-serif !important;
  font-size: 11px;
  text-align: center;
  display: inline-block;
  width: 36px;
  margin-top: 16px;
  text-transform: uppercase;
  text-decoration: none !important;
  border-bottom: none !important;
}
.icon-pravmir-link {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 47'%3E%3Cpath d='M6342.33,12874.29a0.5,0.5,0,0,0-.42.57,2.65,2.65,0,0,1-.73,2.28l-2.58,2.58a2.69,2.69,0,0,1-3.81-3.81l2.58-2.58a2.64,2.64,0,0,1,2.28-.73,0.51,0.51,0,0,0,.57-0.42,0.5,0.5,0,0,0-.42-0.57,3.64,3.64,0,0,0-3.12,1l-2.58,2.58a3.69,3.69,0,0,0,5.22,5.22l2.58-2.58a3.65,3.65,0,0,0,1-3.12A0.51,0.51,0,0,0,6342.33,12874.29Z' transform='translate(-6323.5 -12848.5)' style='fill:%23ff4d4d'/%3E%3Cpath d='M6338,12876.55a0.5,0.5,0,0,0,.71,0l7.74-7.74a0.5,0.5,0,0,0-.71-0.71l-7.74,7.74A0.5,0.5,0,0,0,6338,12876.55Z' transform='translate(-6323.5 -12848.5)' style='fill:%23ff4d4d'/%3E%3Cpath d='M6350.92,12863.58a3.7,3.7,0,0,0-5.22,0l-2.58,2.58a3.64,3.64,0,0,0-1,3.12,0.51,0.51,0,0,0,.57.42,0.5,0.5,0,0,0,.42-0.57,2.65,2.65,0,0,1,.73-2.27l2.58-2.58a2.69,2.69,0,0,1,3.81,3.81l-2.58,2.58a2.66,2.66,0,0,1-2.28.73,0.51,0.51,0,0,0-.57.42,0.5,0.5,0,0,0,.42.57,3.93,3.93,0,0,0,.55,0,3.61,3.61,0,0,0,2.57-1.05l2.58-2.58A3.7,3.7,0,0,0,6350.92,12863.58Z' transform='translate(-6323.5 -12848.5)' style='fill:%23ff4d4d'/%3E%3Cpolygon points='30 1.71 30 8 36.29 8 30 1.71' style='fill:none'/%3E%3Cpath d='M6351.5,12882a9.5,9.5,0,0,1,9-9.47v-15H6353a0.5,0.5,0,0,1-.5-0.5v-7.5h-28v45h36v-3A9.5,9.5,0,0,1,6351.5,12882Z' transform='translate(-6323.5 -12848.5)' style='fill:none'/%3E%3Cpath d='M6361,12873.5a8.5,8.5,0,1,0,8.5,8.5A8.51,8.51,0,0,0,6361,12873.5Z' transform='translate(-6323.5 -12848.5)' style='fill:none'/%3E%3Cpath d='M6370.5,12882a9.5,9.5,0,0,0-9-9.47V12857a0.51,0.51,0,0,0-.15-0.35l-8-8a0.49,0.49,0,0,0-.16-0.11,0.52,0.52,0,0,0-.19,0h-29a0.5,0.5,0,0,0-.5.5v46a0.5,0.5,0,0,0,.5.5h37a0.5,0.5,0,0,0,.5-0.5v-3.53A9.5,9.5,0,0,0,6370.5,12882Zm-17-31.79,6.29,6.29h-6.29v-6.29Zm-29,44.29v-45h28v7.5a0.5,0.5,0,0,0,.5.5h7.5v15a9.49,9.49,0,0,0,0,18.95v3h-36Zm36.5-4a8.5,8.5,0,1,1,8.5-8.5A8.51,8.51,0,0,1,6361,12890.5Z' transform='translate(-6323.5 -12848.5)' style='fill:%235ebbe8'/%3E%3Cpath d='M6364.8,12877.7h-6a0.5,0.5,0,0,0,0,1h4.79l-6.74,6.74a0.5,0.5,0,1,0,.71.71l6.74-6.74v4.79a0.5,0.5,0,1,0,1,0v-6A0.5,0.5,0,0,0,6364.8,12877.7Z' transform='translate(-6323.5 -12848.5)' style='fill:%23ff4d4d'/%3E%3C/svg%3E");
  background-size: 47px;
}
.metro-line {
  display: inline-block;
  width: auto;
  font-size: 0;
  line-height: 0;
  height: 29px;
  border: 2px solid black;
  border-radius: 14.5px;
  white-space: nowrap;
  padding: 3px;
}
.metro-line span {
  display: inline-block;
  font-size: 19px;
  line-height: 1;
  color: #48C5E1;
}
.metro-line span:before {
  font-family: 'i-fantasy' !important;
  content: "\e907";
  vertical-align: top;
}
.metro-line span + span {
  margin-left: 8px;
}
.metro-line span.metro-line-empty:before {
  content: "\e90d";
}
#wh-widget-send-button.wh-widget-right {
  bottom: 0 !important;
  transition: bottom 0.3s ease !important;
  z-index: 970 !important;
}
.sticky-line-bottom #wh-widget-send-button.wh-widget-right {
  bottom: 40px !important;
}
.cookie-info:not(.hidden) ~ #wh-widget-send-button {
  bottom: 110px !important;
}
.sticky-line-bottom .cookie-info:not(.hidden) ~ #wh-widget-send-button {
  bottom: 150px !important;
}
.wbc-page-loader-loading {
  border-radius: 50%;
  background-clip: border-box;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  display: none;
}
.wbc-page-loader-loading:after {
  content: " ";
  width: 70px;
  height: 70px;
  background-image: url('/local/templates/main/images/preloader/preloader_sprite.svg');
  background-size: cover;
  -webkit-animation: play 0.8s steps(7) infinite;
  animation: play 0.8s steps(7) infinite;
  display: inline-block;
}
.btn + .wbc-page-loader-loading {
  height: 62px;
  margin-bottom: 2px;
  vertical-align: top;
}
.wbc-page-loader-progress .wbc-page-loader-loading {
  display: block;
}
.wbc-page-loader-progress .wbc-page-loader-loading ~ .btn {
  display: none;
}
.main-mail-unsubscribe-box {
  display: block;
  background: #efefef;
  position: static;
  height: auto;
}
.main-mail-unsubscribe-box .main-mail-unsubscribe-main {
  padding-top: 0;
  text-align: left;
}
.main-mail-unsubscribe-box .main-mail-unsubscribe-content-item {
  font-family: "pfagorasanspro", Arial, sans-serif;
  font-size: 15px;
}
.main-mail-unsubscribe-box .ui-btn {
  height: auto !important;
  text-transform: none;
}
.card-margin-bottom-remove {
  margin-bottom: -20px;
}
.mb-card {
  margin-bottom: 20px;
}
.card {
  margin-bottom: 20px;
}
.card .card-header,
.card .card-body,
.card .card-footer {
  padding: 0 20px 20px;
}
.card .card-header:first-child,
.card .card-body:first-child,
.card .card-footer:first-child,
.card .card-header.pt,
.card .card-body.pt,
.card .card-footer.pt {
  padding-top: 20px;
}
.card .card-footer {
  border-radius: 0 0 10px 10px;
}
.card .card-img:first-child {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .card .card-header,
  .card .card-body,
  .card .card-footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.card-content {
  background-color: #fff;
  border-radius: 10px;
}
.card-content > .card-title,
.card-content > div > .card-title {
  margin-top: 0 !important;
}
.card-content > .card-title:last-child,
.card-content > div > .card-title:last-child {
  margin-bottom: 0;
}
.card-content .card-header .placeholder-arrows {
  float: right;
  margin-left: 30px;
  width: auto;
  text-align: right;
  white-space: nowrap;
}
.card-content .card-header .placeholder-arrows .slick-arrow {
  position: static;
  display: inline-block;
  padding: 0;
}
.card-content .card-header .placeholder-arrows .slick-arrow + .slick-arrow {
  margin-left: 25px;
}
.card-content .placeholder-arrows {
  display: block;
  width: 78px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  min-height: 26px;
}
.card-content .placeholder-arrows .slick-arrow {
  font-size: 0;
  color: #48C5E1;
  padding: 0 10px;
  transition: color 0.3s ease;
}
.card-content .placeholder-arrows .slick-arrow:hover {
  color: #23b3d3;
}
.card-content .placeholder-arrows .slick-arrow:before {
  font-size: 18px;
  font-family: "i-fantasy" !important;
}
.card-content .placeholder-arrows .slick-arrow.slick-prev:before {
  content: "\e910";
}
.card-content .placeholder-arrows .slick-arrow.slick-next:before {
  content: "\e902";
}
.card-content .placeholder-arrows .slick-arrow.slick-disabled {
  display: inline-block !important;
  color: rgba(0, 0, 0, 0.3) !important;
}
.card-content .card-img {
  position: relative;
}
.card-content .card-img .placeholder-arrows {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 13px;
  white-space: nowrap;
  width: auto;
  line-height: 1;
  min-height: 0;
  padding: 4px;
  margin: 20px 20px;
  color: #fff;
  background-color: rgba(72, 197, 225, 0.5);
  border-radius: 200px;
}
@media (min-width: 1024px) {
  .card-content .card-img .placeholder-arrows {
    margin: 20px 30px;
  }
}
.card-content .card-img .placeholder-arrows .counter {
  display: inline-block;
  min-width: 34px;
  text-align: center;
}
.card-content .card-img .placeholder-arrows .slick-arrow {
  color: #fff;
  vertical-align: middle;
  position: static;
  -webkit-transform: none;
          transform: none;
}
.card-content .card-img .placeholder-arrows .slick-arrow:before {
  font-size: 13px !important;
}
.card-content .card-img .placeholder-arrows .slick-arrow.disabled {
  opacity: 0.3;
}
.card-content .card-img .placeholder-arrows .slick-arrow.slick-prev:before {
  content: "\e910" !important;
}
.card-content .card-img .placeholder-arrows .slick-arrow.slick-next:before {
  content: "\e902" !important;
}
.card-content button.card-header {
  background: transparent;
  border: none;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: left;
  margin: 0 !important;
  padding-right: 60px !important;
  display: inline-block;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.card-content button.card-header:before {
  font-family: "fc-new" !important;
  content: '\e80a';
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin: -4px 0 0 0;
  font-size: 8px;
  line-height: 1;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.card-content button.card-header:not(.collapsed) {
  background-color: #48C5E1;
  color: #fff;
}
.card-content button.card-header.collapsed:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.specialist-info-container .card-content {
  margin-top: 20px;
}
.article-card + .card-content,
[data-detail] + .card-content {
  margin-top: 20px;
}
.card-content .section:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.card-content .specialist-img {
  width: 160px;
  height: 160px;
}
.card-content .card-body.thumbnail {
  padding-top: 0;
}
@media (min-width: 768px) {
  .card-content .card-body.thumbnail {
    padding-top: 30px;
  }
}
.card-content .slick-slider .slick-arrow:before {
  font-size: 14px !important;
}
.card-content .slick-slider .slick-arrow.slick-next:before {
  content: "\e81d" !important;
}
.card-content .slick-slider .slick-arrow.slick-prev:before {
  content: "\e81e" !important;
}
.card-content .slick-slider.w-100 .slick-list {
  width: 100%;
}
@media (min-width: 768px) {
  .card-content button.card-header:before {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .card-group .card-content {
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .card-content.card-mb-lg {
    margin-bottom: 40px;
  }
}
.card-review .card-title {
  color: #48C5E1;
  margin-bottom: 20px;
}
.card-review .card-title small,
.card-review .card-title .small {
  display: inline-block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3);
}
.card-review .card-title span {
  margin-right: 21px;
}
.card-review .card-text {
  font-style: italic;
}
.card-review .card-link {
  color: #48C5E1;
}
.card-review .card-link:hover {
  color: #23b3d3;
}
.card-content .card-review {
  position: relative;
}
.card-content .card-review .card-link {
  position: absolute;
  bottom: -16px;
}
.card-content .card-review .card-text {
  display: inline;
}
.card-content .card-review .card-container {
  display: inline-block;
  min-height: 114px;
  max-height: 128px;
  overflow: hidden;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .card-content .card-review {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='91.595' height='83.737' viewBox='0 0 91.595 83.737'%3E%3Cpath d='M985.737,5208.575a26.827,26.827,0,0,0-37.939,0,26.828,26.828,0,1,0-37.94,37.94l37.94,37.94,37.939-37.94A26.827,26.827,0,0,0,985.737,5208.575Z' transform='translate(-902 -5200.718)' style='fill:%23eaf8fc'/%3E%3C/svg%3E");
    background-position: 0 30px;
    background-repeat: no-repeat;
    background-size: 91.595px 83.737px;
  }
  .card-content .card-review .card-link {
    margin-left: 32px;
  }
  .card-content .card-review .card-title {
    margin-left: -32px;
  }
  .card-content .card-review .card-container {
    padding-left: 32px;
  }
}
.card-clinic {
  margin-bottom: 30px;
}
.card-clinic .card-title {
  margin-bottom: 8px;
}
.card-clinic .card-title a {
  display: inline-block;
  text-decoration: none !important;
  margin: 0 0 8px 0;
  padding: 0;
}
.card-clinic .card-title small,
.card-clinic .card-title .small {
  font-size: 13px;
}
.card-clinic .card-text {
  margin-bottom: 20px;
}
.card-clinic .card-text [data-phone-action] {
  text-decoration: none !important;
  color: #000;
}
.card-clinic .card-img {
  margin-top: 20px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  background-color: rgba(0, 0, 0, 0.03);
}
.card-clinic .card-img img {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media (min-width: 768px) {
  .card-clinic .card-img {
    padding-bottom: 83.69565217%;
  }
}
.card-content .card-body .row.slick-initialized,
.panel-default .panel-body .row.slick-initialized {
  margin-left: 0;
  margin-right: 0;
}
.card-content .card-body .row.slick-initialized .slick-list,
.panel-default .panel-body .row.slick-initialized .slick-list {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  .card-content .card-body .row.slick-initialized .slick-list,
  .panel-default .panel-body .row.slick-initialized .slick-list {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.slick-inline-ready {
  width: auto;
}
.slick-inline-ready:not(.slick-initialized) {
  white-space: nowrap;
  overflow: hidden;
  line-height: 0;
}
.slick-inline-ready:not(.slick-initialized) > * {
  display: inline-block;
  float: none;
  line-height: 1.42857143;
  vertical-align: top;
  white-space: normal;
}
.slick-absolute-ready:not(.slick-initialized) > *:nth-child(n+2),
.slick-absolute-ready:not(.slick-initialized) .slick-list > .slick-track > *:nth-child(n+2) {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}
.slick-arrows-bright .slick-arrow {
  color: #48C5E1 !important;
  padding: 10px;
  text-shadow: 0 0 1px #fff;
}
.signature {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.signature .signature-title {
  margin-top: 0 !important;
  margin-bottom: 4px !important;
}
.signature .signature-title a {
  text-decoration: none !important;
  color: #48C5E1;
}
.signature .signature-title a:hover {
  color: #23b3d3;
}
.infographic-card .infographic-item {
  margin-top: 20px;
  margin-bottom: 30px;
}
.infographic-card .infographic-item:first-child {
  margin-top: 10px;
}
.infographic-card .row {
  margin-left: -10px;
  margin-right: -10px;
}
.infographic-card .row > [class^="col-"],
.infographic-card .row > [class*=" col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.infographic-card .thumbnail {
  border: none;
  padding: 0;
  margin: 0 0 20px 0;
  margin-bottom: 0;
}
.infographic-card .thumbnail img {
  width: 100%;
  max-width: 168px;
  margin-left: 0;
}
.infographic-card .thumbnail .caption {
  color: #000;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 14px;
}
.nav-search {
  display: block;
  position: absolute;
  opacity: 0;
  z-index: -1;
  left: 20px;
  right: 20px;
  top: 38px;
  height: 42px;
  border-radius: 21px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  background: #fff;
  transition: top 0.2s ease, opacity 0.2s ease;
  overflow: hidden;
}
.nav-search .input-group .form-control {
  height: 42px;
  background: transparent;
  border-color: transparent;
  border-radius: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  line-height: 16px;
  font-family: "pfagorasanspro", Times, serif;
}
.nav-search .input-group .form-control::-webkit-input-placeholder {
  font-family: "pfagorasanspro", Times, serif;
  color: rgba(0, 0, 0, 0.3);
}
.nav-search .input-group .form-control:-ms-input-placeholder {
  font-family: "pfagorasanspro", Times, serif;
  color: rgba(0, 0, 0, 0.3);
}
.nav-search .input-group .form-control::placeholder {
  font-family: "pfagorasanspro", Times, serif;
  color: rgba(0, 0, 0, 0.3);
}
.nav-search .input-group-addon {
  color: #48C5E1;
  padding: 13px 15px !important;
  font-size: 16px;
}
.search-open .nav-search {
  opacity: 1;
  z-index: 999;
}
@media (max-width: 1279px) {
  .nav-search {
    top: 20px;
  }
}
.not-top .nav-search {
  top: 10px;
}
.navbar-navs .nav {
  transition: opacity 0.2s ease;
}
@media (min-width: 1024px) {
  .search-open .navbar-navs .nav {
    opacity: 0;
  }
  .search-open .nav > li.nav-category:hover a.nav-desktop:before,
  .search-open .nav > li.nav-category.active a.nav-desktop:before {
    display: none;
  }
}
.payment.payment-off .price-total,
.payment.payment-off .price-category-sum,
.payment.payment-off .price-total-btn {
  display: none !important;
}
.payment.payment-off .price-table-row .price-checkbox .icon {
  display: none !important;
}
.payment.payment-off .container > .panel-group.price:first-child:not(#pricelist) {
  background-color: #E6E6E6;
  border-radius: 15px;
  margin-bottom: 20px;
}
.payment.payment-off .container > .panel-group.price:first-child:not(#pricelist):after {
  content: "К сожалению, несколько дней онлайн оплата на сайте не принимается. Это связано с техническими работами. Приносим свои извинения!";
  padding: 20px;
  display: inline-block;
  max-width: 800px;
}
.payment.payment-off .container > .panel-group.price:first-child:not(#pricelist) .panel-heading,
.payment.payment-off .container > .panel-group.price:first-child:not(#pricelist) .panel-collapse {
  display: none !important;
}
.payment.payment-off .well .well-header,
.payment.payment-off .well .well-body,
.payment.payment-off .well .well-footer {
  display: none !important;
}
.payment.payment-off .well + .text-muted {
  display: none;
}
.payment.payment-off .well:after {
  content: "К сожалению, несколько дней онлайн оплата на сайте не принимается. Это связано с техническими работами. Приносим свои извинения!";
  padding: 20px;
  display: inline-block;
  max-width: 800px;
}
.payment-off {
  /*.footer-services {
	a[href="/price-list/services-for-payment/"] {
	  display: none !important;
	}
  }*/
}
.payment-off .btn[href="/price-list/pay/"],
.payment-off .sticky-line-appointment[href="/price-list/pay/"] {
  display: none !important;
}
.payment-off .nav-category a[href="/price-list/pay/"] {
  display: none !important;
}
.img-grid {
  position: relative;
  clear: both;
}
.img-grid img {
  display: block;
  float: left;
  width: 50%;
}
.img-grid:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  border-left: 2px solid #fff;
  margin-left: -1px;
  z-index: 3;
}
.img-grid:after {
  content: "";
  display: table;
  width: 100%;
  clear: both;
}
.img-grid .img-grid-label {
  position: absolute;
  bottom: 0;
  background-color: rgba(72, 197, 225, 0.5);
  color: #fff;
  z-index: 3;
  font-size: 13px;
  padding: 4px 16px;
  border-radius: 200rem;
  margin: 20px 20px;
}
.img-grid .img-grid-label:first-child {
  left: 0;
}
.img-grid .img-grid-label:nth-child(2) {
  right: 0;
}
.img-grid .img-grid-label:nth-child(n+3) {
  display: none;
}
@media (min-width: 1024px) {
  .img-grid .img-grid-label {
    margin: 20px 30px;
  }
}
@font-face {
  font-family: 'Open Sans';
  src: url('/local/templates/main/fonts/opensans/OpenSans-Regular.eot');
  src: url('/local/templates/main/fonts/opensans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/fonts/opensans/OpenSans-Regular.woff2') format('woff2'), url('/local/templates/main/fonts/opensans/OpenSans-Regular.woff') format('woff'), url('/local/templates/main/fonts/opensans/OpenSans-Regular.ttf') format('truetype'), url('/local/templates/main/fonts/opensans/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/local/templates/main/fonts/opensans/OpenSans-Bold.eot');
  src: url('/local/templates/main/fonts/opensans/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/fonts/opensans/OpenSans-Bold.woff2') format('woff2'), url('/local/templates/main/fonts/opensans/OpenSans-Bold.woff') format('woff'), url('/local/templates/main/fonts/opensans/OpenSans-Bold.ttf') format('truetype'), url('/local/templates/main/fonts/opensans/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge,
.btn-outline .badge,
.btn-outline-gray .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-color: #fff;
  color: #48C5E1;
  border-color: #fff;
}
.btn-default:hover:focus,
.btn-default:hover:active,
.btn-default:hover {
  background-color: #48C5E1;
  color: #fff;
  border-color: #48C5E1;
}
.btn-default:focus,
.btn-default:active:focus {
  border-color: #fff;
  background-color: #fff;
  color: #48C5E1;
  outline: 0;
}
.btn-default:active,
.btn-default.active {
  background-color: #48C5E1;
  color: #fff;
  border-color: #48C5E1;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-default-gray {
  background-color: #f7f7f7;
  color: #48C5E1;
  border-color: #f7f7f7;
}
.btn-default-gray:hover:focus,
.btn-default-gray:hover:active,
.btn-default-gray:hover {
  background-color: #48C5E1;
  color: #f7f7f7;
  border-color: #48C5E1;
}
.btn-default-gray:focus,
.btn-default-gray:active:focus {
  border-color: #f7f7f7;
  background-color: #f7f7f7;
  color: #48C5E1;
  outline: 0;
}
.btn-default-gray:active,
.btn-default-gray.active {
  background-color: #48C5E1;
  color: #f7f7f7;
  border-color: #48C5E1;
}
.btn-default-gray.disabled,
.btn-default-gray[disabled],
fieldset[disabled] .btn-default-gray,
.btn-default-gray.disabled:hover,
.btn-default-gray[disabled]:hover,
fieldset[disabled] .btn-default-gray:hover,
.btn-default-gray.disabled:focus,
.btn-default-gray[disabled]:focus,
fieldset[disabled] .btn-default-gray:focus,
.btn-default-gray.disabled.focus,
.btn-default-gray[disabled].focus,
fieldset[disabled] .btn-default-gray.focus,
.btn-default-gray.disabled:active,
.btn-default-gray[disabled]:active,
fieldset[disabled] .btn-default-gray:active,
.btn-default-gray.disabled.active,
.btn-default-gray[disabled].active,
fieldset[disabled] .btn-default-gray.active {
  background-color: #d8d8d8;
  background-image: none;
}
.btn-primary,
.main-mail-unsubscribe-box .ui-btn-primary {
  border-color: #48C5E1;
  background-color: #48C5E1;
  color: #48C5E1;
  color: #fff;
}
.btn-primary:hover:focus,
.btn-primary:hover:active,
.btn-primary:hover {
  background-color: #fff;
  color: #48C5E1;
  border-color: #fff;
}
.btn-primary:focus,
.btn-primary:active:focus {
  border-color: #48C5E1;
  background-color: #48C5E1;
  color: #fff;
  outline: 0;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #fff;
  color: #48C5E1;
  border-color: #fff;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #21accb;
  background-image: none;
}
.btn-success {
  border-color: #44d014;
  background-color: #44d014;
  color: #48C5E1;
}
.btn-success:hover:focus,
.btn-success:hover:active,
.btn-success:hover {
  background-color: #48C5E1;
  color: #44d014;
  border-color: #48C5E1;
}
.btn-success:focus,
.btn-success:active:focus {
  border-color: #44d014;
  background-color: #44d014;
  color: #48C5E1;
  outline: 0;
}
.btn-success:active,
.btn-success.active {
  background-color: #48C5E1;
  color: #44d014;
  border-color: #48C5E1;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #32980f;
  background-image: none;
}
.btn-info {
  border-color: #5bc0de;
  background-color: #5bc0de;
  color: #48C5E1;
}
.btn-info:hover:focus,
.btn-info:hover:active,
.btn-info:hover {
  background-color: #48C5E1;
  color: #5bc0de;
  border-color: #48C5E1;
}
.btn-info:focus,
.btn-info:active:focus {
  border-color: #5bc0de;
  background-color: #5bc0de;
  color: #48C5E1;
  outline: 0;
}
.btn-info:active,
.btn-info.active {
  background-color: #48C5E1;
  color: #5bc0de;
  border-color: #48C5E1;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  border-color: #f0ad4e;
  background-color: #f0ad4e;
  color: #48C5E1;
}
.btn-warning:hover:focus,
.btn-warning:hover:active,
.btn-warning:hover {
  background-color: #48C5E1;
  color: #f0ad4e;
  border-color: #48C5E1;
}
.btn-warning:focus,
.btn-warning:active:focus {
  border-color: #f0ad4e;
  background-color: #f0ad4e;
  color: #48C5E1;
  outline: 0;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #48C5E1;
  color: #f0ad4e;
  border-color: #48C5E1;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  border-color: #f90a6f;
  background-color: #f90a6f;
  color: #48C5E1;
}
.btn-danger:hover:focus,
.btn-danger:hover:active,
.btn-danger:hover {
  background-color: #48C5E1;
  color: #f90a6f;
  border-color: #48C5E1;
}
.btn-danger:focus,
.btn-danger:active:focus {
  border-color: #f90a6f;
  background-color: #f90a6f;
  color: #48C5E1;
  outline: 0;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #48C5E1;
  color: #f90a6f;
  border-color: #48C5E1;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c10554;
  background-image: none;
}
.btn-outline {
  border-color: #fff;
  background-color: #fff;
  background-color: transparent;
  border-color: #48C5E1;
  color: #48C5E1;
}
.btn-outline:hover:focus,
.btn-outline:hover:active,
.btn-outline:hover {
  background-color: #48C5E1;
  color: #fff;
  border-color: #48C5E1;
}
.btn-outline:focus,
.btn-outline:active:focus {
  border-color: #fff;
  background-color: #fff;
  color: #48C5E1;
  outline: 0;
}
.btn-outline:active,
.btn-outline.active {
  background-color: #48C5E1;
  color: #fff;
  border-color: #48C5E1;
}
.btn-outline.disabled,
.btn-outline[disabled],
fieldset[disabled] .btn-outline,
.btn-outline.disabled:hover,
.btn-outline[disabled]:hover,
fieldset[disabled] .btn-outline:hover,
.btn-outline.disabled:focus,
.btn-outline[disabled]:focus,
fieldset[disabled] .btn-outline:focus,
.btn-outline.disabled.focus,
.btn-outline[disabled].focus,
fieldset[disabled] .btn-outline.focus,
.btn-outline.disabled:active,
.btn-outline[disabled]:active,
fieldset[disabled] .btn-outline:active,
.btn-outline.disabled.active,
.btn-outline[disabled].active,
fieldset[disabled] .btn-outline.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-outline:focus,
.btn-outline:active:focus {
  border-color: #48C5E1;
  background-color: transparent;
  color: #48C5E1;
  outline: 0;
}
.btn-outline:hover:focus,
.btn-outline:hover:active,
.btn-outline:hover {
  background-color: #48C5E1;
  color: #fff;
  border-color: #48C5E1;
}
.btn-outline-gray {
  border-color: #efefef;
  background-color: #efefef;
  background-color: transparent;
  border-color: #48C5E1;
  color: #48C5E1;
}
.btn-outline-gray:hover:focus,
.btn-outline-gray:hover:active,
.btn-outline-gray:hover {
  background-color: #48C5E1;
  color: #efefef;
  border-color: #48C5E1;
}
.btn-outline-gray:focus,
.btn-outline-gray:active:focus {
  border-color: #efefef;
  background-color: #efefef;
  color: #48C5E1;
  outline: 0;
}
.btn-outline-gray:active,
.btn-outline-gray.active {
  background-color: #48C5E1;
  color: #efefef;
  border-color: #48C5E1;
}
.btn-outline-gray.disabled,
.btn-outline-gray[disabled],
fieldset[disabled] .btn-outline-gray,
.btn-outline-gray.disabled:hover,
.btn-outline-gray[disabled]:hover,
fieldset[disabled] .btn-outline-gray:hover,
.btn-outline-gray.disabled:focus,
.btn-outline-gray[disabled]:focus,
fieldset[disabled] .btn-outline-gray:focus,
.btn-outline-gray.disabled.focus,
.btn-outline-gray[disabled].focus,
fieldset[disabled] .btn-outline-gray.focus,
.btn-outline-gray.disabled:active,
.btn-outline-gray[disabled]:active,
fieldset[disabled] .btn-outline-gray:active,
.btn-outline-gray.disabled.active,
.btn-outline-gray[disabled].active,
fieldset[disabled] .btn-outline-gray.active {
  background-color: #d0d0d0;
  background-image: none;
}
.btn-outline-gray:focus,
.btn-outline-gray:active:focus {
  border-color: #48C5E1;
  background-color: #efefef;
  color: #48C5E1;
  outline: 0;
}
.btn-outline-gray:hover:focus,
.btn-outline-gray:hover:active,
.btn-outline-gray:hover {
  background-color: #48C5E1;
  color: #fff;
  border-color: #48C5E1;
}
.btn-outline-inverse {
  border-color: #48C5E1;
  background-color: #48C5E1;
  color: #48C5E1;
  color: #fff;
}
.btn-outline-inverse:hover:focus,
.btn-outline-inverse:hover:active,
.btn-outline-inverse:hover {
  background-color: #fff;
  color: #48C5E1;
  border-color: #fff;
}
.btn-outline-inverse:focus,
.btn-outline-inverse:active:focus {
  border-color: #48C5E1;
  background-color: #48C5E1;
  color: #fff;
  outline: 0;
}
.btn-outline-inverse:active,
.btn-outline-inverse.active {
  background-color: #fff;
  color: #48C5E1;
  border-color: #fff;
}
.btn-outline-inverse.disabled,
.btn-outline-inverse[disabled],
fieldset[disabled] .btn-outline-inverse,
.btn-outline-inverse.disabled:hover,
.btn-outline-inverse[disabled]:hover,
fieldset[disabled] .btn-outline-inverse:hover,
.btn-outline-inverse.disabled:focus,
.btn-outline-inverse[disabled]:focus,
fieldset[disabled] .btn-outline-inverse:focus,
.btn-outline-inverse.disabled.focus,
.btn-outline-inverse[disabled].focus,
fieldset[disabled] .btn-outline-inverse.focus,
.btn-outline-inverse.disabled:active,
.btn-outline-inverse[disabled]:active,
fieldset[disabled] .btn-outline-inverse:active,
.btn-outline-inverse.disabled.active,
.btn-outline-inverse[disabled].active,
fieldset[disabled] .btn-outline-inverse.active {
  background-color: #21accb;
  background-image: none;
}
.btn-outline-inverse:focus,
.btn-outline-inverse:active:focus {
  border-color: #48C5E1;
}
.btn-outline-inverse:hover:focus,
.btn-outline-inverse:hover:active,
.btn-outline-inverse:hover {
  background-color: #fff;
  color: #48C5E1;
  border-color: #48C5E1;
}
.btn-bordered {
  border-color: #fff;
  background-color: #fff;
  color: #48C5E1;
  background-color: transparent;
  border-color: #E6E6E6;
  color: #000;
  border-width: 1px;
}
.btn-bordered:hover:focus,
.btn-bordered:hover:active,
.btn-bordered:hover {
  background-color: #fff;
  color: #fff;
  border-color: #fff;
}
.btn-bordered:focus,
.btn-bordered:active:focus {
  border-color: #fff;
  background-color: #fff;
  color: #fff;
  outline: 0;
}
.btn-bordered:active,
.btn-bordered.active {
  background-color: #fff;
  color: #fff;
  border-color: #fff;
}
.btn-bordered.disabled,
.btn-bordered[disabled],
fieldset[disabled] .btn-bordered,
.btn-bordered.disabled:hover,
.btn-bordered[disabled]:hover,
fieldset[disabled] .btn-bordered:hover,
.btn-bordered.disabled:focus,
.btn-bordered[disabled]:focus,
fieldset[disabled] .btn-bordered:focus,
.btn-bordered.disabled.focus,
.btn-bordered[disabled].focus,
fieldset[disabled] .btn-bordered.focus,
.btn-bordered.disabled:active,
.btn-bordered[disabled]:active,
fieldset[disabled] .btn-bordered:active,
.btn-bordered.disabled.active,
.btn-bordered[disabled].active,
fieldset[disabled] .btn-bordered.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-bordered:focus,
.btn-bordered:active:focus {
  border-color: #E6E6E6;
  background-color: #fff;
  color: #000;
  outline: 0;
}
.btn-bordered:hover:focus,
.btn-bordered:hover:active,
.btn-bordered:hover {
  background-color: #fff;
  color: #000;
  border-color: #48C5E1;
}
.thumbnail,
.img-thumbnail {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:hover:focus {
  background: transparent;
  color: #48C5E1;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:hover:focus {
  background: transparent;
  color: #48C5E1;
}
.navbar-default {
  background-image: linear-gradient(to bottom, rgba(26, 26, 26, 0) 0%, transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001a1a1a', endColorstr='#00000000', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 0;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 0;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 1023px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: linear-gradient(to bottom, #48C5E1 0%, #32bedd 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff48c5e1', endColorstr='#ff32bedd', GradientType=0);
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: linear-gradient(to bottom, #48C5E1 0%, #23b3d3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff48c5e1', endColorstr='#ff23b3d3', GradientType=0);
}
.progress-bar-success {
  background-image: linear-gradient(to bottom, #44d014 0%, #35a110 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff44d014', endColorstr='#ff35a110', GradientType=0);
}
.progress-bar-info {
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: linear-gradient(to bottom, #f90a6f 0%, #cb0559 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff90a6f', endColorstr='#ffcb0559', GradientType=0);
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #23b3d3;
  background-image: linear-gradient(to bottom, #48C5E1 0%, #27bbdc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff48c5e1', endColorstr='#ff27bbdc', GradientType=0);
  border-color: #27bbdc;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  box-shadow: none;
}
.collapse:before,
.collapse:after {
  content: " ";
  display: table;
}
.collapse:after {
  clear: both;
}
.collapse:before,
.collapse:after {
  content: " ";
  display: table;
}
.collapse:after {
  clear: both;
}
*:focus {
  outline: 0;
}
.btn-container {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .btn-container {
    margin-top: 15px;
  }
}
.hide {
  display: none;
}
.invisible {
  visibility: hidden;
}
.clean-ul-list {
  list-style: none;
}
.clean-ul-list,
.clean-ul-list li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.old-hidden {
  display: none!important;
}
.webui-popover-content{display:none}.webui-popover-rtl{direction:rtl;text-align:right}.webui-popover{position:absolute;top:0;left:0;z-index:9999;display:none;min-width:50px;min-height:32px;padding:1px;text-align:left;white-space:normal;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;box-shadow:0 5px 10px rgba(0,0,0,.2)}.webui-popover.top,.webui-popover.top-left,.webui-popover.top-right{margin-top:-10px}.webui-popover.right,.webui-popover.right-top,.webui-popover.right-bottom{margin-left:10px}.webui-popover.bottom,.webui-popover.bottom-left,.webui-popover.bottom-right{margin-top:10px}.webui-popover.left,.webui-popover.left-top,.webui-popover.left-bottom{margin-left:-10px}.webui-popover.pop{-webkit-transform:scale(0.8);transform:scale(0.8);transition:-webkit-transform .15s cubic-bezier(0.3,0,0,1.5);transition:transform .15s cubic-bezier(0.3,0,0,1.5);transition:transform .15s cubic-bezier(0.3,0,0,1.5), -webkit-transform .15s cubic-bezier(0.3,0,0,1.5);opacity:0;filter:alpha(opacity=0)}.webui-popover.pop-out{transition-property:"opacity,transform";transition:.15s linear;opacity:0;filter:alpha(opacity=0)}.webui-popover.fade,.webui-popover.fade-out{transition:opacity .15s linear;opacity:0;filter:alpha(opacity=0)}.webui-popover.out{opacity:0;filter:alpha(opacity=0)}.webui-popover.in{-webkit-transform:none;transform:none;opacity:1;filter:alpha(opacity=100)}.webui-popover .webui-popover-content{padding:9px 14px;overflow:auto;display:block}.webui-popover .webui-popover-content>div:first-child{width:99%}.webui-popover-inner .close{font-family:arial;margin:8px 10px 0 0;float:right;font-size:16px;font-weight:700;line-height:16px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20);text-decoration:none}.webui-popover-inner .close:hover,.webui-popover-inner .close:focus{opacity:.5;filter:alpha(opacity=50)}.webui-popover-inner .close:after{content:"\00D7";width:.8em;height:.8em;padding:4px;position:relative}.webui-popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:700;line-height:18px;background-color:#fff;border-bottom:1px solid #f2f2f2;border-radius:5px 5px 0 0}.webui-popover-content{padding:9px 14px;overflow:auto;display:none}.webui-popover-inverse{background-color:#333;color:#eee}.webui-popover-inverse .webui-popover-title{background:#333;border-bottom:1px solid #3b3b3b;color:#eee}.webui-no-padding .webui-popover-content{padding:0}.webui-no-padding .list-group-item{border-right:none;border-left:none}.webui-no-padding .list-group-item:first-child{border-top:0}.webui-no-padding .list-group-item:last-child{border-bottom:0}.webui-popover>.webui-arrow,.webui-popover>.webui-arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.webui-popover>.webui-arrow{border-width:11px}.webui-popover>.webui-arrow:after{border-width:10px;content:""}.webui-popover.top>.webui-arrow,.webui-popover.top-right>.webui-arrow,.webui-popover.top-left>.webui-arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.webui-popover.top>.webui-arrow:after,.webui-popover.top-right>.webui-arrow:after,.webui-popover.top-left>.webui-arrow:after{content:" ";bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0}.webui-popover.right>.webui-arrow,.webui-popover.right-top>.webui-arrow,.webui-popover.right-bottom>.webui-arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}.webui-popover.right>.webui-arrow:after,.webui-popover.right-top>.webui-arrow:after,.webui-popover.right-bottom>.webui-arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.webui-popover.bottom>.webui-arrow,.webui-popover.bottom-right>.webui-arrow,.webui-popover.bottom-left>.webui-arrow{top:-11px;left:50%;margin-left:-11px;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);border-top-width:0}.webui-popover.bottom>.webui-arrow:after,.webui-popover.bottom-right>.webui-arrow:after,.webui-popover.bottom-left>.webui-arrow:after{content:" ";top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0}.webui-popover.left>.webui-arrow,.webui-popover.left-top>.webui-arrow,.webui-popover.left-bottom>.webui-arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.webui-popover.left>.webui-arrow:after,.webui-popover.left-top>.webui-arrow:after,.webui-popover.left-bottom>.webui-arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.webui-popover-inverse.top>.webui-arrow,.webui-popover-inverse.top-left>.webui-arrow,.webui-popover-inverse.top-right>.webui-arrow,.webui-popover-inverse.top>.webui-arrow:after,.webui-popover-inverse.top-left>.webui-arrow:after,.webui-popover-inverse.top-right>.webui-arrow:after{border-top-color:#333}.webui-popover-inverse.right>.webui-arrow,.webui-popover-inverse.right-top>.webui-arrow,.webui-popover-inverse.right-bottom>.webui-arrow,.webui-popover-inverse.right>.webui-arrow:after,.webui-popover-inverse.right-top>.webui-arrow:after,.webui-popover-inverse.right-bottom>.webui-arrow:after{border-right-color:#333}.webui-popover-inverse.bottom>.webui-arrow,.webui-popover-inverse.bottom-left>.webui-arrow,.webui-popover-inverse.bottom-right>.webui-arrow,.webui-popover-inverse.bottom>.webui-arrow:after,.webui-popover-inverse.bottom-left>.webui-arrow:after,.webui-popover-inverse.bottom-right>.webui-arrow:after{border-bottom-color:#333}.webui-popover-inverse.left>.webui-arrow,.webui-popover-inverse.left-top>.webui-arrow,.webui-popover-inverse.left-bottom>.webui-arrow,.webui-popover-inverse.left>.webui-arrow:after,.webui-popover-inverse.left-top>.webui-arrow:after,.webui-popover-inverse.left-bottom>.webui-arrow:after{border-left-color:#333}.webui-popover i.icon-refresh:before{content:""}.webui-popover i.icon-refresh{display:block;width:30px;height:30px;font-size:20px;top:50%;left:50%;position:absolute;margin-left:-15px;margin-right:-15px;background:url(../img/loading.gif) no-repeat}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg)}}@keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.webui-popover-backdrop{background-color:rgba(0,0,0,.65);width:100%;height:100%;position:fixed;top:0;left:0;z-index:9998}.webui-popover .dropdown-menu{display:block;position:relative;top:0;border:none;box-shadow:none;float:none}
/*!
 * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px \0}.bootstrap-select>.dropdown-toggle{padding-right:25px;width:100%;z-index:1}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999}.bootstrap-select>select{border:none;bottom:0;display:block!important;height:100%!important;left:50%;opacity:0!important;padding:0!important;position:absolute!important;width:.5px!important}.bootstrap-select>select.mobile-device{display:block!important;left:0;top:0;width:100%!important;z-index:2}.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle{border-color:#b94a48}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{border:none;margin-bottom:0;padding:0}.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{z-index:auto}.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn{border-radius:0}.bootstrap-select.btn-group:not(.input-group-btn),.bootstrap-select.btn-group[class*=col-]{display:inline-block;float:none;margin-left:0}.bootstrap-select.btn-group.dropdown-menu-right,.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select.btn-group,.form-horizontal .bootstrap-select.btn-group,.form-inline .bootstrap-select.btn-group{margin-bottom:0}.form-group-lg .bootstrap-select.btn-group.form-control,.form-group-sm .bootstrap-select.btn-group.form-control{padding:0}.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle{border-radius:inherit;font-size:inherit;height:100%;line-height:inherit}.form-inline .bootstrap-select.btn-group .form-control{width:100%}.bootstrap-select.btn-group.disabled,.bootstrap-select.btn-group>.disabled{cursor:not-allowed}.bootstrap-select.btn-group.disabled:focus,.bootstrap-select.btn-group>.disabled:focus{outline:none!important}.bootstrap-select.btn-group.bs-container{height:0!important;padding:0!important;position:absolute}.bootstrap-select.btn-group.bs-container .dropdown-menu{z-index:1060}.bootstrap-select.btn-group .dropdown-toggle .filter-option{display:inline-block;overflow:hidden;text-align:left;width:100%}.bootstrap-select.btn-group .dropdown-toggle .caret{margin-top:-2px;position:absolute;right:12px;top:50%;vertical-align:middle}.bootstrap-select.btn-group[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select.btn-group .dropdown-menu{box-sizing:border-box;min-width:100%}.bootstrap-select.btn-group .dropdown-menu.inner{-webkit-box-shadow:none;border:0;border-radius:0;box-shadow:none;float:none;margin:0;padding:0;position:static}.bootstrap-select.btn-group .dropdown-menu li{position:relative}.bootstrap-select.btn-group .dropdown-menu li.active small{color:#fff}.bootstrap-select.btn-group .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select.btn-group .dropdown-menu li a{-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;cursor:pointer;user-select:none}.bootstrap-select.btn-group .dropdown-menu li a.opt{padding-left:2.25em;position:relative}.bootstrap-select.btn-group .dropdown-menu li a span.check-mark{display:none}.bootstrap-select.btn-group .dropdown-menu li a span.text{display:inline-block}.bootstrap-select.btn-group .dropdown-menu li small{padding-left:.5em}.bootstrap-select.btn-group .dropdown-menu .notify{-moz-box-sizing:border-box;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);-webkit-box-sizing:border-box;background:#f5f5f5;border:1px solid #e3e3e3;bottom:5px;box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-sizing:border-box;margin:0 2%;min-height:26px;opacity:.9;padding:3px 5px;pointer-events:none;position:absolute;width:96%}.bootstrap-select.btn-group .no-results{background:#f5f5f5;margin:0 5px;padding:3px;white-space:nowrap}.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option{position:static}.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret{margin-top:-1px;position:static;top:auto}.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{display:inline-block;margin-top:5px;position:absolute;right:15px}.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle:before{border-bottom:7px solid hsla(0,0%,80%,.2);border-left:7px solid transparent;border-right:7px solid transparent;bottom:-4px;content:"";display:none;left:9px;position:absolute}.bootstrap-select.show-menu-arrow .dropdown-toggle:after{border-bottom:6px solid #fff;border-left:6px solid transparent;border-right:6px solid transparent;bottom:-4px;content:"";display:none;left:10px;position:absolute}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before{border-bottom:0;border-top:7px solid hsla(0,0%,80%,.2);bottom:auto;top:-3px}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after{border-bottom:0;border-top:6px solid #fff;bottom:auto;top:-3px}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before{left:auto;right:12px}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after{left:auto;right:13px}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{box-sizing:border-box;width:100%}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{box-sizing:border-box;float:left;width:100%}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{float:none;margin-bottom:0;width:100%}
/* 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);
            transform: translate3d(0, 0, 0);
}

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

    display: block;
}
.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;
}
html body {
  background: #4e4e4e;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.container-fluid,
.container,
.main-mail-unsubscribe-box .main-mail-unsubscribe-main {
  max-width: 1120px;
  margin: 0 auto;
}
.not-relative {
  position: static;
}
.wrapper {
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  background-color: #fff;
}
@media (min-width: 768px) {
  body > .wrapper {
    padding-top: 38px;
  }
}
html.fixed-footer {
  height: 100%;
}
html.fixed-footer body {
  height: 100%;
}
html.fixed-footer body .wrapper {
  position: relative;
  height: 100%;
}
html.fixed-footer body .footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .col-sm-offset-180 {
    margin-left: -180px;
  }
}
.mb-30 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  [data-sticky-sidebar] *:last-child,
  .wrapper-sticky *:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  [data-sticky-sidebar],
  .wrapper-sticky {
    width: 100%!important;
  }
}
@media (max-width: 767px) {
  .wrapper-sticky {
    width: auto!important;
    right: auto!important;
    float: none!important;
  }
}
body.modal-open .wrapper-sticky.sticky-active {
  z-index: 99;
}
.overflow {
  overflow: hidden!important;
}
[data-phone-action] {
  cursor: pointer;
}
[data-phone-action],
[data-phone-action]:hover,
[data-phone-action]:focus,
[data-phone-action]:focus:hover {
  color: #48C5E1;
  text-decoration: underline;
}
#sticky-parent.row #sticky-sidebar + div {
  z-index: -1;
}
#sticky-parent.row #sticky-sidebar + div[class^="col-"] {
  z-index: auto;
}
@media (max-width: 767px) {
  .row-xs-count-1 > [class*="col-"]:nth-of-type(1n + 1),
  .row-xs-count-1 > div:not([class*="col-"]) > [class*="col-"]:nth-of-type(1n + 1) {
    clear: left;
  }
  .row-xs-count-2 > [class*="col-"]:nth-of-type(2n + 1),
  .row-xs-count-2 > div:not([class*="col-"]) > [class*="col-"]:nth-of-type(2n + 1) {
    clear: left;
  }
  .row-xs-count-3 > [class*="col-"]:nth-of-type(3n + 1),
  .row-xs-count-3 > div:not([class*="col-"]) > [class*="col-"]:nth-of-type(3n + 1) {
    clear: left;
  }
  .row-xs-count-4 > [class*="col-"]:nth-of-type(4n + 1),
  .row-xs-count-4 > div:not([class*="col-"]) > [class*="col-"]:nth-of-type(4n + 1) {
    clear: left;
  }
  .row-xs-count-5 > [class*="col-"]:nth-of-type(5n + 1),
  .row-xs-count-5 > div:not([class*="col-"]) > [class*="col-"]:nth-of-type(5n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .row-sm-count-1 > [class*="col-"]:nth-of-type(1n + 1),
  .row-sm-count-1 > div:not([class*="col-"]) > [class*="col-"]:nth-of-type(1n + 1) {
    clear: left;
  }
  .row-sm-count-2 > [class*="col-"]:nth-of-type(2n + 1),
  .row-sm-count-2 > div:not([class*="col-"]) > [class*="col-"]:nth-of-type(2n + 1) {
    clear: left;
  }
  .row-sm-count-3 > [class*="col-"]:nth-of-type(3n + 1),
  .row-sm-count-3 > div:not([class*="col-"]) > [class*="col-"]:nth-of-type(3n + 1) {
    clear: left;
  }
  .row-sm-count-4 > [class*="col-"]:nth-of-type(4n + 1),
  .row-sm-count-4 > div:not([class*="col-"]) > [class*="col-"]:nth-of-type(4n + 1) {
    clear: left;
  }
  .row-sm-count-5 > [class*="col-"]:nth-of-type(5n + 1),
  .row-sm-count-5 > div:not([class*="col-"]) > [class*="col-"]:nth-of-type(5n + 1) {
    clear: left;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .row-md-count-1 > [class*="col-"]:nth-of-type(1n + 1),
  .row-md-count-1 > div:not([class*="col-"]) > [class*="col-"]:nth-of-type(1n + 1) {
    clear: left;
  }
  .row-md-count-2 > [class*="col-"]:nth-of-type(2n + 1),
  .row-md-count-2 > div:not([class*="col-"]) > [class*="col-"]:nth-of-type(2n + 1) {
    clear: left;
  }
  .row-md-count-3 > [class*="col-"]:nth-of-type(3n + 1),
  .row-md-count-3 > div:not([class*="col-"]) > [class*="col-"]:nth-of-type(3n + 1) {
    clear: left;
  }
  .row-md-count-4 > [class*="col-"]:nth-of-type(4n + 1),
  .row-md-count-4 > div:not([class*="col-"]) > [class*="col-"]:nth-of-type(4n + 1) {
    clear: left;
  }
  .row-md-count-5 > [class*="col-"]:nth-of-type(5n + 1),
  .row-md-count-5 > div:not([class*="col-"]) > [class*="col-"]:nth-of-type(5n + 1) {
    clear: left;
  }
}
@media (min-width: 1280px) {
  .row-lg-count-1 > [class*="col-"]:nth-of-type(1n + 1),
  .row-lg-count-1 > div:not([class*="col-"]) > [class*="col-"]:nth-of-type(1n + 1) {
    clear: left;
  }
  .row-lg-count-2 > [class*="col-"]:nth-of-type(2n + 1),
  .row-lg-count-2 > div:not([class*="col-"]) > [class*="col-"]:nth-of-type(2n + 1) {
    clear: left;
  }
  .row-lg-count-3 > [class*="col-"]:nth-of-type(3n + 1),
  .row-lg-count-3 > div:not([class*="col-"]) > [class*="col-"]:nth-of-type(3n + 1) {
    clear: left;
  }
  .row-lg-count-4 > [class*="col-"]:nth-of-type(4n + 1),
  .row-lg-count-4 > div:not([class*="col-"]) > [class*="col-"]:nth-of-type(4n + 1) {
    clear: left;
  }
  .row-lg-count-5 > [class*="col-"]:nth-of-type(5n + 1),
  .row-lg-count-5 > div:not([class*="col-"]) > [class*="col-"]:nth-of-type(5n + 1) {
    clear: left;
  }
}
.admin-editor-hint {
  position: absolute;
  font-size: 8px;
  color: #48C5E1;
  font-family: "pfagorasanspro", Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
}
.admin-editor-frame {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px dotted #48C5E1;
}
.admin-editor {
  background-color: #f2f2f2;
}
.admin-editor .collapse {
  display: block !important;
}
.admin-editor label:not(.control-label) {
  margin-top: 0 !important;
}
.admin-editor .article-card {
  position: relative;
  border: 1px dotted #48C5E1;
}
.admin-editor .article-card:after {
  position: absolute;
  font-size: 8px;
  color: #48C5E1;
  font-family: "pfagorasanspro", Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
  content: "Карточка";
  right: 4px;
  top: 2px;
}
.admin-editor .article-card .h4:first-child {
  border: 1px dotted #48C5E1;
  border-radius: 3px;
  position: relative;
}
.admin-editor .article-card .h4:first-child:after {
  position: absolute;
  font-size: 8px;
  color: #48C5E1;
  font-family: "pfagorasanspro", Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
  content: "Заголовок карточки";
  right: 0;
  top: -10px;
}
.admin-editor p,
.admin-editor ul,
.admin-editor ol,
.admin-editor div,
.admin-editor h1,
.admin-editor h2,
.admin-editor h3,
.admin-editor h4,
.admin-editor h5,
.admin-editor h6 {
  position: relative;
}
.admin-editor p:before,
.admin-editor ul:before,
.admin-editor ol:before,
.admin-editor div:before,
.admin-editor h1:before,
.admin-editor h2:before,
.admin-editor h3:before,
.admin-editor h4:before,
.admin-editor h5:before,
.admin-editor h6:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px dotted #48C5E1;
  border-color: #ffbd2f;
}
.admin-editor p:after,
.admin-editor ul:after,
.admin-editor ol:after,
.admin-editor div:after,
.admin-editor h1:after,
.admin-editor h2:after,
.admin-editor h3:after,
.admin-editor h4:after,
.admin-editor h5:after,
.admin-editor h6:after {
  position: absolute;
  font-size: 8px;
  color: #48C5E1;
  font-family: "pfagorasanspro", Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #ffbd2f;
  right: 0;
  top: -10px;
}
.admin-editor p:after {
  content: "Параграф (абзац)";
}
.admin-editor div:after {
  content: "Блок";
}
.admin-editor h1:after,
.admin-editor h2:after,
.admin-editor h3:after,
.admin-editor h4:after,
.admin-editor h5:after,
.admin-editor h6:after,
.admin-editor .h1:after,
.admin-editor .h2:after,
.admin-editor .h3:after,
.admin-editor .h4:after,
.admin-editor .h5:after,
.admin-editor .h6:after {
  content: "Заголовок";
}
.admin-editor ul:after,
.admin-editor ol:after {
  content: "Список";
}
.admin-editor ul p:after,
.admin-editor ol p:after {
  top: 0;
}
.admin-editor *[style] {
  background-color: rgba(249, 10, 111, 0.1);
  position: relative;
}
.admin-editor *[style]:before {
  position: absolute;
  font-size: 8px;
  color: #48C5E1;
  font-family: "pfagorasanspro", Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
  content: "Стили не по макету";
  color: #f90a6f;
  top: -2px;
  left: 0;
  width: 70px;
}
.admin-editor .row:before {
  display: none;
}
.admin-editor .row:after {
  content: "";
  display: table;
  clear: both;
  position: static;
}
.admin-editor span:not([class]) {
  background-color: rgba(249, 10, 111, 0.1);
  position: relative;
}
.admin-editor span:not([class]):after {
  position: absolute;
  font-size: 8px;
  color: #48C5E1;
  font-family: "pfagorasanspro", Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
  content: "Лишний span";
  color: #f90a6f;
  top: -10px;
  left: 0;
  width: 50px;
}
.admin-editor span:not([class])[data-phone-action] {
  background-color: transparent;
}
.admin-editor span:not([class])[data-phone-action]:after {
  display: none;
}
.bx-core-adm-dialog input[type="checkbox"],
.bx-core-adm-dialog input[type="radio"] {
  position: static;
  top: auto;
  left: auto;
  display: inline;
}
#bx_admin_form input[type="radio"],
#bx_admin_form input[type="checkbox"] {
  position: static;
  opacity: 1;
}
.vert-pad-symmetric {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1023px) {
  .vert-pad-symmetric {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.vert-pad-bottom {
  padding-bottom: 50px;
}
@media (max-width: 1023px) {
  .vert-pad-bottom {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .vert-pad-bottom {
    padding-bottom: 20px;
  }
}
.vert-pad-top {
  padding-top: 50px;
}
@media (max-width: 1023px) {
  .vert-pad-top {
    padding-top: 30px;
  }
}
.container-wrap:before,
.container-wrap:after {
  content: " ";
  display: table;
}
.container-wrap:after {
  clear: both;
}
.container-wrap:before,
.container-wrap:after {
  content: " ";
  display: table;
}
.container-wrap:after {
  clear: both;
}
.container-wrap--gray {
  background-color: #efefef;
}
.container-wrap--gray-decorated,
.container-wrap--colored-decorated,
.container-wrap--white-colored-decorated,
.container-wrap--gray-colored-decorated {
  padding-bottom: 140px;
  position: relative;
}
.container-wrap--gray-decorated .vert-pad-symmetric,
.container-wrap--colored-decorated .vert-pad-symmetric,
.container-wrap--white-colored-decorated .vert-pad-symmetric,
.container-wrap--gray-colored-decorated .vert-pad-symmetric {
  padding-bottom: 0;
}
.container-wrap--gray-decorated:after,
.container-wrap--colored-decorated:after,
.container-wrap--white-colored-decorated:after,
.container-wrap--gray-colored-decorated:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 160px;
  bottom: -10px;
  left: 0;
  background: url("/local/templates/main/images/bg-default/decoration.svg") no-repeat center bottom;
}
.container-wrap--gray-decorated {
  background: url("/local/templates/main/images/bg-default/decor-white.svg") repeat-x 50% bottom, #efefef;
}
.container-wrap--colored {
  background-color: #eaf8fc;
}
.container-wrap--colored > .container > .section--colored {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .container-wrap--colored > .container > .section--colored {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.container-wrap--colored-decorated {
  background: url("/local/templates/main/images/bg-default/decor-gray.svg") repeat-x 50% bottom, #eaf8fc;
}
.container-wrap--white-colored-decorated {
  background: url("/local/templates/main/images/bg-default/decor-colored.svg") repeat-x 50% bottom, #fff;
}
.container-wrap--gray-colored-decorated {
  background: url("/local/templates/main/images/bg-default/decor-colored.svg") repeat-x 50% bottom, #efefef;
}
.container-wrap > .container:empty,
.container-wrap .container:empty {
  display: none;
}
.filter {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .filter {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.section {
  padding: 20px 30px;
}
.article-card .section {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 767px) {
  .article-card .section {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.article-card .section:last-child {
  margin-bottom: -20px;
}
.panel-group .panel .section {
  margin-left: -20px;
  margin-right: -20px;
}
.panel-group .panel .section:last-child {
  margin-bottom: -30px;
  padding-bottom: 30px;
}
.section .panel:hover:before {
  display: none;
  content: none;
}
.section--colored {
  background: #eaf8fc;
}
.section--colored .panel {
  background: #eaf8fc;
}
.container:empty {
  padding: 0;
}
.header {
  padding-bottom: 98px;
  background-color: #48C5E1;
}
.header .wrapper {
  max-width: 100%;
  margin: 0 auto;
  transition: background-color 0.5s;
  background-color: #48C5E1;
}
.header-drop-shadow .header .drop-shadow {
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.07);
}
@media (min-width: 768px) {
  .header {
    padding-bottom: 80px;
  }
}
@media (min-width: 1280px) {
  .header {
    padding-bottom: 107px;
  }
}
.index .header,
.index-special .header {
  padding-bottom: 0;
}
.index .header .navbar-default:not(.not-top),
.index-special .header .navbar-default:not(.not-top) {
  background-color: transparent;
}
.index .header .navbar-default:not(.not-top) .wrapper,
.index-special .header .navbar-default:not(.not-top) .wrapper {
  background-color: transparent;
}
.navbar {
  margin-bottom: 0;
}
.navbar-default {
  top: 38px;
  position: absolute;
  transition: 0.2s height;
  border: 0;
}
@media (max-width: 767px) {
  .navbar-default .wrapper {
    height: 60px;
  }
  .navbar-default .navbar-header {
    padding-top: 3px;
  }
}
.navbar-default.not-top {
  top: 0;
  position: fixed;
  height: 64px;
}
.navbar-default.not-top .navbar-toggle,
.navbar-default.not-top .clinics-toggle,
.navbar-default.not-top .navbar-phone {
  margin-top: 10px;
}
.navbar-default .container {
  position: relative;
}
.navbar-default .navbar-phone {
  float: right;
  width: 34px;
  height: 34px;
  margin: 25px 10px 8px 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-clip: border-box;
  color: #48C5E1;
  background-color: #fff;
  text-align: center;
  transition: 0.2s margin-top;
}
.not-top .navbar-default .navbar-phone {
  margin-top: 10px;
}
.navbar-default .navbar-phone .icon {
  height: 34px;
  line-height: 34px;
  font-size: 18px;
}
.navbar-default .navbar-phone .icon:before {
  height: 34px;
  line-height: 34px;
}
@media (max-width: 767px) {
  .navbar-default .navbar-phone {
    margin-top: 10px;
  }
}
@media (min-width: 1024px) {
  .navbar-phone {
    display: none;
  }
}
.navbar-phone .navbar-phone {
  margin: 0 !important;
}
.navbar-close {
  border: 0;
  border-radius: 50%;
  display: block;
  width: 34px;
  height: 34px;
  color: #48C5E1;
  background-color: #fff;
  text-align: center;
}
.navbar-close .icon {
  font-size: 12px;
}
.navbar-header .navbar-text {
  margin: 0;
}
.navbar-brand {
  height: auto;
  padding: 13px 0 0 0;
  transition: 0.2s all;
  text-decoration: none;
  text-align: center;
}
.navbar-brand .icon {
  font-size: 38px;
}
.navbar-brand .navbar-text {
  float: none;
  display: block;
  font-size: 17px;
  font-family: "pfagorasanspro", Times, serif;
  line-height: 1.5em;
  transition: 0.2s all;
}
@media (min-width: 1280px) {
  .navbar-brand .navbar-text {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .not-top .navbar-brand .navbar-text {
    height: 0;
    overflow: hidden;
  }
}
@media (min-width: 1280px) {
  .navbar-brand {
    padding-top: 24px;
  }
}
@media (max-width: 1279px) {
  .navbar-brand .icon {
    font-size: 32px;
  }
  .navbar-brand .navbar-text {
    font-size: 13px;
  }
}
@media (max-width: 1023px) {
  .navbar-brand {
    padding-left: 20px;
    padding-top: 13px;
  }
}
@media (max-width: 767px) {
  .navbar-brand {
    padding-left: 10px;
    padding-top: 8px;
  }
  .navbar-brand .icon {
    font-size: 22px;
  }
  .navbar-brand .navbar-text {
    font-size: 10px;
  }
}
.not-top .navbar-brand {
  padding-top: 10px;
  padding-bottom: 0;
}
@media (max-width: 1279px) {
  .not-top .navbar-brand {
    padding-top: 13px;
  }
}
@media (max-width: 1023px) {
  .not-top .navbar-brand {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .not-top .navbar-brand {
    padding-top: 10px;
    padding-bottom: 5px;
  }
}
@media (min-width: 1024px) {
  .not-top .navbar-navs {
    height: 60px;
  }
  .navbar-navs .nav-inner {
    overflow: visible!important;
  }
  .navbar-navs .nav-inner .nav {
    -webkit-transform: none!important;
    transform: none!important;
  }
}
.navbar-btn {
  height: 34px;
  border-radius: 34px;
  background-clip: border-box;
  margin-top: 5px;
  padding: 10px 20px;
  font-size: 13px;
  float: right;
}
.not-top .navbar-btn {
  margin-top: 0;
  margin-bottom: 0;
}
.not-top .navbar-btn:hover,
.not-top .navbar-btn:focus:hover {
  border-color: #fff;
}
@media (max-width: 767px) {
  .navbar-btn {
    display: none;
  }
}
.navbar-contacts {
  float: right;
  color: #fff;
  margin: 0 20px;
  transition: 0.2s all;
}
.not-top .navbar-contacts {
  margin-top: 0;
}
.navbar-contacts-phone {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-family: "pfagorasanspro", Times, serif;
  font-weight: 500;
  line-height: 1em;
}
.navbar-contacts-phone:hover,
.navbar-contacts-phone:focus,
.navbar-contacts-phone a,
.navbar-contacts-phone a:hover,
.navbar-contacts-phone a:focus {
  color: #fff;
  text-decoration: none;
}
.navbar-contacts-address {
  font-size: 15px;
  font-weight: 500;
  font-style: italic;
  text-align: right;
  transition: 0.2s all;
}
.not-top .navbar-contacts-address {
  height: 0;
  overflow: hidden;
}
.navbar-right {
  padding-top: 38px;
  padding-bottom: 0;
  margin-right: 0;
  transition: padding-top 0.2s ease;
}
@media (max-width: 1023px) {
  .navbar-right {
    display: none;
  }
}
@media (max-width: 1279px) {
  .navbar-right {
    padding-top: 20px;
  }
}
.not-top .navbar-right {
  padding-top: 10px;
}
.navbar-header .navbar-contacts,
.navbar-header .navbar-btn {
  display: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .navbar-header .navbar-contacts {
    display: block;
    margin-top: 25px;
    transition: 0.2s margin-top;
  }
  .not-top .navbar-header .navbar-contacts {
    margin-top: 16px;
  }
  .navbar-header .navbar-btn {
    display: block;
    margin-top: 27px;
    transition: 0.2s margin-top;
  }
  .not-top .navbar-header .navbar-btn {
    margin-top: 10px;
  }
}
.nav-clinic-chosen {
  color: #fff;
  padding: 20px 30px 20px;
  position: relative;
  z-index: 2;
}
.nav-clinic-chosen span {
  display: block;
  font-size: 15px;
}
.nav-clinic-chosen .phone {
  text-decoration: none;
  color: #fff;
  margin-top: 2px;
}
.nav-clinic-chosen .subway {
  line-height: 1;
  padding-left: 26px;
}
.nav-clinic-chosen .icon {
  display: inline-block;
  padding-right: 3px;
  font-size: 18px;
}
@media (min-width: 1024px) {
  .nav-clinic-chosen {
    display: none;
  }
}
@media (min-width: 1280px) {
  .navbar-brand [class*="-en"] + .navbar-text {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .navbar-navs .phone-container,
  .navbar-navs .btn-container,
  .navbar-navs .social-container,
  .navbar-navs .navbar-close {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .navbar-navs,
  .nav-search {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 280px;
    z-index: 9000;
    overflow: hidden;
    background-color: #48C5E1;
    will-change: transform;
    -webkit-transform: translateX(280px);
            transform: translateX(280px);
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .navbar-navs .navbar-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    margin: 10px 10px 0 0;
  }
  .navbar-navs .nav-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 107px 0 40px;
    padding: 10px 0;
    z-index: 0;
    overflow-y: auto;
    scrollbar-face-color: rgba(255, 255, 255, 0.3);
    scrollbar-track-color: rgba(0, 0, 0, 0.15);
    -webkit-overflow-scrolling: touch;
  }
  .navbar-navs .nav-container::-webkit-scrollbar {
    width: 6px;
  }
  .navbar-navs .nav-container::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
  }
  .navbar-navs .nav-container::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.15);
  }
  .navbar-navs .phone-container {
    display: block;
    height: 52px;
    padding: 17px 20px;
    font-size: 20px;
  }
  .navbar-navs .phone-container,
  .navbar-navs .phone-container [data-phone-action] {
    color: #fff !important;
    font-family: "pfagorasanspro", Times, serif;
    font-weight: 500;
    line-height: 1em;
    text-decoration: none !important;
  }
  .navbar-navs .btn-container {
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
    margin: 0;
    text-align: center;
  }
  .navbar-navs .btn-container .btn {
    background-color: #9d2393;
    border-color: #9d2393;
    color: #fff;
    margin-bottom: 0;
  }
  .navbar-navs .btn-container .btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #9d2393;
  }
  .navbar-navs .social-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 7px 20px;
  }
  .menu-open .navbar-navs {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    box-shadow: 0 0 50px 10px rgba(64, 117, 139, 0.15);
  }
}
@media (max-width: 767px) {
  .navbar-navs .phone-container {
    height: 60px;
    padding-top: 20px;
  }
  .navbar-navs .navbar-close {
    margin-top: 13px;
  }
  .navbar-navs .nav-container {
    margin-top: 115px;
  }
}
.navbar-toggle {
  background-color: #fff;
  border-radius: 50%;
  background-clip: border-box;
  padding: 10px 10px 12px;
  margin-top: 25px;
  border: 0;
  transition: 0.2s margin-top;
}
.navbar-toggle .icon-bar {
  width: 14px;
  height: 1px;
}
@media (max-width: 767px) {
  .navbar-toggle {
    margin-top: 10px;
  }
}
.menu-open .navbar-toggle:before {
  display: block;
  content: "";
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.footer {
  padding-top: 40px;
  position: relative;
}
.footer .wrapper {
  background-color: #48C5E1;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 20px;
}
.footer .wrapper .h4,
.footer .wrapper h4 {
  font-family: "pfagorasanspro", Arial, sans-serif;
  color: #fff;
  margin-top: 0;
}
@media (max-width: 1279px) {
  .footer .wrapper {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .footer .wrapper {
    padding-top: 0;
  }
}
.footer .search {
  margin-bottom: 20px;
}
.footer a.link-default {
  text-decoration: none;
  color: #fff;
  transition: opacity 0.2s ease;
  opacity: 0.5;
}
.footer a.link-default:hover {
  text-decoration: none;
  opacity: 1;
}
.copyright a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  transition: 0.2s all;
}
.copyright a:hover {
  text-decoration: none;
  color: #fff;
}
.footer-special {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  margin-top: -12px;
}
.footer-special .btn {
  font-family: "pfagorasanspro", Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 20px 24px;
  margin-top: 12px;
}
.footer-special .btn .icon {
  padding-right: 8px;
  margin-left: -8px;
}
.footer-special .btn .icon:before {
  font-size: 24px;
  display: inline-block;
  line-height: 0.47em;
  vertical-align: -0.13em;
}
.footer-special .btn .icon.icon-pay-online:before {
  font-size: 26px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .footer-special .btn {
    font-size: 12px;
  }
}
.footer-special .btn-outline-primary {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.footer-special .btn-outline-primary:focus,
.footer-special .btn-outline-primary.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
.footer-special .btn-outline-primary:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.footer-special .btn-outline-primary:active,
.footer-special .btn-outline-primary.active,
.open > .dropdown-toggle.footer-special .btn-outline-primary {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.footer-special .btn-outline-primary:active:hover,
.footer-special .btn-outline-primary.active:hover,
.open > .dropdown-toggle.footer-special .btn-outline-primary:hover,
.footer-special .btn-outline-primary:active:focus,
.footer-special .btn-outline-primary.active:focus,
.open > .dropdown-toggle.footer-special .btn-outline-primary:focus,
.footer-special .btn-outline-primary:active.focus,
.footer-special .btn-outline-primary.active.focus,
.open > .dropdown-toggle.footer-special .btn-outline-primary.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
.footer-special .btn-outline-primary:active,
.footer-special .btn-outline-primary.active,
.open > .dropdown-toggle.footer-special .btn-outline-primary {
  background-image: none;
}
.footer-special .btn-outline-primary.disabled:hover,
.footer-special .btn-outline-primary[disabled]:hover,
fieldset[disabled] .footer-special .btn-outline-primary:hover,
.footer-special .btn-outline-primary.disabled:focus,
.footer-special .btn-outline-primary[disabled]:focus,
fieldset[disabled] .footer-special .btn-outline-primary:focus,
.footer-special .btn-outline-primary.disabled.focus,
.footer-special .btn-outline-primary[disabled].focus,
fieldset[disabled] .footer-special .btn-outline-primary.focus {
  background-color: transparent;
  border-color: #fff;
}
.footer-special .btn-outline-primary .badge {
  color: transparent;
  background-color: #fff;
}
.footer-special .btn-outline-primary:hover {
  border-color: #fff !important;
}
.footer-special .btn-secondary:hover,
.footer-special .btn-secondary:focus {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #9d2393 !important;
}
@media (max-width: 1023px) {
  .footer-special .btn {
    padding: 12px 16px;
    border-radius: 20px;
    font-size: 12px;
  }
  .footer-special .btn .icon {
    padding-right: 4px;
    margin-left: -6px;
  }
  .footer-special .btn .icon:before,
  .footer-special .btn .icon.icon-pay-online:before {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .footer-special {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .footer-special .btn {
    margin-top: 10px;
  }
}
.wrapper.copyright {
  background-color: #23b3d3;
  color: rgba(255, 255, 255, 0.6);
  padding-top: 25px;
  padding-bottom: 20px;
}
@media (max-width: 1023px) {
  .wrapper.copyright {
    padding-top: 25px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .wrapper.copyright {
    padding-top: 20px;
    padding-bottom: 15px;
  }
}
.wrapper.copyright p {
  margin-bottom: 5px;
}
.license-copyright {
  color: rgba(255, 255, 255, 0.6);
}
.footer-dev a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
@media (min-width: 768px) {
  .footer-dev {
    text-align: right;
  }
}
.index #wrapper,
.index-special #wrapper {
  padding-top: 38px;
}
.social {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  list-style: none;
  font-size: 0;
  margin: 0 -7px 11px;
}
ul.social > li {
  padding: 0 1px;
  margin-bottom: 0;
}
ul.social > li:before {
  content: none;
  display: none;
}
.social li {
  display: block;
  float: left;
  margin: 0 7px;
  -webkit-opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  transition: 0.2s opacity;
}
.social li a {
  display: block;
  line-height: 0;
  margin-top: 7px;
  margin-bottom: 7px;
}
.social li a,
.social li a:hover,
.social li a:focus,
.social li a:focus:hover {
  text-decoration: none;
}
.social li a .icon {
  font-size: 60px;
  color: #fff;
}
@media (max-width: 1023px) {
  .social li a .icon {
    font-size: 34px;
  }
}
.social li a .svg-icon {
  font-size: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
}
@media (max-width: 1023px) {
  .social li a .svg-icon {
    width: 34px;
    height: 34px;
  }
}
.social li:hover {
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.social li + li {
  padding: 0 1px;
}
.top-line-social {
  height: 38px;
  margin: 0 -3px;
}
.top-line-social li {
  margin-left: 3px;
  margin-right: 3px;
}
.top-line-social li a {
  margin-top: 0;
  margin-bottom: 0;
}
.top-line-social li a .icon {
  font-size: 20px;
}
@media (max-width: 1023px) {
  .top-line-social li a .icon {
    font-size: 20px;
  }
}
.top-line-social li a .svg-icon {
  width: 20px;
  height: 20px;
}
@media (max-width: 1023px) {
  .top-line-social li a .svg-icon {
    width: 20px;
    height: 20px;
  }
}
.sticky-line-social {
  vertical-align: middle;
  margin: 0 -5px;
}
.sticky-line-social li {
  margin-left: 5px;
  margin-right: 5px;
}
.sticky-line-social li a {
  height: 26px;
  margin-top: 0;
  margin-bottom: 0;
}
.sticky-line-social li a .icon {
  font-size: 26px;
}
@media (max-width: 1023px) {
  .sticky-line-social li a .icon {
    font-size: 26px;
  }
}
.sticky-line-social li a .svg-icon {
  width: 26px;
  height: 26px;
}
@media (max-width: 1023px) {
  .sticky-line-social li a .svg-icon {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 767px) {
  .sticky-line-social li {
    margin-left: 3px;
    margin-right: 3px;
  }
}
@media (max-width: 767px) {
  .sticky-line-social {
    margin: 0 -2px;
  }
  .sticky-line-social li {
    margin-left: 2px;
    margin-right: 2px;
  }
}
.map {
  height: 400px;
}
.map:last-child {
  margin-bottom: 0!important;
}
.map-wrap {
  position: relative;
  margin-bottom: 0!important;
}
@media (max-width: 767px) {
  .container-wrap .map-wrap {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.zoomControl .icon-plus,
.zoomControl .icon-minus {
  background-color: #48C5E1;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 40px;
  height: 40px;
  line-height: 45px;
  text-align: center;
  width: 40px;
  margin: 0 0 5px 0;
}
.zoomControl .icon-plus:hover,
.zoomControl .icon-minus:hover {
  background-color: #23b3d3;
}
.fullScreenBlock {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 100;
  background-color: #48C5E1;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  margin: 0 0 5px 0;
}
.fullScreenBlock:hover {
  background-color: #23b3d3;
}
.fullScreenBlock .fullscreen {
  color: #fff;
  font-size: 20px;
  height: 40px;
  line-height: 39px;
  width: 40px;
}
.fullScreenBlock .fullscreen:before {
  font-family: "fc-new";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  /*width: 1em;*/
  /*margin-right: .2em;*/
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /*margin-left: .2em;*/
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.fullScreenBlock .fullscreen:before {
  content: '\e828';
}
.fullScreenBlock .fullscreen:before {
  vertical-align: middle;
}
.fullScreenBlock .fullScreenControl {
  font-size: 20px;
  height: 40px;
  line-height: 37px;
  width: 40px;
}
.fullScreenBlock .fullScreenControl:before {
  font-family: "fc-new";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  /*width: 1em;*/
  /*margin-right: .2em;*/
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /*margin-left: .2em;*/
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.fullScreenBlock .fullScreenControl:before {
  content: '\e828';
}
.fullScreenBlock .fullScreenControl:before {
  vertical-align: middle;
}
.fullScreenBlock.on {
  left: auto;
  margin: 0;
  right: 15px;
  top: 15px;
  position: fixed;
  z-index: 10001;
  height: 40px;
  width: 40px;
}
.fullScreenBlock.on .fullScreenControl,
.fullScreenBlock.on .fullscreen {
  font-size: 18px;
  line-height: 39px;
}
.fullScreenBlock.on .fullScreenControl:before,
.fullScreenBlock.on .fullscreen:before {
  content: '\e81a';
}
@media (max-width: 768px) {
  .map-wrap:after {
    background-color: rgba(255, 255, 255, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .zoomControl .icon-plus,
  .zoomControl .icon-minus {
    display: none;
  }
  .fullScreenBlock {
    left: 50%;
    right: auto;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    width: 80px;
  }
  .fullScreenBlock .fullScreenControl,
  .fullScreenBlock .fullscreen {
    font-size: 40px;
    height: 80px;
    line-height: 75px;
    width: 80px;
  }
  .fullScreenBlock .fullscreen {
    font-size: 40px;
  }
  .fullScreenBlock.on .fullScreenControl,
  .fullScreenBlock.on .fullscreen {
    font-size: 18px;
    height: 40px;
    line-height: 39px;
    width: 40px;
  }
}
body > ymaps ~ .modal {
  z-index: 10002;
}
body > ymaps ~ .modal-backdrop {
  z-index: 10001;
}
.ymaps-2-1-56-fullscreen .modal {
  z-index: 10002;
}
.ymaps-2-1-56-fullscreen .modal-backdrop {
  z-index: 10001;
}
.container-balloon {
  display: block;
  width: 320px;
  height: 285px;
  background: transparent;
  position: absolute;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .container-balloon {
    height: 268px;
  }
}
.container-balloon .balloon {
  font-family: "pfagorasanspro", Arial, sans-serif;
  border-radius: 10px;
  background-clip: border-box;
}
.container-balloon .balloon .marker-icon {
  width: 40px;
  margin: 20px 0 -20px 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .container-balloon .balloon .marker-icon {
    margin-top: 28px;
    margin-bottom: -28px;
  }
}
.container-balloon .balloon .panel {
  margin-top: 0;
  font-size: 16px;
  border-radius: 10px;
  background-clip: border-box;
}
.container-balloon .balloon .panel .panel-heading {
  padding: 16px 20px;
  background-color: #48C5E1;
  color: #fff;
  text-align: center;
}
.container-balloon .balloon .panel .panel-heading a {
  text-decoration: none !important;
}
.container-balloon .balloon .panel .panel-body {
  padding-top: 20px;
  padding-bottom: 0;
}
.container-balloon .balloon .panel .panel-image {
  position: relative;
  width: 100%;
  height: 115px;
  text-align: center;
  line-height: 115px;
  margin-top: -1px;
  margin-bottom: 1px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.container-balloon .balloon .panel.panel-default .panel-heading {
  background-color: #fff;
  color: #48C5E1;
  border-bottom: 1px solid #E6E6E6;
}
.container-balloon .balloon .dropdown {
  width: 100%;
}
.container-balloon .balloon .dropdown.open .dropdown-toggle {
  border: 1px solid #E6E6E6;
  background-color: #fff;
}
.container-balloon .balloon .dropdown.open .dropdown-toggle:hover .caret {
  color: #48C5E1;
}
.container-balloon .balloon .dropdown .btn {
  font-size: 18px;
  border: 1px solid #48C5E1;
}
.container-balloon .balloon .dropdown .btn .caret {
  color: #48C5E1;
}
.container-balloon .balloon .dropdown .btn:hover .caret {
  color: #fff;
}
.container-balloon .balloon .dropdown .dropdown-menu {
  width: 100%;
  left: 0;
  margin-left: 0;
  padding-top: 10px;
  border: 1px solid #E6E6E6;
  border-top: 0;
}
.container-balloon .balloon .dropdown .dropdown-menu > li {
  font-size: 16px;
  margin-bottom: 0;
}
.container-balloon .balloon .dropdown .dropdown-menu > li:before {
  display: none;
}
.container-balloon .balloon .dropdown .dropdown-menu > li > a {
  padding: 5px 16px;
}
.container-balloon .balloon .dropdown .dropdown-menu > li > a:hover {
  color: #48C5E1;
}
.container-balloon [class*="balloon__close"] + [class*="balloon__content"] {
  padding: 0 !important;
  margin: 0 !important;
}
.container-balloon [class*="balloon__close"] + [class*="balloon__content"] ymaps {
  overflow: visible !important;
}
.container-balloon [class*="balloon__layout"] {
  overflow: visible !important;
}
.container-balloon [class*="balloon__close-button"] {
  background: transparent !important;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
  color: #fff;
}
.container-balloon [class*="balloon__close-button"]:before {
  font-family: "fc-new";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  /*width: 1em;*/
  /*margin-right: .2em;*/
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /*margin-left: .2em;*/
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.container-balloon [class*="balloon__close-button"]:before {
  content: '\e81a';
}
.preloader {
  border-radius: 50%;
  background-clip: border-box;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}
.preloader:after {
  content: " ";
  width: 70px;
  height: 70px;
  background-image: url('/local/templates/main/images/preloader/preloader_sprite.svg');
  background-size: cover;
  -webkit-animation: play 0.8s steps(7) infinite;
  animation: play 0.8s steps(7) infinite;
  display: inline-block;
}
.btn + .preloader {
  height: 62px;
  margin-bottom: 2px;
  vertical-align: top;
}
.preloader + .preloader {
  display: none;
}
@-webkit-keyframes play {
  from {
    background-position: 0;
  }
  to {
    background-position: -490px;
  }
}
@keyframes play {
  from {
    background-position: 0;
  }
  to {
    background-position: -490px;
  }
}
.loading {
  position: relative;
  min-height: 70px;
}
.loading:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 950;
  background-color: rgba(0, 0, 0, 0.5);
}
.loading .preloader {
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  z-index: 960;
}
body > .preloader {
  position: fixed;
  top: 50vh;
  left: 50%;
  margin-left: -35px;
  margin-top: -35px;
  z-index: 1000;
}
body.loading .preloader {
  z-index: 1060;
}
body.loading .preloader:after {
  position: fixed;
  top: 50vh;
  z-index: 1060;
}
body.loading .preloader:before {
  z-index: 1050;
  position: fixed;
}
.new-loading {
  padding-bottom: 70px;
}
.new-loading:after {
  left: 50%;
  display: block;
  position: absolute;
  margin-left: -35px;
  content: " ";
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-image: url('/local/templates/main/images/preloader/preloader_sprite.svg');
  background-size: 490px;
  -webkit-animation: play 0.8s steps(7) infinite;
  animation: play 0.8s steps(7) infinite;
}
.new-loading:not(.btn-container):after {
  margin-top: 35px;
}
.new-loading.btn-container {
  padding-bottom: 62px;
  height: 62px;
  margin-bottom: 2px;
  vertical-align: top;
}
.new-loading.btn-container .btn {
  display: none;
}
.captcha-refresh {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  background: transparent url("/local/templates/main/images/preloader/refresh.svg") no-repeat;
  background-size: contain;
  transition: -webkit-transform 1s linear, transform 1s linear;
}
.panel .captcha-refresh {
  font-size: 0;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .panel .captcha-refresh {
    background: transparent;
    display: block;
    position: absolute;
    font-size: 10px;
    text-decoration: none;
    border-bottom: 1px dashed;
    width: auto;
    height: auto;
    bottom: 0;
  }
}
.captcha-refresh.active {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.form-inverted .captcha-refresh {
  background: transparent url("/local/templates/main/images/preloader/refresh-white.svg") no-repeat;
  background-size: contain;
}
.captcha-refresh + img {
  vertical-align: middle;
  display: inline-block;
}
.eq {
  display: inline-block;
  vertical-align: middle;
}
.panel .img {
  max-width: 60px;
}
.input-group-captcha {
  width: 100%;
}
.input-group-captcha input + label:not(.text-danger) {
  left: 124px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  #sticky-sidebar .input-group-captcha input + label:not(.text-danger) {
    left: 98px;
  }
}
#bx-composite-banner {
  margin-top: 10px;
  margin-bottom: 20px;
  clear: both;
}
#bx-composite-banner .bx-composite-btn {
  font-family: "pfagorasanspro", Arial, sans-serif !important;
  font-weight: normal!important;
  font-size: 12px!important;
  background: url('/bitrix/images/main/composite/sprite-2x.png') no-repeat transparent;
  background-size: 34px 102px !important;
  background-position: -2px 2px;
  padding: 0 0 0 34px!important;
  border-radius: 0!important;
  background-clip: border-box;
}
#bx-composite-banner:empty {
  display: none;
}
@media (min-width: 768px) {
  #bx-composite-banner {
    margin-top: 0;
    margin-bottom: 30px;
  }
  #bx-composite-banner .bx-composite-btn {
    font-size: 14px!important;
    background-size: 34px 102px !important;
    background-position: -2px 2px;
    padding: 0 0 0 34px!important;
  }
}
#bx-panel.bx-panel-fixed {
  position: relative!important;
}
#bx-panel-back {
  display: none!important;
}
* {
  outline: none!important;
}
.mb-0 {
  margin-bottom: 0em !important;
}
.mt-0 {
  margin-top: 0em !important;
}
.m-0 {
  margin: 0em !important;
}
.pb-0 {
  padding-bottom: 0em !important;
}
.pt-0 {
  padding-top: 0em !important;
}
.p-0 {
  padding: 0em !important;
}
.mb-1 {
  margin-bottom: 1em !important;
}
.mt-1 {
  margin-top: 1em !important;
}
.m-1 {
  margin: 1em !important;
}
.pb-1 {
  padding-bottom: 1em !important;
}
.pt-1 {
  padding-top: 1em !important;
}
.p-1 {
  padding: 1em !important;
}
.mb-2 {
  margin-bottom: 2em !important;
}
.mt-2 {
  margin-top: 2em !important;
}
.m-2 {
  margin: 2em !important;
}
.pb-2 {
  padding-bottom: 2em !important;
}
.pt-2 {
  padding-top: 2em !important;
}
.p-2 {
  padding: 2em !important;
}
.mb-3 {
  margin-bottom: 3em !important;
}
.mt-3 {
  margin-top: 3em !important;
}
.m-3 {
  margin: 3em !important;
}
.pb-3 {
  padding-bottom: 3em !important;
}
.pt-3 {
  padding-top: 3em !important;
}
.p-3 {
  padding: 3em !important;
}
.mb-4 {
  margin-bottom: 4em !important;
}
.mt-4 {
  margin-top: 4em !important;
}
.m-4 {
  margin: 4em !important;
}
.pb-4 {
  padding-bottom: 4em !important;
}
.pt-4 {
  padding-top: 4em !important;
}
.p-4 {
  padding: 4em !important;
}
.mb-5 {
  margin-bottom: 5em !important;
}
.mt-5 {
  margin-top: 5em !important;
}
.m-5 {
  margin: 5em !important;
}
.pb-5 {
  padding-bottom: 5em !important;
}
.pt-5 {
  padding-top: 5em !important;
}
.p-5 {
  padding: 5em !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mt-8px {
  margin-top: 8px;
}
.no-underline {
  text-decoration: none;
}
.no-underline:hover,
.no-underline:focus,
.no-underline:hover:focus {
  text-decoration: none;
}
.caret {
  border: 0;
  width: auto;
  height: auto;
}
.caret:before {
  font-family: "fc-new";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  /*width: 1em;*/
  /*margin-right: .2em;*/
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /*margin-left: .2em;*/
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.caret:before {
  content: '\e80a';
}
.caret:before {
  font-size: 6px;
}
.open .caret:before,
[aria-expanded="true"] .caret:before {
  content: '\e801';
}
.panel {
  box-shadow: none;
}
.panel .xs-link {
  display: none;
}
@media (max-width: 767px) {
  .panel {
    position: relative;
  }
  .panel .xs-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}
.panel-heading {
  padding-top: 20px;
  border: 0;
}
.panel-body:last-child {
  padding-bottom: 20px;
}
.panel-default {
  border: 0;
}
.panel-default .panel-heading,
.panel-default .panel-body,
.panel-default .panel-footer {
  background: transparent;
  border: 0;
  padding: 20px;
}
.panel-default .panel-title {
  color: #48C5E1;
}
.panel-primary {
  border: 0;
  background: #E6E6E6;
}
.panel-primary .panel-title {
  color: #48C5E1;
}
.panel-primary .panel-heading,
.panel-primary .panel-body {
  background: transparent;
  border: 0;
}
.panel-primary .panel-footer {
  padding-top: 14px;
  background-color: transparent;
}
.panel-primary .panel-body {
  padding-top: 0;
  padding-bottom: 10px;
}
.panel-margin-b {
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .panel-margin-b {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.thumbnail {
  border: 0;
  padding: 0;
  box-shadow: none;
  margin-top: 20px;
  margin-bottom: 10px;
  text-decoration: none;
}
.thumbnail img {
  border-radius: 6px;
  background-clip: border-box;
}
.thumbnail .thumbnail-caption,
.thumbnail .caption {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.3);
  padding: 28px 0 18px;
}
.thumbnail .thumbnail-slider {
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  border-radius: 6px;
  background-clip: border-box;
}
@media (max-width: 767px) {
  .thumbnail .thumbnail-slider {
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
    background-clip: border-box;
  }
  .thumbnail .thumbnail-slider img {
    border-radius: 0;
    background-clip: border-box;
  }
}
.thumbnail .thumbnail-slider img {
  display: inline-block;
  width: 100%;
}
.thumbnail .thumbnail-slider .slick-arrow {
  z-index: 1;
  /*.article-card & {
                &.slick-prev{
                    left: 0;
                }
                &.slick-next{
                    right: 0;
                }
            }*/
}
.thumbnail .thumbnail-slider .slick-arrow:before {
  font-size: 14px;
}
.thumbnail .thumbnail-slider .slick-arrow.slick-prev {
  left: 24px;
}
.thumbnail .thumbnail-slider .slick-arrow.slick-prev:before {
  content: '\e81e';
}
.thumbnail .thumbnail-slider .slick-arrow.slick-next {
  right: 24px;
}
.thumbnail .thumbnail-slider .slick-arrow.slick-next:before {
  content: '\e81d';
}
.caption-slider,
.caption-slider.slick-initialized {
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}
.caption-slider .thumbnail-caption,
.caption-slider.slick-initialized .thumbnail-caption,
.caption-slider .slick-slide,
.caption-slider.slick-initialized .slick-slide {
  float: none;
  width: 100%;
  display: inline-block;
  font-size: 15px;
}
.thumbnail.thumbnail-licence {
  margin-top: 0;
  background-color: #fff;
  border-radius: 20px;
  padding: 10px;
}
@media (min-width: 1024px) {
  .navbar-navs .nav {
    text-align: justify;
  }
  .navbar-navs .nav:after {
    content: "";
    width: 100%;
    display: inline-block;
  }
}
@media (max-width: 1023px) {
  .navbar-navs .nav-desktop {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .navbar-navs,
  .nav-search {
    display: block;
    margin: 0 190px 0 260px;
  }
  .navbar-navs .nav-mobile {
    display: none !important;
  }
  .navbar-navs .nav-desktop {
    position: relative;
  }
}
@media (min-width: 1280px) {
  .navbar-navs,
  .nav-search {
    margin: 0 230px 0 320px;
  }
}
.nav > li.nav-category {
  position: static;
}
@media (min-width: 1024px) {
  .nav > li.nav-category.nav-item-mobile-only {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .nav > li.nav-category.nav-item-desktop-only {
    display: none !important;
  }
}
.nav > li.nav-category.separator {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 16px;
}
.nav > li.nav-category.separator > * {
  display: none;
}
@media (min-width: 1024px) {
  .nav > li.nav-category.separator {
    display: none !important;
  }
}
.nav > li.nav-category a {
  text-decoration: none;
}
@media (min-width: 1024px) {
  .nav > li.nav-category {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 0;
    text-align: center;
  }
  .nav > li.nav-category > a.nav-desktop {
    padding: 10px 0 0;
    position: relative;
  }
  .not-top .nav > li.nav-category > a.nav-desktop {
    padding-top: 10px;
  }
  .nav > li.nav-category:hover a.nav-desktop:before,
  .nav > li.nav-category.active a.nav-desktop:before {
    content: "";
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    border-radius: 50%;
    background-clip: border-box;
    background-color: #23b3d3;
    z-index: 0;
  }
  .not-top .nav > li.nav-category:hover a.nav-desktop:before,
  .not-top .nav > li.nav-category.active a.nav-desktop:before {
    width: 130%;
    height: 45px;
    top: 2px;
    background-color: #23b3d3;
    border-radius: 0;
    background-clip: border-box;
  }
  .nav > li.nav-category.parent .nav-desktop:after {
    content: "";
    display: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    bottom: -24px;
    left: 0;
    margin-left: 14px;
    z-index: 50;
  }
  .nav > li.nav-category.parent:hover .nav-desktop:after {
    display: block;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  .nav > li.nav-category {
    margin-top: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .nav > li.nav-category > a.nav-desktop {
    padding: 24px 0 12px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .not-top .nav > li.nav-category > a.nav-desktop {
    padding-top: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .nav > li.nav-category:hover a.nav-desktop:before,
  .nav > li.nav-category.active a.nav-desktop:before {
    width: 50px;
    height: 50px;
    top: 10px;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  .not-top .nav > li.nav-category:hover a.nav-desktop:before,
  .not-top .nav > li.nav-category.active a.nav-desktop:before {
    top: -2px;
  }
}
@media (max-width: 1023px) {
  .nav > li.nav-category {
    margin: 10px 0;
  }
  .nav > li.nav-category > a {
    padding: 0 20px 4px;
    display: table;
    width: 100%;
  }
  .nav > li.nav-category > a > .icon,
  .nav > li.nav-category > a > span {
    display: table-cell;
    min-height: 34px;
    min-width: 48px;
    vertical-align: middle;
    line-height: 1.2;
  }
  .nav > li.nav-category > a > span:not(.icon) {
    width: 100%;
  }
}
.nav > li.nav-category span {
  position: relative;
}
.nav > li.nav-category > a > .icon {
  font-size: 26px;
  width: 33px;
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 0 18px 0 0;
  height: 34px;
  transition: 0.2s all;
}
@media (min-width: 1024px) {
  .nav > li.nav-category > a > .icon {
    padding: 0;
    margin: 0 auto;
    display: block;
    height: 45px;
    width: auto;
    font-size: 36px;
  }
  .nav > li.nav-category > a > .icon:before {
    vertical-align: top;
  }
  .not-top .nav > li.nav-category > a > .icon {
    height: 0;
    margin-bottom: 0;
    overflow: hidden;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .nav > li.nav-category > a > .icon {
    display: none;
  }
}
.nav > li.nav-category > a {
  color: rgba(255, 255, 255, 0.9);
  font-family: "pfagorasanspro", Times, serif;
  font-size: 15px;
}
.nav > li.nav-category > a:focus {
  color: rgba(255, 255, 255, 0.9);
}
.nav > li.nav-category > a:hover,
.nav > li.nav-category > a:hover:focus {
  color: #fff;
}
.nav > li.nav-category.active > a {
  color: #fff;
}
.nav-subcategories {
  clear: both;
}
.nav-subcategories .panel {
  border-radius: 0;
  background-clip: border-box;
  margin-bottom: 0;
  border: 0;
  box-shadow: none;
}
.nav-subcategories .panel-default > .panel-heading {
  border: 0;
}
.nav-subcategories .panel-body {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
}
.nav-subcategories .panel-default > .panel-heading + .panel-collapse > .panel-body {
  padding: 0 20px;
}
.nav-subcategories .panel-heading {
  background-color: #fff;
  font-family: "pfagorasanspro", Times, serif;
  border-radius: 0;
}
.nav-subcategories .media {
  margin-top: 0;
  margin-bottom: 6px;
}
.nav-subcategories .media .form-group {
  max-width: 610px;
}
.nav-subcategories .media .form-control {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.nav-subcategories .media .search-btn .icon {
  color: #969594;
  opacity: 0.8;
  height: 24px;
  padding-right: 8px;
}
.nav-subcategories .media .media-right .btn {
  min-width: 210px;
  margin-right: 20px;
}
.nav-subcategories .nav-subcategories-list ul {
  list-style: none;
  padding-left: 0;
}
.nav-subcategories .nav-subcategories-list li .readmore {
  display: inline-block;
  width: auto;
  color: #48C5E1;
}
.nav-subcategories .nav-subcategories-list li .readmore:hover {
  color: #23b3d3;
}
.nav-subcategories .column-break-avoid {
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  page-break-inside: avoid;
}
@media (min-width: 1024px) {
  .nav-subcategories {
    position: absolute;
    width: 100%;
    left: 0;
    height: auto !important;
    margin-top: 24px;
    padding: 30px 20px;
    border-radius: 10px;
    overflow: visible;
    display: none;
    border-radius: 4px;
    background-clip: border-box;
    box-shadow: 0 0 0 1px #f7f7f7;
    background-color: #fff;
    -webkit-opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  .nav-subcategories:before {
    content: "";
    position: absolute;
    height: 24px;
    width: 100%;
    top: -24px;
    left: 0;
    z-index: 0;
  }
  .nav-subcategories .nav-subcategories-container {
    -webkit-columns: 4 100px;
    columns: 4 100px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-rule: 1px solid #f7f7f7;
    column-rule: 1px solid #f7f7f7;
    text-align: left;
  }
  .nav-subcategories .nav-subcategories-wrapper {
    max-height: calc(100vh - 240px);
    overflow-y: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
  }
  .nav-subcategories .nav-subcategories-wrapper::-webkit-scrollbar {
    display: none;
  }
  .nav > li.nav-category:hover .nav-subcategories,
  .nav-subcategories .nav > li.nav-category.show {
    display: block;
    opacity: 1;
  }
  .nav-subcategories .panel-collapse.collapse {
    display: block;
    height: auto !important;
  }
  .nav-subcategories.collapse.in:not(.show) {
    display: none;
  }
  .nav-subcategories .panel-heading,
  .nav-subcategories .panel-body {
    padding: 0;
  }
  .nav-subcategories .panel {
    display: inline;
  }
  .nav-subcategories .panel .panel-heading,
  .nav-subcategories .panel .nav-subcategories-list a {
    -webkit-column-break-inside: avoid;
            break-inside: avoid;
    page-break-inside: avoid;
  }
  .nav-subcategories .panel .panel-heading {
    overflow: hidden;
    -webkit-column-break-after: avoid;
            break-after: avoid;
    -webkit-column-break-after: avoid-column;
            break-after: avoid-column;
  }
  .nav-subcategories .panel .panel-heading:last-child {
    margin-bottom: 0;
  }
  .nav-subcategories .panel .panel-heading .nav-subcategories-list {
    margin-top: 10px;
    font-family: "pfagorasanspro", Arial, sans-serif;
  }
  .nav-subcategories .panel .panel-heading + .panel-collapse {
    margin-top: -15px;
  }
  .nav-subcategories .panel:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-bottom: 14px;
  }
  .nav-subcategories .panel-heading {
    margin-bottom: 15px;
  }
  .nav-subcategories .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0;
    padding: 0;
  }
  .nav-subcategories .panel-title a[role=button],
  .nav-subcategories .panel-title a[data-toggle] {
    display: none;
  }
  .nav-subcategories .panel-title a {
    color: #000;
    text-decoration: none;
  }
  .nav-subcategories .panel-title a:hover {
    color: #000;
  }
}
@media (max-width: 1023px) {
  .nav-subcategories {
    margin-top: 0;
    padding: 20px 0 10px;
    position: relative;
    background-color: transparent;
  }
  .nav-subcategories:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 54px;
    z-index: 50;
  }
  .nav-subcategories:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 10px;
    bottom: 0;
    background-color: #fff;
  }
  .nav-subcategories .panel {
    padding: 0;
    position: relative;
  }
  .nav-subcategories .panel.panel-default:nth-child(1) {
    padding-top: 10px;
  }
  .nav-subcategories .panel.panel-default:last-child {
    padding-bottom: 10px;
  }
  .nav-subcategories .panel .panel-heading {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .nav-subcategories .panel .panel-body {
    border-top: 1px solid #E6E6E6;
  }
  .nav-subcategories .panel-title a {
    position: relative;
    color: #000;
    font-size: 16px;
  }
  .nav-subcategories .panel-title a[data-toggle]:before {
    font-family: "fc-new";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    /*width: 1em;*/
    /*margin-right: .2em;*/
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    /*margin-left: .2em;*/
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  }
  .nav-subcategories .panel-title a[data-toggle]:before {
    content: '\e80a';
  }
  .nav-subcategories .panel-title a[data-toggle]:before {
    color: #48C5E1;
    font-size: 6px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .nav-subcategories .panel-title a[aria-expanded="true"]:before {
    content: '\e801';
  }
  .nav-subcategories .panel:first-child {
    position: relative;
  }
  .nav-subcategories .panel-title a {
    display: block;
    padding: 0 20px 0 0;
  }
  .nav-subcategories .panel-title a[data-toggle] {
    padding-right: 30px;
  }
  .nav-subcategories .media {
    margin-bottom: 0;
  }
  .nav-subcategories .media .media-body {
    padding: 0 20px 0 20px;
  }
  .nav-subcategories .media .media-right {
    display: none;
  }
  .nav-subcategories .media .form-group {
    margin-bottom: 0;
  }
  .nav-subcategories .search .search-btn {
    padding-right: 10px;
  }
  .nav-subcategories .search .search-btn .icon {
    font-size: 18px;
  }
}
.nav-subcategories-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.nav-subcategories-list li {
  margin-bottom: 0;
}
.nav-subcategories-list li a {
  display: block;
  color: #969594;
  font-weight: 300;
}
.nav-subcategories-list li a:focus {
  color: #969594;
}
.nav-subcategories-list li a:hover,
.nav-subcategories-list li a:hover:focus {
  color: #48C5E1;
}
@media (max-width: 1022px) {
  ul.nav-subcategories-list li {
    margin: 0;
  }
}
@media (max-width: 1022px) {
  .nav-subcategories-list {
    padding-top: 14px;
    padding-bottom: 10px;
  }
  .nav-subcategories-list li:empty {
    display: none;
  }
  .nav-subcategories-list li a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (min-width: 1024px) {
  .nav-subcategories-list li {
    padding-bottom: 10px;
  }
  .nav-subcategories-list li {
    min-height: 1.4em;
  }
}
.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}
.autocomplete-suggestion {
  position: relative;
  padding: 5px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.autocomplete-suggestion a {
  display: inline-block;
  width: 100%;
  color: #969594;
  text-decoration: none !important;
  font-weight: 300;
}
.autocomplete-suggestion a:hover {
  color: #23b3d3;
}
.autocomplete-fixed {
  position: fixed;
  top: 254px !important;
  transition: top 0.2s ease;
}
.header-sticked .autocomplete-fixed {
  top: 174px !important;
}
@media (max-width: 1023px) {
  .autocomplete-fixed {
    display: none !important;
  }
}
.top-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #2f3c48;
  color: #fff;
  max-width: 100%;
  height: 38px;
  line-height: 38px;
  z-index: 5;
}
.top-line .projects {
  display: inline-block;
  vertical-align: top;
  text-align: justify;
  height: 38px;
}
@media (max-width: 1023px) {
  .top-line .projects {
    display: none;
  }
}
.projects-title {
  color: #afb1b7;
  font-size: 13px;
  font-weight: 300;
  margin-right: 10px;
  margin-top: -2px;
  display: inline-block;
  line-height: 35px;
  vertical-align: middle;
}
@media (max-width: 1279px) {
  .projects-title {
    display: none;
  }
}
.projects ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.top-line .projects ul {
  height: 38px;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
.top-line .projects ul li {
  display: inline-block;
  font-size: 13px;
  vertical-align: middle;
  line-height: 38px;
  height: 38px;
  padding: 0;
}
.top-line .projects ul li a {
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}
.top-line .projects ul li + li {
  margin-left: 15px;
  margin-top: 0;
}
.top-line .projects ul li:hover a {
  color: #48C5E1;
}
@media (max-width: 1279px) {
  .top-line .projects ul li {
    font-size: 13px;
  }
  .top-line .projects ul li + li {
    margin-left: 10px;
  }
}
.projects ul li a,
.projects ul li a:hover,
.projects ul li a:focus,
.projects ul li a:focus:hover {
  text-decoration: none;
}
.projects.footer-projects {
  height: auto;
  float: left;
}
.projects.footer-projects ul.projects-icons {
  margin-top: 20px;
}
.projects.footer-projects ul.projects-icons > li {
  display: block;
  width: 100%;
  padding: 0;
  -webkit-opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  transition: 0.2s opacity;
}
.projects.footer-projects ul.projects-icons > li:before {
  content: none;
  display: none;
}
.projects.footer-projects ul.projects-icons > li a {
  display: block;
  position: relative;
  color: #fff;
}
.projects.footer-projects ul.projects-icons > li .logo-icon {
  height: 36px;
  max-width: 100%;
}
.projects.footer-projects ul.projects-icons > li .logo-icon.logo-belgravia {
  height: 54px;
}
.projects.footer-projects ul.projects-icons > li .logo-icon.logo-dftrade-en {
  height: 42px;
}
.projects.footer-projects ul.projects-icons > li .logo-icon.logo-dentalfantasy {
  height: 30px;
}
.projects.footer-projects ul.projects-icons > li .icon {
  font-size: 30px;
}
.projects.footer-projects ul.projects-icons > li .icon-dental-fantasy-logo-ru {
  font-size: 26px;
}
.projects.footer-projects ul.projects-icons > li .icon-belgravia-logo {
  font-size: 45px;
}
@media (min-width: 768px) {
  .projects.footer-projects ul.projects-icons > li {
    -webkit-opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  .projects.footer-projects ul.projects-icons > li:hover {
    -webkit-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}
.jumbotron {
  position: relative;
}
.jumbotron:before,
.jumbotron:after {
  content: " ";
  display: table;
}
.jumbotron:after {
  clear: both;
}
.jumbotron:before,
.jumbotron:after {
  content: " ";
  display: table;
}
.jumbotron:after {
  clear: both;
}
.jumbotron .container,
.jumbotron .container-fluid {
  max-width: 1120px;
}
.jumbotron-btns {
  margin-top: 20px;
}
.jumbotron-btns .btn {
  margin: 0 10px 5px 0;
}
@media (max-width: 680px) {
  .jumbotron-btns {
    overflow: hidden;
  }
  .jumbotron-btns .btn {
    margin-right: 680px;
  }
}
.jumbotron .readmore-container {
  position: absolute;
  bottom: 0;
}
.jumbotron .readmore-container .readmore {
  margin-top: 0;
}
.jumbotron .readmore {
  display: block;
  float: left;
  clear: both;
  margin-top: 50px;
  font-size: 1.6em;
  padding-right: 20px;
}
.jumbotron .readmore,
.jumbotron .readmore:hover,
.jumbotron .readmore:focus,
.jumbotron .readmore:focus:hover {
  color: #fff !important;
  text-decoration: none;
}
.jumbotron .readmore:after {
  display: block;
  content: "\e80b";
  font-size: 10px;
  margin-top: -0.34em;
  will-change: transform;
  -webkit-animation: reel 1.2s ease-in-out infinite;
          animation: reel 1.2s ease-in-out infinite;
}
.jumbotron .readmore + .readmore {
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .jumbotron .readmore {
    margin-top: 30px;
    padding-right: 14px;
  }
  .jumbotron .readmore:after {
    font-size: 8px;
    -webkit-animation-name: reel-sm;
            animation-name: reel-sm;
  }
}
.readmore-container {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .readmore-container {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@-webkit-keyframes reel {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
@keyframes reel {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
@-webkit-keyframes reel-sm {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
@keyframes reel-sm {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
.slider-parent [class*="slider"] {
  white-space: nowrap;
  margin: 0 -20px;
  overflow: hidden;
}
.slider-parent [class*="slider"].slick-initialized {
  margin-left: 0;
  margin-right: 0;
}
.slider-parent [class*="slider"].slick-initialized .slick-list {
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 767px) {
  .slider-parent [class*="slider"] {
    margin: 0 -10px;
  }
  .slider-parent [class*="slider"].slick-initialized .slick-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.slider-parent [class*="slider"] .item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  float: none;
  white-space: normal;
  padding: 0 22px 0 20px;
}
@media (max-width: 767px) {
  .slider-parent [class*="slider"] .item {
    padding: 0 10px;
  }
}
.slick-arrow.slick-disabled {
  display: none !important;
}
.slick-slider .slick-arrow {
  background-color: transparent;
  border: 0;
  color: #d4f1f8;
  position: absolute;
  top: 50%;
  font-size: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.slick-slider .slick-arrow:before {
  font-family: "fc-new";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  /*width: 1em;*/
  /*margin-right: .2em;*/
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /*margin-left: .2em;*/
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.slick-slider .slick-arrow:before {
  font-size: 32px;
}
.slick-slider .slick-arrow.slick-prev {
  left: 0;
}
.slick-slider .slick-arrow.slick-prev:before {
  content: '\e809';
}
.slick-slider .slick-arrow.slick-next {
  right: 0;
}
.slick-slider .slick-arrow.slick-next:before {
  content: '\e808';
}
.slick-slider .slick-arrow.slick-disabled {
  cursor: default;
  -webkit-opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.slick-slider .slick-arrow.slick-disabled:hover {
  color: #d4f1f8;
}
.slick-slider .slick-arrow:hover {
  color: #48C5E1;
}
.slick-custom-dots,
.slick-dots {
  list-style: none;
  font-size: 0;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 0;
}
@media (max-width: 1023px) {
  .slick-custom-dots,
  .slick-dots {
    margin-top: 20px;
  }
}
ul.slick-custom-dots > li,
ul.slick-dots > li {
  padding-left: 0;
}
ul.slick-custom-dots > li + li,
ul.slick-dots > li + li {
  margin-top: 0;
}
ul.slick-custom-dots > li:before,
ul.slick-dots > li:before {
  content: none;
  display: none;
}
.slick-custom-dots li,
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.slick-custom-dots li a,
.slick-dots li a,
.slick-custom-dots li button,
.slick-dots li button {
  font-size: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: 2.5px;
  background-color: transparent;
  border: 2px solid #48C5E1;
  border-radius: 50%;
  background-clip: border-box;
  transition: 0.2s all;
}
.slick-custom-dots li.active a,
.slick-dots li.active a,
.slick-custom-dots li.slick-active a,
.slick-dots li.slick-active a,
.slick-custom-dots li.active button,
.slick-dots li.active button,
.slick-custom-dots li.slick-active button,
.slick-dots li.slick-active button {
  width: 15px;
  height: 15px;
  margin: 0;
  background-color: #48C5E1;
}
.slick-custom-dots li + li,
.slick-dots li + li {
  margin-left: 10px;
}
.slider-parent {
  position: relative;
}
.slider-parent ul.slick-dots li {
  margin-bottom: 0;
}
.slider-parent ul.slick-dots li button {
  border: 2px solid #48C5E1;
}
.slider-parent ul.slick-dots li.slick-active button {
  background-color: #48C5E1;
}
@media (max-width: 767px) {
  .slider-dots .slick-dots {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.main-slider,
.slider-container {
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}
.main-slider,
.slider-container,
.main-slider .item,
.slider-container .item {
  height: 540px;
  min-height: 540px;
  max-height: calc(100vh - 78px);
}
@media (min-width: 1280px) {
  .main-slider,
  .slider-container,
  .main-slider .item,
  .slider-container .item {
    height: 756px;
    min-height: 756px;
  }
}
@media (min-width: 1280px) and (max-height: 720px) {
  .main-slider,
  .slider-container,
  .main-slider .item,
  .slider-container .item {
    height: 620px;
    min-height: 620px;
  }
}
@media (max-width: 480px) and (max-height: 568px) {
  .main-slider,
  .slider-container,
  .main-slider .item,
  .slider-container .item {
    height: 490px;
    min-height: 490px;
  }
}
.main-slider .item,
.slider-container .item {
  float: none;
  width: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 14px;
  white-space: normal;
}
.main-slider .item a:not(.btn),
.slider-container .item a:not(.btn) {
  color: inherit;
  text-decoration: none;
}
.main-slider.bg-slider,
.slider-container.bg-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.main-slider.bg-slider .item,
.slider-container.bg-slider .item {
  position: relative;
}
.main-slider.bg-slider .item .mbYTP_wrapper,
.slider-container.bg-slider .item .mbYTP_wrapper {
  z-index: 0;
}
.main-slider.bg-slider .item .item-picture,
.slider-container.bg-slider .item .item-picture {
  display: block;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
.main-slider.bg-slider .item:before,
.slider-container.bg-slider .item:before,
.main-slider.bg-slider .item:after,
.slider-container.bg-slider .item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(32, 22, 0, 0.15);
  z-index: 1;
}
.main-slider.bg-slider .item:before,
.slider-container.bg-slider .item:before {
  background-color: transparent;
}
.main-slider.text-slider,
.slider-container.text-slider {
  position: relative;
  z-index: 2;
}
.main-slider.text-slider,
.slider-container.text-slider,
.main-slider.text-slider h2,
.slider-container.text-slider h2,
.main-slider.text-slider .h2,
.slider-container.text-slider .h2 {
  color: #fff;
}
.main-slider.text-slider .lead,
.slider-container.text-slider .lead {
  font-size: 19px;
}
.main-slider.text-slider .item:after,
.slider-container.text-slider .item:after {
  content: "";
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.main-slider.text-slider .item .item-content,
.slider-container.text-slider .item .item-content {
  display: inline-block;
  vertical-align: middle;
  padding-top: 80px;
  padding-bottom: 40px;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .main-slider.text-slider .item .item-content,
  .slider-container.text-slider .item .item-content {
    font-size: 80%;
    padding-bottom: 20px;
  }
  .main-slider.text-slider .item .item-content .h1,
  .slider-container.text-slider .item .item-content .h1,
  .main-slider.text-slider .item .item-content h1,
  .slider-container.text-slider .item .item-content h1 {
    font-size: 26px;
  }
  .main-slider.text-slider .item .item-content .h2,
  .slider-container.text-slider .item .item-content .h2,
  .main-slider.text-slider .item .item-content h2,
  .slider-container.text-slider .item .item-content h2 {
    font-size: 18px;
  }
}
.main-slider .slick-arrow,
.slider-container .slick-arrow {
  z-index: 1;
}
@media (max-width: 767px) {
  .main-slider .slick-arrow,
  .slider-container .slick-arrow {
    display: none !important;
  }
}
.jumbotron .slider-container {
  position: relative;
  max-width: 1192px;
}
@media (min-width: 1280px) {
  .jumbotron .slider-container {
    padding: 0;
    width: 1192px;
  }
  .jumbotron .slider-container .text-slider .item {
    padding-right: 56px;
    padding-left: 56px;
  }
}
@media (max-width: 600px) {
  .advantages-slider .slick-custom-dots {
    display: none;
  }
}
.slick-slide > div:not([class]):last-child .item .panel {
  margin-bottom: 0;
}
.slick-nav {
  display: block;
  width: 160px !important;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  min-height: 24px;
  white-space: nowrap;
  text-align: justify;
  text-align-last: justify;
}
.slick-nav .slick-arrow {
  font-size: 0;
  color: #48C5E1;
  padding: 0 10px;
  transition: color 0.3s ease;
}
.slick-nav .slick-arrow:hover {
  color: #23b3d3;
}
.slick-nav .slick-arrow:before {
  font-size: 30px !important;
  font-family: "i-fantasy" !important;
}
.slick-nav .slick-arrow.slick-prev:before {
  content: "\e910";
}
.slick-nav .slick-arrow.slick-next:before {
  content: "\e902";
}
.slick-nav .slick-arrow.slick-disabled {
  display: inline-block !important;
  color: rgba(0, 0, 0, 0.3) !important;
}
.slick-nav .counter {
  vertical-align: 0.5em;
  display: inline-block;
}
.slider-btns:empty {
  display: none;
}
@media (max-width: 1023px) {
  .slider-btns {
    position: static;
    text-align: center;
    margin-top: 20px !important;
  }
  .slider-btns .slick-arrow {
    position: static !important;
    margin-top: 0;
    font-size: 0;
    color: #48C5E1;
    opacity: 1;
    width: 52px;
    transition: color 0.3s ease;
  }
  .slider-btns .slick-arrow:hover {
    color: #23b3d3;
  }
  .slider-btns .slick-arrow:before {
    font-size: 18px;
    font-family: "i-fantasy";
  }
  .slider-btns .slick-arrow.slick-prev:before {
    content: "\e910";
  }
  .slider-btns .slick-arrow.slick-next:before {
    content: "\e902";
  }
  .slider-btns .slick-arrow.slick-disabled {
    display: inline-block !important;
    color: rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 1024px) {
  .slider-btns .slick-arrow,
  .slider-container .slick-arrow {
    background-color: transparent;
    border: 0;
    color: #d4f1f8;
    position: absolute;
    top: 50%;
    font-size: 0;
    margin-top: -40px;
    transition: 0.2s all;
    width: 47px;
  }
  .slider-btns .slick-arrow:before,
  .slider-container .slick-arrow:before {
    font-family: "fc-new";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    /*width: 1em;*/
    /*margin-right: .2em;*/
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    /*margin-left: .2em;*/
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  }
  .slider-btns .slick-arrow:before,
  .slider-container .slick-arrow:before {
    font-size: 32px;
  }
  .slider-btns .slick-arrow:after,
  .slider-container .slick-arrow:after {
    content: "";
    width: 0;
    height: 3px;
    background-color: #48C5E1;
    position: absolute;
    top: 50%;
    margin-top: -1.5px;
    transition: 0.2s all;
  }
  .slider-btns .slick-arrow.slick-prev,
  .slider-container .slick-arrow.slick-prev {
    left: -50px;
    text-align: left;
  }
  .slider-btns .slick-arrow.slick-prev:before,
  .slider-container .slick-arrow.slick-prev:before {
    content: '\e809';
  }
  .slider-btns .slick-arrow.slick-prev:not(.slick-disabled):hover,
  .slider-container .slick-arrow.slick-prev:not(.slick-disabled):hover {
    margin-left: -10px;
  }
  .slider-btns .slick-arrow.slick-prev:not(.slick-disabled):after,
  .slider-container .slick-arrow.slick-prev:not(.slick-disabled):after {
    left: 3px;
  }
  .slider-btns .slick-arrow.slick-next,
  .slider-container .slick-arrow.slick-next {
    right: -50px;
    text-align: right;
  }
  .slider-btns .slick-arrow.slick-next:before,
  .slider-container .slick-arrow.slick-next:before {
    content: '\e808';
  }
  .slider-btns .slick-arrow.slick-next:not(.slick-disabled):hover,
  .slider-container .slick-arrow.slick-next:not(.slick-disabled):hover {
    margin-right: -10px;
  }
  .slider-btns .slick-arrow.slick-next:not(.slick-disabled):after,
  .slider-container .slick-arrow.slick-next:not(.slick-disabled):after {
    right: 3px;
  }
  .slider-btns .slick-arrow:not(.slick-disabled):hover,
  .slider-container .slick-arrow:not(.slick-disabled):hover {
    color: #48C5E1;
  }
  .slider-btns .slick-arrow:not(.slick-disabled):hover:after,
  .slider-container .slick-arrow:not(.slick-disabled):hover:after {
    width: 44px;
  }
  .slider-btns .slick-arrow.slick-disabled,
  .slider-container .slick-arrow.slick-disabled {
    -webkit-opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    color: #d4f1f8;
    cursor: default;
  }
}
.slider-container .slick-arrow {
  margin-top: 0;
}
.slider-container .slick-arrow.slick-prev {
  left: 6px;
}
.slider-container .slick-arrow.slick-prev:not(.slick-disabled):hover {
  margin-left: -6px;
}
.slider-container .slick-arrow.slick-next {
  right: 6px;
}
.slider-container .slick-arrow.slick-next:not(.slick-disabled):hover {
  margin-right: -6px;
}
.reviews-slider + .slider-btns .slick-arrow {
  margin-top: -68px !important;
}
.slick-slider .slick-item .embed-responsive {
  margin-bottom: 0;
}
.slick-slider .slick-item .embed-responsive .embed-responsive-item {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  transition: background 1s ease;
}
.slick-slider .slick-item .embed-responsive .embed-responsive-item.is-vertical {
  background-size: auto 100%;
}
.modal .slick-slider .slick-item img {
  border-radius: 9px;
}
.modal .slick-slider .slick-item .embed-responsive-item {
  border-radius: 10px;
}
.slider-single .item {
  width: 100%;
}
.slider-single:not(.slick-initialized) .item:nth-child(n+2) {
  opacity: 0;
}
@media (max-width: 600px) {
  .slider-single .col-xs-4,
  .slider-single .col-xs-5,
  .slider-single .col-xs-7,
  .slider-single .col-xs-8 {
    width: 100%;
  }
}
.slick-slide img.specialist-img {
  display: inline-block;
}
.search {
  margin-bottom: 30px;
}
.search.form-group {
  position: relative;
}
.search .form-control {
  padding: 6px 20px;
  padding-left: 30px;
  padding-right: 40px;
  border: 2px solid #48C5E1;
  border-radius: 30px;
  background-clip: border-box;
}
@media (max-width: 1023px) {
  .search .form-control {
    padding-left: 20px;
    padding-right: 35px;
    border-width: 1px;
  }
}
.footer .search .form-control {
  border-color: #fff;
}
.search .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  line-height: 60px;
  border: 0;
  padding-right: 16px;
  background-color: transparent;
}
.search .search-btn .icon {
  color: #48C5E1;
  font-size: 22px;
}
@media (max-width: 1023px) {
  .search .search-btn {
    line-height: 34px;
  }
  .search .search-btn .icon {
    font-size: 16px;
  }
}
.search-page-title {
  float: left;
  width: 180px;
  line-height: 1em;
  margin: 10px 0 0;
}
@media (max-width: 767px) {
  .search-page-title {
    display: none;
  }
}
.search-page-form {
  margin-left: 180px;
}
@media (min-width: 1280px) {
  .search-page-form .form-group {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .search-page-form .form-group {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .search-page-form [class*="col-"]:not(:first-child) .form-group {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .search-page-form {
    margin: 0 -10px;
  }
}
.languages-switcher {
  list-style: none;
  padding: 0;
}
ul.languages-switcher > li {
  padding: 0;
}
ul.languages-switcher > li:before {
  content: none;
  display: none;
}
ul.languages-switcher > li > a {
  transition: background-color 0.2s;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  background-clip: border-box;
  height: 30px;
  padding: 5px 10px 5px 5px;
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
}
ul.languages-switcher > li > a,
ul.languages-switcher > li > a:hover,
ul.languages-switcher > li > a:focus,
ul.languages-switcher > li > a:focus:hover {
  color: #48C5E1;
  text-decoration: none;
}
ul.languages-switcher > li > a img {
  -webkit-opacity: 0.56;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=56.00000000000001);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=56);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=56.00000000000001)";
  filter: alpha(opacity=56.00000000000001);
  -moz-opacity: 0.56;
  opacity: 0.56;
  transition: opacity 0.2s;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}
ul.languages-switcher > li > a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
ul.languages-switcher > li > a:hover img {
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.footer ul.languages-switcher {
  margin: 20px 0 0;
}
.footer ul.languages-switcher > li {
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.footer ul.languages-switcher > li a,
.footer ul.languages-switcher > li a:hover,
.footer ul.languages-switcher > li a:focus,
.footer ul.languages-switcher > li a:focus:hover {
  color: #48C5E1;
  text-decoration: none;
}
@media (min-width: 768px) {
  .footer ul.languages-switcher {
    margin: 30px 0 0;
  }
}
@media (min-width: 1024px) {
  .footer ul.languages-switcher {
    margin: 40px 0 0;
  }
}
.top-line .languages-switcher {
  float: right;
}
.top-line .languages-switcher li {
  margin-bottom: 0;
}
.top-line .languages-switcher a {
  font-size: 0;
  background-color: transparent;
  padding: 7px 0;
}
.top-line .languages-switcher a img {
  height: 24px;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  margin: 0;
}
.top-line .languages-switcher a:hover {
  background-color: transparent;
}
.index-banner {
  display: block;
  width: 100%;
  margin: 0 0 50px;
}
@media (max-width: 1023px) {
  .index-banner {
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .index-banner {
    margin: -10px 0 20px;
  }
  .index-banner img {
    width: 100%;
  }
}
.index-banner-container:not(.slick-initialized) {
  position: relative;
}
.index-banner-container:not(.slick-initialized) .index-banner {
  opacity: 0;
  position: absolute;
}
.index-banner-container:not(.slick-initialized) .index-banner:first-child {
  opacity: 1;
  position: static;
}
.video-thumbnail {
  border: 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  height: 400px;
  text-decoration: none;
  border-radius: 0;
  background-clip: border-box;
}
.video-thumbnail:first-child {
  margin-top: 0;
}
.video-thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(32, 22, 0, 0.2);
  z-index: 0;
}
.video-thumbnail:after {
  content: '\e80c';
  font-family: "fc-new";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  /*width: 1em;*/
  /*margin-right: .2em;*/
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  font-size: 100px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-thumbnail .caption {
  color: #fff;
}
@media (max-width: 1023px) {
  .video-thumbnail {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .video-thumbnail {
    height: 168px;
  }
  .video-thumbnail:after {
    font-size: 50px;
  }
}
.embed-responsive {
  height: auto;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .article-card .embed-responsive {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.embed-responsive .thumbnail {
  margin: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.about-video {
  height: 400px;
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-video .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  font-size: 20px;
  font-weight: bold;
  margin-top: 50px;
}
@media (max-width: 1023px) {
  .about-video .caption {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .about-video {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .about-video {
    margin: 0 -10px -20px -10px;
  }
  .about-video .caption {
    margin-top: 20px;
  }
}
.video {
  display: block;
  border-radius: 10px;
  background-clip: border-box;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  padding-left: 520px;
  min-height: 420px;
}
@media (max-width: 1279px) {
  .video {
    padding-left: 410px;
    min-height: 520px;
  }
}
@media (max-width: 1023px) {
  .video {
    padding-left: 330px;
    min-height: 520px;
  }
}
@media (max-width: 767px) {
  .video {
    padding-left: 0;
    padding-top: 200px;
    min-height: 0;
  }
}
.video + .video {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .video + .video {
    margin-top: 10px;
  }
}
.video-img {
  width: 520px;
  height: 100%;
  text-decoration: none;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.video-img:before {
  font-family: "fc-new";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  /*width: 1em;*/
  /*margin-right: .2em;*/
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /*margin-left: .2em;*/
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.video-img:before {
  content: '\e80c';
}
.video-img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 0;
}
.video-img:before {
  position: absolute;
  font-size: 100px;
  color: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 1279px) {
  .video-img {
    width: 410px;
  }
}
@media (max-width: 1023px) {
  .video-img {
    width: 330px;
  }
}
@media (max-width: 767px) {
  .video-img {
    width: 100%;
    height: 200px;
  }
}
.video-body {
  padding: 45px 40px;
}
@media (max-width: 480px) {
  .video-body {
    padding: 10px 10px 25px 10px;
  }
}
.video-title {
  color: #48C5E1;
  margin-bottom: 20px;
}
.video-text > *:last-child {
  margin-bottom: 0;
}
.video .readmore {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .media .media-left {
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .media .media-right {
    padding-left: 20px;
  }
}
.media.media-brand {
  border-radius: 10px;
  background-clip: border-box;
  overflow: hidden;
  background: #fff;
  margin-top: 25px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .media.media-brand {
    margin-top: 10px;
  }
}
.media.media-brand .media-left {
  background: #eaf8fc;
  padding: 0;
}
@media (min-width: 768px) {
  .media.media-brand .media-left {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .media.media-brand .media-left {
    width: auto;
    display: block;
  }
}
.media.media-brand .media-object {
  padding: 30px 40px;
}
@media (max-width: 1279px) {
  .media.media-brand .media-object {
    width: 186px;
    padding: 30px 25px;
  }
}
@media (max-width: 1023px) {
  .media.media-brand .media-object {
    width: 155px;
    padding: 30px 15px;
  }
}
@media (max-width: 767px) {
  .media.media-brand .media-object {
    width: auto;
    display: block;
    padding: 10px 15px;
    margin: auto;
    text-align: center;
  }
}
.media.media-brand .media-object:empty {
  display: none;
}
.media.media-brand .media-body {
  padding: 30px 40px;
}
@media (max-width: 1279px) {
  .media.media-brand .media-body {
    padding: 30px 25px;
  }
}
@media (max-width: 1023px) {
  .media.media-brand .media-body {
    padding: 30px 15px;
  }
}
@media (max-width: 767px) {
  .media.media-brand .media-body {
    width: auto;
    display: block;
    padding: 15px;
  }
}
.about-body .h2,
.about-body h2 {
  color: #000;
}
@media (min-width: 1024px) {
  .about-body .h2,
  .about-body h2 {
    margin-top: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-body {
    margin-left: 170px;
  }
}
@media (max-width: 1023px) {
  .about-body {
    margin-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .about-body .btn {
    margin-top: 20px;
  }
}
.about-img {
  margin: 0 auto 20px;
  width: 150px;
  height: 150px;
  display: block;
}
@media (min-width: 768px) {
  .about-img {
    float: left;
    margin-right: 20px;
  }
}
@media (min-width: 1280px) {
  .about-img {
    margin-right: 35px;
  }
}
@media (min-width: 1024px) {
  .about-text {
    clear: both;
  }
}
.about-panel-group .about-text,
.about-panel-group .about-title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .about-panel-group .about-text,
  .about-panel-group .about-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .about-panel-group .about-title {
    font-size: 15px;
  }
}
.near-place-img {
  width: 40px;
  height: 46px;
}
.about-accordion span {
  display: inline-block;
  vertical-align: middle;
}
.about-accordion span:first-child {
  margin-right: 40px;
}
.about-accordion span.h1 {
  margin: 0;
}
.advantage {
  text-align: center;
}
.advantage a {
  text-decoration: none !important;
}
img.advantage-img,
svg.advantage-img {
  height: 52px;
  display: inline-block;
  margin-bottom: 10px;
}
.advantage-title {
  margin-bottom: 15px;
  width: 100%;
}
.advantage-text {
  color: #000;
}
.advantage-title,
.advantage-text {
  display: inline-block;
}
.slider-parent .advantages-slider {
  margin-top: 30px;
}
@media (max-width: 600px) {
  .slider-parent .advantages-slider .item {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .slider-parent .advantages-slider .item {
    width: 50%;
  }
}
@media (min-width: 801px) {
  .slider-parent .advantages-slider .item {
    width: 33.3333%;
  }
}
/*
don't sync with FC!
*/
.services {
  margin-top: 4px;
}
.services .ellipse-text {
  height: 155px;
}
@media (max-width: 1279px) {
  .services .ellipse-text {
    height: 230px;
  }
}
@media (max-width: 1023px) {
  .services .ellipse-text {
    height: 122px;
  }
}
@media (max-width: 767px) {
  .services .ellipse-text {
    height: 60px;
  }
}
.services-other {
  list-style: none;
  padding: 0;
}
.services-other li {
  margin-bottom: 14px;
}
ul.services-other {
  margin-bottom: 0;
}
ul.services-other li {
  padding: 0;
}
ul.services-other li:before {
  content: none;
  display: none;
}
ul.services-other li:last-child {
  margin-bottom: 0;
}
.services-other li > a {
  padding-right: 18px;
  display: block;
  position: relative;
  text-decoration: none;
  color: #000;
}
.services-other li > a:hover {
  color: #48C5E1;
}
.services-other li > a:after {
  content: '\e811';
  font-family: "fc-new";
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-size: 6px;
  color: #48C5E1;
  display: inline-block;
  vertical-align: top;
  top: 50%;
  margin-top: -4px;
  text-decoration: inherit;
  /*width: 1em;*/
  /*margin-right: .2em;*/
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  position: absolute;
  right: 0;
}
.services-panels {
  margin-top: 50px;
}
@media (max-width: 1023px) {
  .services-panels {
    margin-top: 30px;
  }
}
.services-panels [class*='col'] {
  position: relative;
}
.services-panels img {
  background-color: #efefef;
  width: 100%;
  max-width: 150px;
}
.services-panels svg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.services-panels svg path {
  fill: #fff;
}
@media (min-width: 768px) {
  .services-panels .service-panel:not(.service-panel-centered) .panel-body {
    height: 368px;
  }
}
.service-img {
  display: block;
}
.service-img .icon {
  color: #48C5E1;
  height: 100px;
  font-size: 80px;
  line-height: 100px;
  display: inline-block;
  position: relative;
  top: 50%;
  margin-top: -50px;
}
.services-all .service-img {
  text-align: center;
  background: #eaf8fc;
  overflow: hidden;
  width: 150px;
  height: 150px;
}
.service-img-wrap {
  display: block;
}
.services-all .service-title .readmore {
  font-size: 15px;
}
.service-panel {
  padding: 20px 0 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .service-panel {
    padding: 10px 0 10px;
    text-align: center;
  }
}
.service-panel:before {
  content: "";
  border-radius: 10px;
  background-clip: border-box;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  margin: 0;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.service-panel .panel-body {
  padding: 0 0 10px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .service-panel .panel-body {
    max-width: 270px;
  }
}
.service-panel.service-panel-centered {
  text-align: center;
}
.service-panel.service-panel-centered:before {
  content: none;
  display: none;
}
.service-panel.service-panel-centered .panel-body {
  max-width: 100%;
}
.service-panel.service-panel-centered .panel-body:last-child {
  padding-bottom: 0;
}
.service-panel.service-panel-centered .service-title {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.service-panel .panel-footer {
  position: relative;
  border: 0;
  padding: 10px 0 0;
  background-color: transparent;
}
@media (max-width: 767px) {
  .service-panel .panel-footer {
    display: none;
  }
}
@media (max-width: 767px) {
  .service-panel .service-sub {
    display: none;
  }
  .service-panel .panel-body {
    display: table;
    width: 100%;
  }
  .service-panel .service-img-wrap {
    width: 90px;
    display: table-cell;
  }
  .service-panel .service-img-wrap .service-img {
    height: 90px;
    width: auto;
  }
  .service-panel.services-all .service-img {
    position: static;
    margin: 0 auto;
    width: 90px;
  }
  .service-panel.services-all .service-img .icon {
    color: #48C5E1;
    height: 90px;
    font-size: 60px;
    line-height: 90px;
    display: inline-block;
    position: relative;
    top: 50%;
    margin-top: -45px;
  }
  .service-panel.services-all .service-title {
    text-align: left;
  }
  .service-panel .service-title {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    text-align: left;
  }
}
.service-title {
  display: block;
  margin: 26px 0 16px;
  color: #000;
  position: relative;
}
.service-title:hover {
  color: #000;
}
@media (max-width: 1023px) {
  .service-title {
    font-size: 20px;
  }
}
.service-sub {
  text-align: left;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .service-sub {
    height: 125px;
  }
}
.service-sub li + li {
  margin-top: 8px;
}
ul.service-sub li {
  padding: 0;
  margin-bottom: 0;
}
ul.service-sub li a {
  color: #000;
  text-decoration: none;
}
ul.service-sub li:before {
  content: none;
  display: none;
}
.service-sub li:hover a {
  color: #48C5E1;
}
.service-list-panel {
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 40px;
}
.service-list-panel--bigpad {
  padding: 50px;
}
[data-sticky-parent] .service-list-panel:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .service-list-panel {
    padding: 24px;
  }
}
.service-list-panel .panel-heading {
  padding: 0;
}
.service-list-panel .panel-heading img {
  background-color: #efefef;
}
.service-list-panel .panel-body {
  padding: 0;
}
.service-list-panel .panel-body h4,
.service-list-panel .panel-body .h4 {
  color: #000;
  margin-top: 0;
}
.service-list-panel .panel-body h3,
.service-list-panel .panel-body .h3 {
  color: #48C5E1;
  margin-top: 30px;
  margin-bottom: 20px;
}
.service-list-panel ul {
  font-weight: 300;
}
.service-list-panel ul li {
  padding-right: 20px;
}
.service-list-panel ul li > a {
  color: #000;
  display: block;
  position: relative;
  text-decoration: none;
}
.service-list-panel ul li > a:hover {
  color: #48C5E1;
}
.service-list-panel ul li > a:after {
  content: '\e80b';
  position: absolute;
  left: 100%;
  margin-left: 16px;
  color: #48C5E1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.375em;
  font-family: "fc-new";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  vertical-align: middle;
  text-decoration: inherit;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
}
ul.services-section-list li {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  padding-bottom: 10px;
  margin: 0;
  overflow: hidden;
}
ul.services-section-list li > a:after {
  content: none;
  display: none;
}
ul.services-section-list li > a:hover {
  color: #48C5E1;
}
ul.services-section-list li small {
  color: #969594;
}
@media (min-width: 768px) {
  .services-section-list,
  .modal-service .service-sub {
    -webkit-columns: 2 100px;
    columns: 2 100px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-rule: medium none;
    column-rule: medium none;
  }
  ul.services-section-list li > a {
    padding: 0;
  }
  ul.services-section-list li > a:after {
    content: none!important;
    display: none!important;
  }
}
@media (min-width: 1024px) {
  .services-section-list,
  .modal-service .service-sub {
    -webkit-columns: 3 100px;
    columns: 3 100px;
    -webkit-column-gap: 60px;
    column-gap: 60px;
    -webkit-column-rule: medium none;
    column-rule: medium none;
  }
}
.service-list-img {
  display: block;
  margin: 0 auto 35px;
  text-align: center;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f7f7f7;
  position: relative;
}
.service-list-img > img {
  width: 80px;
  height: 80px;
  display: inline-block;
}
.service-list-img > img.img-circle {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.service-list-img svg {
  width: 80px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -40px;
  margin-left: -40px;
}
.service-list-img svg path {
  fill: #f7f7f7;
}
.service-list-title {
  display: block;
  margin: 0 0 20px;
  padding: 0;
  color: #48C5E1;
}
.service-list-title:hover {
  color: #48C5E1;
}
a.service-list-title {
  margin: 0 0 20px;
}
a.service-list-title:after {
  content: none;
  display: none;
}
.service-list-subtl {
  color: #000;
  margin-top: 0;
}
.readmore {
  cursor: pointer;
  color: #48C5E1;
  display: inline-block;
  padding-right: 24px;
  position: relative;
  text-decoration: none;
}
.readmore:focus,
.readmore:active {
  color: #48C5E1;
}
.readmore:hover,
.readmore:focus:hover,
.readmore:active:hover {
  color: #23b3d3;
}
.readmore:after {
  content: '\e811';
  font-family: "fc-new";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  text-decoration: inherit;
  /*width: 1em;*/
  /*margin-right: .2em;*/
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  font-size: 5px;
}
.services-panel .readmore,
.ellipse .readmore,
.specialists-panel .readmore {
  margin-top: 20px;
}
.readmore.readmore-modal {
  border-bottom: 1px dashed #9d2393;
}
.readmore.readmore-modal:after {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-top: 0;
  top: 0;
  color: transparent;
  background-color: white;
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 13'%3E%3Cpolyline points='9.5 9.5 9.5 12.5 0.5 12.5 0.5 3.5 3.5 3.5' style='fill:none;stroke:%2348C5E1;stroke-linecap:round;stroke-miterlimit:10'/%3E%3Crect x='3.5' y='0.5' width='9' height='9' style='fill:none;stroke:%2348C5E1;stroke-linecap:round;stroke-miterlimit:10'/%3E%3C/svg%3E");
}
.readmore.readmore-modal:hover {
  border-color: #731a6c;
}
.readmore.readmore-modal:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 13'%3E%3Cpolyline points='9.5 9.5 9.5 12.5 0.5 12.5 0.5 3.5 3.5 3.5' style='fill:none;stroke:%2323b3d3;stroke-linecap:round;stroke-miterlimit:10'/%3E%3Crect x='3.5' y='0.5' width='9' height='9' style='fill:none;stroke:%2323b3d3;stroke-linecap:round;stroke-miterlimit:10'/%3E%3C/svg%3E");
}
.container-wrap--gray .readmore.readmore-modal:after {
  background-color: #efefef;
}
.ellipse-text {
  overflow: hidden;
  transition: 0.5s height;
}
.expanded .ellipse-text {
  height: auto;
}
.bootstrap-select.btn-group.form-control {
  outline: 0!important;
  width: auto;
  padding-top: 0!important;
  display: block;
}
.bootstrap-select.btn-group.form-control .dropdown-menu {
  width: 100%;
}
@media (max-width: 1023px) {
  .bootstrap-select.btn-group.form-control .dropdown-menu {
    width: 100%;
  }
}
.bootstrap-select.btn-group.form-control .dropdown-toggle.btn {
  width: 100%;
}
@media (max-width: 1023px) {
  .bootstrap-select.btn-group.form-control .dropdown-toggle.btn {
    width: 100%;
  }
}
.bootstrap-select .dropdown-menu {
  margin-top: 0;
  padding: 30px 0;
  width: 326px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border: 0;
  height: 150px;
  overflow: auto !important;
}
.bootstrap-select .dropdown-menu::-webkit-scrollbar {
  width: 5px;
}
.bootstrap-select .dropdown-menu::-webkit-scrollbar-track {
  background: transparent;
}
.bootstrap-select .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #48C5E1;
  border-radius: 3px;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu.inner {
  height: auto !important;
  overflow: visible !important;
  max-height: none !important;
}
.bootstrap-select .dropdown-menu > li.selected > a {
  background: transparent;
  color: #48C5E1;
}
.bootstrap-select .dropdown-menu > li + li {
  margin-top: 10px;
}
.bootstrap-select .dropdown-menu > li > a {
  white-space: normal;
  padding-right: 30px;
  padding-left: 30px;
}
.bootstrap-select .dropdown-menu > li > a:focus {
  outline: 0;
}
@media (max-width: 1023px) {
  .bootstrap-select .dropdown-menu > li > a {
    font-size: 13px;
  }
}
@media (max-width: 1023px) {
  .bootstrap-select .dropdown-menu {
    width: 180px;
    border-bottom-right-radius: 17px;
    border-bottom-left-radius: 17px;
  }
  .bootstrap-select .dropdown-menu > li > a {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .bootstrap-select .dropdown-menu {
    width: 100%;
  }
}
.bootstrap-select .dropdown-toggle.btn {
  border-color: #48C5E1;
  background-color: #48C5E1;
  color: #48C5E1;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "pfagorasanspro", Arial, sans-serif;
  text-align: left;
  padding-right: 50px;
  position: relative;
  width: 326px;
}
.bootstrap-select .dropdown-toggle.btn:focus,
.bootstrap-select .dropdown-toggle.btn.focus {
  color: #fff;
  background-color: #23b3d3;
  border-color: #187b92;
}
.bootstrap-select .dropdown-toggle.btn:hover {
  color: #fff;
  background-color: #23b3d3;
  border-color: #21accb;
}
.bootstrap-select .dropdown-toggle.btn:active,
.bootstrap-select .dropdown-toggle.btn.active,
.open > .dropdown-toggle.bootstrap-select .dropdown-toggle.btn {
  color: #fff;
  background-color: #23b3d3;
  border-color: #21accb;
}
.bootstrap-select .dropdown-toggle.btn:active:hover,
.bootstrap-select .dropdown-toggle.btn.active:hover,
.open > .dropdown-toggle.bootstrap-select .dropdown-toggle.btn:hover,
.bootstrap-select .dropdown-toggle.btn:active:focus,
.bootstrap-select .dropdown-toggle.btn.active:focus,
.open > .dropdown-toggle.bootstrap-select .dropdown-toggle.btn:focus,
.bootstrap-select .dropdown-toggle.btn:active.focus,
.bootstrap-select .dropdown-toggle.btn.active.focus,
.open > .dropdown-toggle.bootstrap-select .dropdown-toggle.btn.focus {
  color: #fff;
  background-color: #1e99b5;
  border-color: #187b92;
}
.bootstrap-select .dropdown-toggle.btn:active,
.bootstrap-select .dropdown-toggle.btn.active,
.open > .dropdown-toggle.bootstrap-select .dropdown-toggle.btn {
  background-image: none;
}
.bootstrap-select .dropdown-toggle.btn.disabled:hover,
.bootstrap-select .dropdown-toggle.btn[disabled]:hover,
fieldset[disabled] .bootstrap-select .dropdown-toggle.btn:hover,
.bootstrap-select .dropdown-toggle.btn.disabled:focus,
.bootstrap-select .dropdown-toggle.btn[disabled]:focus,
fieldset[disabled] .bootstrap-select .dropdown-toggle.btn:focus,
.bootstrap-select .dropdown-toggle.btn.disabled.focus,
.bootstrap-select .dropdown-toggle.btn[disabled].focus,
fieldset[disabled] .bootstrap-select .dropdown-toggle.btn.focus {
  background-color: #48C5E1;
  border-color: #48C5E1;
}
.bootstrap-select .dropdown-toggle.btn .badge {
  color: #48C5E1;
  background-color: #fff;
}
.bootstrap-select .dropdown-toggle.btn .badge {
  text-shadow: none;
}
.bootstrap-select .dropdown-toggle.btn:hover:focus,
.bootstrap-select .dropdown-toggle.btn:hover:active,
.bootstrap-select .dropdown-toggle.btn:hover {
  background-color: #fff;
  color: #48C5E1;
  border-color: #fff;
}
.bootstrap-select .dropdown-toggle.btn:focus,
.bootstrap-select .dropdown-toggle.btn:active:focus {
  border-color: #48C5E1;
  background-color: #48C5E1;
  color: #fff;
  outline: 0;
}
.bootstrap-select .dropdown-toggle.btn:active,
.bootstrap-select .dropdown-toggle.btn.active {
  background-color: #fff;
  color: #48C5E1;
  border-color: #fff;
}
.bootstrap-select .dropdown-toggle.btn.disabled,
.bootstrap-select .dropdown-toggle.btn[disabled],
fieldset[disabled] .bootstrap-select .dropdown-toggle.btn,
.bootstrap-select .dropdown-toggle.btn.disabled:hover,
.bootstrap-select .dropdown-toggle.btn[disabled]:hover,
fieldset[disabled] .bootstrap-select .dropdown-toggle.btn:hover,
.bootstrap-select .dropdown-toggle.btn.disabled:focus,
.bootstrap-select .dropdown-toggle.btn[disabled]:focus,
fieldset[disabled] .bootstrap-select .dropdown-toggle.btn:focus,
.bootstrap-select .dropdown-toggle.btn.disabled.focus,
.bootstrap-select .dropdown-toggle.btn[disabled].focus,
fieldset[disabled] .bootstrap-select .dropdown-toggle.btn.focus,
.bootstrap-select .dropdown-toggle.btn.disabled:active,
.bootstrap-select .dropdown-toggle.btn[disabled]:active,
fieldset[disabled] .bootstrap-select .dropdown-toggle.btn:active,
.bootstrap-select .dropdown-toggle.btn.disabled.active,
.bootstrap-select .dropdown-toggle.btn[disabled].active,
fieldset[disabled] .bootstrap-select .dropdown-toggle.btn.active {
  background-color: #21accb;
  background-image: none;
}
.bootstrap-select .dropdown-toggle.btn .filter-option {
  font-family: "pfagorasanspro", Arial, sans-serif;
}
.bootstrap-select .dropdown-toggle.btn:hover,
.bootstrap-select .dropdown-toggle.btn:active,
.bootstrap-select .dropdown-toggle.btn:focus,
.bootstrap-select .dropdown-toggle.btn:focus:active,
.bootstrap-select .dropdown-toggle.btn:focus:hover {
  background-color: #48C5E1;
  color: #fff;
  border-color: #48C5E1;
}
@media (max-width: 1023px) {
  .bootstrap-select .dropdown-toggle.btn {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .bootstrap-select .dropdown-toggle.btn {
    width: 100%;
  }
}
.bootstrap-select.open > .dropdown-toggle.btn-default {
  box-shadow: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-select .dropdown-toggle {
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: normal;
  background: #48C5E1;
  border-radius: 0;
  background-clip: border-box;
  padding-left: 0;
  padding-right: 35px;
  outline: 0!important;
  min-width: 160px;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  outline: 0!important;
}
.bootstrap-select.btn-group .dropdown-toggle:hover,
.bootstrap-select.btn-group .dropdown-toggle:focus,
.bootstrap-select.btn-group .dropdown-toggle:hover:active,
.bootstrap-select.btn-group .dropdown-toggle:focus:active {
  background-color: #48C5E1;
  box-shadow: none;
  outline: 0!important;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  right: 30px;
  border: 0;
  top: 50%;
  margin-top: -12px;
  width: auto;
  height: auto;
}
.bootstrap-select.btn-group .dropdown-toggle .caret:before {
  font-family: "fc-new";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  /*width: 1em;*/
  /*margin-right: .2em;*/
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /*margin-left: .2em;*/
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.bootstrap-select.btn-group .dropdown-toggle .caret:before {
  content: '\e80a';
}
.bootstrap-select.btn-group .dropdown-toggle .caret:before {
  font-size: 9px;
  height: 22px;
  line-height: 22px;
}
@media (max-width: 1023px) {
  .bootstrap-select.btn-group .dropdown-toggle .caret {
    margin-top: -12px;
    right: 20px;
  }
  .bootstrap-select.btn-group .dropdown-toggle .caret:before {
    font-size: 6px;
  }
}
.bootstrap-select.btn-group .dropdown-toggle[aria-expanded="true"] .caret:before {
  content: '\e801';
}
.form-group .bootstrap-select {
  width: 100%;
}
.form-group .bootstrap-select .dropdown-toggle.btn {
  width: 100%;
  background: #fff;
  border: 1px solid #fff !important;
  height: 60px;
  padding: 20px 20px;
  border-radius: 10px;
  background-clip: border-box;
  color: #000;
  font-size: 15px;
}
.form-group .bootstrap-select .dropdown-toggle.btn:hover,
.form-group .bootstrap-select .dropdown-toggle.btn:hover:focus,
.form-group .bootstrap-select .dropdown-toggle.btn:focus {
  background: #fff;
  color: #000;
}
.form-group .bootstrap-select .dropdown-toggle.btn .filter-option {
  white-space: nowrap;
  padding-right: 20px;
  text-overflow: ellipsis;
}
.form-group .bootstrap-select .dropdown-toggle.btn .caret {
  margin-top: -10px;
  color: #000;
}
.form-group .bootstrap-select .dropdown-toggle.btn .caret:before {
  font-size: 5px;
}
@media (max-width: 1023px) {
  .form-group .bootstrap-select .dropdown-toggle.btn {
    height: 40px;
    padding: 12px 20px;
  }
}
.form-group .bootstrap-select.open .dropdown-toggle.btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-group .bootstrap-select.btn-group > .dropdown-menu {
  border: 0;
  border-top: 1px solid #f7f7f7;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.form-group .bootstrap-select.dropup.open .dropdown-toggle {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.form-group .bootstrap-select.dropup > .dropdown-menu {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.175);
  margin-bottom: 0;
  border-top: 0;
  border-bottom: 1px solid #f7f7f7;
}
.form-group.has-error .bootstrap-select .dropdown-toggle.btn {
  border-color: #f90a6f !important;
}
.specialists {
  margin-top: 4px;
}
.specialists .ellipse-text {
  height: 178px;
}
@media (max-width: 1279px) {
  .specialists .ellipse-text {
    height: 200px;
  }
}
@media (max-width: 1023px) {
  .specialists .ellipse-text {
    height: 140px;
  }
}
@media (max-width: 767px) {
  .specialists .ellipse-text {
    height: 60px;
  }
}
.specialists-panels {
  margin-top: 50px;
}
@media (max-width: 1023px) {
  .specialists-panels {
    margin-top: 30px;
  }
}
.specialists-panels [class*='col'] {
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .index .specialists-panels:not(.specialists-infinity):not(.specialist-col specialist-link-all) [class*='col']:nth-child(5) ~ [class*='col'] {
    display: none;
  }
}
@media (max-width: 1023px) {
  .specialists-list .page-header .page-header-title {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
}
.specialists-list .specialists-panels {
  margin-top: 10px;
}
.specialist-panel {
  background-color: transparent;
  border-radius: 0;
  background-clip: border-box;
  border: 0;
  text-align: center;
  padding: 35px 0 20px;
  margin-bottom: 0;
  overflow: visible !important;
}
.specialist-panel > .panel-body > span {
  display: block;
}
.specialist-panel .panel-heading {
  padding: 10px 0;
  position: relative;
}
.specialist-panel .panel-body {
  position: relative;
  padding: 0;
}
.specialist-panel .panel-hover {
  position: relative;
}
.specialist-panel .panel-hover:before {
  content: " ";
  border-radius: 20px;
  background-clip: border-box;
  position: absolute;
  display: block;
  height: auto;
  width: auto;
  margin: 0;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -40px;
  z-index: 1;
  background-color: #fff;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  border: 1px solid #efefef;
}
.specialist-panel .panel-hover > *,
.specialist-panel .panel-hover img,
.specialist-panel .panel-hover .specialist-title {
  position: relative;
  z-index: 2;
}
.specialist-panel .panel-container {
  position: relative;
}
.specialist-panel .panel-footer {
  background-color: #fff;
  padding: 0 30px 20px;
  width: auto;
  left: -20px;
  right: -20px;
  top: 0;
  position: absolute;
  z-index: -1;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  border: 1px solid #eaf8fc;
  border-top: none !important;
  border-radius: 0 0 20px 20px;
  background-clip: border-box;
}
.specialist-panel .panel-footer .media.media-button {
  margin-top: 1px;
}
.specialist-panel .panel-footer .btn {
  margin-bottom: 0;
  margin-left: -10px;
  margin-right: -10px;
}
.specialist-panel .panel-note {
  background-color: #efefef;
  padding: 20px 30px 16px;
  margin: 20px -30px -20px;
  text-align: left;
  border-radius: 0 0 20px 20px;
  background-clip: border-box;
  overflow: hidden;
}
.specialist-panel .specialist-title {
  display: block;
}
@media (max-width: 767px) {
  .specialist-panel:before {
    display: none !important;
  }
  .specialist-panel .panel-hover:before {
    display: none !important;
  }
  .specialist-panel .panel-footer {
    margin-top: 10px;
    position: static;
    -webkit-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    padding: 0 !important;
    border: none;
    background-color: transparent;
    border-color: transparent;
  }
  .specialist-panel .panel-note {
    border-radius: 0;
    background-clip: border-box;
    padding: 0;
    margin: 0;
    margin-top: 10px !important;
    background-color: transparent !important;
    border-color: transparent;
    text-align: center;
  }
}
.specialist-panel:hover div.specialist-img {
  background-color: #48C5E1;
}
.specialist-panel:hover div.specialist-img .icon {
  color: #fff;
}
@media (min-width: 768px) {
  .specialist-panel:hover .panel-text {
    -webkit-opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
  }
  .specialist-panel:hover .panel-hover:before {
    -webkit-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
  .specialist-panel:hover .panel-hover img.specialist-img {
    border-color: #48C5E1;
  }
  .specialist-panel:hover .panel-heading {
    -webkit-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
  .specialist-panel:hover:not(.no-shadow):before {
    -webkit-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
  .specialist-panel:hover .panel-footer {
    -webkit-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    z-index: 3;
  }
}
.section--colored .specialist-panel .panel-hover:before,
.container-wrap--gray .section--colored .specialist-panel .panel-hover:before,
.container-wrap--colored-decorated .specialist-panel .panel-hover:before {
  border-color: #eaf8fc;
}
.container-wrap--gray .specialist-panel .panel-hover:before {
  border-color: #efefef;
}
.container-wrap--gray .specialist-panel .panel-footer {
  border-color: #efefef;
}
.container-wrap--gray .specialist-panel .panel-note {
  background-color: #eaf8fc;
}
.section--colored .specialist-panel .panel-footer,
.container-wrap--gray .section--colored .specialist-panel .panel-footer {
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-color: #eaf8fc;
}
.section--colored .specialist-panel .panel-note,
.container-wrap--gray .section--colored .specialist-panel .panel-note {
  margin-top: 0;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
}
.specialists-section,
.section--colored {
  background: #eaf8fc;
}
.article-card .specialists-section,
.article-card .section--colored {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 767px) {
  .article-card .specialists-section,
  .article-card .section--colored {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.article-card .specialists-section .specialist-img,
.article-card .section--colored .specialist-img {
  width: 136px;
  height: 136px;
}
@media (max-width: 767px) {
  .specialists-section .panel-body,
  .section--colored .panel-body,
  .specialists-section .panel-footer,
  .section--colored .panel-footer,
  .specialists-section .panel-note,
  .section--colored .panel-note {
    text-align: center !important;
  }
}
.panel-group .panel .specialists-section,
.panel-group .panel .section--colored {
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .specialists-section .specialist-img,
  .section--colored .specialist-img {
    width: 156px;
    height: 156px;
  }
}
.specialist-type {
  display: block;
}
.specialist-img {
  display: inline-block;
  background-color: #fff;
  margin: auto;
  width: 190px;
  height: 190px;
  overflow: hidden;
  text-align: center !important;
  border: 1px dashed transparent;
}
img.specialist-img {
  border-color: transparent;
}
.specialist-img .icon {
  color: #48C5E1;
  height: 100px;
  font-size: 100px;
  line-height: 100px;
  display: inline-block;
  position: relative;
  top: 50%;
  margin-top: -50px;
}
.specialist-img + .readmore {
  margin-top: 15px;
}
.specialist-img img {
  width: 100%;
  height: auto;
}
.specialist-img.img-border {
  border-color: #48C5E1;
}
.specialist-title {
  margin: 25px 0 15px;
  line-height: 1.2em;
  color: #48C5E1;
  text-decoration: none !important;
  white-space: normal !important;
}
.specialist-title a {
  text-decoration: none;
}
.specialist-title.minh-2lh {
  min-height: 45px;
}
.article-card .specialist-info h1,
.article-card .specialist-info .h1,
.article-card .specialist-info h2,
.article-card .specialist-info .h2,
.article-card .specialist-info h3,
.article-card .specialist-info .h3 {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.article-card .specialist-info .btn {
  margin-top: 30px;
}
.specialists-all {
  display: block;
  margin-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .specialists-btn-group {
    text-align: right;
    width: auto;
  }
  .specialists-btn-group .dropdown,
  .specialists-btn-group .btn {
    display: inline-block;
    vertical-align: top;
    width: 170px;
  }
  .specialists-btn-group .dropdown-menu {
    width: 170px;
  }
  .specialists-btn-group > *:not(:first-child) {
    margin-top: 0;
    margin-left: 5px;
  }
}
.media-specialist {
  margin-bottom: -20px;
}
@media (max-width: 1023px) {
  .media-specialist {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .media-specialist {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1023px) {
  .media-specialist .media-left {
    display: block;
    float: left;
    width: auto;
    height: auto;
  }
}
.media-specialist .specialist-img {
  max-height: none;
  max-width: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: block;
}
.media-specialist .specialist-img.media-left {
  display: table-cell;
}
@media (min-width: 768px) {
  .media-specialist .specialist-img {
    width: 200px;
    height: 250px;
  }
}
@media (min-width: 1024px) {
  .media-specialist .specialist-img {
    width: 200px;
    height: 380px;
  }
}
@media (min-width: 1280px) {
  .media-specialist .specialist-img {
    width: 250px;
    height: 400px;
  }
}
.media-specialist .specialist-img img {
  display: inline-block;
  position: relative;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .media-specialist .specialist-img img {
    min-height: 0;
    height: 300px;
  }
}
@media (min-width: 1024px) {
  .media-specialist .specialist-img img {
    height: 380px;
  }
}
@media (min-width: 1280px) {
  .media-specialist .specialist-img img {
    height: 400px;
  }
}
@media (max-width: 1023px) {
  .media-specialist .specialist-img {
    display: block;
    float: left;
    margin-bottom: 20px;
    border: 1px dashed #48C5E1;
    border-radius: 50%;
    padding: 10px;
    margin-right: 20px;
    width: 140px;
    height: 140px;
  }
  .media-specialist .specialist-img img {
    width: 100%;
    height: auto;
  }
  .media-specialist .specialist-img:after {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .media-specialist .media-left,
  .media-specialist .media-body {
    display: block;
    padding-right: 0;
  }
}
.media-specialist .media-body {
  padding-bottom: 20px;
}
@media (max-width: 1023px) {
  .media-specialist .media-body {
    display: block;
    width: 100%;
    overflow: visible;
    padding-bottom: 0;
  }
}
.media-specialist .specialist-title {
  margin-top: 24px;
  display: block;
}
@media (max-width: 1023px) {
  .media-specialist .specialist-title {
    margin-top: 0;
  }
}
.media-specialist .specialist-info {
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .media-specialist .specialist-info:last-child {
    margin-bottom: -20px;
  }
}
@media (max-width: 1023px) {
  .media-specialist .specialist-info {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .media-specialist .specialist-position {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1023px) {
  .article-card .media-specialist .specialist-info {
    clear: none;
  }
}
.specialist-help {
  position: relative;
}
.specialist-help:before,
.specialist-help:after {
  content: " ";
  display: table;
}
.specialist-help:after {
  clear: both;
}
.specialist-help:before,
.specialist-help:after {
  content: " ";
  display: table;
}
.specialist-help:after {
  clear: both;
}
@media (max-width: 1023px) {
  .specialist-help {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.specialist-help .specialist-img {
  height: auto;
  width: auto;
  margin-bottom: -20px;
}
.specialist-help .specialist-img img {
  display: inline-block;
  position: relative;
  z-index: 1;
  max-width: 100%;
}
@media (min-width: 768px) {
  .specialist-help .specialist-img {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .specialist-help .specialist-img {
    margin-right: 20px;
  }
}
@media (max-width: 1023px) {
  .specialist-help .specialist-img {
    margin-bottom: 20px;
  }
  .specialist-help .specialist-img:after {
    content: "";
    height: 20px;
    margin-top: -20px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
    background: rgba(247, 247, 247, 0.5);
    background: linear-gradient(to bottom, transparent 0%, #f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#f7f7f7', GradientType=0);
  }
}
@media (max-width: 767px) {
  .specialist-help .specialist-img {
    float: none;
    display: block;
    text-align: center;
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .specialist-help .specialist-img img {
    max-height: 192px;
  }
  .specialist-help .specialist-img:after {
    bottom: 0;
  }
}
.specialist-help .specialist-title {
  margin-top: 24px;
  display: block;
}
.specialist-help .specialist-info {
  max-height: 320px;
}
@media (min-width: 1024px) {
  .specialist-help .specialist-info:last-child {
    margin-bottom: -20px;
  }
}
@media (max-width: 1279px) {
  .specialist-help .specialist-info {
    max-height: 210px;
  }
}
@media (max-width: 1023px) {
  .specialist-help .specialist-info {
    max-height: none;
    margin-bottom: auto;
  }
}
@media (max-width: 1023px) {
  .specialist-help .specialist-info {
    clear: both;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .specialist-help .specialist-info {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .specialist-help .specialist-position {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.specialist-full-panel {
  border-radius: 10px;
  background-clip: border-box;
}
.specialist-full-panel .specialist-name {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .specialist-full-panel .specialist-name {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.specialist-full-panel .specialist-position {
  color: #48C5E1;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .specialist-full-panel .specialist-position {
    margin-bottom: 20px;
  }
}
.specialist-full-panel .specialist-detail {
  max-height: 470px;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .specialist-full-panel .specialist-detail {
    max-height: 370px;
  }
}
@media (max-width: 1023px) {
  .specialist-full-panel .specialist-detail {
    max-height: none;
  }
}
.specialist-full-panel > .media > .media-left,
.specialist-full-panel > .media > .media-body {
  padding: 40px 50px 20px 45px;
}
@media (max-width: 1023px) {
  .specialist-full-panel > .media > .media-left,
  .specialist-full-panel > .media > .media-body {
    padding: 20px 50px 20px 20px;
    width: auto;
    display: block;
  }
}
@media (max-width: 767px) {
  .specialist-full-panel > .media > .media-left,
  .specialist-full-panel > .media > .media-body {
    padding: 20px;
  }
}
.specialist-full-panel > .media > .media-left {
  padding: 20px 0 0 20px;
  position: relative;
}
@media (max-width: 1023px) {
  .specialist-full-panel > .media > .media-left {
    text-align: center;
    padding-bottom: 0;
  }
  .specialist-full-panel > .media > .media-left:before {
    content: "";
    height: 140px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(249, 249, 249, 0.525);
    background: linear-gradient(to bottom, #fff 0%, rgba(0, 0, 0, 0.05) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='rgba(0, 0, 0, 0.05)', GradientType=0);
  }
  .specialist-full-panel > .media > .media-left img {
    display: inline-block;
    position: relative;
  }
}
@media (max-width: 767px) {
  .specialist-full-panel > .media > .media-left {
    padding: 20px 0 0 0;
  }
}
.specialist-full-img {
  width: 450px;
  height: 630px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.specialist-full-img img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 630px;
  display: inline-block;
}
@media (max-width: 1279px) {
  .specialist-full-img {
    width: 320px;
    height: 500px;
  }
  .specialist-full-img img {
    height: 500px;
  }
}
@media (max-width: 1023px) {
  .specialist-full-img {
    width: 100%;
    height: 480px;
  }
  .specialist-full-img img {
    height: 480px;
    left: auto;
    -webkit-transform: none;
    transform: none;
  }
}
@media (max-width: 767px) {
  .specialist-full-img {
    max-height: 310px;
  }
  .specialist-full-img img {
    height: auto;
    max-height: 100%;
  }
}
.specialist-detail h2,
.specialist-detail .h2 {
  font-size: 20px;
  color: #48C5E1;
}
.specialist-detail-reviews {
  margin-top: 70px;
}
@media (max-width: 1023px) {
  .specialist-detail-reviews {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .specialist-detail-reviews {
    margin-top: 30px;
  }
}
.slick-initialized.slick-specialist {
  margin-left: -20px;
  margin-right: -20px;
  overflow: visible !important;
}
.slick-initialized.slick-specialist .slick-list {
  margin-left: 0;
  margin-right: 0;
}
.slick-initialized.slick-specialist .slick-arrow {
  top: 106px;
  margin-top: 0;
}
.slick-initialized.slick-specialist:hover {
  margin-bottom: -160px;
}
.slick-initialized.slick-specialist:hover .panel.specialist-panel {
  margin-bottom: 160px;
}
.slick-initialized.slick-specialist:hover .panel.specialist-panel:before {
  height: calc(100% - 160px);
}
.specialists-row.slick-slider .specialist-col .specialist-img {
  margin-left: 0;
}
.specialists-row.slick-slider .specialist-link-all {
  clear: none !important;
}
.specialist-card {
  overflow: visible !important;
}
.specialist-card > *:last-child {
  border-radius: 0 0 10px 10px;
  background-clip: border-box;
}
.specialists-row {
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 767px) {
  .specialists-row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.article-card .specialists-row .specialist-col {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .article-card .specialists-row .specialist-col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .article-card .specialists-row .specialist-col {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .article-card .specialists-row .specialist-col:nth-child(2) ~ .specialist-col:not(.specialist-link-all) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article-card .specialists-row .specialist-col:nth-child(1) ~ .specialist-col:not(.specialist-link-all) {
    display: none;
  }
  .article-card .specialists-row .specialist-col:nth-child(2):last-child:not(.specialist-link-all) {
    display: block;
  }
  .article-card .specialists-row .specialist-col:nth-child(3n+1) {
    clear: none;
  }
}
@media (min-width: 1024px) {
  .article-card .specialists-row .specialist-col:nth-child(2) ~ .specialist-col:not(.specialist-link-all) {
    display: none;
  }
  .article-card .specialists-row .specialist-col:nth-child(3):last-child:not(.specialist-link-all) {
    display: block;
  }
  .article-card .specialists-row .specialist-col:nth-child(4n+1) {
    clear: none;
  }
  .article-card .specialists-row .specialist-col:nth-child(3n+1) {
    clear: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article-card .specialists-row.specialists-2-lines .specialist-col:nth-child(1) ~ .specialist-col:not(.specialist-link-all) {
    display: block;
  }
  .article-card .specialists-row.specialists-2-lines .specialist-col:nth-child(3) ~ .specialist-col:not(.specialist-link-all) {
    display: none;
  }
  .article-card .specialists-row.specialists-2-lines .specialist-col.specialist-link-all:nth-child(n+6) {
    clear: none;
  }
}
@media (min-width: 1024px) {
  .article-card .specialists-row.specialists-2-lines .specialist-col:nth-child(2) ~ .specialist-col:not(.specialist-link-all) {
    display: block;
  }
  .article-card .specialists-row.specialists-2-lines .specialist-col:nth-child(5) ~ .specialist-col:not(.specialist-link-all) {
    display: none;
  }
  .article-card .specialists-row.specialists-2-lines .specialist-col:nth-child(3n+1) {
    clear: left;
  }
  .article-card .specialists-row.specialists-2-lines .specialist-col.specialist-link-all:nth-child(n+8) {
    clear: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .panel-body .specialists-row .specialist-col:nth-child(2) ~ .specialist-col:not(.specialist-link-all) {
    display: none;
  }
  .panel-body .specialists-row .specialist-col:nth-child(3n+1) {
    clear: none;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .panel-body .specialists-row .specialist-col:nth-child(2) ~ .specialist-col:not(.specialist-link-all) {
    display: none;
  }
  .panel-body .specialists-row .specialist-col:nth-child(3n+1) {
    clear: none;
  }
}
@media (min-width: 1280px) {
  .panel-body .specialists-row .specialist-col:nth-child(3) ~ .specialist-col:not(.specialist-link-all) {
    display: none;
  }
  .panel-body .specialists-row .specialist-col:nth-child(4n+1) {
    clear: none;
  }
}
.specialists-row .specialist-col {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .specialists-row .specialist-col {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1024px) {
  .specialists-row .specialist-col {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1280px) {
  .specialists-row .specialist-col {
    float: left;
    width: 25%;
  }
}
@media (max-width: 767px) {
  .specialists-row .specialist-col {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .specialists-row .specialist-col:nth-child(3n+1) {
    clear: left;
  }
  .specialists-row .specialist-col:nth-child(5) ~ .specialist-col:not(.specialist-link-all) {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .specialists-row .specialist-col:nth-child(5) ~ .specialist-col:not(.specialist-link-all) {
    display: none;
  }
  .specialists-row .specialist-col:nth-child(3n+1) {
    clear: left;
  }
  .specialists-row .specialist-col.specialist-link-all:nth-child(n+6) {
    clear: none;
  }
}
@media (min-width: 1280px) {
  .specialists-row .specialist-col:nth-child(4n+1) {
    clear: left;
  }
  .specialists-row .specialist-col:nth-child(7) ~ .specialist-col:not(.specialist-link-all) {
    display: none;
  }
  .specialists-row .specialist-col.specialist-link-all:nth-child(n+8) {
    clear: none;
  }
}
.specialists-row .specialist-col:nth-last-child(4):first-child ~ .specialists-row .specialist-col {
  clear: none!important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .index .specialists-panels.specialists-infinite .specialist-col:nth-child(5) ~ .specialist-col:not(.specialist-link-all),
  .specialists-panels.specialists-infinite .specialist-col:nth-child(5) ~ .specialist-col:not(.specialist-link-all) {
    display: block;
  }
  .index .specialists-panels.specialists-infinite .specialist-col:nth-child(8) ~ .specialist-col.specialist-link-all,
  .specialists-panels.specialists-infinite .specialist-col:nth-child(8) ~ .specialist-col.specialist-link-all {
    clear: none;
  }
  .index .specialists-panels.specialists-infinite .specialist-col:nth-child(9) ~ .specialist-col.specialist-link-all:nth-child(3n+1),
  .specialists-panels.specialists-infinite .specialist-col:nth-child(9) ~ .specialist-col.specialist-link-all:nth-child(3n+1) {
    clear: left;
  }
  .index .specialists-panels.specialists-infinite .specialist-col:nth-child(8):nth-last-child(2):not(.specialist-link-all),
  .specialists-panels.specialists-infinite .specialist-col:nth-child(8):nth-last-child(2):not(.specialist-link-all) {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .index .specialists-panels.specialists-infinite .specialist-col:nth-child(5) ~ .specialist-col:not(.specialist-link-all),
  .specialists-panels.specialists-infinite .specialist-col:nth-child(5) ~ .specialist-col:not(.specialist-link-all) {
    display: block;
  }
  .index .specialists-panels.specialists-infinite .specialist-col:nth-child(8) ~ .specialist-col.specialist-link-all,
  .specialists-panels.specialists-infinite .specialist-col:nth-child(8) ~ .specialist-col.specialist-link-all {
    clear: none;
  }
  .index .specialists-panels.specialists-infinite .specialist-col:nth-child(9) ~ .specialist-col.specialist-link-all:nth-child(3n+1),
  .specialists-panels.specialists-infinite .specialist-col:nth-child(9) ~ .specialist-col.specialist-link-all:nth-child(3n+1) {
    clear: left;
  }
}
@media (min-width: 1280px) {
  .index .specialists-panels.specialists-infinite .specialist-col:nth-child(7) ~ .specialist-col:not(.specialist-link-all),
  .specialists-panels.specialists-infinite .specialist-col:nth-child(7) ~ .specialist-col:not(.specialist-link-all) {
    display: block;
  }
  .index .specialists-panels.specialists-infinite .specialist-col:nth-child(8):nth-last-child(2):not(.specialist-link-all),
  .specialists-panels.specialists-infinite .specialist-col:nth-child(8):nth-last-child(2):not(.specialist-link-all) {
    display: none;
  }
  .index .specialists-panels.specialists-infinite .specialist-col:nth-child(8) ~ .specialist-col.specialist-link-all,
  .specialists-panels.specialists-infinite .specialist-col:nth-child(8) ~ .specialist-col.specialist-link-all {
    clear: none;
  }
  .index .specialists-panels.specialists-infinite .specialist-col:nth-child(9) ~ .specialist-col.specialist-link-all:nth-child(4n+1),
  .specialists-panels.specialists-infinite .specialist-col:nth-child(9) ~ .specialist-col.specialist-link-all:nth-child(4n+1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body.specialists-list .specialists-panels.specialists-infinite .specialist-col:nth-child(8):nth-last-child(2):not(.specialist-link-all) {
    display: block;
  }
}
@media (min-width: 1280px) {
  body.specialists-list .specialists-panels.specialists-infinite .specialist-col:nth-child(8):nth-last-child(2):not(.specialist-link-all) {
    display: block;
  }
}
.article-panel {
  border-radius: 20px;
  background-clip: border-box;
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 0 0 15px #eaeaea;
}
@media (max-width: 767px) {
  .article-panel {
    margin-bottom: 10px;
  }
}
.article-panel .panel-heading {
  display: block;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  height: 145px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.article-panel .panel-body {
  padding: 18px;
}
.article-title {
  height: 62px;
  margin: 0 0 10px;
  overflow: hidden;
  color: #48C5E1;
}
.article-title:hover {
  color: #48C5E1;
}
.article-cards {
  color: #4e4e4e;
}
.slider-parent .articles-slider .article-panel {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .slider-parent .articles-slider .item {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .slider-parent .articles-slider .item {
    width: 50%;
  }
}
@media (min-width: 801px) {
  .slider-parent .articles-slider .item {
    width: 33%;
  }
}
.articles-slider {
  margin-bottom: 20px;
}
.articles-sections li {
  margin: 0 0 20px;
}
.articles-sections li a {
  text-decoration: none;
  color: #000;
}
.articles-sections li a:hover {
  color: #48C5E1;
}
.articles-sections li.active a {
  color: #48C5E1;
}
.review-panel {
  border-radius: 20px;
  background-clip: border-box;
  margin-bottom: 30px;
  background-color: #f7f7f7;
}
.review-panel .panel-body {
  padding: 30px 30px 50px;
  height: 218px;
  overflow: hidden;
  position: relative;
}
.review-panel .panel-body:only-child {
  padding-bottom: 50px;
}
.review-panel .readmore {
  position: absolute;
  margin-top: 10px;
  bottom: 24px;
  left: 30px;
}
.container-wrap--gray .review-panel {
  background: #fff;
}
.review-panel .panel-footer-special {
  opacity: 0;
}
.modal-content .review-panel .panel-footer-special {
  opacity: 1;
}
.review-panel .is-truncated .panel-footer-special .panel-footer-special {
  display: none !important;
}
.review-title {
  color: #4e4e4e;
  margin-top: 0;
}
.review-title:hover,
.review-title:focus {
  color: #4e4e4e;
}
@media (max-width: 480px) {
  .slider-parent .reviews-slider .item {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .slider-parent .reviews-slider .item {
    width: 50%;
  }
}
@media (min-width: 801px) {
  .slider-parent .reviews-slider .item {
    width: 33%;
  }
}
.review-author {
  overflow: hidden;
  text-overflow: ellipsis;
}
.review-media {
  border-radius: 10px;
  background-clip: border-box;
  overflow: hidden;
  background: #fff;
  margin-top: 25px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .review-media {
    margin-top: 10px;
  }
}
.review-media .media-left {
  background: #eaf8fc;
  padding: 0;
}
@media (min-width: 768px) {
  .review-media .media-left {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .review-media .media-left {
    width: auto;
    display: block;
  }
}
.review-media .review-wrap {
  width: 230px;
  padding: 30px 40px;
}
@media (max-width: 1279px) {
  .review-media .review-wrap {
    width: 186px;
    padding: 30px 25px;
  }
}
@media (max-width: 1023px) {
  .review-media .review-wrap {
    width: 155px;
    padding: 30px 15px;
  }
}
@media (max-width: 767px) {
  .review-media .review-wrap {
    width: auto;
    display: block;
    padding: 10px 15px;
  }
}
.review-media .media-body {
  padding: 30px 40px;
}
@media (max-width: 1279px) {
  .review-media .media-body {
    padding: 30px 25px;
  }
}
@media (max-width: 1023px) {
  .review-media .media-body {
    padding: 30px 15px;
  }
}
@media (max-width: 767px) {
  .review-media .media-body {
    width: auto;
    display: block;
    padding: 15px;
  }
}
.review-media .review-img {
  max-width: 100%;
  margin: 20px 0;
  border-radius: 10px;
  background-clip: border-box;
  overflow: hidden;
}
.review-media .review-img:empty {
  height: 64px;
  width: 100%;
  background: url("/local/templates/main/images/hearts.svg") no-repeat center;
  background-size: contain;
}
.review-media .review-img img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .review-media .review-img {
    display: none;
  }
}
.review-media .review-date {
  color: rgba(0, 0, 0, 0.3);
  display: block;
}
.review-clinic,
.review-link {
  text-decoration: none;
  display: block;
  font-weight: 500;
  color: #000;
  font-family: "pfagorasanspro", Times, serif;
}
a.review-clinic:hover,
a.review-link:hover {
  color: #48C5E1;
}
.reviews {
  margin-top: 4px;
}
.modal .modal-content {
  border-radius: 10px;
  background-clip: border-box;
}
.modal .modal-header {
  border: 0;
  padding-top: 50px;
  padding-bottom: 35px;
  background: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.modal .modal-dialog-noheader .modal-header {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.modal .modal-footer {
  border: 0;
  text-align: left;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .modal .modal-footer {
    padding-bottom: 40px;
  }
}
.modal .modal-footer .btn {
  margin-left: 0;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .modal .modal-body {
    padding-top: 40px;
  }
}
.modal .modal-body fieldset {
  padding-left: 60px;
  padding-right: 60px;
  margin-left: -60px;
  margin-right: -60px;
}
@media (max-width: 1023px) {
  .modal .modal-body fieldset {
    padding-left: 40px;
    padding-right: 40px;
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (max-width: 767px) {
  .modal .modal-body fieldset {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.modal .modal-header,
.modal .modal-footer,
.modal .modal-body {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1023px) {
  .modal .modal-header,
  .modal .modal-footer,
  .modal .modal-body {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .modal .modal-header,
  .modal .modal-footer,
  .modal .modal-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.modal .modal-body:last-child {
  padding-bottom: 30px;
}
.modal .close {
  margin-top: 0;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-clip: border-box;
  border: 0;
  padding: 5px 0;
  z-index: 10;
}
.modal .close:before {
  font-family: "fc-new";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  /*width: 1em;*/
  /*margin-right: .2em;*/
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /*margin-left: .2em;*/
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.modal .close:before {
  content: '\e81a';
}
.modal .close:before {
  font-size: 18px;
  color: #4e4e4e;
  vertical-align: top;
}
.modal .close span {
  display: block;
  font-size: 0;
}
@media (max-width: 767px) {
  .modal-dialog {
    margin: 0;
  }
}
.modal-white .modal-content {
  background: #fff;
}
.modal-white .modal-body {
  padding-top: 0;
}
.modal-white .modal-header {
  padding-bottom: 20px;
}
.modal-gray .modal-header {
  background: transparent;
}
.modal-gray .modal-body {
  padding-top: 0;
}
.modal-gray .modal-header {
  padding-bottom: 20px;
}
.modal-dashed .modal-header {
  padding-bottom: 40px;
}
.modal-dashed .modal-body {
  border-top: 2px dashed #48C5E1;
  padding-top: 40px;
}
.modal-alert-ok {
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
}
.modal-alert-ok img {
  height: 332px;
  max-width: 100%;
  display: inline-block;
  margin: 70px 0 40px;
}
@media (max-width: 767px) {
  .modal-alert-ok img {
    margin: 30px 0 20px;
    height: 112px;
  }
}
.modal-alert-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .modal-alert-title {
    font-size: 24px;
    margin-bottom: 1em;
  }
}
.modal .thumbnail-slider,
.modal .thumbnail,
.modal .thumbnail img {
  border-radius: 0;
}
.modal .thumbnail {
  margin-top: 0;
  margin-bottom: 0;
}
.modal .modal-dialog.modal-dialog-nopad {
  border-radius: 10px;
  background-clip: border-box;
  overflow: hidden;
}
.modal .modal-dialog.modal-dialog-nopad .modal-content {
  border: none;
  background-color: white;
}
.modal .modal-dialog.modal-dialog-nopad .modal-header,
.modal .modal-dialog.modal-dialog-nopad .modal-body {
  padding: 0;
}
.modal .modal-dialog.modal-dialog-nopad .thumbnail .thumbnail-slider {
  margin: 0;
}
.modal-service .service-img-wrap,
.modal-service .panel-footer {
  display: none;
}
.modal-service .panel-body,
.modal-service .panel-footer {
  padding-left: 0;
  padding-right: 0;
}
.modal-service .service-title {
  margin: 50px 0 40px;
  padding: 0;
}
.modal-service .service-sub {
  height: auto;
  font-weight: 300;
  -webkit-column-gap: 50px;
          column-gap: 50px;
}
.modal-service .service-sub li {
  position: relative;
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  padding: 0 0 10px 22px;
  margin: 0;
  overflow: hidden;
}
.modal-service .service-sub li:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  vertical-align: top;
  margin-top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-clip: border-box;
  background-color: #48C5E1;
}
.modal-title small,
.modal-title .small {
  display: inline-block;
}
.map {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .map {
    margin-top: 50px;
  }
}
.sticky-line {
  background-color: #9d2393;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.sticky-line.stick-bottom {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  z-index: 969;
}
.sticky-line .container {
  height: 40px;
  padding-top: 7px;
  padding-bottom: 7px;
}
@media (min-width: 1024px) {
  .sticky-line .container .sticky-row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.sticky-line-phone,
.sticky-line-friends,
.sticky-line-review,
.sticky-line-appointment {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .sticky-line-phone,
  .sticky-line-friends,
  .sticky-line-review,
  .sticky-line-appointment {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.sticky-line-phone:hover,
.sticky-line-friends:hover,
.sticky-line-review:hover,
.sticky-line-appointment:hover {
  color: #fff;
}
@media (max-width: 1023px) {
  .sticky-line-phone,
  .sticky-line-friends,
  .sticky-line-review,
  .sticky-line-appointment {
    font-size: 12px;
  }
}
.sticky-line-friends {
  float: right;
  font-size: 0;
  height: 26px;
  text-align: right;
  padding-left: 20px;
}
.sticky-line-friends .social-title {
  display: inline-block;
  vertical-align: top;
  line-height: 26px;
  margin-left: 17px;
}
@media (max-width: 1023px) {
  .sticky-line-friends .social-title {
    display: none;
  }
}
@media (max-width: 767px) {
  .sticky-line-friends {
    padding-left: 10px;
  }
}
@media (max-width: 1279px) {
  .sticky-line-phone,
  .sticky-line-review,
  .sticky-line-appointment {
    margin-right: 12px;
  }
}
.sticky-line-phone .icon,
.sticky-line-review .icon,
.sticky-line-appointment .icon {
  display: inline-block;
  vertical-align: top;
  line-height: 26px;
  font-size: 26px;
  margin-right: 16px;
}
@media (max-width: 1279px) {
  .sticky-line-phone .icon,
  .sticky-line-review .icon,
  .sticky-line-appointment .icon {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .sticky-line-phone .icon,
  .sticky-line-review .icon,
  .sticky-line-appointment .icon {
    margin-right: 0;
  }
}
.sticky-line-phone span,
.sticky-line-review span,
.sticky-line-appointment span {
  display: inline-block;
  vertical-align: top;
  line-height: 26px;
}
@media (max-width: 1279px) {
  .sticky-line-phone span,
  .sticky-line-review span,
  .sticky-line-appointment span {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .sticky-line-phone span,
  .sticky-line-review span,
  .sticky-line-appointment span {
    display: none;
  }
}
@media (max-width: 1023px) {
  .sticky-line-friends {
    float: right;
  }
}
.sticky-line-phone,
.sticky-line-phone:hover,
.sticky-line-phone:focus,
.sticky-line-phone:focus:hover {
  text-decoration: none;
  color: #fff;
}
.article-card {
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 10px;
  background-clip: border-box;
  overflow: hidden;
}
.article-card > :not(.media-specialist):last-child {
  margin-bottom: 0;
}
.article-card > div:first-child > h2:first-child,
.article-card > h2:first-child,
.article-card > div:first-child > .h2:first-child,
.article-card > .h2:first-child,
.article-card > div:first-child > .h4:first-child,
.article-card > .h4:first-child {
  margin-top: 2px;
  margin-bottom: 20px;
}
.article-card > div:first-child > h2:first-child br,
.article-card > h2:first-child br,
.article-card > div:first-child > .h2:first-child br,
.article-card > .h2:first-child br,
.article-card > div:first-child > .h4:first-child br,
.article-card > .h4:first-child br {
  display: none;
}
.article-card > div:first-child > h2:first-child + br,
.article-card > h2:first-child + br,
.article-card > div:first-child > .h2:first-child + br,
.article-card > .h2:first-child + br,
.article-card > div:first-child > .h4:first-child + br,
.article-card > .h4:first-child + br {
  display: none;
}
.article-cardbr:last-child {
  display: none;
}
.article-card .info:last-child,
.article-card .cite:last-child {
  margin-bottom: -20px;
}
.article-card .info:first-child,
.article-card .cite:first-child {
  margin-top: -20px;
}
.article-card .section--colored + .info,
.article-card .section--colored + .cite {
  margin-top: -20px;
}
.article-card .section--colored:last-child {
  margin-bottom: -20px;
}
.article-card .table > tbody > tr > td,
.article-card .table > thead > tr > td,
.article-card .table > tbody > tr > th,
.article-card .table > thead > tr > th {
  padding-top: 9px;
  padding-bottom: 9px;
  border-top-width: 2px;
  border-color: rgba(0, 0, 0, 0.03);
}
.article-card .table > tbody > tr > td > h2,
.article-card .table > thead > tr > td > h2,
.article-card .table > tbody > tr > th > h2,
.article-card .table > thead > tr > th > h2,
.article-card .table > tbody > tr > td .h2,
.article-card .table > thead > tr > td .h2,
.article-card .table > tbody > tr > th .h2,
.article-card .table > thead > tr > th .h2,
.article-card .table > tbody > tr > td .h4:first-child,
.article-card .table > thead > tr > td .h4:first-child,
.article-card .table > tbody > tr > th .h4:first-child,
.article-card .table > thead > tr > th .h4:first-child {
  margin-top: 10px;
  margin-bottom: 10px;
}
.article-card .table > tbody > tr > th,
.article-card .table > thead > tr > th {
  background-color: rgba(0, 0, 0, 0.03);
}
.article-card .table:last-child {
  margin-bottom: 0;
}
.article-card .media-icon-container {
  margin-top: -20px;
}
.article-card .media-icon {
  display: table;
  float: left;
  margin-right: 60px;
  text-decoration: none !important;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .article-card .media-icon {
    margin-right: 20px;
  }
}
.article-card .media-icon span {
  display: table-cell;
  vertical-align: middle;
}
.article-card .media-icon span + span {
  padding-left: 12px;
}
.article-card .media-icon .icon-svg {
  font-size: 0;
  vertical-align: top;
  max-width: 40px;
  width: 40px;
  height: 40px;
}
.article-card .media-icon .icon-svg .bg {
  fill: #48C5E1 !important;
}
.article-card .media-icon:last-child {
  margin-right: 0;
}
.article-card a.media-icon:hover span,
.article-card a.media-icon:focus span {
  color: #23b3d3 !important;
}
.article-card a.media-icon:hover .icon-svg .bg,
.article-card a.media-icon:focus .icon-svg .bg {
  fill: #23b3d3 !important;
}
.article-card .badge {
  padding: 0;
  background-color: transparent;
  margin-left: 10px;
}
.article-card .badge svg {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.article-card .badge svg .bg {
  fill: #48C5E1;
}
.article-card .badge:hover svg .bg,
.article-card .badge:focus svg .bg {
  fill: #23b3d3;
}
.article-card + .article-card,
[data-wbc-item] + .article-card {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .article-card {
    padding: 20px;
    margin-bottom: 20px;
  }
  .container-wrap .article-card ul > li:before {
    margin-top: 4px;
  }
}
.article-card.article-card-primary {
  padding: 0;
}
.article-card.article-card-primary .article-text {
  padding: 20px 30px;
}
@media (max-width: 767px) {
  .article-card.article-card-primary .article-text {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.article-card.article-card-primary > h2:first-child,
.article-card.article-card-primary > .h2:first-child,
.article-card.article-card-primary > .h4:first-child {
  margin: 0;
  background-color: #48C5E1;
  color: #fff;
  padding: 20px 30px;
}
@media (max-width: 767px) {
  .article-card.article-card-primary > h2:first-child,
  .article-card.article-card-primary > .h2:first-child,
  .article-card.article-card-primary > .h4:first-child {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.article-card.article-card-primary .table > tbody > tr > td:first-child,
.article-card.article-card-primary .table > thead > tr > td:first-child,
.article-card.article-card-primary .table > tbody > tr > th:first-child,
.article-card.article-card-primary .table > thead > tr > th:first-child {
  padding-left: 30px;
}
.article-card.article-card-primary .table > tbody > tr > td:last-child,
.article-card.article-card-primary .table > thead > tr > td:last-child,
.article-card.article-card-primary .table > tbody > tr > th:last-child,
.article-card.article-card-primary .table > thead > tr > th:last-child {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .article-card.article-card-primary .table > tbody > tr > td:first-child,
  .article-card.article-card-primary .table > thead > tr > td:first-child,
  .article-card.article-card-primary .table > tbody > tr > th:first-child,
  .article-card.article-card-primary .table > thead > tr > th:first-child {
    padding-left: 20px;
  }
  .article-card.article-card-primary .table > tbody > tr > td:last-child,
  .article-card.article-card-primary .table > thead > tr > td:last-child,
  .article-card.article-card-primary .table > tbody > tr > th:last-child,
  .article-card.article-card-primary .table > thead > tr > th:last-child {
    padding-right: 20px;
  }
}
.article-card.contents-card {
  background-color: #eaf8fc;
}
.article-card.contents-card ul li {
  font-family: "pfagorasanspro", Times, serif;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 19px;
  color: #48C5E1;
  padding-left: 2.5em;
}
.article-card.contents-card ul li small,
.article-card.contents-card ul li .small {
  font-weight: normal;
  line-height: 1;
  color: #f7f7f7;
}
a.article-card.contents-card ul li {
  text-decoration: none;
}
.article-card.contents-card ul li small,
.article-card.contents-card ul li .small {
  font-size: 75%;
  color: #4e4e4e;
}
.article-card.contents-card ul li.black {
  color: #000;
}
.article-card.contents-card ul li.black:hover {
  color: #000;
}
a .article-card.contents-card ul li,
a.article-card.contents-card ul li {
  display: block;
  position: relative;
}
.article-card.contents-card ul li:hover {
  color: #48C5E1;
}
.article-card.contents-card ul li:before {
  display: none;
}
.article-card.contents-card ul li a > span:first-child {
  position: absolute;
  left: 0;
  color: #000;
}
.article-card.contents-card ul li:not(:last-child) {
  padding-bottom: 15px;
}
.article-card.contents-card ul li:not(:last-child):after {
  content: "";
  display: block;
  width: auto;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  bottom: 2px;
  left: 2.5em;
  right: 0;
}
.article-card.contents-card a {
  text-decoration: none !important;
}
.info,
.cite {
  margin: 30px 0 20px;
  background-color: #eaf8fc;
  padding: 30px 35px 30px 80px;
  position: relative;
  font-size: 17px;
  min-height: 100px;
}
.info:before,
.cite:before {
  font-family: "fc-new";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  /*width: 1em;*/
  /*margin-right: .2em;*/
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /*margin-left: .2em;*/
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.info:before,
.cite:before {
  content: '\e81c';
}
.info:before,
.cite:before {
  position: absolute;
  top: 35px;
  left: 25px;
  font-size: 40px;
  color: #48C5E1;
}
@media (max-width: 1023px) {
  .info,
  .cite {
    font-size: 14px;
  }
  .info:before,
  .cite:before {
    top: 30px;
  }
}
.article-card .info,
.article-card .cite {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 767px) {
  .article-card .info,
  .article-card .cite {
    margin-left: -20px;
    margin-right: -20px;
  }
}
ul.nav-stacked {
  list-style: none;
  border: 0;
}
ul.nav-stacked li {
  padding-left: 0;
  margin: 0;
}
ul.nav-stacked li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
ul.nav-stacked li.active,
ul.nav-stacked li:hover {
  color: #201600;
}
ul.nav-stacked li.active > *,
ul.nav-stacked li:hover > * {
  color: #201600;
}
ul.nav-stacked li.active a,
ul.nav-stacked li:hover a,
ul.nav-stacked li.active > a,
ul.nav-stacked li:hover > a {
  background-color: transparent;
  color: #201600;
  border: 0;
}
ul.nav-stacked li.active a:hover,
ul.nav-stacked li:hover a:hover,
ul.nav-stacked li.active > a:hover,
ul.nav-stacked li:hover > a:hover,
ul.nav-stacked li.active a:focus,
ul.nav-stacked li:hover a:focus,
ul.nav-stacked li.active > a:focus,
ul.nav-stacked li:hover > a:focus {
  border: 0;
  color: #201600;
}
ul.nav-stacked li.active a > *,
ul.nav-stacked li:hover a > *,
ul.nav-stacked li.active > a > *,
ul.nav-stacked li:hover > a > * {
  color: inherit;
}
ul.nav-stacked li a {
  border: 0;
  line-height: normal;
  position: relative;
  padding: 12px 50px 12px 0;
  text-decoration: none;
  background-color: transparent;
}
ul.nav-stacked li a:after {
  content: '\e80b';
  position: absolute;
  right: 20px;
  color: inherit;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.5em;
  font-family: "fc-new";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  vertical-align: middle;
  text-decoration: inherit;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
}
ul.nav-stacked li a:hover,
ul.nav-stacked li a:focus {
  border: 0;
  color: #000;
  background-color: transparent;
}
ul.nav-stacked li:before {
  content: none;
  display: none;
}
.tab-stacked {
  padding: 20px 0 ;
}
.breadcrumb-container {
  background-color: #fff;
  padding: 14px 0;
}
@media (max-width: 767px) {
  .breadcrumb-container {
    padding: 2px 0;
  }
}
.breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.breadcrumb:before,
.breadcrumb:after {
  content: " ";
  display: table;
}
.breadcrumb:after {
  clear: both;
}
.breadcrumb:before,
.breadcrumb:after {
  content: " ";
  display: table;
}
.breadcrumb:after {
  clear: both;
}
@media (min-width: 768px) {
  .breadcrumb {
    display: block!important;
    height: auto!important;
  }
}
.breadcrumb li {
  font-weight: 300;
  display: inline;
}
.breadcrumb li:before {
  font-family: "fc-new";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  /*width: 1em;*/
  /*margin-right: .2em;*/
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /*margin-left: .2em;*/
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.breadcrumb li:before {
  font-size: 5px;
  color: #000;
}
.breadcrumb li + li:before {
  color: #000;
  padding: 0 12px 0 14px;
  vertical-align: middle;
}
.breadcrumb li > a {
  color: #48C5E1;
  text-decoration: none;
}
.breadcrumb li > a:hover,
.breadcrumb li > a:hover:focus {
  color: #48C5E1;
}
.breadcrumb li > span {
  color: #000;
}
@media (max-width: 767px) {
  .breadcrumb li {
    display: block;
    padding: 5px 0;
  }
  .breadcrumb li + li:before {
    display: none;
  }
  .breadcrumb li a {
    display: block;
  }
  .breadcrumb li:last-child {
    display: none;
  }
}
.breadcrumb-collapser {
  display: block;
  padding: 5px 10px 5px 0;
  position: relative;
  text-decoration: none;
  color: #000;
}
.breadcrumb-collapser:before {
  font-family: "fc-new";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  /*width: 1em;*/
  /*margin-right: .2em;*/
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /*margin-left: .2em;*/
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.breadcrumb-collapser:before {
  content: '\e80a';
}
.breadcrumb-collapser:hover,
.breadcrumb-collapser:hover:focus {
  color: #000;
}
.breadcrumb-collapser span {
  display: block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.breadcrumb-collapser:before {
  position: absolute;
  right: 0;
  font-size: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
}
.breadcrumb-collapser[aria-expanded="true"]:before {
  content: '\e801';
}
@media (min-width: 768px) {
  .breadcrumb-collapser {
    display: none;
  }
}
.link-panel {
  padding: 0;
  border: 0;
  border-radius: 10px;
  background-clip: border-box;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
}
.link-panel + .link-panel {
  margin-top: 40px;
}
.link-panel + .panel {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .link-panel,
  .link-panel + .link-panel {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.link-panel .panel-body {
  border-radius: 10px;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px;
}
.link-panel-title {
  height: 130px;
  position: relative;
  margin-bottom: 15px;
  color: #fff;
}
.link-panel-title--pad {
  height: 280px;
  padding-top: 150px;
}
@media (max-width: 767px) {
  .link-panel-title--pad {
    height: 200px;
    padding-top: 70px;
  }
}
.link-panel-head {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  color: #fff;
}
.link-panel-head:hover {
  color: #fff;
}
.link-panel .embed-responsive {
  margin-bottom: 0;
}
.link-panel .video-thumbnail:after {
  font-size: 70px;
}
.page-header {
  position: relative;
  background-color: #efefef;
  border-bottom: none;
  margin: 0;
  padding-bottom: 0;
  display: table;
  width: 100%;
}
.page-header .page-header-title,
.page-header .page-header-content {
  display: table-cell;
}
.page-header .container {
  position: relative;
  z-index: 10;
}
.page-header .page-header-title {
  vertical-align: middle;
  margin-bottom: 0;
  padding-bottom: 2px;
  padding-right: 40px;
  width: 100%;
  min-width: 220px;
}
.page-header .page-header-content {
  text-align: right;
}
.page-header .dropdown .dropdown-menu li a {
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
}
.page-header .dropdown,
.page-header .form-group {
  min-width: 260px;
}
@media (max-width: 767px) {
  .page-header .dropdown,
  .page-header .form-group {
    min-width: 300px;
  }
}
@media (max-width: 1023px) {
  .page-header .page-header-title,
  .page-header .page-header-content {
    display: block;
    width: 100%;
  }
  .page-header .page-header-content {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
  }
  .page-header .page-header-title + .dropdown-filter {
    padding-top: 20px;
  }
}
.clinic {
  display: block;
  border-radius: 10px;
  background-clip: border-box;
  overflow: hidden;
  background-color: #fff;
}
.clinic + .clinic {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .clinic + .clinic {
    margin-top: 10px;
  }
}
.clinic-img {
  width: 520px;
  height: 320px;
  float: left;
  position: relative;
  padding-right: 0 !important;
  background-size: cover;
}
@media (max-width: 1279px) {
  .clinic-img {
    width: 412px;
  }
}
@media (max-width: 1023px) {
  .clinic-img {
    width: 330px;
  }
}
@media (max-width: 767px) {
  .clinic-img {
    width: 100%;
    float: none;
    display: block;
    height: 200px;
  }
}
.clinic-body {
  padding: 30px;
}
@media (max-width: 480px) {
  .clinic-body {
    padding: 10px 10px 25px 10px;
  }
}
.clinic-title {
  color: #48C5E1;
  margin-bottom: 1em;
  display: block;
}
.clinic-phone {
  display: block;
}
.clinic-address {
  margin-bottom: 1em;
}
.clinic .readmore {
  padding-right: 20px;
}
.clinic .readmore:after {
  margin-top: -2px;
}
.clinic.media {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .clinic.media {
    margin-bottom: 10px;
  }
}
.clinic.media .clinic-phone {
  white-space: nowrap;
}
.clinic.media .clinic-img {
  float: none;
  background-size: cover;
  background-position: center;
}
.clinic.media .clinic-img:after {
  content: "";
  display: block;
  height: 10px;
  width: 230px;
}
@media (max-width: 1023px) {
  .clinic.media .clinic-img:after {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .clinic.media .clinic-img:after {
    display: none;
  }
}
.mobile .clinic-outer {
  overflow: auto;
}
.partner-panel {
  padding: 0;
  display: block;
  border: 0;
  border-radius: 10px;
  background-clip: border-box;
  overflow: hidden;
  margin: 20px 0;
  text-decoration: none;
}
@media (max-width: 767px) {
  .partner-panel {
    margin: 0 0 10px;
  }
}
.partner-panel .panel-heading {
  padding: 0;
}
.partner-panel .panel-heading img {
  width: 100%;
}
.partner-panel .panel-body {
  background-color: #fff;
  padding: 20px;
  overflow: hidden;
  border-top: 1px solid #E6E6E6;
}
@media (max-width: 767px) {
  .partner-panel .panel-body {
    height: auto;
    padding-bottom: 15px;
  }
}
.partner-panel .panel-title {
  font-family: "pfagorasanspro", Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #000;
  text-decoration: none;
  min-height: 72px;
  overflow: hidden;
}
.partner-panel .panel-title:hover {
  color: #000;
}
.panel-spec-offer {
  padding: 0;
  border: 0;
  display: block;
  position: relative;
  border-radius: 10px;
  background-clip: border-box;
  overflow: hidden;
  height: 440px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0 0 40px;
}
@media (max-width: 1023px) {
  .panel-spec-offer {
    height: auto;
    padding-top: 190px;
  }
}
@media (max-width: 767px) {
  .panel-spec-offer {
    height: 230px;
    background-size: cover;
    margin: 5px 0;
  }
}
.panel-spec-offer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.panel-spec-offer .panel-body {
  height: 270px;
  padding: 30px;
  background-color: #fff;
}
.panel-spec-offer .panel-body .panel-title {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .panel-spec-offer .panel-body .panel-title {
    height: 0;
    margin: 0;
    display: none;
  }
}
@media (min-width: 1024px) {
  .panel-spec-offer .panel-body {
    height: 270px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: -100%;
    transition: 0.6s margin-bottom ease;
  }
}
@media (max-width: 1023px) {
  .panel-spec-offer .panel-body {
    height: 230px;
    position: relative;
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .panel-spec-offer .panel-body {
    display: none;
  }
}
@media (min-width: 1024px) {
  .panel-spec-offer:hover .panel-body {
    margin-bottom: 0;
  }
}
.panel-spec-offer .panel-heading {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 30px;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .panel-spec-offer .panel-heading {
    display: none;
  }
}
.panel-spec-offer .panel-heading .panel-spec-offer-text {
  margin-top: 5px;
  margin-bottom: 0;
  max-height: none;
}
.panel-spec-offer .panel-heading .panel-title {
  color: inherit;
}
.panel-spec-offer .panel-title {
  color: #48C5E1;
}
.panel-spec-offer-text {
  max-height: 120px;
  overflow: hidden;
  margin-bottom: 10px;
}
.panel-spec-offer-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .panel-spec-offer-link {
    display: none;
  }
}
.document {
  display: block;
  border-radius: 10px;
  background-clip: border-box;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 0 30px;
  background-color: #48C5E1;
  margin-bottom: 30px;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .document {
    margin-bottom: 10px;
  }
}
.document:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  transition: 80ms background-color linear;
}
.document-title {
  position: relative;
  text-decoration: none;
}
.document-name {
  color: #fff;
  margin: 0;
  text-decoration: none;
  text-align: left;
}
.document-name:hover {
  color: #fff;
}
.document .icon {
  color: #fff;
  font-size: 45px;
}
.document .media-left,
.document .media-body {
  height: 200px;
}
.document .document-license-clinic {
  color: #fff !important;
}
.document:hover:not(.bg-empty):before {
  background-color: rgba(72, 197, 225, 0.4);
}
.document-icon {
  width: 42px;
  display: inline-block;
  vertical-align: top;
  margin-right: 50px;
  text-decoration: none;
}
.document-icon span {
  font-size: 12px;
  display: block;
  color: #48C5E1;
  text-align: center;
  margin-top: -5px;
  text-decoration: none;
}
.document-icon svg {
  width: 100%;
}
.document-icon svg .st0 {
  fill: #48C5E1;
}
.document-icon svg .st1 {
  font-family: "pfagorasanspro", Arial, sans-serif;
}
.document-icon svg .st2 {
  font-size: 12px;
}
.document-icon svg .st3 {
  fill: none;
  stroke: #48C5E1;
  stroke-miterlimit: 10;
}
.document-icon:hover svg .st3 {
  fill: #48C5E1;
  stroke: #fff;
  stroke-miterlimit: 10;
}
.document-icon:hover svg .st0 {
  fill: #fff;
  stroke: transparent;
}
.document-icon:hover svg .st2 {
  fill: #fff;
  stroke: transparent;
}
.document-title .document-icon,
.document .document-icon {
  width: 34px;
  margin-right: 0;
}
.document-title .document-icon span,
.document .document-icon span {
  color: #fff;
}
.document-title .document-icon svg .st3,
.document .document-icon svg .st3 {
  fill: transparent;
  stroke: #fff;
  stroke-miterlimit: 10;
}
.document-title .document-icon svg .st0,
.document .document-icon svg .st0 {
  fill: #fff;
  stroke: transparent;
}
.document-title .document-icon svg .st2,
.document .document-icon svg .st2 {
  fill: #fff;
  stroke: transparent;
  text-transform: uppercase;
}
.media.media-document {
  color: #fff;
  display: block;
  height: 200px;
  border-radius: 10px;
  background-clip: border-box;
  overflow: hidden;
  position: relative;
  background-color: #48C5E1;
  margin-bottom: 30px;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.media.media-document,
.media.media-document .media-footer {
  padding: 25px 30px 15px;
}
@media (max-width: 767px) {
  .media.media-document {
    margin-bottom: 10px;
    height: auto;
  }
}
.media.media-document.media-fade:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .media.media-document.media-has-footer .media-body {
    margin-bottom: 80px;
  }
  .media.media-document.media-has-footer .media-footer {
    position: absolute;
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .media.media-document.media-has-footer .media-footer {
    padding: 15px 0 10px;
  }
}
.media.media-document .media-body,
.media.media-document .media-footer,
.media.media-document .media-left,
.media.media-document .media-right {
  position: relative;
}
.media.media-document .media-icon svg {
  display: block;
  width: 42px;
  height: 57px;
}
.media.media-document .media-icon svg .ida {
  font-size: 12px;
  fill: #fff;
}
.media.media-document .media-icon svg .idb {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
.media.media-document a,
.media.media-document .media-title {
  color: #fff !important;
  text-decoration: none !important;
}
.media.media-document .media-body,
.media.media-document .media-left,
.media.media-document .media-right {
  height: 60px;
}
.media.media-document .media-body {
  vertical-align: middle;
}
.media.media-document .media-title {
  margin-top: -2px;
  margin-bottom: 0;
  display: block;
  max-height: 106px;
  overflow: hidden;
}
.media.media-document .media-footer {
  padding-top: 20px;
  left: 0;
  right: 0;
  width: auto;
}
.media.media-document .media-footer:before,
.media.media-document .media-footer:after {
  content: " ";
  display: table;
}
.media.media-document .media-footer:after {
  clear: both;
}
.media.media-document .media-footer:before,
.media.media-document .media-footer:after {
  content: " ";
  display: table;
}
.media.media-document .media-footer:after {
  clear: both;
}
.media.media-document .media-footer .media-icon {
  display: table;
  width: auto;
  margin-right: 30px;
  font-size: 0;
  float: left;
}
.media.media-document .media-footer .media-icon svg {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.media.media-document .media-footer .media-icon svg .a,
.media.media-document .media-footer .media-icon svg .b {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
}
.media.media-document .media-footer .media-icon svg .a {
  stroke-miterlimit: 10;
}
.media.media-document .media-footer .media-icon svg .a,
.media.media-document .media-footer .media-icon svg .b,
.media.media-document .media-footer .media-icon svg .c {
  stroke-width: 2px;
}
.media.media-document .media-footer .media-icon svg .b,
.media.media-document .media-footer .media-icon svg .c {
  stroke-linecap: round;
  stroke-linejoin: round;
}
.media.media-document .media-footer .media-icon svg .c {
  fill: #fff;
  stroke: #48C5E1;
}
.media.media-document .media-footer .media-icon span {
  display: table-cell;
  vertical-align: middle;
}
.media.media-document .media-footer .media-icon span + span {
  padding-left: 10px;
  font-size: 16px;
  font-family: "pfagorasanspro", Times, serif;
}
.media.media-document .media-footer .media-icon:last-child {
  margin-right: 0;
}
.media.media-document .media-footer .media-icon:hover svg .a {
  fill: #fff;
}
.media.media-document .media-footer .media-icon:hover svg .b {
  stroke: #48C5E1;
}
.media.media-document .media-footer .media-icon:hover svg .c {
  fill: #fff;
  stroke: #48C5E1;
}
@media (max-width: 400px) {
  .media.media-document {
    padding: 15px 20px 5px;
  }
  .media.media-document .media-footer .media-icon {
    margin-right: 20px;
  }
}
.standalone-icon {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 1em;
}
.standalone-icon svg {
  display: block;
  width: 48px;
  height: 40px;
  position: absolute;
  top: -8px;
  left: 10px;
}
.standalone-icon svg .a {
  fill: none;
  stroke: #48C5E1;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
@media (max-width: 340px) {
  .standalone-icon {
    height: 24px;
  }
  .standalone-icon svg {
    position: relative;
    top: 0;
    left: 0;
  }
}
a.standalone-icon:hover svg .a {
  stroke: #23b3d3;
}
.contacts-title {
  color: #000;
  margin: 0 0 30px;
}
.contacts-title:hover {
  color: #000;
}
@media (max-width: 767px) {
  .contacts-title {
    margin: 0 0 10px;
  }
}
.btns-filter {
  font-size: 0;
  margin: -5px -10px;
}
.btns-filter .item {
  display: inline-block;
  margin: 5px 10px;
  position: relative;
  overflow: hidden;
}
.btns-filter .item .btn {
  font-size: 15px;
  font-weight: normal;
  font-family: "pfagorasanspro", Arial, sans-serif;
  border-width: 2px;
  margin-top: 5px !important;
}
.btns-filter .item input[type=radio] {
  position: absolute;
  left: -100px;
  top: -100px;
}
.btns-filter .item input[type=radio]:checked + .btn-bordered {
  border-color: #48C5E1;
}
.search-results {
  margin-top: 20px;
}
.results-panel {
  background-color: #fff;
  padding: 0;
  border-radius: 10px;
  background-clip: border-box;
}
.results-panel + .results-panel {
  margin-top: 20px;
}
.results-panel .panel-body {
  padding: 30px;
}
.results-panel-title {
  display: block;
  color: #48C5E1;
  margin-top: 0;
}
.results-panel-title:hover {
  color: #48C5E1;
}
.results-panel-path {
  margin-top: 4px;
}
.results-panel-path ul {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 5px;
}
.results-panel-path ul li {
  display: inline-block;
  padding: 0;
  color: #48C5E1;
  margin-bottom: 0;
}
.results-panel-path ul li:before {
  content: none;
  display: none;
}
.results-panel-path ul li a {
  text-decoration: none !important;
}
.results-panel-path ul li + li:before {
  content: "/";
  color: #48C5E1;
  width: auto;
  height: auto;
  border-radius: 0;
  background-clip: border-box;
  background-color: transparent;
  display: inline-block;
  position: static;
  margin: 0 2px;
}
ul.pagination {
  width: 100%;
  text-align: center;
}
ul.pagination li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
ul.pagination li:before {
  content: none;
  display: none;
}
ul.pagination li span {
  height: 60px;
  line-height: 60px;
  display: block;
}
ul.pagination li a {
  border: 0;
  display: block;
  padding: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 60px;
  background-clip: border-box;
  font-size: 18px;
  background-color: transparent;
}
ul.pagination li a .icon {
  font-size: 10px;
  color: #48C5E1;
}
ul.pagination li a[aria-label]:hover {
  background-color: transparent;
}
ul.pagination li:hover a[aria-label] {
  background-color: transparent;
}
ul.pagination li.active a {
  background-color: #48C5E1;
  color: #fff;
  font-weight: 600;
}
.vaccination {
  position: relative;
}
.vaccination [class*="col-"] {
  position: static;
}
.vaccination-panel {
  display: block;
  border-radius: 10px;
  background-clip: border-box;
  background-color: #fff;
  text-align: center;
  border: 0;
  margin-bottom: 40px;
  position: relative;
  text-decoration: none;
}
@media (max-width: 767px) {
  .vaccination-panel {
    margin-bottom: 10px;
    white-space: nowrap;
    text-align: left;
  }
  .vaccination-panel img {
    vertical-align: middle;
    margin-right: 30px;
  }
  .vaccination-panel .vaccination-title {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    padding-right: 20px;
    position: static;
  }
  .vaccination-panel .vaccination-title:before {
    font-family: "fc-new";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    /*width: 1em;*/
    /*margin-right: .2em;*/
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    /*margin-left: .2em;*/
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  }
  .vaccination-panel .vaccination-title:before {
    content: '\e80a';
  }
  .vaccination-panel .vaccination-title:before {
    font-size: 6px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
  }
}
@media (min-width: 768px) {
  .vaccination-panel.open:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    top: 100%;
    margin-top: 23px;
    border-style: solid;
    border-width: 0 17px 17px 17px;
    border-color: transparent transparent #fff transparent;
  }
}
@media (max-width: 767px) {
  .vaccination-panel.open .vaccination-title:before {
    content: '\e801';
  }
}
.vaccination-panel img {
  display: inline-block;
}
.vaccination-panel .panel-body {
  padding: 30px 15px;
}
@media (max-width: 767px) {
  .vaccination-panel .panel-body {
    padding: 25px 20px;
  }
}
@media (max-width: 767px) {
  .vaccination-panel.open {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
  }
}
.vaccination-title {
  color: #48C5E1;
}
.vaccination-collapse {
  height: auto!important;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .vaccination-collapse {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.vaccination-collapse .panel {
  position: relative;
  margin: 0 0 40px 0;
  padding: 0;
  border: 0;
  background-color: #fff;
  padding-left: 333px;
  border-radius: 10px;
  background-clip: border-box;
  overflow: hidden;
}
.vaccination-collapse .panel-body {
  padding: 50px 20px;
}
.vaccination-collapse .panel-img {
  position: absolute;
  height: 100%;
  width: 333px;
  top: 0;
  left: 0;
  background-position: center top;
  background-size: cover;
}
@media (max-width: 1279px) {
  .vaccination-collapse .panel {
    padding-left: 260px;
  }
  .vaccination-collapse .panel .panel-img {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .vaccination-collapse .panel {
    padding: 0;
    background-color: transparent;
    padding-bottom: 10px;
    margin-bottom: 0;
    border-radius: 0;
    background-clip: border-box;
  }
  .vaccination-collapse .panel .panel-img {
    display: none;
  }
  .vaccination-collapse .panel .panel-body {
    padding: 25px 10px;
    background-color: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
.pr-calc-counter {
  float: right;
  width: 70px;
  text-align: right;
  font-size: 40px;
  line-height: 1.2;
  color: #48C5E1;
  font-family: "pfagorasanspro", Times, serif;
}
.pr-calc-title {
  margin-right: 70px;
}
.pr-calc .btn-back {
  margin-top: 15px;
  color: #000;
}
.pr-calc .btn-back[data-disabled] {
  cursor: default;
}
.pr-calc .btn-back i {
  color: #48C5E1;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 20px;
}
@media (max-width: 1023px) {
  .pr-calc .btn-back i {
    font-size: 12px;
  }
}
.pr-calc .btn-back i:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pr-calc .btn-back:hover i {
  color: #fff;
}
.pr-slider {
  position: relative;
  background: #fff;
  border-radius: 10px;
  background-clip: border-box;
  overflow: hidden;
  padding: 50px;
}
@media (max-width: 767px) {
  .pr-slider {
    padding: 20px 20px 50px;
  }
}
.pr-slider .steps {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.pr-slider .steps,
.container-wrap .pr-slider .steps,
.container-wrap--gray .pr-slider .steps {
  padding-left: 0;
  list-style: none;
}
.pr-slider .steps li,
.container-wrap .pr-slider .steps li,
.container-wrap--gray .pr-slider .steps li {
  padding-left: 0;
}
.pr-slider .steps li:before,
.container-wrap .pr-slider .steps li:before,
.container-wrap--gray .pr-slider .steps li:before {
  content: none;
  display: none;
}
.pr-slider .steps li {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
}
.pr-slider .steps li a {
  font-size: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: 2.5px;
  background-color: transparent;
  border: 2px solid #48C5E1;
  border-radius: 50%;
  background-clip: border-box;
  transition: 0.2s all;
}
.pr-slider .steps li.disabled {
  cursor: default;
}
.pr-slider .steps li.disabled a {
  cursor: default;
}
.pr-slider .steps li.last {
  display: none;
}
.pr-slider .steps li.current a {
  width: 15px;
  height: 15px;
  margin: 0;
  background-color: #48C5E1;
}
.pr-slider .steps li + li {
  margin-left: 5px;
}
.pr-slider .actions {
  display: none;
}
.pr-slider section:not(first-of-type) {
  display: none;
}
.pr-slider header:not(first-of-type) {
  display: none;
}
.pr-slider .content header.pr-slide-title.current {
  display: block;
}
.pr-slide-title {
  color: #48C5E1;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .pr-slide-title {
    margin-bottom: 20px;
  }
}
.pr-slide-title:not(.current) {
  display: none;
}
.pr-slide-list {
  text-align: center;
  margin: 0 -20px;
}
.pr-slide-list,
.container-wrap .pr-slide-list,
.container-wrap--gray .pr-slide-list {
  padding-left: 0;
  list-style: none;
}
.pr-slide-list li,
.container-wrap .pr-slide-list li,
.container-wrap--gray .pr-slide-list li {
  padding-left: 0;
}
.pr-slide-list li:before,
.container-wrap .pr-slide-list li:before,
.container-wrap--gray .pr-slide-list li:before {
  content: none;
  display: none;
}
@media (max-width: 767px) {
  .pr-slide-list-icon {
    display: table-cell;
    padding-right: 10px;
    vertical-align: middle;
  }
}
.pr-slide-list-icon > a {
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-clip: border-box;
  overflow: hidden;
  text-align: center;
  line-height: 180px;
}
.pr-slide-list-icon > a i {
  color: white;
  font-size: 100px;
  line-height: 180px;
  height: 180px;
}
@media (max-width: 767px) {
  .pr-slide-list-icon > a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .pr-slide-list-icon > a i {
    height: 50px;
    line-height: 50px;
    font-size: 30px;
  }
}
.pr-slide-list-icon > a img {
  max-width: 100%;
}
.pr-slide-list-title {
  margin-top: 30px;
  color: #000;
  position: relative;
}
.pr-slide-list-title a {
  color: #000;
  text-decoration: none;
}
.pr-slide-list-title a[data-popover],
.pr-slide-list-title a[data-toggle] {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-clip: border-box;
  background: #efefef;
  color: #48C5E1;
  text-decoration: none;
}
.pr-slide-list-title a[data-popover][aria-expanded="true"],
.pr-slide-list-title a[data-toggle][aria-expanded="true"],
.pr-slide-list-title a[data-popover][data-popover-show="true"],
.pr-slide-list-title a[data-toggle][data-popover-show="true"] {
  background: #48C5E1;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pr-slide-list-title a[data-popover][data-popover],
  .pr-slide-list-title a[data-toggle][data-popover] {
    position: absolute;
    right: -10px;
    top: -17px;
  }
}
.pr-slide-list-title a[data-toggle] {
  display: none;
}
@media (max-width: 767px) {
  .pr-slide-list-title {
    position: relative;
    padding-right: 20px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
  }
  .pr-slide-list-title:before {
    font-family: "fc-new";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    /*width: 1em;*/
    /*margin-right: .2em;*/
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    /*margin-left: .2em;*/
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  }
  .pr-slide-list-title:before {
    content: '\e80b';
  }
  .pr-slide-list-title:before {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 10px;
  }
  .pr-slide-list-title a[data-toggle] {
    display: inline-block;
  }
  .pr-slide-list-title a[data-popover] {
    display: none;
  }
}
.pr-slide-list .pr-slide-item {
  margin-bottom: 15px;
  text-align: left;
  font-size: 15px;
}
.pr-slide-list .pr-slide-item .pr-slide-list-icon a {
  color: #fff;
  background: #48C5E1;
}
.pr-slide-list .pr-slide-item:hover .pr-slide-list-icon a {
  background: #9d2393;
}
.container-wrap ul.pr-slide-list li,
.pr-slide-list .pr-slide-item {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: 33%;
  padding: 0 20px;
  text-align: left;
}
@media (max-width: 767px) {
  .container-wrap ul.pr-slide-list li,
  .pr-slide-list .pr-slide-item {
    width: 100%;
    border-top: 1px solid #f7f7f7;
    padding: 20px 10px;
    position: relative;
  }
  .container-wrap ul.pr-slide-list li:last-child,
  .pr-slide-list .pr-slide-item:last-child {
    border-bottom: 1px solid #f7f7f7;
  }
}
.age li .pr-slide-list-icon a {
  background: #48C5E1;
}
.age li:hover .pr-slide-list-icon a {
  background: #9d2393;
}
.recommend li .pr-slide-list-icon a,
.recommend .pr-slide-item .pr-slide-list-icon a {
  position: relative;
  background: #fff;
}
.recommend li:hover .pr-slide-list-icon a,
.recommend .pr-slide-item:hover .pr-slide-list-icon a {
  background: #fff;
}
.recommend li:hover .pr-slide-list-icon a:after,
.recommend .pr-slide-item:hover .pr-slide-list-icon a:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(157, 35, 147, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
.hint {
  text-align: left;
}
.hint:before,
.hint:after {
  content: " ";
  display: table;
}
.hint:after {
  clear: both;
}
.hint:before,
.hint:after {
  content: " ";
  display: table;
}
.hint:after {
  clear: both;
}
@media (max-width: 767px) {
  .hint.collapse,
  .hint.collapsing {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hint.collapse .hint-head,
  .hint.collapsing .hint-head {
    margin-top: 30px;
  }
}
.hint-head {
  color: #48C5E1;
}
.hint-title {
  color: rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}
.webui-popover .webui-popover-content {
  padding: 50px;
}
.webui-popover .hint {
  max-width: 530px;
}
.webui-popover .collapse {
  height: auto!important;
  display: block!important;
}
@media (min-width: 768px) {
  .collapse.collapse-xs {
    height: auto!important;
    display: block!important;
  }
}
.payment-link-more {
  color: #48C5E1;
  margin: 10px 0;
  text-decoration: none;
}
.payment-link-more:hover,
.payment-link-more:focus {
  color: #48C5E1;
}
.payment-link-more:after {
  font-size: 4px;
  content: '\e80a';
  font-family: "fc-new";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  vertical-align: top;
  text-decoration: inherit;
  /*width: 1em;*/
  /*margin-right: .2em;*/
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 8px;
  margin-top: 9px;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.payment-link-more[aria-expanded="true"]:after {
  content: '\e801';
}
.program-polis .pr-slide-list-title {
  display: none;
}
.program-polis-price {
  font-weight: 500;
}
.program-polis-price span {
  display: inline-block;
  vertical-align: middle;
}
.program-polis-price span:first-child {
  margin-right: 40px;
}
.program-polis-price span.h1 {
  margin: 0;
}
.program-polis-btns {
  margin-top: 30px;
}
.program-polis-summary {
  text-align: left;
  font-weight: 500;
  background: #eaf8fc;
  margin: 90px -50px -60px;
  padding: 40px 50px 50px;
}
.program-polis-summary:before,
.program-polis-summary:after {
  content: " ";
  display: table;
}
.program-polis-summary:after {
  clear: both;
}
.program-polis-summary:before,
.program-polis-summary:after {
  content: " ";
  display: table;
}
.program-polis-summary:after {
  clear: both;
}
@media (max-width: 767px) {
  .program-polis-summary {
    margin: 40px -20px -60px;
    padding: 20px 10px 20px;
  }
}
ul.pr-results li {
  text-align: center;
  padding: 0;
  margin-bottom: 0;
}
ul.pr-results li,
.container-wrap ul.pr-results li,
.container-wrap--gray ul.pr-results li {
  padding-left: 0;
  list-style: none;
}
ul.pr-results li li,
.container-wrap ul.pr-results li li,
.container-wrap--gray ul.pr-results li li {
  padding-left: 0;
}
ul.pr-results li li:before,
.container-wrap ul.pr-results li li:before,
.container-wrap--gray ul.pr-results li li:before {
  content: none;
  display: none;
}
ul.pr-results li:before {
  content: none;
  display: none;
}
ul.pr-results li:not(.active) {
  display: none;
}
.pr-results-img {
  height: 180px;
  display: inline-block;
}
@media (max-width: 767px) {
  .pr-results-img {
    height: 145px;
  }
}
.services-add-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
.services-add-list:last-child {
  margin-bottom: 0;
}
ul.services-add-list li {
  margin: 0;
  padding-bottom: 12px;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
.services-add-list li > a {
  display: block;
  position: relative;
  color: #000;
  text-decoration: none;
}
@media (max-width: 767px) {
  .services-add-list li > a {
    padding-right: 30px;
  }
}
.services-add-list li > a:hover {
  color: #48C5E1;
}
.services-add-list li > a:after {
  content: '\e811';
  font-family: "fc-new";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  vertical-align: top;
  font-size: 6px;
  color: #48C5E1;
  margin-top: 8px;
  text-decoration: inherit;
  /*width: 1em;*/
  /*margin-right: .2em;*/
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .services-add-list {
    -webkit-columns: 2 100px;
    columns: 2 100px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule: medium none;
    column-rule: medium none;
  }
  .services-add-list li > a {
    padding: 0;
  }
  .services-add-list li > a:after {
    content: none;
    display: none;
  }
}
@media (min-width: 1024px) {
  .services-add-list {
    -webkit-columns: 3 100px;
    columns: 3 100px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule: medium none;
    column-rule: medium none;
  }
}
@media (min-width: 1280px) {
  .services-add-list {
    -webkit-columns: 4 100px;
    columns: 4 100px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule: medium none;
    column-rule: medium none;
  }
}
.accordion .panel-title {
  color: #000;
}
@media (min-width: 1024px) {
  .accordion .panel-collapse > .panel-body {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .accordion .panel-collapse .specialists-section,
  .accordion .panel-collapse .section--colored {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border: 0;
}
.panel-group .panel {
  border-radius: 15px;
  background-clip: border-box;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 10px;
}
.panel-group .panel .panel-heading {
  padding: 0;
}
.panel-group .panel .panel-heading .panel-title a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 20px 50px 20px 30px;
}
@media (max-width: 767px) {
  .panel-group .panel .panel-heading .panel-title a {
    padding: 20px 60px 20px 20px;
  }
}
.panel-group .panel .panel-heading .panel-title a:before {
  font-family: "fc-new";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  /*width: 1em;*/
  /*margin-right: .2em;*/
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /*margin-left: .2em;*/
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.panel-group .panel .panel-heading .panel-title a:before {
  content: '\e80a';
}
.panel-group .panel .panel-heading .panel-title a:before {
  font-size: 8px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.panel-group .panel .panel-heading .panel-title a[aria-expanded="true"] {
  background: #48C5E1;
  color: #fff;
}
.panel-group .panel .panel-heading .panel-title a[aria-expanded="true"]:before {
  content: '\e801';
}
.panel-collapse > .panel-body {
  padding: 20px 20px 10px;
  border: 0;
}
@media (max-width: 767px) {
  .panel-collapse > .panel-body {
    padding: 20px 20px 10px;
  }
}
.price {
  margin-bottom: 10px;
}
.price:last-child {
  margin-bottom: 20px;
}
.price.accordion .panel-collapse > .panel-body {
  padding-left: 0;
  padding-right: 0;
}
.price-table {
  width: 100%;
  display: table;
}
header.price-table-row .price-table-col {
  font-weight: normal;
  font-family: "pfagorasanspro", Arial, sans-serif;
}
header.price-table-row .price-table-col .price-col-inner {
  white-space: normal;
}
.price-table .price-col-inner {
  width: 100%;
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .price-table .price-col-inner {
    text-align: center;
  }
  .price-table .price-col-inner:nth-last-child(2):first-child,
  .price-table .price-col-inner:nth-last-child(2):first-child + .price-col-inner {
    width: 50%;
    display: table-cell;
  }
  .price-table .price-col-inner:nth-last-child(2) {
    padding-right: 30px;
  }
  .price-table .price-col-inner:last-child {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.price-table .price-col-inner small {
  margin-top: -5px;
}
.price-table-col {
  display: table-cell;
  vertical-align: top;
  border-top: 2px solid #efefef;
  padding-top: 9px;
  padding-bottom: 9px;
  transition: 0.3s background-color;
}
.price-table-col:first-child {
  vertical-align: middle;
}
.price-table-col .price-table-title {
  text-decoration: none !important;
}
.price-table-col a.price-table-title,
.price-table-col a.price-table-title:hover,
.price-table-col a.price-table-title:focus {
  color: #9d2393;
}
.price-table-col:first-child {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .price-table-col:first-child {
    padding-left: 30px;
  }
}
.price-table-col:nth-child(2) .price-col-inner,
.price-table-col:nth-child(3) .price-col-inner {
  text-align: right;
}
.price-table-col small {
  color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  margin-bottom: 2px;
}
.price-table-col .form-group {
  margin: 0;
}
.price-table-row {
  display: table-row;
}
@media (min-width: 768px) {
  .price-table-row:hover .price-table-col {
    background: #f7f7f7;
  }
}
.price-table-row:first-child .price-table-col {
  border-top: none;
}
@media (max-width: 767px) {
  .price-table-row.custom .price-table-col {
    display: block;
    width: 100%;
    min-width: 0;
  }
  .price-table-row.custom .price-table-col .price-col-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .price-table-row.custom .price-table-col .price-input-group {
    max-width: none;
  }
}
.price .panel-body {
  padding: 20px 0 !important;
}
.price-category-sum {
  max-width: 300px;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: normal;
  padding: 20px 40px 20px 0;
  font-size: 15px;
  font-family: "pfagorasanspro", Arial, sans-serif;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .price-category-sum {
    position: static;
    padding: 0;
    max-width: 100%;
    margin-top: 5px;
  }
}
@media (min-width: 1023px) {
  .price.panel-group .panel .panel-heading .panel-title a {
    padding-right: 300px;
  }
}
.price-sum {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
}
.price-sum-title {
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  -webkit-opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.price-input-group {
  max-width: 300px;
}
@media (min-width: 768px) {
  .price-input-group {
    float: right;
  }
}
.price-input-group .input-group-addon {
  font-size: 15px;
  vertical-align: middle;
}
.price .form-control-bordered {
  height: 40px;
  padding: 10px;
}
.price-checkbox {
  margin: 0;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  min-height: 30px;
  line-height: 30px;
  text-align: right;
}
.price-checkbox label {
  padding: 0;
  min-height: 0;
  margin: 0!important;
  font-weight: inherit;
}
.price-checkbox input[type="checkbox"] {
  position: absolute;
  left: -100px;
  top: -100px;
}
.price-checkbox .icon {
  position: relative;
  width: 30px;
  height: 30px;
  border: 1.5px solid #48C5E1;
  text-align: center;
  margin-left: 10px;
  border-radius: 50%;
  background-clip: border-box;
  display: inline-block;
  vertical-align: middle;
  transition: 0.5s all;
}
.price-checkbox .icon:before {
  content: '\e82b';
}
@media (min-width: 768px) {
  .price-checkbox .icon {
    -webkit-opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    margin-right: -44px;
  }
}
.price-checkbox .icon:before {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #48C5E1;
  font-size: 12px;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.price-checkbox input[checked] + .icon,
.price-checkbox input:checked + .icon {
  background: #48C5E1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  margin-right: 0;
}
.price-checkbox input[checked] + .icon:before,
.price-checkbox input:checked + .icon:before {
  color: #fff;
}
.price-checkbox input[checked] + .icon:before,
.price-checkbox input:checked + .icon:before {
  content: '\e82c';
}
.price-checkbox.price-disabled {
  -webkit-opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.price-table-row:hover .price-checkbox .icon {
  margin-right: 0;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.price-total {
  font-size: 20px;
  font-family: "pfagorasanspro", Arial, sans-serif;
  font-weight: 500;
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.price-total-title {
  display: table-cell;
  text-align: right;
}
.price-total-sum {
  display: table-cell;
  text-align: right;
}
.price-total-btn {
  min-width: 240px;
  float: right;
}
.price-disclamer {
  margin-top: 20px;
}
.panel-group.price {
  margin-bottom: 10px;
}
ol.num-navs {
  counter-reset: navscnt;
  padding-left: 0;
}
ol.num-navs li {
  list-style: none;
  padding-left: 25px;
  position: relative;
  margin-bottom: 25px;
  counter-increment: navscnt;
}
ol.num-navs li a {
  color: #000;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
}
ol.num-navs li a:hover {
  color: #000;
  background: transparent;
}
ol.num-navs li.active a,
ol.num-navs li:hover a,
ol.num-navs li:focus a {
  background-color: transparent;
  color: #48C5E1;
}
ol.num-navs li.active a:hover,
ol.num-navs li.active a:focus {
  color: #48C5E1;
  background-color: transparent;
}
ol.num-navs li:before {
  content: counter(navscnt);
  color: #48C5E1;
  position: absolute;
  font-family: "pfagorasanspro", Times, serif;
  font-size: 18px;
  font-weight: 500;
  left: 0;
  margin-top: -3px;
}
.well {
  border-radius: 10px;
  background-clip: border-box;
  overflow: hidden;
  background-color: #E6E6E6;
  padding: 0;
  border: 0;
  box-shadow: none;
}
.well-title {
  margin-top: 0;
  margin-bottom: 10px;
}
.well-text ul > li,
.well-text ol > li {
  margin-bottom: 0;
}
.well-header {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 30px;
}
.well-header:before,
.well-header:after {
  content: " ";
  display: table;
}
.well-header:after {
  clear: both;
}
.well-header:before,
.well-header:after {
  content: " ";
  display: table;
}
.well-header:after {
  clear: both;
}
.well-header:last-child {
  padding-bottom: 40px;
}
@media (max-width: 1023px) {
  .well-header:last-child {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .well-header:last-child {
    padding-bottom: 10px;
  }
}
.well-body {
  padding-bottom: 20px;
}
.well-body:last-child {
  padding-bottom: 50px;
}
@media (max-width: 1023px) {
  .well-body:last-child {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .well-body:last-child {
    padding-bottom: 10px;
  }
}
.well-footer {
  border-top: 1px solid #ddd;
  padding-top: 40px;
  padding-bottom: 50px;
}
.well-header,
.well-body,
.well-footer {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1023px) {
  .well-header,
  .well-body,
  .well-footer {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .well-header,
  .well-body,
  .well-footer {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
  }
}
.well .price-table {
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .well .price-table {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .well .price-table {
    margin-top: 0;
  }
}
.well .price-table .price-table-col {
  background-color: transparent !important;
  padding-top: 9px;
  padding-bottom: 9px;
}
.well .price-table .price-table-col:first-child {
  padding-left: 0;
}
.well .price-table .price-table-col:last-child {
  padding-right: 0;
}
@media (max-width: 420px) {
  .well .price-table .price-table-col {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    border: none;
  }
  .well .price-table .price-table-col + .price-table-col {
    padding-top: 0;
  }
  .well .price-table .price-table-col > * {
    max-width: none;
  }
  .well .price-table .price-table-row {
    display: block;
    border-bottom: 2px solid #efefef;
    padding-top: 5px;
    padding-bottom: 9px;
  }
  .well .price-table .price-table-row:last-child {
    border-bottom: none;
  }
}
.person-panel {
  text-align: center;
}
.person-panel .panel-title {
  padding-bottom: 10px;
}
.person-panel img {
  display: inline-block;
}
@media (max-width: 767px) {
  .person-panel img {
    max-width: 230px;
  }
}
.medal {
  height: 108px;
  width: 75px;
  display: inline-block;
  background: url("/local/templates/main/images/sprite-medal.svg") no-repeat;
  background-size: auto 108px;
}
.medal-kommersant {
  background-position: 0;
}
.medal-startsmile {
  background-position: -75px 0;
}
.awards-medal {
  width: 40px;
  height: 60px;
  background-size: 85px 62px;
}
@media (min-width: 768px) {
  .awards-medal {
    width: 50px;
    height: 78px;
    background-size: 107.18446602px 77.08737864px;
  }
}
.awards-list {
  display: inline-block;
  vertical-align: top;
}
.awards-list > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
}
.awards-text {
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  margin-left: 5px;
  text-decoration: underline;
  text-align: left;
}
@media (min-width: 1024px) {
  .awards-text {
    margin-top: 6px;
  }
}
.awards-text [class*="col-"] {
  margin-top: 15px;
}
.awards-main {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 90px;
  z-index: 2;
}
@media (min-width: 768px) {
  .awards-main {
    padding-top: 122px;
  }
}
@media (max-width: 360px) {
  .awards-main {
    padding-top: 70px;
  }
}
.awards-main ul.awards-list {
  display: block;
  font-size: 0;
  margin-bottom: 0;
  text-align: right;
}
@media (max-width: 767px) {
  .awards-main ul.awards-list {
    text-align: left !important;
  }
}
@media (max-width: 767px) and (max-height: 560px) {
  .awards-main ul.awards-list {
    text-align: right;
  }
}
.awards-main ul.awards-list > li {
  margin-left: 8px;
  margin-bottom: 0;
}
.awards-main ul.awards-list > li:first-child {
  margin-left: 0;
}
@media (min-width: 768px) {
  .awards-main ul.awards-list > li {
    margin-left: 13px;
  }
}
.awards-main ul.awards-list .accredited-icon {
  height: 40px;
  top: 0;
  background-image: url('/local/templates/main/images/jci100.png');
  background-position: 0 0;
  background-size: contain;
}
@media (min-width: 768px) {
  .awards-main ul.awards-list .accredited-icon {
    height: 50px;
  }
}
@media (min-width: 1024px) {
  .panel-big-padded .panel-body {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1280px) {
  .panel-big-padded .panel-body {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.accredited {
  color: #fff;
  text-decoration: none;
  margin-right: 15px;
  text-align: left;
  display: inline-block;
  transition: color 0.1s ease-in-out;
  font-size: 13px;
  line-height: 1;
}
a.accredited:hover,
a.accredited:hover:focus {
  color: #48C5E1;
}
.accredited-icon {
  height: 24px;
  display: inline-block;
  padding-right: 5px;
  position: relative;
  top: -2px;
}
@media (max-width: 1279px) {
  .accredited {
    font-size: 13px;
  }
}
@media (max-width: 1279px) {
  .accredited-icon {
    top: -1px;
  }
}
.panel.panel-dialog {
  border: none;
  border-radius: 10px;
  overflow: hidden;
}
.panel.panel-dialog .panel-heading,
.panel.panel-dialog .panel-body,
.panel.panel-dialog .panel-footer {
  padding: 30px;
}
.panel.panel-dialog .panel-heading,
.panel.panel-dialog .panel-footer {
  border: none;
  background-color: #eaf8fc;
}
.panel.panel-dialog .panel-body {
  background-color: #fff;
}
.panel.panel-dialog .panel-body + .panel-body,
.panel.panel-dialog .panel-body + .panel-footer-simple {
  padding-top: 0;
}
.panel.panel-dialog .panel-footer-simple {
  background-color: white;
}
.panel.panel-dialog .panel-inline {
  display: inline-block;
}
.panel.panel-dialog .panel-inline > * {
  margin: 0;
  padding: 0;
}
.panel.panel-dialog .panel-heading {
  padding-bottom: 15px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.panel.panel-dialog .panel-inline {
  vertical-align: top;
  padding-bottom: 10px;
  padding-right: 40px;
}
.panel.panel-dialog .panel-inline:last-of-type {
  padding-right: 0;
}
.panel.panel-dialog .panel-title {
  display: inline-block;
  color: #48C5E1;
  font-weight: 500;
  text-decoration: none;
  font-size: 15px;
}
.panel.panel-dialog .panel-title a {
  text-decoration: none;
  color: #000;
}
.panel.panel-dialog .panel-title a:hover {
  color: #48C5E1;
}
.panel.panel-dialog .panel-title.black {
  color: #000;
}
.panel.panel-dialog a.panel-title {
  color: #000;
}
.panel.panel-dialog a.panel-title:hover {
  color: #48C5E1;
}
.panel.panel-dialog .panel-subtitle {
  width: 100%;
  display: block;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.3);
  margin-bottom: 2px;
}
.panel.panel-dialog .panel-footer {
  position: relative;
  padding-top: 50px;
}
.panel.panel-dialog .panel-footer:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 29px 29px 0 0;
  border-color: #fff transparent transparent transparent;
  top: -5px;
  left: 50px;
}
.panel.panel-dialog .panel-footer .media {
  overflow: visible;
}
.panel.panel-dialog .panel-footer .media .media-body {
  position: relative;
}
.panel.panel-dialog .panel-footer .media .media-right img {
  margin-top: -25px;
  margin-bottom: -30px;
}
@media (max-width: 1023px) {
  .panel.panel-dialog .panel-footer .media .media-right {
    display: none;
  }
}
.panel.panel-dialog .panel-footer .panel-signature {
  width: 100%;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #cccccc;
}
.panel.panel-dialog .panel-footer .panel-signature > * {
  margin: 0;
}
.panel.panel-dialog .panel-footer .panel-signature .h5,
.panel.panel-dialog .panel-footer .panel-signature .h3 {
  margin-bottom: 8px;
}
.panel.panel-dialog .panel-footer .panel-signature .h5:last-child,
.panel.panel-dialog .panel-footer .panel-signature .h3:last-child {
  margin-bottom: 0;
}
.panel.panel-dialog .panel-footer .panel-signature a {
  text-decoration: none;
}
.panel.panel-dialog .panel-footer.panel-footer-simple:before {
  display: none;
}
@media (max-width: 1023px) {
  .panel.panel-dialog .panel-heading {
    display: block;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .panel.panel-dialog .panel-inline {
    padding-right: 0;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .panel.panel-dialog .panel-title {
    margin-top: 0;
  }
  .panel.panel-dialog .panel-subtitle {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .panel.panel-dialog .panel-heading,
  .panel.panel-dialog .panel-body,
  .panel.panel-dialog .panel-footer {
    padding: 20px;
  }
  .panel.panel-dialog .panel-heading {
    padding-bottom: 12px;
  }
  .panel.panel-dialog .panel-footer {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .footer-services {
    -webkit-columns: 2 100px;
    columns: 2 100px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-rule: medium none;
    column-rule: medium none;
    overflow: visible;
  }
  .footer-services .panel {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .footer-services {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer-services .panel-group {
    margin: 0 -10px;
  }
}
.footer-services .panel-group .panel + .panel {
  margin: 0;
}
.footer-services .panel {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  background-clip: border-box;
}
@media (min-width: 768px) {
  .footer-services .panel {
    padding-bottom: 18px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .footer-services .panel:first-child .panel-heading {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.footer-services .panel .panel-heading {
  background-color: transparent;
  color: #fff;
}
@media (max-width: 767px) {
  .footer-services .panel .panel-heading {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px 10px;
  }
}
.footer-services .panel .panel-heading .panel-title {
  margin-top: -1px;
}
.footer-services .panel .panel-heading .panel-title a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .footer-services .panel .panel-heading .panel-title a.desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .footer-services .panel .panel-heading .panel-title {
    padding: 0 0 10px 0;
  }
  .footer-services .panel .panel-heading .panel-title a:not(.desktop) {
    display: none;
  }
}
.footer-services .panel .panel-heading .panel-title a {
  text-decoration: none;
  display: block;
  font-size: 20px;
  padding: 1px 0 0 0;
  color: #fff;
  font-family: "pfagorasanspro", Arial, sans-serif;
}
.footer-services .panel .panel-heading .panel-title a:before {
  display: none;
  content: none;
}
@media (max-width: 767px) {
  .footer-services .panel .panel-heading .panel-title a {
    position: relative;
  }
  .footer-services .panel .panel-heading .panel-title a:before {
    font-family: "fc-new";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    /*width: 1em;*/
    /*margin-right: .2em;*/
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    /*margin-left: .2em;*/
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  }
  .footer-services .panel .panel-heading .panel-title a:before {
    content: '\e80a';
  }
  .footer-services .panel .panel-heading .panel-title a:before {
    color: #fff;
    font-size: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .footer-services .panel .panel-heading .panel-title a[aria-expanded="true"]:before {
    content: '\e801';
  }
}
.footer-services .panel .panel-body {
  padding-left: 10px;
  padding-right: 10px;
}
.footer-services .panel .panel-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-services .panel .panel-body ul li {
  line-height: 1.2;
  margin-top: 5px;
  margin-bottom: 6px;
  padding: 0;
}
.footer-services .panel .panel-body ul li:before {
  content: none;
  display: none;
}
@media (max-width: 767px) {
  .footer-services .panel .panel-body ul li:empty {
    display: none;
  }
}
@media (min-width: 768px) {
  .footer-services .panel .panel-body ul li {
    min-height: 1.4em;
  }
}
.footer-services .panel .panel-body ul li > a {
  text-decoration: none;
  color: #fff;
  -webkit-opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  transition: 0.2s opacity;
}
.footer-services .panel .panel-body ul li:hover > a {
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .footer-services .panel .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (min-width: 768px) {
  .footer-services .panel .panel-heading + .panel-collapse > .panel-body {
    border: 0;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .footer-services .panel .panel-collapse.collapse {
    display: block!important;
    height: auto!important;
  }
}
.footer-services .panel .panel-title {
  color: #fff;
  vertical-align: middle;
}
.footer-services .panel .panel-title:hover {
  color: #fff;
}
.faq-panel {
  overflow: hidden;
  border: 0;
}
[data-sticky-parent] .faq-panel:last-child {
  margin-bottom: 0;
}
.faq-panel .panel-header {
  padding: 30px 50px;
}
.faq-panel:not(.faq-panel-detail) .panel-body:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 29px 29px 0 0;
  border-color: #fff transparent transparent transparent;
  top: -5px;
  left: 50px;
}
.faq-panel .panel-body {
  padding: 40px 50px 30px;
  background-color: #eaf8fc;
  position: relative;
}
.faq-panel.faq-panel-detail .panel-body .faq-signature {
  border-top: 0;
  padding-top: 0;
  margin-top: 35px;
}
.faq-panel.faq-panel-detail .media {
  margin: 0 -20px -30px;
}
.faq-panel.faq-panel-detail .media-left {
  width: 33.3333333%;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .faq-panel.faq-panel-detail .media-left {
    display: none;
  }
}
.faq-panel.faq-panel-detail .media-body {
  width: 66.66666667%;
  padding: 0 20px 30px;
}
.faq-date {
  display: block;
  margin-bottom: 5px;
}
.faq-title {
  color: #48C5E1;
  display: block;
}
.faq-signature {
  padding-top: 25px;
  margin-top: 20px;
  border-top: 1px solid #cccccc;
}
.faq-personal {
  margin-bottom: -30px;
}
.faq-personal .media-body {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .faq-personal .media-right {
    display: none;
  }
}
.faq-personal-photo {
  background-color: #eaf8fc;
}
.faq-personal-photo img {
  max-height: 240px;
}
.faq-personal-name {
  color: #48C5E1;
  display: block;
}
.navbar-contacts-address {
  color: #fff;
}
.clinic-sub {
  display: block;
  text-align: right;
  width: 100%;
}
.clinic-sub,
.clinic-sub:hover,
.clinic-sub:focus,
.clinic-sub:focus:hover {
  color: #fff;
  text-decoration: none;
}
.clinic-sub span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-style: italic;
}
.clinic-sub .caret {
  font-size: 4px;
  height: 1em;
  line-height: 1em;
}
.clinics-toggle {
  background-color: #fff;
  color: #48C5E1;
  border: 0;
  border-radius: 50%;
  background-clip: border-box;
  padding: 6px 6px;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  float: right;
  margin-top: 25px;
  text-align: center;
  transition: 0.2s margin-top;
}
.clinics-toggle:before {
  font-family: "fc-new";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  /*width: 1em;*/
  /*margin-right: .2em;*/
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /*margin-left: .2em;*/
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.clinics-toggle:before {
  content: '\e837';
}
.clinics-toggle:before {
  font-size: 21px;
}
@media (min-width: 1024px) {
  .clinics-toggle {
    display: none;
  }
}
@media (max-width: 767px) {
  .clinics-toggle {
    margin-top: 10px;
  }
}
.dropdown-menu-independent {
  right: 0;
  margin-top: -6px;
  padding: 0;
  position: absolute;
  left: auto;
  width: 305px;
  top: 100%;
  z-index: 1001;
  display: none;
  float: left;
  min-width: 160px;
  margin-right: -50px;
  transition: 0.2s margin-top;
}
@media (max-width: 1023px) {
  .dropdown-menu-independent {
    margin-right: 0;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .dropdown-menu-independent {
    position: fixed;
    width: auto;
    top: 0;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .dropdown-menu-independent {
    width: 100%;
    margin-top: 0;
    top: 0;
    z-index: 1011;
    height: 100%;
    background-color: #10536e;
  }
  .dropdown-menu-independent .close {
    color: #fff;
  }
}
.dropdown-menu-independent.open {
  display: block;
}
@media (min-width: 481px) {
  .dropdown-menu-independent:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 6px 7px;
    border-color: transparent transparent #10536e transparent;
    position: absolute;
    top: -6px;
    right: 50%;
    margin-right: -7px;
  }
}
@media (min-width: 481px) and (max-width: 1023px) {
  .dropdown-menu-independent:before {
    right: 116px;
    margin-right: 2px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .dropdown-menu-independent:before {
    right: 106px;
  }
}
.dropdown-menu-independent .inner {
  background-color: #10536e;
}
.dropdown-menu-independent .clinic-chose-heading {
  color: #fff;
  padding: 30px 60px 30px 60px;
  font-style: italic;
  font-size: 16px;
  cursor: default;
}
.dropdown-menu-independent .close {
  position: absolute;
  right: 25px;
  top: 20px;
  -webkit-opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.dropdown-menu-independent .close,
.dropdown-menu-independent .close:hover,
.dropdown-menu-independent .close:focus,
.dropdown-menu-independent .close:focus:hover {
  color: #fff;
  text-decoration: none;
}
.dropdown-menu-independent .close span {
  font-size: 10px;
}
.dropdown-menu-independent .close span:before {
  font-family: "fc-new";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  /*width: 1em;*/
  /*margin-right: .2em;*/
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /*margin-left: .2em;*/
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.dropdown-menu-independent .close span:before {
  content: '\e81a';
}
.dropdown-menu-independent .close:hover {
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.dropdown-menu-independent .dropdown-menu {
  position: static;
  top: auto;
  left: auto;
  float: none;
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-clip: border-box;
  border: 0;
  box-shadow: none;
}
.dropdown-menu-independent .dropdown-menu > li {
  position: relative;
  background-color: #10536e;
  margin-bottom: 0;
}
.dropdown-menu-independent .dropdown-menu > li:before {
  content: "" !important;
  display: block!important;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-clip: border-box;
  background-color: inherit;
  position: absolute;
  left: 35px;
  top: 40px;
}
.dropdown-menu-independent .dropdown-menu > li:after {
  content: "" !important;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-clip: border-box;
  background-color: #10536e;
  position: absolute;
  top: 42px;
  left: 37px;
}
.dropdown-menu-independent .dropdown-menu > li:nth-child(2n-1) > a {
  background-color: #136484;
}
.dropdown-menu-independent .dropdown-menu > li:nth-child(2n-1) > a:focus {
  background-color: #136484;
}
.dropdown-menu-independent .dropdown-menu > li:nth-child(2n-1):after {
  background-color: #136484;
}
.dropdown-menu-independent .dropdown-menu > li:hover > a,
.dropdown-menu-independent .dropdown-menu > li.active > a {
  background-color: #16759b;
}
.dropdown-menu-independent .dropdown-menu > li:hover:after,
.dropdown-menu-independent .dropdown-menu > li.active:after {
  background-color: #16759b;
}
.dropdown-menu-independent .dropdown-menu > li .subway,
.dropdown-menu-independent .dropdown-menu > li .phone {
  display: block;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
}
.dropdown-menu-independent .dropdown-menu > li .phone {
  line-height: 1em;
}
.dropdown-menu-independent .dropdown-menu > li > a {
  background-color: #10536e;
  display: block;
  font-size: 15px;
  line-height: 1.875em;
  padding: 30px 60px;
}
.dropdown-menu-independent .dropdown-menu > li > a,
.dropdown-menu-independent .dropdown-menu > li > a:hover,
.dropdown-menu-independent .dropdown-menu > li > a:focus,
.dropdown-menu-independent .dropdown-menu > li > a:focus:hover {
  color: #fff;
  text-decoration: none;
}
.dropdown-menu-independent .dropdown-menu > li > a:focus {
  background-color: #10536e;
}
.dropdown-menu-independent .dropdown-menu > li > a:hover:focus {
  background-color: #16759b;
}
@media (min-width: 768px) {
  .not-top .dropdown-menu-independent {
    margin-top: 5px;
  }
}
@media (min-width: 1024px) {
  .not-top .dropdown-menu-independent {
    margin-top: 0;
  }
}
.sitemap a {
  text-decoration: none;
}
.sitemap a:hover,
.sitemap a:focus,
.sitemap a:hover:focus {
  text-decoration: none;
}
.sitemap a:after {
  content: '\e80b';
  display: inline;
  margin: 0 0 0 1.1em;
  font-size: .475em;
  font-family: "fc-new";
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: middle;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}
.sitemap a,
.sitemap a:hover,
.sitemap a:focus,
.sitemap a:focus:hover {
  color: #000;
}
.sitemap a:hover,
.sitemap a:focus:hover {
  color: #48C5E1;
}
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  color: #999;
  font-size: .8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #48C5E1;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #fff;
  background: #48C5E1;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #4e4e4e;
  border-left: .5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaa;
}
.picker__day--outfocus {
  color: #ddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #fff;
  background: #48C5E1;
}
.picker__day--highlighted {
  border-color: #48C5E1;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #fff;
  background: #48C5E1;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #48C5E1;
  color: #fff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #fff;
  background: #fff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #fff;
  background: #48C5E1;
  border-bottom-color: #9b9b9b;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #9b9b9b;
  border-color: #48C5E1;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #4e4e4e;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #f90a6f;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #2f3c48;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaa;
}
/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}
/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: -1px;
  position: relative;
  background: #fff;
  padding: .75em 1.25em;
}
@media (min-height: 46.75em) {
  .picker__list-item {
    padding: .5em 1em;
  }
}
/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #fff;
  background: #48C5E1;
  border-color: #48C5E1;
  z-index: 10;
}
/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #48C5E1;
  z-index: 10;
}
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #fff;
  background: #48C5E1;
}
/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #48C5E1;
  color: #fff;
  z-index: 10;
}
/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
  border-color: #ddd;
  z-index: auto;
}
/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  background: #48C5E1;
  background: #f90a6f;
  border-color: #f90a6f;
  cursor: pointer;
  color: #fff;
  outline: none;
}
.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}
.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #fff;
  border-color: #fff;
}
/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-height: 26.5em+1) {
  .picker__holder,
  .picker__frame {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, -webkit-transform 0s 0.15s;
  transition: background 0.15s ease-out, transform 0s 0.15s;
  transition: background 0.15s ease-out, transform 0s 0.15s, -webkit-transform 0s 0.15s;
}
@media (min-height: 26.5em+1) {
  .picker__holder {
    -webkit-backface-visibility: hidden;
  }
}
/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out;
}
@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}
/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}
@media (min-height: 33.875em) {
  .picker__wrap {
    display: block;
  }
}
/**
 * The box contains all the picker contents.
 */
.picker__box {
  background: #fff;
  display: table-cell;
  vertical-align: middle;
}
@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em;
  }
}
@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 10px;
  }
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}
@media (min-height: 26.5em+1) {
  .picker--opened .picker__holder {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.picker--opened .picker__frame {
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}
@media (min-height: 26.5em+1) {
  .picker--opened .picker__frame {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */
/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
/**
 * The frame the bounds the time picker.
 */
.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px;
}
/**
 * The picker box.
 */
.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0;
}
@media (min-height: 40.125em) {
}
.picker {
  font-family: "pfagorasanspro", Arial, sans-serif;
}
.picker .picker__table {
  font-family: "pfagorasanspro", Arial, sans-serif;
}
.picker .picker__list {
  padding: 0.75em 0 0.55em;
}
.picker .picker__list li {
  margin-bottom: 0;
}
.picker .picker__list li:before {
  content: none;
  display: none;
}
.picker .picker__list-item {
  text-align: center;
}
.picker .picker__list-item:before {
  content: none;
  display: none;
  padding: 0.75em 1.25em;
}
.picker .picker__box {
  border-radius: 20px;
  background-clip: border-box;
  box-shadow: 0 0 10px rgba(78, 78, 78, 0.4);
}
.picker .picker__header {
  padding: 10px 0;
  margin-top: 0;
}
.picker .picker__nav--prev,
.picker .picker__nav--next {
  top: 0;
}
@media (max-width: 800px) and (max-height: 800px) {
  .picker.picker--opened .picker__box {
    display: table-cell;
    vertical-align: middle;
    box-shadow: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-clip: border-box;
  }
  .picker.picker--opened .picker__frame {
    position: fixed;
    display: block;
    background-color: #fff;
    bottom: 0;
    top: auto;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
  .picker.picker--opened .picker__wrap {
    display: table;
  }
}
@media (max-width: 800px) and (max-height: 800px) {
  html.picker-open body {
    padding-right: 0 !important;
  }
  html.picker-open body.modal-open .modal {
    overflow: hidden;
  }
}
.picker .picker__holder {
  display: none;
}
.picker .picker__box {
  border-radius: 0;
  background-clip: border-box;
  border: 0;
}
.picker.picker--opened .picker__holder {
  display: block!important;
  background: transparent;
  overflow: hidden;
}
.picker--time .picker__frame {
  height: 60%;
}
.picker--time .picker__frame .picker__wrap {
  position: relative;
}
.picker--time .picker__frame .picker__box {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  overflow: auto;
}
